PMD report

Problems found

#FileLineProblem
48745 src/com/gps/automation/BusInfoPOJO.java 6 headerCommentRequirement Required
48746 src/com/gps/automation/BusInfoPOJO.java 8 fieldCommentRequirement Required
48747 src/com/gps/automation/BusInfoPOJO.java 9 Private field 'buses' could be made final; it is only initialized in the declaration or constructor.
48748 src/com/gps/automation/BusInfoPOJO.java 9 fieldCommentRequirement Required
48749 src/com/gps/automation/BusInfoPOJO.java 19 Parameter 'orgName' is not assigned and could be declared final
48750 src/com/gps/automation/BusInfoPOJO.java 31 Parameter 'buses' is not assigned and could be declared final
48751 src/com/gps/automation/DataOrganizer.java 5 Comment is too large: Line too long
48752 src/com/gps/automation/DataOrganizer.java 9 Comment is too large: Too many lines
48753 src/com/gps/automation/DataOrganizer.java 13 Comment is too large: Line too long
48754 src/com/gps/automation/DataOrganizer.java 18 Comment is too large: Too many lines
48755 src/com/gps/automation/DataOrganizer.java 22 Comment is too large: Line too long
48756 src/com/gps/automation/DataOrganizer.java 36 Possible God class (WMC=235, ATFD=258, TCC=0.0)
48757 src/com/gps/automation/DataOrganizer.java 76 Avoid really long classes.
48758 src/com/gps/automation/DataOrganizer.java 76 The class 'DataOrganizer' has a Cyclomatic Complexity of 7 (Highest = 20).
48759 src/com/gps/automation/DataOrganizer.java 76 This class has too many methods, consider refactoring it.
48760 src/com/gps/automation/DataOrganizer.java 76 headerCommentRequirement Required
48761 src/com/gps/automation/DataOrganizer.java 78 The Logger variable declaration does not contain the static and final modifiers
48762 src/com/gps/automation/DataOrganizer.java 78 Use explicit scoping instead of the default package private level
48763 src/com/gps/automation/DataOrganizer.java 78 fieldCommentRequirement Required
48764 src/com/gps/automation/DataOrganizer.java 80 Avoid using implementation types like 'Hashtable'; use the interface instead
48765 src/com/gps/automation/DataOrganizer.java 80 Consider replacing this Hashtable with the newer java.util.Map
48766 src/com/gps/automation/DataOrganizer.java 80 fieldCommentRequirement Required
48767 src/com/gps/automation/DataOrganizer.java 83 Found non-transient, non-static member. Please mark as transient or provide accessors.
48768 src/com/gps/automation/DataOrganizer.java 83 Use explicit scoping instead of the default package private level
48769 src/com/gps/automation/DataOrganizer.java 83 fieldCommentRequirement Required
48770 src/com/gps/automation/DataOrganizer.java 85 Found non-transient, non-static member. Please mark as transient or provide accessors.
48771 src/com/gps/automation/DataOrganizer.java 85 Use explicit scoping instead of the default package private level
48772 src/com/gps/automation/DataOrganizer.java 85 When instantiating a SimpleDateFormat object, specify a Locale
48773 src/com/gps/automation/DataOrganizer.java 85 fieldCommentRequirement Required
48774 src/com/gps/automation/DataOrganizer.java 91 Local variable 'dropCount' could be declared final
48775 src/com/gps/automation/DataOrganizer.java 93 There is log block not surrounded by if
48776 src/com/gps/automation/DataOrganizer.java 93 There is log block not surrounded by if
48777 src/com/gps/automation/DataOrganizer.java 96 Local variable 'createCount' could be declared final
48778 src/com/gps/automation/DataOrganizer.java 99 There is log block not surrounded by if
48779 src/com/gps/automation/DataOrganizer.java 99 There is log block not surrounded by if
48780 src/com/gps/automation/DataOrganizer.java 101 There is log block not surrounded by if
48781 src/com/gps/automation/DataOrganizer.java 101 There is log block not surrounded by if
48782 src/com/gps/automation/DataOrganizer.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48783 src/com/gps/automation/DataOrganizer.java 104 There is log block not surrounded by if
48784 src/com/gps/automation/DataOrganizer.java 104 There is log block not surrounded by if
48785 src/com/gps/automation/DataOrganizer.java 112 Found 'DD'-anomaly for variable 'status' (lines '112'-'114').
48786 src/com/gps/automation/DataOrganizer.java 115 Avoid using Literals in Conditional Statements
48787 src/com/gps/automation/DataOrganizer.java 116 Avoid using if...else statements without curly braces
48788 src/com/gps/automation/DataOrganizer.java 116 There is log block not surrounded by if
48789 src/com/gps/automation/DataOrganizer.java 116 There is log block not surrounded by if
48790 src/com/gps/automation/DataOrganizer.java 118 Avoid using if...else statements without curly braces
48791 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
48792 src/com/gps/automation/DataOrganizer.java 118 There is log block not surrounded by if
48793 src/com/gps/automation/DataOrganizer.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48794 src/com/gps/automation/DataOrganizer.java 120 Potential violation of Law of Demeter (object not created locally)
48795 src/com/gps/automation/DataOrganizer.java 120 There is log block not surrounded by if
48796 src/com/gps/automation/DataOrganizer.java 127 Parameter 'vehicleId' is not assigned and could be declared final
48797 src/com/gps/automation/DataOrganizer.java 127 publicMethodCommentRequirement Required
48798 src/com/gps/automation/DataOrganizer.java 129 Local variable 'vehVO' could be declared final
48799 src/com/gps/automation/DataOrganizer.java 132 Found 'DD'-anomaly for variable 'resultData' (lines '132'-'139').
48800 src/com/gps/automation/DataOrganizer.java 133 Found 'DD'-anomaly for variable 'vehBean' (lines '133'-'146').
48801 src/com/gps/automation/DataOrganizer.java 133 Found 'DU'-anomaly for variable 'vehBean' (lines '133'-'177').
48802 src/com/gps/automation/DataOrganizer.java 136 The String literal "query:" appears 11 times in this file; the first occurrence is on line 136
48803 src/com/gps/automation/DataOrganizer.java 136 There is log block not surrounded by if
48804 src/com/gps/automation/DataOrganizer.java 136 There is log block not surrounded by if
48805 src/com/gps/automation/DataOrganizer.java 137 The String literal "vehicleId" appears 7 times in this file; the first occurrence is on line 137
48806 src/com/gps/automation/DataOrganizer.java 141 Potential violation of Law of Demeter (object not created locally)
48807 src/com/gps/automation/DataOrganizer.java 143 Local variable 'resultIter' could be declared final
48808 src/com/gps/automation/DataOrganizer.java 143 Potential violation of Law of Demeter (object not created locally)
48809 src/com/gps/automation/DataOrganizer.java 149 Potential violation of Law of Demeter (object not created locally)
48810 src/com/gps/automation/DataOrganizer.java 149 Potential violation of Law of Demeter (object not created locally)
48811 src/com/gps/automation/DataOrganizer.java 150 Potential violation of Law of Demeter (object not created locally)
48812 src/com/gps/automation/DataOrganizer.java 150 Potential violation of Law of Demeter (object not created locally)
48813 src/com/gps/automation/DataOrganizer.java 152 Potential violation of Law of Demeter (object not created locally)
48814 src/com/gps/automation/DataOrganizer.java 152 Potential violation of Law of Demeter (object not created locally)
48815 src/com/gps/automation/DataOrganizer.java 154 Potential violation of Law of Demeter (object not created locally)
48816 src/com/gps/automation/DataOrganizer.java 154 Potential violation of Law of Demeter (object not created locally)
48817 src/com/gps/automation/DataOrganizer.java 155 Potential violation of Law of Demeter (object not created locally)
48818 src/com/gps/automation/DataOrganizer.java 156 Potential violation of Law of Demeter (object not created locally)
48819 src/com/gps/automation/DataOrganizer.java 156 Potential violation of Law of Demeter (object not created locally)
48820 src/com/gps/automation/DataOrganizer.java 158 Potential violation of Law of Demeter (object not created locally)
48821 src/com/gps/automation/DataOrganizer.java 159 Potential violation of Law of Demeter (object not created locally)
48822 src/com/gps/automation/DataOrganizer.java 159 Potential violation of Law of Demeter (object not created locally)
48823 src/com/gps/automation/DataOrganizer.java 161 Potential violation of Law of Demeter (object not created locally)
48824 src/com/gps/automation/DataOrganizer.java 161 Potential violation of Law of Demeter (object not created locally)
48825 src/com/gps/automation/DataOrganizer.java 162 Potential violation of Law of Demeter (object not created locally)
48826 src/com/gps/automation/DataOrganizer.java 162 Potential violation of Law of Demeter (object not created locally)
48827 src/com/gps/automation/DataOrganizer.java 163 Potential violation of Law of Demeter (object not created locally)
48828 src/com/gps/automation/DataOrganizer.java 163 Potential violation of Law of Demeter (object not created locally)
48829 src/com/gps/automation/DataOrganizer.java 164 Potential violation of Law of Demeter (object not created locally)
48830 src/com/gps/automation/DataOrganizer.java 164 Potential violation of Law of Demeter (object not created locally)
48831 src/com/gps/automation/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
48832 src/com/gps/automation/DataOrganizer.java 165 Potential violation of Law of Demeter (object not created locally)
48833 src/com/gps/automation/DataOrganizer.java 168 Avoid catching NullPointerException; consider removing the cause of the NPE.
48834 src/com/gps/automation/DataOrganizer.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48835 src/com/gps/automation/DataOrganizer.java 169 There is log block not surrounded by if
48836 src/com/gps/automation/DataOrganizer.java 170 Potential violation of Law of Demeter (object not created locally)
48837 src/com/gps/automation/DataOrganizer.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48838 src/com/gps/automation/DataOrganizer.java 173 There is log block not surrounded by if
48839 src/com/gps/automation/DataOrganizer.java 174 Potential violation of Law of Demeter (object not created locally)
48840 src/com/gps/automation/DataOrganizer.java 182 Found 'UR'-anomaly for variable 'vehBean' (lines '182'-'210').
48841 src/com/gps/automation/DataOrganizer.java 182 Parameter 'esn' is not assigned and could be declared final
48842 src/com/gps/automation/DataOrganizer.java 182 The method 'getPacketInfo' has a Cyclomatic Complexity of 12.
48843 src/com/gps/automation/DataOrganizer.java 182 publicMethodCommentRequirement Required
48844 src/com/gps/automation/DataOrganizer.java 183 Found 'DD'-anomaly for variable 'qryResult' (lines '183'-'195').
48845 src/com/gps/automation/DataOrganizer.java 185 Found 'DD'-anomaly for variable 'vehDAO' (lines '185'-'190').
48846 src/com/gps/automation/DataOrganizer.java 186 Local variable 'deviceList' could be declared final
48847 src/com/gps/automation/DataOrganizer.java 190 Found 'DU'-anomaly for variable 'vehDAO' (lines '190'-'248').
48848 src/com/gps/automation/DataOrganizer.java 191 There is log block not surrounded by if
48849 src/com/gps/automation/DataOrganizer.java 191 There is log block not surrounded by if
48850 src/com/gps/automation/DataOrganizer.java 196 Local variable 'vehBean' could be declared final
48851 src/com/gps/automation/DataOrganizer.java 197 Comment is too large: Line too long
48852 src/com/gps/automation/DataOrganizer.java 210 Avoid unnecessary comparisons in boolean expressions
48853 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48854 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48855 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48856 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48857 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48858 src/com/gps/automation/DataOrganizer.java 210 Potential violation of Law of Demeter (object not created locally)
48859 src/com/gps/automation/DataOrganizer.java 211 There is log block not surrounded by if
48860 src/com/gps/automation/DataOrganizer.java 211 There is log block not surrounded by if
48861 src/com/gps/automation/DataOrganizer.java 212 Local variable 'data' could be declared final
48862 src/com/gps/automation/DataOrganizer.java 212 Potential violation of Law of Demeter (object not created locally)
48863 src/com/gps/automation/DataOrganizer.java 213 Potential violation of Law of Demeter (object not created locally)
48864 src/com/gps/automation/DataOrganizer.java 214 Avoid if (x != y) ..; else ..;
48865 src/com/gps/automation/DataOrganizer.java 215 Potential violation of Law of Demeter (object not created locally)
48866 src/com/gps/automation/DataOrganizer.java 218 Potential violation of Law of Demeter (object not created locally)
48867 src/com/gps/automation/DataOrganizer.java 218 There is log block not surrounded by if
48868 src/com/gps/automation/DataOrganizer.java 218 There is log block not surrounded by if
48869 src/com/gps/automation/DataOrganizer.java 222 Local variable 'vehbean' could be declared final
48870 src/com/gps/automation/DataOrganizer.java 222 Potential violation of Law of Demeter (object not created locally)
48871 src/com/gps/automation/DataOrganizer.java 224 Potential violation of Law of Demeter (object not created locally)
48872 src/com/gps/automation/DataOrganizer.java 227 Potential violation of Law of Demeter (object not created locally)
48873 src/com/gps/automation/DataOrganizer.java 227 There is log block not surrounded by if
48874 src/com/gps/automation/DataOrganizer.java 227 There is log block not surrounded by if
48875 src/com/gps/automation/DataOrganizer.java 233 Potential violation of Law of Demeter (object not created locally)
48876 src/com/gps/automation/DataOrganizer.java 233 There is log block not surrounded by if
48877 src/com/gps/automation/DataOrganizer.java 233 There is log block not surrounded by if
48878 src/com/gps/automation/DataOrganizer.java 234 Avoid using Literals in Conditional Statements
48879 src/com/gps/automation/DataOrganizer.java 234 Potential violation of Law of Demeter (object not created locally)
48880 src/com/gps/automation/DataOrganizer.java 234 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48881 src/com/gps/automation/DataOrganizer.java 243 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48882 src/com/gps/automation/DataOrganizer.java 244 There is log block not surrounded by if
48883 src/com/gps/automation/DataOrganizer.java 253 Parameter 'vehicleData' is not assigned and could be declared final
48884 src/com/gps/automation/DataOrganizer.java 253 Parameter 'vehicleId' is not assigned and could be declared final
48885 src/com/gps/automation/DataOrganizer.java 253 publicMethodCommentRequirement Required
48886 src/com/gps/automation/DataOrganizer.java 254 Found 'DD'-anomaly for variable 'stat' (lines '254'-'284').
48887 src/com/gps/automation/DataOrganizer.java 256 Found 'DD'-anomaly for variable 'creationTime' (lines '256'-'266').
48888 src/com/gps/automation/DataOrganizer.java 256 Found 'DU'-anomaly for variable 'creationTime' (lines '256'-'300').
48889 src/com/gps/automation/DataOrganizer.java 258 Found 'DD'-anomaly for variable 'vehicleBean' (lines '258'-'269').
48890 src/com/gps/automation/DataOrganizer.java 261 There is log block not surrounded by if
48891 src/com/gps/automation/DataOrganizer.java 261 There is log block not surrounded by if
48892 src/com/gps/automation/DataOrganizer.java 265 Avoid using if statements without curly braces
48893 src/com/gps/automation/DataOrganizer.java 266 Found 'DU'-anomaly for variable 'creationTime' (lines '266'-'300').
48894 src/com/gps/automation/DataOrganizer.java 272 Potential violation of Law of Demeter (object not created locally)
48895 src/com/gps/automation/DataOrganizer.java 273 Potential violation of Law of Demeter (object not created locally)
48896 src/com/gps/automation/DataOrganizer.java 274 Potential violation of Law of Demeter (object not created locally)
48897 src/com/gps/automation/DataOrganizer.java 275 Potential violation of Law of Demeter (object not created locally)
48898 src/com/gps/automation/DataOrganizer.java 276 Potential violation of Law of Demeter (object not created locally)
48899 src/com/gps/automation/DataOrganizer.java 277 Potential violation of Law of Demeter (object not created locally)
48900 src/com/gps/automation/DataOrganizer.java 278 Potential violation of Law of Demeter (object not created locally)
48901 src/com/gps/automation/DataOrganizer.java 279 Potential violation of Law of Demeter (object not created locally)
48902 src/com/gps/automation/DataOrganizer.java 280 Potential violation of Law of Demeter (object not created locally)
48903 src/com/gps/automation/DataOrganizer.java 281 Potential violation of Law of Demeter (object not created locally)
48904 src/com/gps/automation/DataOrganizer.java 286 Avoid using Literals in Conditional Statements
48905 src/com/gps/automation/DataOrganizer.java 287 There is log block not surrounded by if
48906 src/com/gps/automation/DataOrganizer.java 287 There is log block not surrounded by if
48907 src/com/gps/automation/DataOrganizer.java 290 There is log block not surrounded by if
48908 src/com/gps/automation/DataOrganizer.java 290 There is log block not surrounded by if
48909 src/com/gps/automation/DataOrganizer.java 294 Potential violation of Law of Demeter (object not created locally)
48910 src/com/gps/automation/DataOrganizer.java 294 There is log block not surrounded by if
48911 src/com/gps/automation/DataOrganizer.java 294 There is log block not surrounded by if
48912 src/com/gps/automation/DataOrganizer.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48913 src/com/gps/automation/DataOrganizer.java 297 Potential violation of Law of Demeter (object not created locally)
48914 src/com/gps/automation/DataOrganizer.java 297 There is log block not surrounded by if
48915 src/com/gps/automation/DataOrganizer.java 297 There is log block not surrounded by if
48916 src/com/gps/automation/DataOrganizer.java 306 Parameter 'counter' is not assigned and could be declared final
48917 src/com/gps/automation/DataOrganizer.java 306 Parameter 'vehicleId' is not assigned and could be declared final
48918 src/com/gps/automation/DataOrganizer.java 306 publicMethodCommentRequirement Required
48919 src/com/gps/automation/DataOrganizer.java 309 Found 'DD'-anomaly for variable 'stat' (lines '309'-'318').
48920 src/com/gps/automation/DataOrganizer.java 310 Found 'DD'-anomaly for variable 'vehicleBean' (lines '310'-'313').
48921 src/com/gps/automation/DataOrganizer.java 313 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
48922 src/com/gps/automation/DataOrganizer.java 315 Potential violation of Law of Demeter (object not created locally)
48923 src/com/gps/automation/DataOrganizer.java 321 Avoid using Literals in Conditional Statements
48924 src/com/gps/automation/DataOrganizer.java 322 There is log block not surrounded by if
48925 src/com/gps/automation/DataOrganizer.java 322 There is log block not surrounded by if
48926 src/com/gps/automation/DataOrganizer.java 325 There is log block not surrounded by if
48927 src/com/gps/automation/DataOrganizer.java 325 There is log block not surrounded by if
48928 src/com/gps/automation/DataOrganizer.java 328 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48929 src/com/gps/automation/DataOrganizer.java 330 Potential violation of Law of Demeter (object not created locally)
48930 src/com/gps/automation/DataOrganizer.java 330 There is log block not surrounded by if
48931 src/com/gps/automation/DataOrganizer.java 330 There is log block not surrounded by if
48932 src/com/gps/automation/DataOrganizer.java 338 Found 'UR'-anomaly for variable 'vehInfo' (lines '338'-'348').
48933 src/com/gps/automation/DataOrganizer.java 339 Found 'DD'-anomaly for variable 'vehList' (lines '339'-'345').
48934 src/com/gps/automation/DataOrganizer.java 340 Local variable 'tripDAO' could be declared final
48935 src/com/gps/automation/DataOrganizer.java 341 Found 'DD'-anomaly for variable 'stat' (lines '341'-'348').
48936 src/com/gps/automation/DataOrganizer.java 341 Found 'DU'-anomaly for variable 'stat' (lines '341'-'372').
48937 src/com/gps/automation/DataOrganizer.java 342 Found 'DD'-anomaly for variable 'count' (lines '342'-'351').
48938 src/com/gps/automation/DataOrganizer.java 342 Found 'DU'-anomaly for variable 'count' (lines '342'-'372').
48939 src/com/gps/automation/DataOrganizer.java 345 Potential violation of Law of Demeter (object not created locally)
48940 src/com/gps/automation/DataOrganizer.java 346 Avoid if (x != y) ..; else ..;
48941 src/com/gps/automation/DataOrganizer.java 347 Local variable 'vehInfo' could be declared final
48942 src/com/gps/automation/DataOrganizer.java 350 Avoid using Literals in Conditional Statements
48943 src/com/gps/automation/DataOrganizer.java 350 Avoid using if statements without curly braces
48944 src/com/gps/automation/DataOrganizer.java 351 Found 'DD'-anomaly for variable 'count' (lines '351'-'351').
48945 src/com/gps/automation/DataOrganizer.java 354 There is log block not surrounded by if
48946 src/com/gps/automation/DataOrganizer.java 354 There is log block not surrounded by if
48947 src/com/gps/automation/DataOrganizer.java 356 There is log block not surrounded by if
48948 src/com/gps/automation/DataOrganizer.java 356 There is log block not surrounded by if
48949 src/com/gps/automation/DataOrganizer.java 358 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48950 src/com/gps/automation/DataOrganizer.java 359 There is log block not surrounded by if
48951 src/com/gps/automation/DataOrganizer.java 360 Potential violation of Law of Demeter (object not created locally)
48952 src/com/gps/automation/DataOrganizer.java 366 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48953 src/com/gps/automation/DataOrganizer.java 367 Potential violation of Law of Demeter (object not created locally)
48954 src/com/gps/automation/DataOrganizer.java 367 There is log block not surrounded by if
48955 src/com/gps/automation/DataOrganizer.java 376 Parameter 'reset' is not assigned and could be declared final
48956 src/com/gps/automation/DataOrganizer.java 376 Parameter 'vehicleId' is not assigned and could be declared final
48957 src/com/gps/automation/DataOrganizer.java 376 publicMethodCommentRequirement Required
48958 src/com/gps/automation/DataOrganizer.java 378 Found 'DD'-anomaly for variable 'stat' (lines '378'-'388').
48959 src/com/gps/automation/DataOrganizer.java 379 Found 'DD'-anomaly for variable 'vehicleBean' (lines '379'-'383').
48960 src/com/gps/automation/DataOrganizer.java 385 Potential violation of Law of Demeter (object not created locally)
48961 src/com/gps/automation/DataOrganizer.java 390 Avoid using Literals in Conditional Statements
48962 src/com/gps/automation/DataOrganizer.java 391 There is log block not surrounded by if
48963 src/com/gps/automation/DataOrganizer.java 391 There is log block not surrounded by if
48964 src/com/gps/automation/DataOrganizer.java 394 There is log block not surrounded by if
48965 src/com/gps/automation/DataOrganizer.java 394 There is log block not surrounded by if
48966 src/com/gps/automation/DataOrganizer.java 397 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48967 src/com/gps/automation/DataOrganizer.java 399 Potential violation of Law of Demeter (object not created locally)
48968 src/com/gps/automation/DataOrganizer.java 399 There is log block not surrounded by if
48969 src/com/gps/automation/DataOrganizer.java 399 There is log block not surrounded by if
48970 src/com/gps/automation/DataOrganizer.java 408 Found 'DD'-anomaly for variable 'vehicleList' (lines '408'-'415').
48971 src/com/gps/automation/DataOrganizer.java 409 Local variable 'vehDAO' could be declared final
48972 src/com/gps/automation/DataOrganizer.java 410 Found 'DD'-anomaly for variable 'stat' (lines '410'-'419').
48973 src/com/gps/automation/DataOrganizer.java 412 Avoid excessively long variable names like offlineVehicleList
48974 src/com/gps/automation/DataOrganizer.java 412 Found 'DD'-anomaly for variable 'offlineVehicleList' (lines '412'-'414').
48975 src/com/gps/automation/DataOrganizer.java 415 Potential violation of Law of Demeter (object not created locally)
48976 src/com/gps/automation/DataOrganizer.java 418 Avoid using if statements without curly braces
48977 src/com/gps/automation/DataOrganizer.java 421 Avoid using Literals in Conditional Statements
48978 src/com/gps/automation/DataOrganizer.java 422 There is log block not surrounded by if
48979 src/com/gps/automation/DataOrganizer.java 422 There is log block not surrounded by if
48980 src/com/gps/automation/DataOrganizer.java 424 There is log block not surrounded by if
48981 src/com/gps/automation/DataOrganizer.java 424 There is log block not surrounded by if
48982 src/com/gps/automation/DataOrganizer.java 426 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48983 src/com/gps/automation/DataOrganizer.java 427 There is log block not surrounded by if
48984 src/com/gps/automation/DataOrganizer.java 428 Potential violation of Law of Demeter (object not created locally)
48985 src/com/gps/automation/DataOrganizer.java 434 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48986 src/com/gps/automation/DataOrganizer.java 435 Potential violation of Law of Demeter (object not created locally)
48987 src/com/gps/automation/DataOrganizer.java 435 There is log block not surrounded by if
48988 src/com/gps/automation/DataOrganizer.java 444 Parameter 'vehicleId' is not assigned and could be declared final
48989 src/com/gps/automation/DataOrganizer.java 444 publicMethodCommentRequirement Required
48990 src/com/gps/automation/DataOrganizer.java 446 Found 'DD'-anomaly for variable 'locationData' (lines '446'-'459').
48991 src/com/gps/automation/DataOrganizer.java 447 Local variable 'data' could be declared final
48992 src/com/gps/automation/DataOrganizer.java 455 There is log block not surrounded by if
48993 src/com/gps/automation/DataOrganizer.java 455 There is log block not surrounded by if
48994 src/com/gps/automation/DataOrganizer.java 460 Potential violation of Law of Demeter (object not created locally)
48995 src/com/gps/automation/DataOrganizer.java 461 Local variable 'locationIter' could be declared final
48996 src/com/gps/automation/DataOrganizer.java 461 Potential violation of Law of Demeter (object not created locally)
48997 src/com/gps/automation/DataOrganizer.java 463 Local variable 'rows' could be declared final
48998 src/com/gps/automation/DataOrganizer.java 469 Avoid appending characters as strings in StringBuffer.append.
48999 src/com/gps/automation/DataOrganizer.java 469 Potential violation of Law of Demeter (object not created locally)
49000 src/com/gps/automation/DataOrganizer.java 475 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49001 src/com/gps/automation/DataOrganizer.java 476 There is log block not surrounded by if
49002 src/com/gps/automation/DataOrganizer.java 476 There is log block not surrounded by if
49003 src/com/gps/automation/DataOrganizer.java 477 Potential violation of Law of Demeter (object not created locally)
49004 src/com/gps/automation/DataOrganizer.java 488 Parameter 'vehicleId' is not assigned and could be declared final
49005 src/com/gps/automation/DataOrganizer.java 488 publicMethodCommentRequirement Required
49006 src/com/gps/automation/DataOrganizer.java 490 Found 'DD'-anomaly for variable 'timeResult' (lines '490'-'502').
49007 src/com/gps/automation/DataOrganizer.java 493 Found 'DD'-anomaly for variable 'time' (lines '493'-'506').
49008 src/com/gps/automation/DataOrganizer.java 493 Found 'DU'-anomaly for variable 'time' (lines '493'-'519').
49009 src/com/gps/automation/DataOrganizer.java 494 Found 'DD'-anomaly for variable 'date' (lines '494'-'507').
49010 src/com/gps/automation/DataOrganizer.java 495 Found 'DU'-anomaly for variable 'format' (lines '495'-'519').
49011 src/com/gps/automation/DataOrganizer.java 495 Local variable 'format' could be declared final
49012 src/com/gps/automation/DataOrganizer.java 495 When instantiating a SimpleDateFormat object, specify a Locale
49013 src/com/gps/automation/DataOrganizer.java 498 There is log block not surrounded by if
49014 src/com/gps/automation/DataOrganizer.java 498 There is log block not surrounded by if
49015 src/com/gps/automation/DataOrganizer.java 505 Potential violation of Law of Demeter (object not created locally)
49016 src/com/gps/automation/DataOrganizer.java 505 Potential violation of Law of Demeter (object not created locally)
49017 src/com/gps/automation/DataOrganizer.java 506 Potential violation of Law of Demeter (method chain calls)
49018 src/com/gps/automation/DataOrganizer.java 506 Potential violation of Law of Demeter (object not created locally)
49019 src/com/gps/automation/DataOrganizer.java 507 Potential violation of Law of Demeter (object not created locally)
49020 src/com/gps/automation/DataOrganizer.java 508 There is log block not surrounded by if
49021 src/com/gps/automation/DataOrganizer.java 508 There is log block not surrounded by if
49022 src/com/gps/automation/DataOrganizer.java 513 Potential violation of Law of Demeter (object not created locally)
49023 src/com/gps/automation/DataOrganizer.java 513 There is log block not surrounded by if
49024 src/com/gps/automation/DataOrganizer.java 514 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49025 src/com/gps/automation/DataOrganizer.java 515 There is log block not surrounded by if
49026 src/com/gps/automation/DataOrganizer.java 522 Parameter 'deviceId' is not assigned and could be declared final
49027 src/com/gps/automation/DataOrganizer.java 524 Found 'DD'-anomaly for variable 'tripsResult' (lines '524'-'536').
49028 src/com/gps/automation/DataOrganizer.java 526 Found 'DD'-anomaly for variable 'isPresent' (lines '526'-'540').
49029 src/com/gps/automation/DataOrganizer.java 533 There is log block not surrounded by if
49030 src/com/gps/automation/DataOrganizer.java 533 There is log block not surrounded by if
49031 src/com/gps/automation/DataOrganizer.java 538 Avoid using Literals in Conditional Statements
49032 src/com/gps/automation/DataOrganizer.java 538 Potential violation of Law of Demeter (object not created locally)
49033 src/com/gps/automation/DataOrganizer.java 539 There is log block not surrounded by if
49034 src/com/gps/automation/DataOrganizer.java 539 There is log block not surrounded by if
49035 src/com/gps/automation/DataOrganizer.java 542 There is log block not surrounded by if
49036 src/com/gps/automation/DataOrganizer.java 542 There is log block not surrounded by if
49037 src/com/gps/automation/DataOrganizer.java 544 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49038 src/com/gps/automation/DataOrganizer.java 545 There is log block not surrounded by if
49039 src/com/gps/automation/DataOrganizer.java 545 There is log block not surrounded by if
49040 src/com/gps/automation/DataOrganizer.java 546 Potential violation of Law of Demeter (object not created locally)
49041 src/com/gps/automation/DataOrganizer.java 553 Parameter 'vehList' is not assigned and could be declared final
49042 src/com/gps/automation/DataOrganizer.java 553 The method 'setLatestData' has a Cyclomatic Complexity of 10.
49043 src/com/gps/automation/DataOrganizer.java 554 Found 'DD'-anomaly for variable 'status' (lines '554'-'622').
49044 src/com/gps/automation/DataOrganizer.java 557 Found 'DD'-anomaly for variable 'vds' (lines '557'-'587').
49045 src/com/gps/automation/DataOrganizer.java 557 Found 'DU'-anomaly for variable 'vds' (lines '557'-'636').
49046 src/com/gps/automation/DataOrganizer.java 558 Found 'DD'-anomaly for variable 'vehicletypeid' (lines '558'-'589').
49047 src/com/gps/automation/DataOrganizer.java 558 Found 'DU'-anomaly for variable 'vehicletypeid' (lines '558'-'636').
49048 src/com/gps/automation/DataOrganizer.java 559 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '559'-'588').
49049 src/com/gps/automation/DataOrganizer.java 559 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '559'-'636').
49050 src/com/gps/automation/DataOrganizer.java 560 Found 'DD'-anomaly for variable 'vehicleBean' (lines '560'-'609').
49051 src/com/gps/automation/DataOrganizer.java 560 Found 'DU'-anomaly for variable 'vehicleBean' (lines '560'-'636').
49052 src/com/gps/automation/DataOrganizer.java 561 Found 'DU'-anomaly for variable 'vdao' (lines '561'-'636').
49053 src/com/gps/automation/DataOrganizer.java 561 Local variable 'vdao' could be declared final
49054 src/com/gps/automation/DataOrganizer.java 565 Local variable 'vtdao' could be declared final
49055 src/com/gps/automation/DataOrganizer.java 566 Local variable 'lstVehicleType' could be declared final
49056 src/com/gps/automation/DataOrganizer.java 566 Potential violation of Law of Demeter (method chain calls)
49057 src/com/gps/automation/DataOrganizer.java 566 Potential violation of Law of Demeter (method chain calls)
49058 src/com/gps/automation/DataOrganizer.java 566 Potential violation of Law of Demeter (object not created locally)
49059 src/com/gps/automation/DataOrganizer.java 568 Consider replacing this Hashtable with the newer java.util.Map
49060 src/com/gps/automation/DataOrganizer.java 568 Found 'DU'-anomaly for variable 'hshTankCapacity' (lines '568'-'636').
49061 src/com/gps/automation/DataOrganizer.java 568 Local variable 'hshTankCapacity' could be declared final
49062 src/com/gps/automation/DataOrganizer.java 571 Potential violation of Law of Demeter (object not created locally)
49063 src/com/gps/automation/DataOrganizer.java 572 Avoid variables with short names like vt
49064 src/com/gps/automation/DataOrganizer.java 572 Local variable 'vt' could be declared final
49065 src/com/gps/automation/DataOrganizer.java 572 Potential violation of Law of Demeter (object not created locally)
49066 src/com/gps/automation/DataOrganizer.java 573 Potential violation of Law of Demeter (object not created locally)
49067 src/com/gps/automation/DataOrganizer.java 573 Potential violation of Law of Demeter (object not created locally)
49068 src/com/gps/automation/DataOrganizer.java 573 Potential violation of Law of Demeter (object not created locally)
49069 src/com/gps/automation/DataOrganizer.java 580 Found 'DD'-anomaly for variable 'tankcapacity' (lines '580'-'600').
49070 src/com/gps/automation/DataOrganizer.java 580 Found 'DD'-anomaly for variable 'tankcapacity' (lines '580'-'604').
49071 src/com/gps/automation/DataOrganizer.java 580 Found 'DU'-anomaly for variable 'tankcapacity' (lines '580'-'636').
49072 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (method chain calls)
49073 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (method chain calls)
49074 src/com/gps/automation/DataOrganizer.java 583 Potential violation of Law of Demeter (method chain calls)
49075 src/com/gps/automation/DataOrganizer.java 583 There is log block not surrounded by if
49076 src/com/gps/automation/DataOrganizer.java 583 There is log block not surrounded by if
49077 src/com/gps/automation/DataOrganizer.java 584 Potential violation of Law of Demeter (method chain calls)
49078 src/com/gps/automation/DataOrganizer.java 585 Potential violation of Law of Demeter (method chain calls)
49079 src/com/gps/automation/DataOrganizer.java 587 Potential violation of Law of Demeter (method chain calls)
49080 src/com/gps/automation/DataOrganizer.java 587 Potential violation of Law of Demeter (method chain calls)
49081 src/com/gps/automation/DataOrganizer.java 587 Potential violation of Law of Demeter (object not created locally)
49082 src/com/gps/automation/DataOrganizer.java 588 Found 'DD'-anomaly for variable 'stablefuelvalue' (lines '588'-'588').
49083 src/com/gps/automation/DataOrganizer.java 588 Found 'DU'-anomaly for variable 'stablefuelvalue' (lines '588'-'636').
49084 src/com/gps/automation/DataOrganizer.java 588 Potential violation of Law of Demeter (object not created locally)
49085 src/com/gps/automation/DataOrganizer.java 589 Potential violation of Law of Demeter (object not created locally)
49086 src/com/gps/automation/DataOrganizer.java 596 Avoid if (x != y) ..; else ..;
49087 src/com/gps/automation/DataOrganizer.java 596 Potential violation of Law of Demeter (method chain calls)
49088 src/com/gps/automation/DataOrganizer.java 596 Potential violation of Law of Demeter (object not created locally)
49089 src/com/gps/automation/DataOrganizer.java 598 Potential violation of Law of Demeter (object not created locally)
49090 src/com/gps/automation/DataOrganizer.java 600 Found 'DD'-anomaly for variable 'tankcapacity' (lines '600'-'600').
49091 src/com/gps/automation/DataOrganizer.java 600 Found 'DD'-anomaly for variable 'tankcapacity' (lines '600'-'604').
49092 src/com/gps/automation/DataOrganizer.java 600 Found 'DU'-anomaly for variable 'tankcapacity' (lines '600'-'636').
49093 src/com/gps/automation/DataOrganizer.java 600 Potential violation of Law of Demeter (object not created locally)
49094 src/com/gps/automation/DataOrganizer.java 604 Avoid using if...else statements without curly braces
49095 src/com/gps/automation/DataOrganizer.java 604 Found 'DD'-anomaly for variable 'tankcapacity' (lines '604'-'600').
49096 src/com/gps/automation/DataOrganizer.java 604 Found 'DD'-anomaly for variable 'tankcapacity' (lines '604'-'604').
49097 src/com/gps/automation/DataOrganizer.java 604 Found 'DU'-anomaly for variable 'tankcapacity' (lines '604'-'636').
49098 src/com/gps/automation/DataOrganizer.java 609 Potential violation of Law of Demeter (method chain calls)
49099 src/com/gps/automation/DataOrganizer.java 609 Potential violation of Law of Demeter (method chain calls)
49100 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (method chain calls)
49101 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (method chain calls)
49102 src/com/gps/automation/DataOrganizer.java 611 Potential violation of Law of Demeter (object not created locally)
49103 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (method chain calls)
49104 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (method chain calls)
49105 src/com/gps/automation/DataOrganizer.java 613 Potential violation of Law of Demeter (object not created locally)
49106 src/com/gps/automation/DataOrganizer.java 614 Potential violation of Law of Demeter (object not created locally)
49107 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (method chain calls)
49108 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (method chain calls)
49109 src/com/gps/automation/DataOrganizer.java 615 Potential violation of Law of Demeter (object not created locally)
49110 src/com/gps/automation/DataOrganizer.java 616 Potential violation of Law of Demeter (object not created locally)
49111 src/com/gps/automation/DataOrganizer.java 619 Comment is too large: Line too long
49112 src/com/gps/automation/DataOrganizer.java 625 There is log block not surrounded by if
49113 src/com/gps/automation/DataOrganizer.java 625 There is log block not surrounded by if
49114 src/com/gps/automation/DataOrganizer.java 629 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49115 src/com/gps/automation/DataOrganizer.java 630 There is log block not surrounded by if
49116 src/com/gps/automation/DataOrganizer.java 631 Potential violation of Law of Demeter (object not created locally)
49117 src/com/gps/automation/DataOrganizer.java 643 Comment is too large: Too many lines
49118 src/com/gps/automation/DataOrganizer.java 652 Comment is too large: Line too long
49119 src/com/gps/automation/DataOrganizer.java 700 Parameter 'vehicles' is not assigned and could be declared final
49120 src/com/gps/automation/DataOrganizer.java 702 Found 'DD'-anomaly for variable 'status' (lines '702'-'727').
49121 src/com/gps/automation/DataOrganizer.java 703 Found 'DD'-anomaly for variable 'vehicleBean' (lines '703'-'708').
49122 src/com/gps/automation/DataOrganizer.java 703 Found 'DU'-anomaly for variable 'vehicleBean' (lines '703'-'740').
49123 src/com/gps/automation/DataOrganizer.java 706 Avoid if (x != y) ..; else ..;
49124 src/com/gps/automation/DataOrganizer.java 712 Potential violation of Law of Demeter (object not created locally)
49125 src/com/gps/automation/DataOrganizer.java 713 Potential violation of Law of Demeter (object not created locally)
49126 src/com/gps/automation/DataOrganizer.java 714 Potential violation of Law of Demeter (object not created locally)
49127 src/com/gps/automation/DataOrganizer.java 715 Potential violation of Law of Demeter (object not created locally)
49128 src/com/gps/automation/DataOrganizer.java 716 Potential violation of Law of Demeter (object not created locally)
49129 src/com/gps/automation/DataOrganizer.java 717 Potential violation of Law of Demeter (object not created locally)
49130 src/com/gps/automation/DataOrganizer.java 718 Potential violation of Law of Demeter (object not created locally)
49131 src/com/gps/automation/DataOrganizer.java 719 Potential violation of Law of Demeter (object not created locally)
49132 src/com/gps/automation/DataOrganizer.java 720 Potential violation of Law of Demeter (object not created locally)
49133 src/com/gps/automation/DataOrganizer.java 722 Potential violation of Law of Demeter (object not created locally)
49134 src/com/gps/automation/DataOrganizer.java 724 Potential violation of Law of Demeter (object not created locally)
49135 src/com/gps/automation/DataOrganizer.java 724 There is log block not surrounded by if
49136 src/com/gps/automation/DataOrganizer.java 724 There is log block not surrounded by if
49137 src/com/gps/automation/DataOrganizer.java 728 There is log block not surrounded by if
49138 src/com/gps/automation/DataOrganizer.java 728 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
49139 src/com/gps/automation/DataOrganizer.java 731 There is log block not surrounded by if
49140 src/com/gps/automation/DataOrganizer.java 731 There is log block not surrounded by if
49141 src/com/gps/automation/DataOrganizer.java 733 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49142 src/com/gps/automation/DataOrganizer.java 734 There is log block not surrounded by if
49143 src/com/gps/automation/DataOrganizer.java 735 Potential violation of Law of Demeter (object not created locally)
49144 src/com/gps/automation/DataOrganizer.java 735 The String literal " to HSQLDB:" appears 6 times in this file; the first occurrence is on line 735
49145 src/com/gps/automation/DataOrganizer.java 744 Avoid really long methods.
49146 src/com/gps/automation/DataOrganizer.java 744 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49147 src/com/gps/automation/DataOrganizer.java 744 Parameter 'fuel' is not assigned and could be declared final
49148 src/com/gps/automation/DataOrganizer.java 744 Parameter 'stablefuel' is not assigned and could be declared final
49149 src/com/gps/automation/DataOrganizer.java 744 Parameter 'vehicle_id' is not assigned and could be declared final
49150 src/com/gps/automation/DataOrganizer.java 744 The method 'smoothGraph' has a Cyclomatic Complexity of 20.
49151 src/com/gps/automation/DataOrganizer.java 744 publicMethodCommentRequirement Required
49152 src/com/gps/automation/DataOrganizer.java 745 Comment is too large: Line too long
49153 src/com/gps/automation/DataOrganizer.java 749 Local variable 'fuelarlList' could be declared final
49154 src/com/gps/automation/DataOrganizer.java 752 Potential violation of Law of Demeter (object not created locally)
49155 src/com/gps/automation/DataOrganizer.java 752 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49156 src/com/gps/automation/DataOrganizer.java 753 Potential violation of Law of Demeter (object not created locally)
49157 src/com/gps/automation/DataOrganizer.java 755 Avoid using Literals in Conditional Statements
49158 src/com/gps/automation/DataOrganizer.java 755 Potential violation of Law of Demeter (object not created locally)
49159 src/com/gps/automation/DataOrganizer.java 755 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49160 src/com/gps/automation/DataOrganizer.java 758 Local variable 'isValid' could be declared final
49161 src/com/gps/automation/DataOrganizer.java 760 Potential violation of Law of Demeter (object not created locally)
49162 src/com/gps/automation/DataOrganizer.java 772 Potential violation of Law of Demeter (object not created locally)
49163 src/com/gps/automation/DataOrganizer.java 773 There is log block not surrounded by if
49164 src/com/gps/automation/DataOrganizer.java 773 There is log block not surrounded by if
49165 src/com/gps/automation/DataOrganizer.java 774 Potential violation of Law of Demeter (object not created locally)
49166 src/com/gps/automation/DataOrganizer.java 775 Potential violation of Law of Demeter (object not created locally)
49167 src/com/gps/automation/DataOrganizer.java 776 Potential violation of Law of Demeter (object not created locally)
49168 src/com/gps/automation/DataOrganizer.java 792 Avoid using if...else statements without curly braces
49169 src/com/gps/automation/DataOrganizer.java 792 Potential violation of Law of Demeter (object not created locally)
49170 src/com/gps/automation/DataOrganizer.java 794 Avoid using if...else statements without curly braces
49171 src/com/gps/automation/DataOrganizer.java 794 Potential violation of Law of Demeter (object not created locally)
49172 src/com/gps/automation/DataOrganizer.java 796 Potential violation of Law of Demeter (object not created locally)
49173 src/com/gps/automation/DataOrganizer.java 821 Potential violation of Law of Demeter (object not created locally)
49174 src/com/gps/automation/DataOrganizer.java 822 Potential violation of Law of Demeter (object not created locally)
49175 src/com/gps/automation/DataOrganizer.java 823 Avoid using Literals in Conditional Statements
49176 src/com/gps/automation/DataOrganizer.java 823 Potential violation of Law of Demeter (object not created locally)
49177 src/com/gps/automation/DataOrganizer.java 824 Potential violation of Law of Demeter (object not created locally)
49178 src/com/gps/automation/DataOrganizer.java 827 Avoid using if statements without curly braces
49179 src/com/gps/automation/DataOrganizer.java 828 Potential violation of Law of Demeter (object not created locally)
49180 src/com/gps/automation/DataOrganizer.java 829 Avoid using Literals in Conditional Statements
49181 src/com/gps/automation/DataOrganizer.java 829 Potential violation of Law of Demeter (object not created locally)
49182 src/com/gps/automation/DataOrganizer.java 831 Avoid using if...else statements without curly braces
49183 src/com/gps/automation/DataOrganizer.java 831 Potential violation of Law of Demeter (object not created locally)
49184 src/com/gps/automation/DataOrganizer.java 833 Potential violation of Law of Demeter (object not created locally)
49185 src/com/gps/automation/DataOrganizer.java 834 Potential violation of Law of Demeter (object not created locally)
49186 src/com/gps/automation/DataOrganizer.java 843 Local variable 'fuelList' could be declared final
49187 src/com/gps/automation/DataOrganizer.java 859 Comment is too large: Too many lines
49188 src/com/gps/automation/DataOrganizer.java 869 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49189 src/com/gps/automation/DataOrganizer.java 870 There is log block not surrounded by if
49190 src/com/gps/automation/DataOrganizer.java 875 Avoid using implementation types like 'ArrayList'; use the interface instead
49191 src/com/gps/automation/DataOrganizer.java 875 Parameter 'fuel' is not assigned and could be declared final
49192 src/com/gps/automation/DataOrganizer.java 875 Parameter 'fuelarlList' is not assigned and could be declared final
49193 src/com/gps/automation/DataOrganizer.java 875 publicMethodCommentRequirement Required
49194 src/com/gps/automation/DataOrganizer.java 876 Local variable 'oneDigit' could be declared final
49195 src/com/gps/automation/DataOrganizer.java 878 Local variable 'diff' could be declared final
49196 src/com/gps/automation/DataOrganizer.java 881 Avoid using Literals in Conditional Statements
49197 src/com/gps/automation/DataOrganizer.java 882 A method should have only one exit point, and that should be the last statement in the method
49198 src/com/gps/automation/DataOrganizer.java 888 Avoid using implementation types like 'ArrayList'; use the interface instead
49199 src/com/gps/automation/DataOrganizer.java 888 Parameter 'fuel' is not assigned and could be declared final
49200 src/com/gps/automation/DataOrganizer.java 888 Parameter 'fuelList' is not assigned and could be declared final
49201 src/com/gps/automation/DataOrganizer.java 888 publicMethodCommentRequirement Required
49202 src/com/gps/automation/DataOrganizer.java 889 Local variable 'tempfuelList' could be declared final
49203 src/com/gps/automation/DataOrganizer.java 890 Potential violation of Law of Demeter (object not created locally)
49204 src/com/gps/automation/DataOrganizer.java 891 Found 'DD'-anomaly for variable 'nomatch' (lines '891'-'904').
49205 src/com/gps/automation/DataOrganizer.java 893 Potential violation of Law of Demeter (object not created locally)
49206 src/com/gps/automation/DataOrganizer.java 894 Potential violation of Law of Demeter (object not created locally)
49207 src/com/gps/automation/DataOrganizer.java 895 Avoid instantiating new objects inside loops
49208 src/com/gps/automation/DataOrganizer.java 895 Local variable 'oneDigit' could be declared final
49209 src/com/gps/automation/DataOrganizer.java 899 Local variable 'diff' could be declared final
49210 src/com/gps/automation/DataOrganizer.java 899 Potential violation of Law of Demeter (object not created locally)
49211 src/com/gps/automation/DataOrganizer.java 900 Potential violation of Law of Demeter (object not created locally)
49212 src/com/gps/automation/DataOrganizer.java 900 Potential violation of Law of Demeter (object not created locally)
49213 src/com/gps/automation/DataOrganizer.java 903 Avoid using Literals in Conditional Statements
49214 src/com/gps/automation/DataOrganizer.java 913 Parameter 'fuel1' is not assigned and could be declared final
49215 src/com/gps/automation/DataOrganizer.java 913 Parameter 'fuel2' is not assigned and could be declared final
49216 src/com/gps/automation/DataOrganizer.java 913 publicMethodCommentRequirement Required
49217 src/com/gps/automation/DataOrganizer.java 914 Avoid using if statements without curly braces
49218 src/com/gps/automation/DataOrganizer.java 916 A method should have only one exit point, and that should be the last statement in the method
49219 src/com/gps/automation/DataOrganizer.java 917 Local variable 'oneDigit' could be declared final
49220 src/com/gps/automation/DataOrganizer.java 919 Local variable 'diff' could be declared final
49221 src/com/gps/automation/DataOrganizer.java 922 Avoid using Literals in Conditional Statements
49222 src/com/gps/automation/DataOrganizer.java 923 A method should have only one exit point, and that should be the last statement in the method
49223 src/com/gps/automation/DataOrganizer.java 929 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49224 src/com/gps/automation/DataOrganizer.java 929 Parameter 'vehicle_id' is not assigned and could be declared final
49225 src/com/gps/automation/DataOrganizer.java 931 Found 'DD'-anomaly for variable 'result' (lines '931'-'941').
49226 src/com/gps/automation/DataOrganizer.java 935 Found 'DD'-anomaly for variable 'stable_fuelval' (lines '935'-'944').
49227 src/com/gps/automation/DataOrganizer.java 935 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_fuelval' is not final.
49228 src/com/gps/automation/DataOrganizer.java 938 There is log block not surrounded by if
49229 src/com/gps/automation/DataOrganizer.java 938 There is log block not surrounded by if
49230 src/com/gps/automation/DataOrganizer.java 943 Potential violation of Law of Demeter (object not created locally)
49231 src/com/gps/automation/DataOrganizer.java 943 Potential violation of Law of Demeter (object not created locally)
49232 src/com/gps/automation/DataOrganizer.java 944 Potential violation of Law of Demeter (object not created locally)
49233 src/com/gps/automation/DataOrganizer.java 948 A method should have only one exit point, and that should be the last statement in the method
49234 src/com/gps/automation/DataOrganizer.java 949 Avoid catching NullPointerException; consider removing the cause of the NPE.
49235 src/com/gps/automation/DataOrganizer.java 949 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49236 src/com/gps/automation/DataOrganizer.java 950 Potential violation of Law of Demeter (object not created locally)
49237 src/com/gps/automation/DataOrganizer.java 950 There is log block not surrounded by if
49238 src/com/gps/automation/DataOrganizer.java 951 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49239 src/com/gps/automation/DataOrganizer.java 952 There is log block not surrounded by if
49240 src/com/gps/automation/DataOrganizer.java 953 Potential violation of Law of Demeter (object not created locally)
49241 src/com/gps/automation/DataOrganizer.java 961 Avoid reassigning parameters such as 'stable_value'
49242 src/com/gps/automation/DataOrganizer.java 961 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'stable_value' is not final.
49243 src/com/gps/automation/DataOrganizer.java 961 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49244 src/com/gps/automation/DataOrganizer.java 961 Parameter 'vehicle_id' is not assigned and could be declared final
49245 src/com/gps/automation/DataOrganizer.java 961 The method 'updateStableValue' has a Cyclomatic Complexity of 10.
49246 src/com/gps/automation/DataOrganizer.java 961 publicMethodCommentRequirement Required
49247 src/com/gps/automation/DataOrganizer.java 962 Local variable 'vdao' could be declared final
49248 src/com/gps/automation/DataOrganizer.java 963 Found 'DD'-anomaly for variable 'vehicleBean' (lines '963'-'1,007').
49249 src/com/gps/automation/DataOrganizer.java 964 Found 'DD'-anomaly for variable 'status' (lines '964'-'1,013').
49250 src/com/gps/automation/DataOrganizer.java 966 Found 'DD'-anomaly for variable 'correctionValue' (lines '966'-'975').
49251 src/com/gps/automation/DataOrganizer.java 972 Avoid variables with short names like vd
49252 src/com/gps/automation/DataOrganizer.java 972 Local variable 'vd' could be declared final
49253 src/com/gps/automation/DataOrganizer.java 972 Potential violation of Law of Demeter (object not created locally)
49254 src/com/gps/automation/DataOrganizer.java 973 Local variable 'hasdamping' could be declared final
49255 src/com/gps/automation/DataOrganizer.java 973 Potential violation of Law of Demeter (object not created locally)
49256 src/com/gps/automation/DataOrganizer.java 975 Found 'DU'-anomaly for variable 'correctionValue' (lines '975'-'1,029').
49257 src/com/gps/automation/DataOrganizer.java 975 Potential violation of Law of Demeter (object not created locally)
49258 src/com/gps/automation/DataOrganizer.java 977 Avoid using Literals in Conditional Statements
49259 src/com/gps/automation/DataOrganizer.java 978 Local variable 'vehicletypeid' could be declared final
49260 src/com/gps/automation/DataOrganizer.java 978 Potential violation of Law of Demeter (object not created locally)
49261 src/com/gps/automation/DataOrganizer.java 980 Potential violation of Law of Demeter (method chain calls)
49262 src/com/gps/automation/DataOrganizer.java 980 Potential violation of Law of Demeter (object not created locally)
49263 src/com/gps/automation/DataOrganizer.java 982 Avoid variables with short names like vt
49264 src/com/gps/automation/DataOrganizer.java 982 Local variable 'vt' could be declared final
49265 src/com/gps/automation/DataOrganizer.java 983 Found 'DU'-anomaly for variable 'vtype' (lines '983'-'1,029').
49266 src/com/gps/automation/DataOrganizer.java 983 Local variable 'vtype' could be declared final
49267 src/com/gps/automation/DataOrganizer.java 983 Potential violation of Law of Demeter (object not created locally)
49268 src/com/gps/automation/DataOrganizer.java 987 Potential violation of Law of Demeter (object not created locally)
49269 src/com/gps/automation/DataOrganizer.java 991 There is log block not surrounded by if
49270 src/com/gps/automation/DataOrganizer.java 991 There is log block not surrounded by if
49271 src/com/gps/automation/DataOrganizer.java 995 Potential violation of Law of Demeter (object not created locally)
49272 src/com/gps/automation/DataOrganizer.java 996 Local variable 'sess' could be declared final
49273 src/com/gps/automation/DataOrganizer.java 996 Potential violation of Law of Demeter (object not created locally)
49274 src/com/gps/automation/DataOrganizer.java 997 Avoid variables with short names like tx
49275 src/com/gps/automation/DataOrganizer.java 997 Local variable 'tx' could be declared final
49276 src/com/gps/automation/DataOrganizer.java 997 Potential violation of Law of Demeter (object not created locally)
49277 src/com/gps/automation/DataOrganizer.java 998 Potential violation of Law of Demeter (object not created locally)
49278 src/com/gps/automation/DataOrganizer.java 999 Potential violation of Law of Demeter (object not created locally)
49279 src/com/gps/automation/DataOrganizer.java 1000 Potential violation of Law of Demeter (object not created locally)
49280 src/com/gps/automation/DataOrganizer.java 1001 Potential violation of Law of Demeter (object not created locally)
49281 src/com/gps/automation/DataOrganizer.java 1002 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49282 src/com/gps/automation/DataOrganizer.java 1003 There is log block not surrounded by if
49283 src/com/gps/automation/DataOrganizer.java 1007 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49284 src/com/gps/automation/DataOrganizer.java 1009 Potential violation of Law of Demeter (object not created locally)
49285 src/com/gps/automation/DataOrganizer.java 1016 Avoid using Literals in Conditional Statements
49286 src/com/gps/automation/DataOrganizer.java 1017 There is log block not surrounded by if
49287 src/com/gps/automation/DataOrganizer.java 1017 There is log block not surrounded by if
49288 src/com/gps/automation/DataOrganizer.java 1021 There is log block not surrounded by if
49289 src/com/gps/automation/DataOrganizer.java 1021 There is log block not surrounded by if
49290 src/com/gps/automation/DataOrganizer.java 1025 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49291 src/com/gps/automation/DataOrganizer.java 1026 There is log block not surrounded by if
49292 src/com/gps/automation/DataOrganizer.java 1027 Potential violation of Law of Demeter (object not created locally)
49293 src/com/gps/automation/DataOrganizer.java 1033 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49294 src/com/gps/automation/DataOrganizer.java 1033 Parameter 'fuel' is not assigned and could be declared final
49295 src/com/gps/automation/DataOrganizer.java 1033 Parameter 'speed' is not assigned and could be declared final
49296 src/com/gps/automation/DataOrganizer.java 1033 Parameter 'vehicle_id' is not assigned and could be declared final
49297 src/com/gps/automation/DataOrganizer.java 1033 publicMethodCommentRequirement Required
49298 src/com/gps/automation/DataOrganizer.java 1034 Parameter 'distance' is not assigned and could be declared final
49299 src/com/gps/automation/DataOrganizer.java 1034 Parameter 'eventCode' is not assigned and could be declared final
49300 src/com/gps/automation/DataOrganizer.java 1034 Parameter 'lat' is not assigned and could be declared final
49301 src/com/gps/automation/DataOrganizer.java 1034 Parameter 'lon' is not assigned and could be declared final
49302 src/com/gps/automation/DataOrganizer.java 1035 Parameter 'heading' is not assigned and could be declared final
49303 src/com/gps/automation/DataOrganizer.java 1036 Found 'DD'-anomaly for variable 'status' (lines '1,036'-'1,077').
49304 src/com/gps/automation/DataOrganizer.java 1038 Found 'DD'-anomaly for variable 'lastMovedTime' (lines '1,038'-'1,050').
49305 src/com/gps/automation/DataOrganizer.java 1038 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '1,038'-'1,094').
49306 src/com/gps/automation/DataOrganizer.java 1040 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,040'-'1,060').
49307 src/com/gps/automation/DataOrganizer.java 1043 Local variable 'vehvo' could be declared final
49308 src/com/gps/automation/DataOrganizer.java 1047 Local variable 'creationtime' could be declared final
49309 src/com/gps/automation/DataOrganizer.java 1047 Potential violation of Law of Demeter (object not created locally)
49310 src/com/gps/automation/DataOrganizer.java 1049 Avoid using if statements without curly braces
49311 src/com/gps/automation/DataOrganizer.java 1050 Found 'DU'-anomaly for variable 'lastMovedTime' (lines '1,050'-'1,094').
49312 src/com/gps/automation/DataOrganizer.java 1053 Avoid using Literals in Conditional Statements
49313 src/com/gps/automation/DataOrganizer.java 1054 Found 'DU'-anomaly for variable 'stablefuelval' (lines '1,054'-'1,094').
49314 src/com/gps/automation/DataOrganizer.java 1056 Avoid using Literals in Conditional Statements
49315 src/com/gps/automation/DataOrganizer.java 1056 Avoid using if statements without curly braces
49316 src/com/gps/automation/DataOrganizer.java 1060 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49317 src/com/gps/automation/DataOrganizer.java 1063 Potential violation of Law of Demeter (object not created locally)
49318 src/com/gps/automation/DataOrganizer.java 1064 Potential violation of Law of Demeter (object not created locally)
49319 src/com/gps/automation/DataOrganizer.java 1065 Potential violation of Law of Demeter (object not created locally)
49320 src/com/gps/automation/DataOrganizer.java 1066 Potential violation of Law of Demeter (object not created locally)
49321 src/com/gps/automation/DataOrganizer.java 1067 Potential violation of Law of Demeter (object not created locally)
49322 src/com/gps/automation/DataOrganizer.java 1068 Potential violation of Law of Demeter (object not created locally)
49323 src/com/gps/automation/DataOrganizer.java 1071 Avoid using Literals in Conditional Statements
49324 src/com/gps/automation/DataOrganizer.java 1073 Potential violation of Law of Demeter (object not created locally)
49325 src/com/gps/automation/DataOrganizer.java 1081 Avoid using Literals in Conditional Statements
49326 src/com/gps/automation/DataOrganizer.java 1082 There is log block not surrounded by if
49327 src/com/gps/automation/DataOrganizer.java 1082 There is log block not surrounded by if
49328 src/com/gps/automation/DataOrganizer.java 1084 The String literal "No rows affected" appears 5 times in this file; the first occurrence is on line 1,084
49329 src/com/gps/automation/DataOrganizer.java 1084 There is log block not surrounded by if
49330 src/com/gps/automation/DataOrganizer.java 1084 There is log block not surrounded by if
49331 src/com/gps/automation/DataOrganizer.java 1087 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49332 src/com/gps/automation/DataOrganizer.java 1089 The String literal "Error updating trip " appears 5 times in this file; the first occurrence is on line 1,089
49333 src/com/gps/automation/DataOrganizer.java 1089 There is log block not surrounded by if
49334 src/com/gps/automation/DataOrganizer.java 1089 There is log block not surrounded by if
49335 src/com/gps/automation/DataOrganizer.java 1090 Potential violation of Law of Demeter (object not created locally)
49336 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
49337 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
49338 src/com/gps/automation/DataOrganizer.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49339 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'device_id' is not assigned and could be declared final
49340 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'veh_name' is not assigned and could be declared final
49341 src/com/gps/automation/DataOrganizer.java 1097 Parameter 'vehicle_id' is not assigned and could be declared final
49342 src/com/gps/automation/DataOrganizer.java 1098 Parameter 'date' is not assigned and could be declared final
49343 src/com/gps/automation/DataOrganizer.java 1099 Found 'DD'-anomaly for variable 'status' (lines '1,099'-'1,119').
49344 src/com/gps/automation/DataOrganizer.java 1102 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,102'-'1,111').
49345 src/com/gps/automation/DataOrganizer.java 1104 Found 'DD'-anomaly for variable 'creationTime' (lines '1,104'-'1,109').
49346 src/com/gps/automation/DataOrganizer.java 1104 Found 'DU'-anomaly for variable 'creationTime' (lines '1,104'-'1,134').
49347 src/com/gps/automation/DataOrganizer.java 1108 Avoid using if statements without curly braces
49348 src/com/gps/automation/DataOrganizer.java 1109 Found 'DU'-anomaly for variable 'creationTime' (lines '1,109'-'1,134').
49349 src/com/gps/automation/DataOrganizer.java 1111 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49350 src/com/gps/automation/DataOrganizer.java 1113 Potential violation of Law of Demeter (object not created locally)
49351 src/com/gps/automation/DataOrganizer.java 1114 Potential violation of Law of Demeter (object not created locally)
49352 src/com/gps/automation/DataOrganizer.java 1115 Potential violation of Law of Demeter (object not created locally)
49353 src/com/gps/automation/DataOrganizer.java 1122 Avoid using Literals in Conditional Statements
49354 src/com/gps/automation/DataOrganizer.java 1123 There is log block not surrounded by if
49355 src/com/gps/automation/DataOrganizer.java 1123 There is log block not surrounded by if
49356 src/com/gps/automation/DataOrganizer.java 1125 There is log block not surrounded by if
49357 src/com/gps/automation/DataOrganizer.java 1125 There is log block not surrounded by if
49358 src/com/gps/automation/DataOrganizer.java 1128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49359 src/com/gps/automation/DataOrganizer.java 1129 There is log block not surrounded by if
49360 src/com/gps/automation/DataOrganizer.java 1129 There is log block not surrounded by if
49361 src/com/gps/automation/DataOrganizer.java 1130 Potential violation of Law of Demeter (object not created locally)
49362 src/com/gps/automation/DataOrganizer.java 1138 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
49363 src/com/gps/automation/DataOrganizer.java 1138 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49364 src/com/gps/automation/DataOrganizer.java 1138 Parameter 'fenceid' is not assigned and could be declared final
49365 src/com/gps/automation/DataOrganizer.java 1138 Parameter 'inFenceTime' is not assigned and could be declared final
49366 src/com/gps/automation/DataOrganizer.java 1138 Parameter 'vehicle_id' is not assigned and could be declared final
49367 src/com/gps/automation/DataOrganizer.java 1138 publicMethodCommentRequirement Required
49368 src/com/gps/automation/DataOrganizer.java 1139 Parameter 'isReset' is not assigned and could be declared final
49369 src/com/gps/automation/DataOrganizer.java 1140 Found 'DD'-anomaly for variable 'status' (lines '1,140'-'1,162').
49370 src/com/gps/automation/DataOrganizer.java 1142 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,142'-'1,145').
49371 src/com/gps/automation/DataOrganizer.java 1145 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49372 src/com/gps/automation/DataOrganizer.java 1149 Avoid if (x != y) ..; else ..;
49373 src/com/gps/automation/DataOrganizer.java 1150 Potential violation of Law of Demeter (object not created locally)
49374 src/com/gps/automation/DataOrganizer.java 1151 Potential violation of Law of Demeter (object not created locally)
49375 src/com/gps/automation/DataOrganizer.java 1155 Potential violation of Law of Demeter (object not created locally)
49376 src/com/gps/automation/DataOrganizer.java 1156 Potential violation of Law of Demeter (object not created locally)
49377 src/com/gps/automation/DataOrganizer.java 1165 Avoid using Literals in Conditional Statements
49378 src/com/gps/automation/DataOrganizer.java 1166 There is log block not surrounded by if
49379 src/com/gps/automation/DataOrganizer.java 1166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
49380 src/com/gps/automation/DataOrganizer.java 1168 There is log block not surrounded by if
49381 src/com/gps/automation/DataOrganizer.java 1168 There is log block not surrounded by if
49382 src/com/gps/automation/DataOrganizer.java 1171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49383 src/com/gps/automation/DataOrganizer.java 1172 There is log block not surrounded by if
49384 src/com/gps/automation/DataOrganizer.java 1172 There is log block not surrounded by if
49385 src/com/gps/automation/DataOrganizer.java 1173 Potential violation of Law of Demeter (object not created locally)
49386 src/com/gps/automation/DataOrganizer.java 1180 Method names should not start with capital letters
49387 src/com/gps/automation/DataOrganizer.java 1180 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49388 src/com/gps/automation/DataOrganizer.java 1180 Parameter 'RegNo' is not assigned and could be declared final
49389 src/com/gps/automation/DataOrganizer.java 1180 Parameter 'vehicle_id' is not assigned and could be declared final
49390 src/com/gps/automation/DataOrganizer.java 1180 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
49391 src/com/gps/automation/DataOrganizer.java 1180 publicMethodCommentRequirement Required
49392 src/com/gps/automation/DataOrganizer.java 1182 Found 'DD'-anomaly for variable 'result' (lines '1,182'-'1,197').
49393 src/com/gps/automation/DataOrganizer.java 1184 Avoid variables with short names like vo
49394 src/com/gps/automation/DataOrganizer.java 1184 Found 'DD'-anomaly for variable 'vo' (lines '1,184'-'1,208').
49395 src/com/gps/automation/DataOrganizer.java 1185 Found 'DD'-anomaly for variable 'query' (lines '1,185'-'1,189').
49396 src/com/gps/automation/DataOrganizer.java 1185 Found 'DD'-anomaly for variable 'query' (lines '1,185'-'1,192').
49397 src/com/gps/automation/DataOrganizer.java 1188 Position literals first in String comparisons
49398 src/com/gps/automation/DataOrganizer.java 1199 There is log block not surrounded by if
49399 src/com/gps/automation/DataOrganizer.java 1199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
49400 src/com/gps/automation/DataOrganizer.java 1200 There is log block not surrounded by if
49401 src/com/gps/automation/DataOrganizer.java 1200 There is log block not surrounded by if
49402 src/com/gps/automation/DataOrganizer.java 1204 Local variable 'resultIter' could be declared final
49403 src/com/gps/automation/DataOrganizer.java 1206 Local variable 'rows' could be declared final
49404 src/com/gps/automation/DataOrganizer.java 1207 Avoid using if statements without curly braces
49405 src/com/gps/automation/DataOrganizer.java 1208 Avoid instantiating new objects inside loops
49406 src/com/gps/automation/DataOrganizer.java 1208 Found 'DD'-anomaly for variable 'vo' (lines '1,208'-'1,208').
49407 src/com/gps/automation/DataOrganizer.java 1209 Potential violation of Law of Demeter (method chain calls)
49408 src/com/gps/automation/DataOrganizer.java 1209 Potential violation of Law of Demeter (method chain calls)
49409 src/com/gps/automation/DataOrganizer.java 1213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49410 src/com/gps/automation/DataOrganizer.java 1214 Do not add empty strings
49411 src/com/gps/automation/DataOrganizer.java 1214 There is log block not surrounded by if
49412 src/com/gps/automation/DataOrganizer.java 1217 There is log block not surrounded by if
49413 src/com/gps/automation/DataOrganizer.java 1217 There is log block not surrounded by if
49414 src/com/gps/automation/DataOrganizer.java 1224 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'device_id' is not final.
49415 src/com/gps/automation/DataOrganizer.java 1224 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'veh_name' is not final.
49416 src/com/gps/automation/DataOrganizer.java 1224 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49417 src/com/gps/automation/DataOrganizer.java 1224 Parameter 'device_id' is not assigned and could be declared final
49418 src/com/gps/automation/DataOrganizer.java 1224 Parameter 'veh_name' is not assigned and could be declared final
49419 src/com/gps/automation/DataOrganizer.java 1224 Parameter 'vehicle_id' is not assigned and could be declared final
49420 src/com/gps/automation/DataOrganizer.java 1224 The method 'updateTable' has a Cyclomatic Complexity of 11.
49421 src/com/gps/automation/DataOrganizer.java 1224 publicMethodCommentRequirement Required
49422 src/com/gps/automation/DataOrganizer.java 1225 Parameter 'date' is not assigned and could be declared final
49423 src/com/gps/automation/DataOrganizer.java 1225 Parameter 'organization' is not assigned and could be declared final
49424 src/com/gps/automation/DataOrganizer.java 1226 Found 'DD'-anomaly for variable 'status' (lines '1,226'-'1,260').
49425 src/com/gps/automation/DataOrganizer.java 1227 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,227'-'1,235').
49426 src/com/gps/automation/DataOrganizer.java 1229 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,229'-'1,275').
49427 src/com/gps/automation/DataOrganizer.java 1229 Local variable 'vehDAO' could be declared final
49428 src/com/gps/automation/DataOrganizer.java 1230 Found 'DD'-anomaly for variable 'vehicledata' (lines '1,230'-'1,237').
49429 src/com/gps/automation/DataOrganizer.java 1230 Found 'DU'-anomaly for variable 'vehicledata' (lines '1,230'-'1,275').
49430 src/com/gps/automation/DataOrganizer.java 1231 Found 'DD'-anomaly for variable 'creationTime' (lines '1,231'-'1,241').
49431 src/com/gps/automation/DataOrganizer.java 1231 Found 'DU'-anomaly for variable 'creationTime' (lines '1,231'-'1,275').
49432 src/com/gps/automation/DataOrganizer.java 1232 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,232'-'1,245').
49433 src/com/gps/automation/DataOrganizer.java 1233 Found 'DD'-anomaly for variable 'updateFlag' (lines '1,233'-'1,248').
49434 src/com/gps/automation/DataOrganizer.java 1233 Found 'DD'-anomaly for variable 'updateFlag' (lines '1,233'-'1,250').
49435 src/com/gps/automation/DataOrganizer.java 1237 Potential violation of Law of Demeter (object not created locally)
49436 src/com/gps/automation/DataOrganizer.java 1241 Found 'DU'-anomaly for variable 'creationTime' (lines '1,241'-'1,275').
49437 src/com/gps/automation/DataOrganizer.java 1245 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49438 src/com/gps/automation/DataOrganizer.java 1247 Potential violation of Law of Demeter (object not created locally)
49439 src/com/gps/automation/DataOrganizer.java 1249 Potential violation of Law of Demeter (object not created locally)
49440 src/com/gps/automation/DataOrganizer.java 1249 Potential violation of Law of Demeter (object not created locally)
49441 src/com/gps/automation/DataOrganizer.java 1252 Avoid unnecessary comparisons in boolean expressions
49442 src/com/gps/automation/DataOrganizer.java 1252 Avoid using Literals in Conditional Statements
49443 src/com/gps/automation/DataOrganizer.java 1254 Potential violation of Law of Demeter (object not created locally)
49444 src/com/gps/automation/DataOrganizer.java 1255 Potential violation of Law of Demeter (object not created locally)
49445 src/com/gps/automation/DataOrganizer.java 1256 Potential violation of Law of Demeter (object not created locally)
49446 src/com/gps/automation/DataOrganizer.java 1257 Potential violation of Law of Demeter (object not created locally)
49447 src/com/gps/automation/DataOrganizer.java 1263 Avoid using Literals in Conditional Statements
49448 src/com/gps/automation/DataOrganizer.java 1264 There is log block not surrounded by if
49449 src/com/gps/automation/DataOrganizer.java 1264 There is log block not surrounded by if
49450 src/com/gps/automation/DataOrganizer.java 1266 There is log block not surrounded by if
49451 src/com/gps/automation/DataOrganizer.java 1266 There is log block not surrounded by if
49452 src/com/gps/automation/DataOrganizer.java 1269 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49453 src/com/gps/automation/DataOrganizer.java 1270 There is log block not surrounded by if
49454 src/com/gps/automation/DataOrganizer.java 1270 There is log block not surrounded by if
49455 src/com/gps/automation/DataOrganizer.java 1271 Potential violation of Law of Demeter (object not created locally)
49456 src/com/gps/automation/DataOrganizer.java 1278 Parameter 'deviceid' is not assigned and could be declared final
49457 src/com/gps/automation/DataOrganizer.java 1278 publicMethodCommentRequirement Required
49458 src/com/gps/automation/DataOrganizer.java 1280 Found 'DD'-anomaly for variable 'result' (lines '1,280'-'1,290').
49459 src/com/gps/automation/DataOrganizer.java 1282 Found 'DD'-anomaly for variable 'vehicleid' (lines '1,282'-'1,292').
49460 src/com/gps/automation/DataOrganizer.java 1286 There is log block not surrounded by if
49461 src/com/gps/automation/DataOrganizer.java 1286 There is log block not surrounded by if
49462 src/com/gps/automation/DataOrganizer.java 1291 Potential violation of Law of Demeter (object not created locally)
49463 src/com/gps/automation/DataOrganizer.java 1292 Potential violation of Law of Demeter (object not created locally)
49464 src/com/gps/automation/DataOrganizer.java 1295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49465 src/com/gps/automation/DataOrganizer.java 1296 There is log block not surrounded by if
49466 src/com/gps/automation/DataOrganizer.java 1296 There is log block not surrounded by if
49467 src/com/gps/automation/DataOrganizer.java 1305 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49468 src/com/gps/automation/DataOrganizer.java 1305 Parameter 'vehicle' is not assigned and could be declared final
49469 src/com/gps/automation/DataOrganizer.java 1305 Parameter 'vehicle_id' is not assigned and could be declared final
49470 src/com/gps/automation/DataOrganizer.java 1305 publicMethodCommentRequirement Required
49471 src/com/gps/automation/DataOrganizer.java 1308 Found 'DD'-anomaly for variable 'vehicleBean' (lines '1,308'-'1,312').
49472 src/com/gps/automation/DataOrganizer.java 1312 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
49473 src/com/gps/automation/DataOrganizer.java 1314 Potential violation of Law of Demeter (object not created locally)
49474 src/com/gps/automation/DataOrganizer.java 1315 Potential violation of Law of Demeter (object not created locally)
49475 src/com/gps/automation/DataOrganizer.java 1316 Potential violation of Law of Demeter (object not created locally)
49476 src/com/gps/automation/DataOrganizer.java 1318 Potential violation of Law of Demeter (object not created locally)
49477 src/com/gps/automation/DataOrganizer.java 1325 Avoid using Literals in Conditional Statements
49478 src/com/gps/automation/DataOrganizer.java 1326 There is log block not surrounded by if
49479 src/com/gps/automation/DataOrganizer.java 1326 There is log block not surrounded by if
49480 src/com/gps/automation/DataOrganizer.java 1328 There is log block not surrounded by if
49481 src/com/gps/automation/DataOrganizer.java 1328 There is log block not surrounded by if
49482 src/com/gps/automation/DataOrganizer.java 1331 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49483 src/com/gps/automation/DataOrganizer.java 1332 There is log block not surrounded by if
49484 src/com/gps/automation/DataOrganizer.java 1332 There is log block not surrounded by if
49485 src/com/gps/automation/DataOrganizer.java 1333 Potential violation of Law of Demeter (object not created locally)
49486 src/com/gps/automation/DataOrganizer.java 1339 Comment is too large: Too many lines
49487 src/com/gps/automation/DataOrganizer.java 1368 Comment is too large: Too many lines
49488 src/com/gps/automation/DataOrganizer.java 1384 Avoid really long methods.
49489 src/com/gps/automation/DataOrganizer.java 1384 Parameter 'orgId' is not assigned and could be declared final
49490 src/com/gps/automation/DataOrganizer.java 1384 The method 'getVehicleInfo' has a Cyclomatic Complexity of 17.
49491 src/com/gps/automation/DataOrganizer.java 1384 The method getVehicleInfo() has an NPath complexity of 229
49492 src/com/gps/automation/DataOrganizer.java 1388 Local variable 'deviceList' could be declared final
49493 src/com/gps/automation/DataOrganizer.java 1389 Local variable 'vehDAO' could be declared final
49494 src/com/gps/automation/DataOrganizer.java 1393 Local variable 'orgDao' could be declared final
49495 src/com/gps/automation/DataOrganizer.java 1394 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
49496 src/com/gps/automation/DataOrganizer.java 1398 Potential violation of Law of Demeter (method chain calls)
49497 src/com/gps/automation/DataOrganizer.java 1398 Potential violation of Law of Demeter (object not created locally)
49498 src/com/gps/automation/DataOrganizer.java 1399 Potential violation of Law of Demeter (object not created locally)
49499 src/com/gps/automation/DataOrganizer.java 1403 There is log block not surrounded by if
49500 src/com/gps/automation/DataOrganizer.java 1403 There is log block not surrounded by if
49501 src/com/gps/automation/DataOrganizer.java 1405 Avoid if (x != y) ..; else ..;
49502 src/com/gps/automation/DataOrganizer.java 1405 Potential violation of Law of Demeter (object not created locally)
49503 src/com/gps/automation/DataOrganizer.java 1407 Potential violation of Law of Demeter (object not created locally)
49504 src/com/gps/automation/DataOrganizer.java 1413 Potential violation of Law of Demeter (object not created locally)
49505 src/com/gps/automation/DataOrganizer.java 1413 Potential violation of Law of Demeter (object not created locally)
49506 src/com/gps/automation/DataOrganizer.java 1417 Potential violation of Law of Demeter (object not created locally)
49507 src/com/gps/automation/DataOrganizer.java 1418 Potential violation of Law of Demeter (object not created locally)
49508 src/com/gps/automation/DataOrganizer.java 1418 There is log block not surrounded by if
49509 src/com/gps/automation/DataOrganizer.java 1418 There is log block not surrounded by if
49510 src/com/gps/automation/DataOrganizer.java 1419 Local variable 'vehiclesIter' could be declared final
49511 src/com/gps/automation/DataOrganizer.java 1419 Potential violation of Law of Demeter (object not created locally)
49512 src/com/gps/automation/DataOrganizer.java 1424 Comment is too large: Too many lines
49513 src/com/gps/automation/DataOrganizer.java 1427 Comment is too large: Line too long
49514 src/com/gps/automation/DataOrganizer.java 1442 Avoid unnecessary comparisons in boolean expressions
49515 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
49516 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
49517 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
49518 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
49519 src/com/gps/automation/DataOrganizer.java 1442 Potential violation of Law of Demeter (object not created locally)
49520 src/com/gps/automation/DataOrganizer.java 1443 There is log block not surrounded by if
49521 src/com/gps/automation/DataOrganizer.java 1443 There is log block not surrounded by if
49522 src/com/gps/automation/DataOrganizer.java 1444 Local variable 'data' could be declared final
49523 src/com/gps/automation/DataOrganizer.java 1444 Potential violation of Law of Demeter (object not created locally)
49524 src/com/gps/automation/DataOrganizer.java 1445 Potential violation of Law of Demeter (object not created locally)
49525 src/com/gps/automation/DataOrganizer.java 1448 Avoid if (x != y) ..; else ..;
49526 src/com/gps/automation/DataOrganizer.java 1448 Useless parentheses.
49527 src/com/gps/automation/DataOrganizer.java 1450 Potential violation of Law of Demeter (object not created locally)
49528 src/com/gps/automation/DataOrganizer.java 1451 Potential violation of Law of Demeter (object not created locally)
49529 src/com/gps/automation/DataOrganizer.java 1451 There is log block not surrounded by if
49530 src/com/gps/automation/DataOrganizer.java 1451 There is log block not surrounded by if
49531 src/com/gps/automation/DataOrganizer.java 1455 System.out.print is used
49532 src/com/gps/automation/DataOrganizer.java 1456 Local variable 'vehbean' could be declared final
49533 src/com/gps/automation/DataOrganizer.java 1456 Potential violation of Law of Demeter (object not created locally)
49534 src/com/gps/automation/DataOrganizer.java 1458 Potential violation of Law of Demeter (object not created locally)
49535 src/com/gps/automation/DataOrganizer.java 1460 Potential violation of Law of Demeter (object not created locally)
49536 src/com/gps/automation/DataOrganizer.java 1460 There is log block not surrounded by if
49537 src/com/gps/automation/DataOrganizer.java 1460 There is log block not surrounded by if
49538 src/com/gps/automation/DataOrganizer.java 1473 Potential violation of Law of Demeter (object not created locally)
49539 src/com/gps/automation/DataOrganizer.java 1473 There is log block not surrounded by if
49540 src/com/gps/automation/DataOrganizer.java 1473 There is log block not surrounded by if
49541 src/com/gps/automation/DataOrganizer.java 1474 Avoid using Literals in Conditional Statements
49542 src/com/gps/automation/DataOrganizer.java 1474 Potential violation of Law of Demeter (object not created locally)
49543 src/com/gps/automation/DataOrganizer.java 1474 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49544 src/com/gps/automation/DataOrganizer.java 1482 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49545 src/com/gps/automation/DataOrganizer.java 1484 There is log block not surrounded by if
49546 src/com/gps/automation/DataOrganizer.java 1484 There is log block not surrounded by if
49547 src/com/gps/automation/DataOrganizer.java 1485 Potential violation of Law of Demeter (object not created locally)
49548 src/com/gps/automation/DataOrganizer.java 1493 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
49549 src/com/gps/automation/DataOrganizer.java 1493 Parameter 'vehicle_id' is not assigned and could be declared final
49550 src/com/gps/automation/DataOrganizer.java 1493 publicMethodCommentRequirement Required
49551 src/com/gps/automation/DataOrganizer.java 1501 There is log block not surrounded by if
49552 src/com/gps/automation/DataOrganizer.java 1501 There is log block not surrounded by if
49553 src/com/gps/automation/DataOrganizer.java 1507 Potential violation of Law of Demeter (object not created locally)
49554 src/com/gps/automation/DataOrganizer.java 1508 Potential violation of Law of Demeter (object not created locally)
49555 src/com/gps/automation/DataOrganizer.java 1508 There is log block not surrounded by if
49556 src/com/gps/automation/DataOrganizer.java 1508 There is log block not surrounded by if
49557 src/com/gps/automation/DataOrganizer.java 1510 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49558 src/com/gps/automation/DataOrganizer.java 1512 There is log block not surrounded by if
49559 src/com/gps/automation/DataOrganizer.java 1512 There is log block not surrounded by if
49560 src/com/gps/automation/DataOrganizer.java 1513 Potential violation of Law of Demeter (object not created locally)
49561 src/com/gps/automation/DataOrganizer.java 1522 Parameter 'OrganizationName' is not assigned and could be declared final
49562 src/com/gps/automation/DataOrganizer.java 1522 Parameter 'vehicleNames' is not assigned and could be declared final
49563 src/com/gps/automation/DataOrganizer.java 1522 The method 'getVehicleInfo' has a Cyclomatic Complexity of 14.
49564 src/com/gps/automation/DataOrganizer.java 1522 Variables should start with a lowercase character, 'OrganizationName' starts with uppercase character.
49565 src/com/gps/automation/DataOrganizer.java 1522 publicMethodCommentRequirement Required
49566 src/com/gps/automation/DataOrganizer.java 1526 Local variable 'deviceList' could be declared final
49567 src/com/gps/automation/DataOrganizer.java 1527 Avoid declaring a variable if it is unreferenced before a possible exit point.
49568 src/com/gps/automation/DataOrganizer.java 1527 Avoid unused local variables such as 'deviceDTO'.
49569 src/com/gps/automation/DataOrganizer.java 1527 Local variable 'deviceDTO' could be declared final
49570 src/com/gps/automation/DataOrganizer.java 1528 Local variable 'vehDAO' could be declared final
49571 src/com/gps/automation/DataOrganizer.java 1534 Local variable 'vehiclesArr' could be declared final
49572 src/com/gps/automation/DataOrganizer.java 1537 Avoid using if...else statements without curly braces
49573 src/com/gps/automation/DataOrganizer.java 1537 Prefer StringBuffer over += for concatenating strings
49574 src/com/gps/automation/DataOrganizer.java 1539 Avoid using if...else statements without curly braces
49575 src/com/gps/automation/DataOrganizer.java 1539 Prefer StringBuffer over += for concatenating strings
49576 src/com/gps/automation/DataOrganizer.java 1547 There is log block not surrounded by if
49577 src/com/gps/automation/DataOrganizer.java 1547 There is log block not surrounded by if
49578 src/com/gps/automation/DataOrganizer.java 1549 Potential violation of Law of Demeter (object not created locally)
49579 src/com/gps/automation/DataOrganizer.java 1550 Local variable 'vehiclesIter' could be declared final
49580 src/com/gps/automation/DataOrganizer.java 1550 Potential violation of Law of Demeter (object not created locally)
49581 src/com/gps/automation/DataOrganizer.java 1555 Comment is too large: Line too long
49582 src/com/gps/automation/DataOrganizer.java 1555 Comment is too large: Too many lines
49583 src/com/gps/automation/DataOrganizer.java 1564 Avoid unnecessary comparisons in boolean expressions
49584 src/com/gps/automation/DataOrganizer.java 1564 Potential violation of Law of Demeter (object not created locally)
49585 src/com/gps/automation/DataOrganizer.java 1564 Potential violation of Law of Demeter (object not created locally)
49586 src/com/gps/automation/DataOrganizer.java 1564 Potential violation of Law of Demeter (object not created locally)
49587 src/com/gps/automation/DataOrganizer.java 1564 Potential violation of Law of Demeter (object not created locally)
49588 src/com/gps/automation/DataOrganizer.java 1564 Potential violation of Law of Demeter (object not created locally)
49589 src/com/gps/automation/DataOrganizer.java 1565 There is log block not surrounded by if
49590 src/com/gps/automation/DataOrganizer.java 1565 There is log block not surrounded by if
49591 src/com/gps/automation/DataOrganizer.java 1566 Local variable 'data' could be declared final
49592 src/com/gps/automation/DataOrganizer.java 1566 Potential violation of Law of Demeter (object not created locally)
49593 src/com/gps/automation/DataOrganizer.java 1567 Potential violation of Law of Demeter (object not created locally)
49594 src/com/gps/automation/DataOrganizer.java 1568 Avoid if (x != y) ..; else ..;
49595 src/com/gps/automation/DataOrganizer.java 1569 Potential violation of Law of Demeter (object not created locally)
49596 src/com/gps/automation/DataOrganizer.java 1570 Potential violation of Law of Demeter (object not created locally)
49597 src/com/gps/automation/DataOrganizer.java 1570 There is log block not surrounded by if
49598 src/com/gps/automation/DataOrganizer.java 1570 There is log block not surrounded by if
49599 src/com/gps/automation/DataOrganizer.java 1574 Local variable 'vehbean' could be declared final
49600 src/com/gps/automation/DataOrganizer.java 1574 Potential violation of Law of Demeter (object not created locally)
49601 src/com/gps/automation/DataOrganizer.java 1576 Potential violation of Law of Demeter (object not created locally)
49602 src/com/gps/automation/DataOrganizer.java 1578 Potential violation of Law of Demeter (object not created locally)
49603 src/com/gps/automation/DataOrganizer.java 1578 There is log block not surrounded by if
49604 src/com/gps/automation/DataOrganizer.java 1578 There is log block not surrounded by if
49605 src/com/gps/automation/DataOrganizer.java 1588 There is log block not surrounded by if
49606 src/com/gps/automation/DataOrganizer.java 1588 There is log block not surrounded by if
49607 src/com/gps/automation/DataOrganizer.java 1589 Avoid using Literals in Conditional Statements
49608 src/com/gps/automation/DataOrganizer.java 1589 Potential violation of Law of Demeter (object not created locally)
49609 src/com/gps/automation/DataOrganizer.java 1589 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49610 src/com/gps/automation/DataOrganizer.java 1592 There is log block not surrounded by if
49611 src/com/gps/automation/DataOrganizer.java 1592 There is log block not surrounded by if
49612 src/com/gps/automation/DataOrganizer.java 1598 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49613 src/com/gps/automation/DataOrganizer.java 1600 There is log block not surrounded by if
49614 src/com/gps/automation/DataOrganizer.java 1600 There is log block not surrounded by if
49615 src/com/gps/automation/DataOrganizer.java 1601 Potential violation of Law of Demeter (object not created locally)
49616 src/com/gps/automation/DataOrganizer.java 1608 Parameter 'date' is not assigned and could be declared final
49617 src/com/gps/automation/DataOrganizer.java 1624 There is log block not surrounded by if
49618 src/com/gps/automation/DataOrganizer.java 1624 There is log block not surrounded by if
49619 src/com/gps/automation/DataOrganizer.java 1627 Potential violation of Law of Demeter (object not created locally)
49620 src/com/gps/automation/DataOrganizer.java 1629 Avoid if (x != y) ..; else ..;
49621 src/com/gps/automation/DataOrganizer.java 1629 Potential violation of Law of Demeter (object not created locally)
49622 src/com/gps/automation/DataOrganizer.java 1630 Potential violation of Law of Demeter (object not created locally)
49623 src/com/gps/automation/DataOrganizer.java 1639 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49624 src/com/gps/automation/DataOrganizer.java 1641 There is log block not surrounded by if
49625 src/com/gps/automation/DataOrganizer.java 1642 Potential violation of Law of Demeter (object not created locally)
49626 src/com/gps/automation/DataOrganizer.java 1650 Parameter 'vehId' is not assigned and could be declared final
49627 src/com/gps/automation/DataOrganizer.java 1658 There is log block not surrounded by if
49628 src/com/gps/automation/DataOrganizer.java 1658 There is log block not surrounded by if
49629 src/com/gps/automation/DataOrganizer.java 1663 Avoid using Literals in Conditional Statements
49630 src/com/gps/automation/DataOrganizer.java 1663 Potential violation of Law of Demeter (object not created locally)
49631 src/com/gps/automation/DataOrganizer.java 1667 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49632 src/com/gps/automation/DataOrganizer.java 1669 There is log block not surrounded by if
49633 src/com/gps/automation/DataOrganizer.java 1669 There is log block not surrounded by if
49634 src/com/gps/automation/DataOrganizer.java 1679 Comment is too large: Too many lines
49635 src/com/gps/automation/DataOrganizer.java 1691 Comment is too large: Too many lines
49636 src/com/gps/automation/DataOrganizer.java 1708 Parameter 'interval' is not assigned and could be declared final
49637 src/com/gps/automation/DataOrganizer.java 1708 The method 'getOfflineBuses' has a Cyclomatic Complexity of 13.
49638 src/com/gps/automation/DataOrganizer.java 1709 Local variable 'offList' could be declared final
49639 src/com/gps/automation/DataOrganizer.java 1715 Local variable 'devDAO' could be declared final
49640 src/com/gps/automation/DataOrganizer.java 1719 Avoid declaring a variable if it is unreferenced before a possible exit point.
49641 src/com/gps/automation/DataOrganizer.java 1719 Avoid unused local variables such as 'orgList'.
49642 src/com/gps/automation/DataOrganizer.java 1719 Local variable 'orgList' could be declared final
49643 src/com/gps/automation/DataOrganizer.java 1730 Potential violation of Law of Demeter (object not created locally)
49644 src/com/gps/automation/DataOrganizer.java 1731 There is log block not surrounded by if
49645 src/com/gps/automation/DataOrganizer.java 1731 There is log block not surrounded by if
49646 src/com/gps/automation/DataOrganizer.java 1733 Avoid if (x != y) ..; else ..;
49647 src/com/gps/automation/DataOrganizer.java 1733 Potential violation of Law of Demeter (object not created locally)
49648 src/com/gps/automation/DataOrganizer.java 1734 Potential violation of Law of Demeter (object not created locally)
49649 src/com/gps/automation/DataOrganizer.java 1741 System.out.print is used
49650 src/com/gps/automation/DataOrganizer.java 1742 Potential violation of Law of Demeter (object not created locally)
49651 src/com/gps/automation/DataOrganizer.java 1744 Local variable 'resultIter' could be declared final
49652 src/com/gps/automation/DataOrganizer.java 1744 Potential violation of Law of Demeter (object not created locally)
49653 src/com/gps/automation/DataOrganizer.java 1748 Potential violation of Law of Demeter (object not created locally)
49654 src/com/gps/automation/DataOrganizer.java 1748 Potential violation of Law of Demeter (object not created locally)
49655 src/com/gps/automation/DataOrganizer.java 1750 Avoid using Literals in Conditional Statements
49656 src/com/gps/automation/DataOrganizer.java 1750 Potential violation of Law of Demeter (object not created locally)
49657 src/com/gps/automation/DataOrganizer.java 1750 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49658 src/com/gps/automation/DataOrganizer.java 1751 Potential violation of Law of Demeter (object not created locally)
49659 src/com/gps/automation/DataOrganizer.java 1751 There is log block not surrounded by if
49660 src/com/gps/automation/DataOrganizer.java 1751 There is log block not surrounded by if
49661 src/com/gps/automation/DataOrganizer.java 1753 Local variable 'orgOfflineList' could be declared final
49662 src/com/gps/automation/DataOrganizer.java 1754 Potential violation of Law of Demeter (method chain calls)
49663 src/com/gps/automation/DataOrganizer.java 1754 Potential violation of Law of Demeter (object not created locally)
49664 src/com/gps/automation/DataOrganizer.java 1754 Potential violation of Law of Demeter (object not created locally)
49665 src/com/gps/automation/DataOrganizer.java 1756 Avoid instantiating new objects inside loops
49666 src/com/gps/automation/DataOrganizer.java 1756 Local variable 'vehInfo' could be declared final
49667 src/com/gps/automation/DataOrganizer.java 1757 Potential violation of Law of Demeter (object not created locally)
49668 src/com/gps/automation/DataOrganizer.java 1758 Potential violation of Law of Demeter (object not created locally)
49669 src/com/gps/automation/DataOrganizer.java 1761 Potential violation of Law of Demeter (object not created locally)
49670 src/com/gps/automation/DataOrganizer.java 1764 Avoid using if statements without curly braces
49671 src/com/gps/automation/DataOrganizer.java 1764 Potential violation of Law of Demeter (object not created locally)
49672 src/com/gps/automation/DataOrganizer.java 1765 Potential violation of Law of Demeter (method chain calls)
49673 src/com/gps/automation/DataOrganizer.java 1765 Potential violation of Law of Demeter (method chain calls)
49674 src/com/gps/automation/DataOrganizer.java 1765 Potential violation of Law of Demeter (object not created locally)
49675 src/com/gps/automation/DataOrganizer.java 1766 Potential violation of Law of Demeter (object not created locally)
49676 src/com/gps/automation/DataOrganizer.java 1767 Potential violation of Law of Demeter (method chain calls)
49677 src/com/gps/automation/DataOrganizer.java 1767 Potential violation of Law of Demeter (object not created locally)
49678 src/com/gps/automation/DataOrganizer.java 1774 Potential violation of Law of Demeter (object not created locally)
49679 src/com/gps/automation/DataOrganizer.java 1774 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49680 src/com/gps/automation/DataOrganizer.java 1775 Potential violation of Law of Demeter (object not created locally)
49681 src/com/gps/automation/DataOrganizer.java 1775 There is log block not surrounded by if
49682 src/com/gps/automation/DataOrganizer.java 1775 There is log block not surrounded by if
49683 src/com/gps/automation/DataOrganizer.java 1776 Avoid instantiating new objects inside loops
49684 src/com/gps/automation/DataOrganizer.java 1776 Local variable 'orgOffList' could be declared final
49685 src/com/gps/automation/DataOrganizer.java 1777 Potential violation of Law of Demeter (object not created locally)
49686 src/com/gps/automation/DataOrganizer.java 1779 Avoid instantiating new objects inside loops
49687 src/com/gps/automation/DataOrganizer.java 1779 Local variable 'vehInfo' could be declared final
49688 src/com/gps/automation/DataOrganizer.java 1780 Potential violation of Law of Demeter (object not created locally)
49689 src/com/gps/automation/DataOrganizer.java 1781 Potential violation of Law of Demeter (object not created locally)
49690 src/com/gps/automation/DataOrganizer.java 1783 Potential violation of Law of Demeter (object not created locally)
49691 src/com/gps/automation/DataOrganizer.java 1785 Avoid using if statements without curly braces
49692 src/com/gps/automation/DataOrganizer.java 1785 Potential violation of Law of Demeter (object not created locally)
49693 src/com/gps/automation/DataOrganizer.java 1786 Potential violation of Law of Demeter (method chain calls)
49694 src/com/gps/automation/DataOrganizer.java 1786 Potential violation of Law of Demeter (method chain calls)
49695 src/com/gps/automation/DataOrganizer.java 1786 Potential violation of Law of Demeter (object not created locally)
49696 src/com/gps/automation/DataOrganizer.java 1787 Potential violation of Law of Demeter (object not created locally)
49697 src/com/gps/automation/DataOrganizer.java 1788 Avoid instantiating new objects inside loops
49698 src/com/gps/automation/DataOrganizer.java 1788 Local variable 'vehicleInfo' could be declared final
49699 src/com/gps/automation/DataOrganizer.java 1792 Potential violation of Law of Demeter (object not created locally)
49700 src/com/gps/automation/DataOrganizer.java 1798 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49701 src/com/gps/automation/DataOrganizer.java 1799 There is log block not surrounded by if
49702 src/com/gps/automation/DataOrganizer.java 1800 Potential violation of Law of Demeter (object not created locally)
49703 src/com/gps/automation/DataOrganizer.java 1807 Avoid really long methods.
49704 src/com/gps/automation/DataOrganizer.java 1807 Parameter 'date' is not assigned and could be declared final
49705 src/com/gps/automation/DataOrganizer.java 1807 The method 'getOfflineBuses' has a Cyclomatic Complexity of 13.
49706 src/com/gps/automation/DataOrganizer.java 1812 Local variable 'jsonMassager' could be declared final
49707 src/com/gps/automation/DataOrganizer.java 1813 Local variable 'busInfoList' could be declared final
49708 src/com/gps/automation/DataOrganizer.java 1822 There is log block not surrounded by if
49709 src/com/gps/automation/DataOrganizer.java 1822 There is log block not surrounded by if
49710 src/com/gps/automation/DataOrganizer.java 1826 Potential violation of Law of Demeter (object not created locally)
49711 src/com/gps/automation/DataOrganizer.java 1828 Avoid if (x != y) ..; else ..;
49712 src/com/gps/automation/DataOrganizer.java 1830 Avoid using Literals in Conditional Statements
49713 src/com/gps/automation/DataOrganizer.java 1830 Potential violation of Law of Demeter (object not created locally)
49714 src/com/gps/automation/DataOrganizer.java 1830 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49715 src/com/gps/automation/DataOrganizer.java 1832 Local variable 'vehiclesIter' could be declared final
49716 src/com/gps/automation/DataOrganizer.java 1832 Potential violation of Law of Demeter (object not created locally)
49717 src/com/gps/automation/DataOrganizer.java 1834 Local variable 'rows' could be declared final
49718 src/com/gps/automation/DataOrganizer.java 1838 Potential violation of Law of Demeter (method chain calls)
49719 src/com/gps/automation/DataOrganizer.java 1838 Potential violation of Law of Demeter (method chain calls)
49720 src/com/gps/automation/DataOrganizer.java 1838 There is log block not surrounded by if
49721 src/com/gps/automation/DataOrganizer.java 1838 There is log block not surrounded by if
49722 src/com/gps/automation/DataOrganizer.java 1840 Avoid using Literals in Conditional Statements
49723 src/com/gps/automation/DataOrganizer.java 1840 Potential violation of Law of Demeter (object not created locally)
49724 src/com/gps/automation/DataOrganizer.java 1840 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
49725 src/com/gps/automation/DataOrganizer.java 1842 Avoid instantiating new objects inside loops
49726 src/com/gps/automation/DataOrganizer.java 1843 Potential violation of Law of Demeter (method chain calls)
49727 src/com/gps/automation/DataOrganizer.java 1843 Potential violation of Law of Demeter (method chain calls)
49728 src/com/gps/automation/DataOrganizer.java 1843 Potential violation of Law of Demeter (method chain calls)
49729 src/com/gps/automation/DataOrganizer.java 1843 Potential violation of Law of Demeter (method chain calls)
49730 src/com/gps/automation/DataOrganizer.java 1843 Potential violation of Law of Demeter (object not created locally)
49731 src/com/gps/automation/DataOrganizer.java 1844 Potential violation of Law of Demeter (method chain calls)
49732 src/com/gps/automation/DataOrganizer.java 1844 Potential violation of Law of Demeter (method chain calls)
49733 src/com/gps/automation/DataOrganizer.java 1844 Potential violation of Law of Demeter (method chain calls)
49734 src/com/gps/automation/DataOrganizer.java 1844 Potential violation of Law of Demeter (method chain calls)
49735 src/com/gps/automation/DataOrganizer.java 1844 Potential violation of Law of Demeter (object not created locally)
49736 src/com/gps/automation/DataOrganizer.java 1845 Potential violation of Law of Demeter (object not created locally)
49737 src/com/gps/automation/DataOrganizer.java 1849 Potential violation of Law of Demeter (object not created locally)
49738 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (method chain calls)
49739 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (method chain calls)
49740 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (method chain calls)
49741 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (method chain calls)
49742 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (method chain calls)
49743 src/com/gps/automation/DataOrganizer.java 1854 Potential violation of Law of Demeter (object not created locally)
49744 src/com/gps/automation/DataOrganizer.java 1856 Potential violation of Law of Demeter (method chain calls)
49745 src/com/gps/automation/DataOrganizer.java 1856 Potential violation of Law of Demeter (object not created locally)
49746 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49747 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49748 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49749 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49750 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49751 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (method chain calls)
49752 src/com/gps/automation/DataOrganizer.java 1858 Potential violation of Law of Demeter (object not created locally)
49753 src/com/gps/automation/DataOrganizer.java 1868 Potential violation of Law of Demeter (method chain calls)
49754 src/com/gps/automation/DataOrganizer.java 1868 Potential violation of Law of Demeter (method chain calls)
49755 src/com/gps/automation/DataOrganizer.java 1868 Potential violation of Law of Demeter (method chain calls)
49756 src/com/gps/automation/DataOrganizer.java 1868 Potential violation of Law of Demeter (method chain calls)
49757 src/com/gps/automation/DataOrganizer.java 1868 Potential violation of Law of Demeter (object not created locally)
49758 src/com/gps/automation/DataOrganizer.java 1878 Avoid instantiating new objects inside loops
49759 src/com/gps/automation/DataOrganizer.java 1879 Potential violation of Law of Demeter (method chain calls)
49760 src/com/gps/automation/DataOrganizer.java 1879 Potential violation of Law of Demeter (method chain calls)
49761 src/com/gps/automation/DataOrganizer.java 1879 Potential violation of Law of Demeter (method chain calls)
49762 src/com/gps/automation/DataOrganizer.java 1879 Potential violation of Law of Demeter (method chain calls)
49763 src/com/gps/automation/DataOrganizer.java 1879 Potential violation of Law of Demeter (object not created locally)
49764 src/com/gps/automation/DataOrganizer.java 1880 Potential violation of Law of Demeter (method chain calls)
49765 src/com/gps/automation/DataOrganizer.java 1880 Potential violation of Law of Demeter (method chain calls)
49766 src/com/gps/automation/DataOrganizer.java 1880 Potential violation of Law of Demeter (method chain calls)
49767 src/com/gps/automation/DataOrganizer.java 1880 Potential violation of Law of Demeter (method chain calls)
49768 src/com/gps/automation/DataOrganizer.java 1880 Potential violation of Law of Demeter (object not created locally)
49769 src/com/gps/automation/DataOrganizer.java 1881 Potential violation of Law of Demeter (object not created locally)
49770 src/com/gps/automation/DataOrganizer.java 1892 There is log block not surrounded by if
49771 src/com/gps/automation/DataOrganizer.java 1892 There is log block not surrounded by if
49772 src/com/gps/automation/DataOrganizer.java 1897 Potential violation of Law of Demeter (object not created locally)
49773 src/com/gps/automation/DataOrganizer.java 1897 There is log block not surrounded by if
49774 src/com/gps/automation/DataOrganizer.java 1897 There is log block not surrounded by if
49775 src/com/gps/automation/DataOrganizer.java 1898 Potential violation of Law of Demeter (object not created locally)
49776 src/com/gps/automation/DataOrganizer.java 1901 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49777 src/com/gps/automation/DataOrganizer.java 1903 Potential violation of Law of Demeter (object not created locally)
49778 src/com/gps/automation/DataOrganizer.java 1903 There is log block not surrounded by if
49779 src/com/gps/automation/DataOrganizer.java 1910 Comment is too large: Line too long
49780 src/com/gps/automation/DataOrganizer.java 1911 Parameter 'vehList' is not assigned and could be declared final
49781 src/com/gps/automation/DataOrganizer.java 1911 Parameter 'vehicle' is not assigned and could be declared final
49782 src/com/gps/automation/DataOrganizer.java 1911 publicMethodCommentRequirement Required
49783 src/com/gps/automation/DataOrganizer.java 1916 Local variable 'listiter' could be declared final
49784 src/com/gps/automation/DataOrganizer.java 1919 Local variable 'vehid' could be declared final
49785 src/com/gps/automation/DataOrganizer.java 1921 Local variable 'vehicleiter' could be declared final
49786 src/com/gps/automation/DataOrganizer.java 1923 Local variable 'vehbean' could be declared final
49787 src/com/gps/automation/DataOrganizer.java 1925 Potential violation of Law of Demeter (object not created locally)
49788 src/com/gps/automation/DataOrganizer.java 1925 Potential violation of Law of Demeter (object not created locally)
49789 src/com/gps/automation/DataOrganizer.java 1925 Potential violation of Law of Demeter (object not created locally)
49790 src/com/gps/automation/DataOrganizer.java 1930 Avoid unnecessary comparisons in boolean expressions
49791 src/com/gps/automation/DataOrganizer.java 1930 Avoid using Literals in Conditional Statements
49792 src/com/gps/automation/DataOrganizer.java 1931 There is log block not surrounded by if
49793 src/com/gps/automation/DataOrganizer.java 1931 There is log block not surrounded by if
49794 src/com/gps/automation/DataOrganizer.java 1932 Avoid instantiating new objects inside loops
49795 src/com/gps/automation/DataOrganizer.java 1933 Avoid instantiating new objects inside loops
49796 src/com/gps/automation/DataOrganizer.java 1934 Local variable 'vehDetails' could be declared final
49797 src/com/gps/automation/DataOrganizer.java 1934 Potential violation of Law of Demeter (object not created locally)
49798 src/com/gps/automation/DataOrganizer.java 1935 Potential violation of Law of Demeter (object not created locally)
49799 src/com/gps/automation/DataOrganizer.java 1937 Potential violation of Law of Demeter (object not created locally)
49800 src/com/gps/automation/DataOrganizer.java 1937 Potential violation of Law of Demeter (object not created locally)
49801 src/com/gps/automation/DataOrganizer.java 1938 Potential violation of Law of Demeter (method chain calls)
49802 src/com/gps/automation/DataOrganizer.java 1938 Potential violation of Law of Demeter (method chain calls)
49803 src/com/gps/automation/DataOrganizer.java 1938 Potential violation of Law of Demeter (object not created locally)
49804 src/com/gps/automation/DataOrganizer.java 1938 Potential violation of Law of Demeter (object not created locally)
49805 src/com/gps/automation/DataOrganizer.java 1939 Potential violation of Law of Demeter (object not created locally)
49806 src/com/gps/automation/DataOrganizer.java 1939 Potential violation of Law of Demeter (object not created locally)
49807 src/com/gps/automation/DataOrganizer.java 1940 Potential violation of Law of Demeter (method chain calls)
49808 src/com/gps/automation/DataOrganizer.java 1940 Potential violation of Law of Demeter (method chain calls)
49809 src/com/gps/automation/DataOrganizer.java 1940 Potential violation of Law of Demeter (object not created locally)
49810 src/com/gps/automation/DataOrganizer.java 1940 Potential violation of Law of Demeter (object not created locally)
49811 src/com/gps/automation/DataOrganizer.java 1941 Potential violation of Law of Demeter (object not created locally)
49812 src/com/gps/automation/DataOrganizer.java 1941 Potential violation of Law of Demeter (object not created locally)
49813 src/com/gps/automation/DataOrganizer.java 1942 Potential violation of Law of Demeter (object not created locally)
49814 src/com/gps/automation/DataOrganizer.java 1942 Potential violation of Law of Demeter (object not created locally)
49815 src/com/gps/automation/DataOrganizer.java 1943 Potential violation of Law of Demeter (object not created locally)
49816 src/com/gps/automation/DataOrganizer.java 1944 Potential violation of Law of Demeter (object not created locally)
49817 src/com/gps/automation/DataOrganizer.java 1945 Potential violation of Law of Demeter (object not created locally)
49818 src/com/gps/automation/DataOrganizer.java 1946 Potential violation of Law of Demeter (object not created locally)
49819 src/com/gps/automation/DataOrganizer.java 1947 Potential violation of Law of Demeter (object not created locally)
49820 src/com/gps/automation/DataOrganizer.java 1953 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49821 src/com/gps/automation/DataOrganizer.java 1954 There is log block not surrounded by if
49822 src/com/gps/automation/DataOrganizer.java 1961 Parameter 'tankCapacity' is not assigned and could be declared final
49823 src/com/gps/automation/DataOrganizer.java 1961 Parameter 'vehicleId' is not assigned and could be declared final
49824 src/com/gps/automation/DataOrganizer.java 1969 Potential violation of Law of Demeter (object not created locally)
49825 src/com/gps/automation/DataOrganizer.java 1973 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49826 src/com/gps/automation/DataOrganizer.java 1974 There is log block not surrounded by if
49827 src/com/gps/automation/FuelDataHelp.java 8 Avoid unused imports such as 'java.util.List'
49828 src/com/gps/automation/FuelDataHelp.java 12 Avoid unused imports such as 'com.gps.dto.DeviceTripDTO'
49829 src/com/gps/automation/FuelDataHelp.java 14 Avoid unused imports such as 'com.gps.helper.FuelAlertManager'
49830 src/com/gps/automation/FuelDataHelp.java 17 headerCommentRequirement Required
49831 src/com/gps/automation/FuelDataHelp.java 18 Use explicit scoping instead of the default package private level
49832 src/com/gps/automation/FuelDataHelp.java 18 fieldCommentRequirement Required
49833 src/com/gps/automation/FuelDataHelp.java 19 fieldCommentRequirement Required
49834 src/com/gps/automation/FuelDataHelp.java 20 The Logger variable declaration does not contain the static and final modifiers
49835 src/com/gps/automation/FuelDataHelp.java 20 Use explicit scoping instead of the default package private level
49836 src/com/gps/automation/FuelDataHelp.java 20 fieldCommentRequirement Required
49837 src/com/gps/automation/FuelDataHelp.java 23 Parameter 'vehicleid' is not assigned and could be declared final
49838 src/com/gps/automation/FuelDataHelp.java 25 Ensure that resources like this ResultSet object are closed after use
49839 src/com/gps/automation/FuelDataHelp.java 26 Found 'DD'-anomaly for variable 'isPresent' (lines '26'-'37').
49840 src/com/gps/automation/FuelDataHelp.java 27 Found 'DD'-anomaly for variable 'query' (lines '27'-'31').
49841 src/com/gps/automation/FuelDataHelp.java 34 Potential violation of Law of Demeter (object not created locally)
49842 src/com/gps/automation/FuelDataHelp.java 36 There is log block not surrounded by if
49843 src/com/gps/automation/FuelDataHelp.java 36 There is log block not surrounded by if
49844 src/com/gps/automation/FuelDataHelp.java 41 There is log block not surrounded by if
49845 src/com/gps/automation/FuelDataHelp.java 41 There is log block not surrounded by if
49846 src/com/gps/automation/FuelDataHelp.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49847 src/com/gps/automation/FuelDataHelp.java 47 There is log block not surrounded by if
49848 src/com/gps/automation/FuelDataHelp.java 47 There is log block not surrounded by if
49849 src/com/gps/automation/FuelDataHelp.java 48 Avoid printStackTrace(); use a logger call instead.
49850 src/com/gps/automation/FuelDataHelp.java 48 Potential violation of Law of Demeter (object not created locally)
49851 src/com/gps/automation/FuelDataHelp.java 57 Avoid unused method parameters such as 'fuelinfo'.
49852 src/com/gps/automation/FuelDataHelp.java 57 Avoid unused private methods such as 'getDataSize(ResultSet)'.
49853 src/com/gps/automation/FuelDataHelp.java 57 Parameter 'fuelinfo' is not assigned and could be declared final
49854 src/com/gps/automation/FuelDataHelp.java 62 Parameter 'query' is not assigned and could be declared final
49855 src/com/gps/automation/FuelDataHelp.java 62 publicMethodCommentRequirement Required
49856 src/com/gps/automation/FuelDataHelp.java 64 Ensure that resources like this Statement object are closed after use
49857 src/com/gps/automation/FuelDataHelp.java 65 Avoid variables with short names like rs
49858 src/com/gps/automation/FuelDataHelp.java 65 Found 'DD'-anomaly for variable 'rs' (lines '65'-'72').
49859 src/com/gps/automation/FuelDataHelp.java 72 Potential violation of Law of Demeter (object not created locally)
49860 src/com/gps/automation/FuelDataHelp.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49861 src/com/gps/automation/FuelDataHelp.java 76 Avoid printStackTrace(); use a logger call instead.
49862 src/com/gps/automation/FuelDataHelp.java 76 Potential violation of Law of Demeter (object not created locally)
49863 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'creationtime'.
49864 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'fuelcontent'.
49865 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'lattitude'.
49866 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'longitude'.
49867 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused method parameters such as 'vehicleid'.
49868 src/com/gps/automation/FuelDataHelp.java 81 Avoid unused private methods such as 'createTable(int,Date,double,double,float)'.
49869 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'creationtime' is not assigned and could be declared final
49870 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'fuelcontent' is not assigned and could be declared final
49871 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'lattitude' is not assigned and could be declared final
49872 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'longitude' is not assigned and could be declared final
49873 src/com/gps/automation/FuelDataHelp.java 81 Parameter 'vehicleid' is not assigned and could be declared final
49874 src/com/gps/automation/FuelDataHelp.java 87 Potential violation of Law of Demeter (method chain calls)
49875 src/com/gps/automation/FuelDataHelp.java 88 Potential violation of Law of Demeter (method chain calls)
49876 src/com/gps/automation/FuelDataHelp.java 91 There is log block not surrounded by if
49877 src/com/gps/automation/FuelDataHelp.java 91 There is log block not surrounded by if
49878 src/com/gps/automation/FuelDataHelp.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49879 src/com/gps/automation/FuelDataHelp.java 95 There is log block not surrounded by if
49880 src/com/gps/automation/FuelDataHelp.java 95 There is log block not surrounded by if
49881 src/com/gps/automation/FuelDataHelp.java 96 Avoid printStackTrace(); use a logger call instead.
49882 src/com/gps/automation/FuelDataHelp.java 96 Potential violation of Law of Demeter (object not created locally)
49883 src/com/gps/automation/FuelDataHelp.java 109 Avoid using if statements without curly braces
49884 src/com/gps/automation/FuelDataHelp.java 114 Avoid printStackTrace(); use a logger call instead.
49885 src/com/gps/automation/FuelDataHelp.java 121 Avoid unused local variables such as 'count'.
49886 src/com/gps/automation/FuelDataHelp.java 121 Found 'DU'-anomaly for variable 'count' (lines '121'-'137').
49887 src/com/gps/automation/FuelDataHelp.java 121 Local variable 'count' could be declared final
49888 src/com/gps/automation/FuelDataHelp.java 123 Avoid empty try blocks
49889 src/com/gps/automation/FuelDataHelp.java 124 Comment is too large: Too many lines
49890 src/com/gps/automation/FuelDataHelp.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49891 src/com/gps/automation/FuelDataHelp.java 135 Avoid printStackTrace(); use a logger call instead.
49892 src/com/gps/automation/FuelDataHelp.java 140 Comment is too large: Too many lines
49893 src/com/gps/automation/FuelDataHelp.java 149 Comment is too large: Line too long
49894 src/com/gps/automation/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
49895 src/com/gps/automation/JSONConverter.java 9 headerCommentRequirement Required
49896 src/com/gps/automation/JSONConverter.java 11 Found non-transient, non-static member. Please mark as transient or provide accessors.
49897 src/com/gps/automation/JSONConverter.java 11 fieldCommentRequirement Required
49898 src/com/gps/automation/JSONConverter.java 12 The Logger variable declaration does not contain the static and final modifiers
49899 src/com/gps/automation/JSONConverter.java 12 fieldCommentRequirement Required
49900 src/com/gps/automation/JSONConverter.java 16 Parameter 'data' is not assigned and could be declared final
49901 src/com/gps/automation/JSONConverter.java 19 There is log block not surrounded by if
49902 src/com/gps/automation/JSONConverter.java 19 There is log block not surrounded by if
49903 src/com/gps/automation/JSONConverter.java 23 There is log block not surrounded by if
49904 src/com/gps/automation/JSONConverter.java 23 There is log block not surrounded by if
49905 src/com/gps/automation/JSONConverter.java 25 Comment is too large: Line too long
49906 src/com/gps/automation/JSONConverter.java 26 Potential violation of Law of Demeter (object not created locally)
49907 src/com/gps/automation/JSONConverter.java 27 There is log block not surrounded by if
49908 src/com/gps/automation/JSONConverter.java 27 There is log block not surrounded by if
49909 src/com/gps/automation/JSONConverter.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49910 src/com/gps/automation/JSONConverter.java 31 Avoid printStackTrace(); use a logger call instead.
49911 src/com/gps/automation/JSONConverter.java 31 Potential violation of Law of Demeter (object not created locally)
49912 src/com/gps/automation/JSONConverter.java 37 Parameter 'data' is not assigned and could be declared final
49913 src/com/gps/automation/JSONConverter.java 37 publicMethodCommentRequirement Required
49914 src/com/gps/automation/JSONConverter.java 43 There is log block not surrounded by if
49915 src/com/gps/automation/JSONConverter.java 43 There is log block not surrounded by if
49916 src/com/gps/automation/JSONConverter.java 51 There is log block not surrounded by if
49917 src/com/gps/automation/JSONConverter.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
49918 src/com/gps/automation/JSONConverter.java 55 Potential violation of Law of Demeter (object not created locally)
49919 src/com/gps/automation/JSONConverter.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49920 src/com/gps/automation/JSONConverter.java 65 Avoid printStackTrace(); use a logger call instead.
49921 src/com/gps/automation/JSONConverter.java 65 Potential violation of Law of Demeter (object not created locally)
49922 src/com/gps/automation/JSONConverter.java 76 Document empty method
49923 src/com/gps/automation/JSONConverter.java 76 Parameter 'args' is not assigned and could be declared final
49924 src/com/gps/automation/JSONConverter.java 76 publicMethodCommentRequirement Required
49925 src/com/gps/dao/FenceSequencing.java 16 The class 'FenceSequencing' has a Cyclomatic Complexity of 13 (Highest = 16).
49926 src/com/gps/dao/FenceSequencing.java 16 headerCommentRequirement Required
49927 src/com/gps/dao/FenceSequencing.java 18 The Logger variable declaration does not contain the static and final modifiers
49928 src/com/gps/dao/FenceSequencing.java 18 fieldCommentRequirement Required
49929 src/com/gps/dao/FenceSequencing.java 19 Use explicit scoping instead of the default package private level
49930 src/com/gps/dao/FenceSequencing.java 19 fieldCommentRequirement Required
49931 src/com/gps/dao/FenceSequencing.java 21 Avoid really long methods.
49932 src/com/gps/dao/FenceSequencing.java 21 Found 'UR'-anomaly for variable 'geofence' (lines '21'-'71').
49933 src/com/gps/dao/FenceSequencing.java 21 Parameter 'order' is not assigned and could be declared final
49934 src/com/gps/dao/FenceSequencing.java 21 Parameter 'organizationId' is not assigned and could be declared final
49935 src/com/gps/dao/FenceSequencing.java 21 Parameter 'tripids' is not assigned and could be declared final
49936 src/com/gps/dao/FenceSequencing.java 21 The method 'addSequences' has a Cyclomatic Complexity of 16.
49937 src/com/gps/dao/FenceSequencing.java 21 The method addSequences() has an NPath complexity of 2041
49938 src/com/gps/dao/FenceSequencing.java 21 publicMethodCommentRequirement Required
49939 src/com/gps/dao/FenceSequencing.java 22 Found 'DD'-anomaly for variable 'sess' (lines '22'-'29').
49940 src/com/gps/dao/FenceSequencing.java 23 Local variable 'dao' could be declared final
49941 src/com/gps/dao/FenceSequencing.java 24 Local variable 'formatter' could be declared final
49942 src/com/gps/dao/FenceSequencing.java 24 When instantiating a SimpleDateFormat object, specify a Locale
49943 src/com/gps/dao/FenceSequencing.java 25 Avoid variables with short names like tx
49944 src/com/gps/dao/FenceSequencing.java 25 Found 'DD'-anomaly for variable 'tx' (lines '25'-'30').
49945 src/com/gps/dao/FenceSequencing.java 29 Potential violation of Law of Demeter (object not created locally)
49946 src/com/gps/dao/FenceSequencing.java 30 Potential violation of Law of Demeter (object not created locally)
49947 src/com/gps/dao/FenceSequencing.java 31 Found 'DD'-anomaly for variable 'mySql' (lines '31'-'35').
49948 src/com/gps/dao/FenceSequencing.java 32 Found 'DD'-anomaly for variable 'select' (lines '32'-'42').
49949 src/com/gps/dao/FenceSequencing.java 34 Avoid using Literals in Conditional Statements
49950 src/com/gps/dao/FenceSequencing.java 35 Avoid using if...else statements without curly braces
49951 src/com/gps/dao/FenceSequencing.java 35 Potential violation of Law of Demeter (object not created locally)
49952 src/com/gps/dao/FenceSequencing.java 35 The String literal ") and g.tripDetails.tripid in (select tripid from TripDetails t where t.organization.organizationId=" appears 4 times in this file; the first occurrence is on line 35
49953 src/com/gps/dao/FenceSequencing.java 37 Avoid using if...else statements without curly braces
49954 src/com/gps/dao/FenceSequencing.java 37 Potential violation of Law of Demeter (object not created locally)
49955 src/com/gps/dao/FenceSequencing.java 39 Avoid using if statements without curly braces
49956 src/com/gps/dao/FenceSequencing.java 40 Potential violation of Law of Demeter (object not created locally)
49957 src/com/gps/dao/FenceSequencing.java 40 There is log block not surrounded by if
49958 src/com/gps/dao/FenceSequencing.java 40 There is log block not surrounded by if
49959 src/com/gps/dao/FenceSequencing.java 42 Potential violation of Law of Demeter (object not created locally)
49960 src/com/gps/dao/FenceSequencing.java 43 There is log block not surrounded by if
49961 src/com/gps/dao/FenceSequencing.java 43 There is log block not surrounded by if
49962 src/com/gps/dao/FenceSequencing.java 45 Local variable 'lstIds' could be declared final
49963 src/com/gps/dao/FenceSequencing.java 46 Local variable 'lstAM' could be declared final
49964 src/com/gps/dao/FenceSequencing.java 47 Local variable 'lstPM' could be declared final
49965 src/com/gps/dao/FenceSequencing.java 49 Found 'DD'-anomaly for variable 'condition' (lines '49'-'70').
49966 src/com/gps/dao/FenceSequencing.java 52 Local variable 'tripid' could be declared final
49967 src/com/gps/dao/FenceSequencing.java 52 Potential violation of Law of Demeter (object not created locally)
49968 src/com/gps/dao/FenceSequencing.java 54 There is log block not surrounded by if
49969 src/com/gps/dao/FenceSequencing.java 54 There is log block not surrounded by if
49970 src/com/gps/dao/FenceSequencing.java 56 Potential violation of Law of Demeter (object not created locally)
49971 src/com/gps/dao/FenceSequencing.java 57 Potential violation of Law of Demeter (object not created locally)
49972 src/com/gps/dao/FenceSequencing.java 58 Potential violation of Law of Demeter (object not created locally)
49973 src/com/gps/dao/FenceSequencing.java 60 Avoid using Literals in Conditional Statements
49974 src/com/gps/dao/FenceSequencing.java 61 Avoid using if...else statements without curly braces
49975 src/com/gps/dao/FenceSequencing.java 61 Potential violation of Law of Demeter (object not created locally)
49976 src/com/gps/dao/FenceSequencing.java 63 Avoid using if...else statements without curly braces
49977 src/com/gps/dao/FenceSequencing.java 63 Potential violation of Law of Demeter (object not created locally)
49978 src/com/gps/dao/FenceSequencing.java 65 Local variable 'fenceRS' could be declared final
49979 src/com/gps/dao/FenceSequencing.java 65 Potential violation of Law of Demeter (object not created locally)
49980 src/com/gps/dao/FenceSequencing.java 66 Found 'DD'-anomaly for variable 'fenceId' (lines '66'-'71').
49981 src/com/gps/dao/FenceSequencing.java 67 Found 'DD'-anomaly for variable 'sqAM' (lines '67'-'103').
49982 src/com/gps/dao/FenceSequencing.java 67 Found 'DU'-anomaly for variable 'sqAM' (lines '67'-'161').
49983 src/com/gps/dao/FenceSequencing.java 68 Local variable 'geofence' could be declared final
49984 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'109').
49985 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'116').
49986 src/com/gps/dao/FenceSequencing.java 70 Found 'DD'-anomaly for variable 'condition' (lines '70'-'70').
49987 src/com/gps/dao/FenceSequencing.java 70 Found 'DU'-anomaly for variable 'condition' (lines '70'-'161').
49988 src/com/gps/dao/FenceSequencing.java 71 Potential violation of Law of Demeter (object not created locally)
49989 src/com/gps/dao/FenceSequencing.java 72 Potential violation of Law of Demeter (object not created locally)
49990 src/com/gps/dao/FenceSequencing.java 72 There is log block not surrounded by if
49991 src/com/gps/dao/FenceSequencing.java 72 There is log block not surrounded by if
49992 src/com/gps/dao/FenceSequencing.java 73 Potential violation of Law of Demeter (object not created locally)
49993 src/com/gps/dao/FenceSequencing.java 74 Found 'DD'-anomaly for variable 'amTime' (lines '74'-'78').
49994 src/com/gps/dao/FenceSequencing.java 75 Found 'DD'-anomaly for variable 'pmTime' (lines '75'-'80').
49995 src/com/gps/dao/FenceSequencing.java 77 Avoid using if statements without curly braces
49996 src/com/gps/dao/FenceSequencing.java 77 Potential violation of Law of Demeter (object not created locally)
49997 src/com/gps/dao/FenceSequencing.java 78 Potential violation of Law of Demeter (object not created locally)
49998 src/com/gps/dao/FenceSequencing.java 78 Potential violation of Law of Demeter (object not created locally)
49999 src/com/gps/dao/FenceSequencing.java 79 Avoid using if statements without curly braces
50000 src/com/gps/dao/FenceSequencing.java 79 Potential violation of Law of Demeter (object not created locally)
50001 src/com/gps/dao/FenceSequencing.java 80 Potential violation of Law of Demeter (object not created locally)
50002 src/com/gps/dao/FenceSequencing.java 80 Potential violation of Law of Demeter (object not created locally)
50003 src/com/gps/dao/FenceSequencing.java 84 Local variable 'stopAM' could be declared final
50004 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
50005 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
50006 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (method chain calls)
50007 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (object not created locally)
50008 src/com/gps/dao/FenceSequencing.java 85 Potential violation of Law of Demeter (object not created locally)
50009 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
50010 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
50011 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (method chain calls)
50012 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (object not created locally)
50013 src/com/gps/dao/FenceSequencing.java 86 Potential violation of Law of Demeter (object not created locally)
50014 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
50015 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
50016 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (method chain calls)
50017 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (object not created locally)
50018 src/com/gps/dao/FenceSequencing.java 87 Potential violation of Law of Demeter (object not created locally)
50019 src/com/gps/dao/FenceSequencing.java 88 Potential violation of Law of Demeter (object not created locally)
50020 src/com/gps/dao/FenceSequencing.java 88 Potential violation of Law of Demeter (object not created locally)
50021 src/com/gps/dao/FenceSequencing.java 92 Local variable 'stopPM' could be declared final
50022 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
50023 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
50024 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (method chain calls)
50025 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (object not created locally)
50026 src/com/gps/dao/FenceSequencing.java 93 Potential violation of Law of Demeter (object not created locally)
50027 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
50028 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
50029 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (method chain calls)
50030 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (object not created locally)
50031 src/com/gps/dao/FenceSequencing.java 94 Potential violation of Law of Demeter (object not created locally)
50032 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
50033 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
50034 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (method chain calls)
50035 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (object not created locally)
50036 src/com/gps/dao/FenceSequencing.java 95 Potential violation of Law of Demeter (object not created locally)
50037 src/com/gps/dao/FenceSequencing.java 96 Potential violation of Law of Demeter (object not created locally)
50038 src/com/gps/dao/FenceSequencing.java 96 Potential violation of Law of Demeter (object not created locally)
50039 src/com/gps/dao/FenceSequencing.java 100 There is log block not surrounded by if
50040 src/com/gps/dao/FenceSequencing.java 100 There is log block not surrounded by if
50041 src/com/gps/dao/FenceSequencing.java 101 Potential violation of Law of Demeter (object not created locally)
50042 src/com/gps/dao/FenceSequencing.java 103 Assigning an Object to null is a code smell. Consider refactoring.
50043 src/com/gps/dao/FenceSequencing.java 103 Found 'DD'-anomaly for variable 'sqAM' (lines '103'-'107').
50044 src/com/gps/dao/FenceSequencing.java 103 Found 'DD'-anomaly for variable 'sqAM' (lines '103'-'117').
50045 src/com/gps/dao/FenceSequencing.java 105 Avoid using Literals in Conditional Statements
50046 src/com/gps/dao/FenceSequencing.java 107 Potential violation of Law of Demeter (object not created locally)
50047 src/com/gps/dao/FenceSequencing.java 117 Potential violation of Law of Demeter (object not created locally)
50048 src/com/gps/dao/FenceSequencing.java 119 Avoid using Literals in Conditional Statements
50049 src/com/gps/dao/FenceSequencing.java 120 Avoid using if...else statements without curly braces
50050 src/com/gps/dao/FenceSequencing.java 122 Avoid using if...else statements without curly braces
50051 src/com/gps/dao/FenceSequencing.java 124 There is log block not surrounded by if
50052 src/com/gps/dao/FenceSequencing.java 124 There is log block not surrounded by if
50053 src/com/gps/dao/FenceSequencing.java 125 Position literals first in String comparisons
50054 src/com/gps/dao/FenceSequencing.java 125 Potential violation of Law of Demeter (object not created locally)
50055 src/com/gps/dao/FenceSequencing.java 127 Avoid instantiating new objects inside loops
50056 src/com/gps/dao/FenceSequencing.java 127 Local variable 'stopMap' could be declared final
50057 src/com/gps/dao/FenceSequencing.java 128 Potential violation of Law of Demeter (object not created locally)
50058 src/com/gps/dao/FenceSequencing.java 129 Potential violation of Law of Demeter (object not created locally)
50059 src/com/gps/dao/FenceSequencing.java 129 Potential violation of Law of Demeter (object not created locally)
50060 src/com/gps/dao/FenceSequencing.java 130 Avoid using Literals in Conditional Statements
50061 src/com/gps/dao/FenceSequencing.java 131 Potential violation of Law of Demeter (object not created locally)
50062 src/com/gps/dao/FenceSequencing.java 133 Potential violation of Law of Demeter (object not created locally)
50063 src/com/gps/dao/FenceSequencing.java 136 Potential violation of Law of Demeter (object not created locally)
50064 src/com/gps/dao/FenceSequencing.java 140 Avoid using Literals in Conditional Statements
50065 src/com/gps/dao/FenceSequencing.java 141 Avoid using if...else statements without curly braces
50066 src/com/gps/dao/FenceSequencing.java 141 Potential violation of Law of Demeter (object not created locally)
50067 src/com/gps/dao/FenceSequencing.java 141 Potential violation of Law of Demeter (object not created locally)
50068 src/com/gps/dao/FenceSequencing.java 143 Avoid using if...else statements without curly braces
50069 src/com/gps/dao/FenceSequencing.java 143 Potential violation of Law of Demeter (object not created locally)
50070 src/com/gps/dao/FenceSequencing.java 143 Potential violation of Law of Demeter (object not created locally)
50071 src/com/gps/dao/FenceSequencing.java 144 There is log block not surrounded by if
50072 src/com/gps/dao/FenceSequencing.java 144 There is log block not surrounded by if
50073 src/com/gps/dao/FenceSequencing.java 145 Potential violation of Law of Demeter (object not created locally)
50074 src/com/gps/dao/FenceSequencing.java 145 There is log block not surrounded by if
50075 src/com/gps/dao/FenceSequencing.java 145 There is log block not surrounded by if
50076 src/com/gps/dao/FenceSequencing.java 147 Potential violation of Law of Demeter (object not created locally)
50077 src/com/gps/dao/FenceSequencing.java 147 Potential violation of Law of Demeter (object not created locally)
50078 src/com/gps/dao/FenceSequencing.java 148 Potential violation of Law of Demeter (object not created locally)
50079 src/com/gps/dao/FenceSequencing.java 148 There is log block not surrounded by if
50080 src/com/gps/dao/FenceSequencing.java 148 There is log block not surrounded by if
50081 src/com/gps/dao/FenceSequencing.java 149 There is log block not surrounded by if
50082 src/com/gps/dao/FenceSequencing.java 149 There is log block not surrounded by if
50083 src/com/gps/dao/FenceSequencing.java 152 Potential violation of Law of Demeter (object not created locally)
50084 src/com/gps/dao/FenceSequencing.java 153 Potential violation of Law of Demeter (object not created locally)
50085 src/com/gps/dao/FenceSequencing.java 154 Potential violation of Law of Demeter (object not created locally)
50086 src/com/gps/dao/FenceSequencing.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50087 src/com/gps/dao/FenceSequencing.java 159 Avoid printStackTrace(); use a logger call instead.
50088 src/com/gps/dao/FenceSequencing.java 159 Potential violation of Law of Demeter (object not created locally)
50089 src/com/gps/dao/FenceSequencing.java 163 Avoid using implementation types like 'ArrayList'; use the interface instead
50090 src/com/gps/dao/FenceSequencing.java 163 Avoid variables with short names like i
50091 src/com/gps/dao/FenceSequencing.java 163 Parameter 'i' is not assigned and could be declared final
50092 src/com/gps/dao/FenceSequencing.java 163 Parameter 'lstIds' is not assigned and could be declared final
50093 src/com/gps/dao/FenceSequencing.java 164 Avoid using implementation types like 'ArrayList'; use the interface instead
50094 src/com/gps/dao/FenceSequencing.java 164 Parameter 'delta' is not assigned and could be declared final
50095 src/com/gps/dao/FenceSequencing.java 164 Parameter 'lstDates' is not assigned and could be declared final
50096 src/com/gps/dao/FenceSequencing.java 164 Parameter 'type' is not assigned and could be declared final
50097 src/com/gps/dao/FenceSequencing.java 165 Found 'DD'-anomaly for variable 'Index' (lines '165'-'174').
50098 src/com/gps/dao/FenceSequencing.java 165 Variables should start with a lowercase character, 'Index' starts with uppercase character.
50099 src/com/gps/dao/FenceSequencing.java 166 Found 'DU'-anomaly for variable 'incr' (lines '166'-'188').
50100 src/com/gps/dao/FenceSequencing.java 167 Avoid using Literals in Conditional Statements
50101 src/com/gps/dao/FenceSequencing.java 167 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50102 src/com/gps/dao/FenceSequencing.java 172 Potential violation of Law of Demeter (method chain calls)
50103 src/com/gps/dao/FenceSequencing.java 172 Potential violation of Law of Demeter (method chain calls)
50104 src/com/gps/dao/FenceSequencing.java 179 Potential violation of Law of Demeter (object not created locally)
50105 src/com/gps/dao/FenceSequencing.java 184 Potential violation of Law of Demeter (object not created locally)
50106 src/com/gps/dao/FenceSequencing.java 184 Potential violation of Law of Demeter (object not created locally)
50107 src/com/gps/dao/FenceSequencing.java 185 A method should have only one exit point, and that should be the last statement in the method
50108 src/com/gps/dao/FenceSequencing.java 185 Avoid using if...else statements without curly braces
50109 src/com/gps/dao/FenceSequencing.java 187 Avoid using if...else statements without curly braces
50110 src/com/gps/dao/FenceUsersDAO.java 9 Avoid unused imports such as 'com.gps.dto.RFIDInfoHistoryDTO'
50111 src/com/gps/dao/FenceUsersDAO.java 12 headerCommentRequirement Required
50112 src/com/gps/dao/FenceUsersDAO.java 14 The Logger variable declaration does not contain the static and final modifiers
50113 src/com/gps/dao/FenceUsersDAO.java 14 fieldCommentRequirement Required
50114 src/com/gps/dao/FenceUsersDAO.java 16 Avoid using implementation types like 'ArrayList'; use the interface instead
50115 src/com/gps/dao/FenceUsersDAO.java 16 Avoid variables with short names like to
50116 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'from' is not assigned and could be declared final
50117 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'to' is not assigned and could be declared final
50118 src/com/gps/dao/FenceUsersDAO.java 16 Parameter 'tripid' is not assigned and could be declared final
50119 src/com/gps/dao/FenceUsersDAO.java 16 publicMethodCommentRequirement Required
50120 src/com/gps/dao/FenceUsersDAO.java 18 Found 'DD'-anomaly for variable 'session' (lines '18'-'23').
50121 src/com/gps/dao/FenceUsersDAO.java 19 Found 'DD'-anomaly for variable 'userFenceList' (lines '19'-'25').
50122 src/com/gps/dao/FenceUsersDAO.java 25 Potential violation of Law of Demeter (method chain calls)
50123 src/com/gps/dao/FenceUsersDAO.java 25 Potential violation of Law of Demeter (object not created locally)
50124 src/com/gps/dao/FenceUsersDAO.java 27 Avoid using for statements without curly braces
50125 src/com/gps/dao/FenceUsersDAO.java 27 Potential violation of Law of Demeter (object not created locally)
50126 src/com/gps/dao/FenceUsersDAO.java 28 Potential violation of Law of Demeter (object not created locally)
50127 src/com/gps/dao/FenceUsersDAO.java 28 Potential violation of Law of Demeter (object not created locally)
50128 src/com/gps/dao/FenceUsersDAO.java 28 There is log block not surrounded by if
50129 src/com/gps/dao/FenceUsersDAO.java 28 There is log block not surrounded by if
50130 src/com/gps/dao/FenceUsersDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50131 src/com/gps/dao/FenceUsersDAO.java 33 Avoid printStackTrace(); use a logger call instead.
50132 src/com/gps/dao/FenceUsersDAO.java 33 Potential violation of Law of Demeter (object not created locally)
50133 src/com/gps/dao/FenceUsersDAO.java 38 Parameter 'fences' is not assigned and could be declared final
50134 src/com/gps/dao/FenceUsersDAO.java 38 publicMethodCommentRequirement Required
50135 src/com/gps/dao/FenceUsersDAO.java 40 Found 'DD'-anomaly for variable 'userExpectedList' (lines '40'-'50').
50136 src/com/gps/dao/FenceUsersDAO.java 41 Found 'DD'-anomaly for variable 'userList' (lines '41'-'49').
50137 src/com/gps/dao/FenceUsersDAO.java 46 Comment is too large: Line too long
50138 src/com/gps/dao/FenceUsersDAO.java 48 Comment is too large: Line too long
50139 src/com/gps/dao/FenceUsersDAO.java 49 Potential violation of Law of Demeter (method chain calls)
50140 src/com/gps/dao/FenceUsersDAO.java 49 Potential violation of Law of Demeter (object not created locally)
50141 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (method chain calls)
50142 src/com/gps/dao/FenceUsersDAO.java 50 Potential violation of Law of Demeter (object not created locally)
50143 src/com/gps/dao/FenceUsersDAO.java 52 Potential violation of Law of Demeter (object not created locally)
50144 src/com/gps/dao/FenceUsersDAO.java 52 There is log block not surrounded by if
50145 src/com/gps/dao/FenceUsersDAO.java 52 There is log block not surrounded by if
50146 src/com/gps/dao/FenceUsersDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50147 src/com/gps/dao/FenceUsersDAO.java 56 Avoid printStackTrace(); use a logger call instead.
50148 src/com/gps/dao/FenceUsersDAO.java 56 Potential violation of Law of Demeter (object not created locally)
50149 src/com/gps/dao/FenceUsersDAO.java 61 Avoid using implementation types like 'ArrayList'; use the interface instead
50150 src/com/gps/dao/FenceUsersDAO.java 61 Parameter 'tripid' is not assigned and could be declared final
50151 src/com/gps/dao/FenceUsersDAO.java 61 publicMethodCommentRequirement Required
50152 src/com/gps/dao/FenceUsersDAO.java 63 Found 'DD'-anomaly for variable 'tripFenceList' (lines '63'-'69').
50153 src/com/gps/dao/FenceUsersDAO.java 68 There is log block not surrounded by if
50154 src/com/gps/dao/FenceUsersDAO.java 68 There is log block not surrounded by if
50155 src/com/gps/dao/FenceUsersDAO.java 69 Potential violation of Law of Demeter (method chain calls)
50156 src/com/gps/dao/FenceUsersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
50157 src/com/gps/dao/FenceUsersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
50158 src/com/gps/dao/FenceUsersDAO.java 70 There is log block not surrounded by if
50159 src/com/gps/dao/FenceUsersDAO.java 70 There is log block not surrounded by if
50160 src/com/gps/dao/FenceUsersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50161 src/com/gps/dao/FenceUsersDAO.java 74 Avoid printStackTrace(); use a logger call instead.
50162 src/com/gps/dao/FenceUsersDAO.java 74 Potential violation of Law of Demeter (object not created locally)
50163 src/com/gps/dao/FenceUsersDAO.java 79 Parameter 'args' is not assigned and could be declared final
50164 src/com/gps/dao/FenceUsersDAO.java 79 publicMethodCommentRequirement Required
50165 src/com/gps/dao/FenceUsersDAO.java 81 Local variable 'dao' could be declared final
50166 src/com/gps/dao/FenceUsersDAO.java 83 Comment is too large: Line too long
50167 src/com/gps/dao/FencingDAO.java 5 Comment is too large: Line too long
50168 src/com/gps/dao/FencingDAO.java 9 A high number of imports can indicate a high degree of coupling within an object.
50169 src/com/gps/dao/FencingDAO.java 9 Possible God class (WMC=168, ATFD=226, TCC=0.026923076923076925)
50170 src/com/gps/dao/FencingDAO.java 16 Avoid unused imports such as 'java.util.Collections'
50171 src/com/gps/dao/FencingDAO.java 18 Avoid unused imports such as 'java.util.Iterator'
50172 src/com/gps/dao/FencingDAO.java 22 Avoid unused imports such as 'javax.xml.datatype.XMLGregorianCalendar'
50173 src/com/gps/dao/FencingDAO.java 30 Avoid importing anything from the sun.* packages
50174 src/com/gps/dao/FencingDAO.java 30 Avoid unused imports such as 'sun.misc.FpUtils'
50175 src/com/gps/dao/FencingDAO.java 33 Avoid unused imports such as 'com.gps.hibernate.FenceHistoryDAO'
50176 src/com/gps/dao/FencingDAO.java 41 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
50177 src/com/gps/dao/FencingDAO.java 51 Avoid unused imports such as 'com.gps.form.GLatLng'
50178 src/com/gps/dao/FencingDAO.java 53 Avoid unused imports such as 'com.mysql.jdbc.PacketTooBigException'
50179 src/com/gps/dao/FencingDAO.java 54 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
50180 src/com/gps/dao/FencingDAO.java 56 Avoid really long classes.
50181 src/com/gps/dao/FencingDAO.java 56 The class 'FencingDAO' has a Cyclomatic Complexity of 4 (Highest = 39).
50182 src/com/gps/dao/FencingDAO.java 56 This class has too many methods, consider refactoring it.
50183 src/com/gps/dao/FencingDAO.java 56 headerCommentRequirement Required
50184 src/com/gps/dao/FencingDAO.java 60 The Logger variable declaration does not contain the static and final modifiers
50185 src/com/gps/dao/FencingDAO.java 64 fieldCommentRequirement Required
50186 src/com/gps/dao/FencingDAO.java 65 publicMethodCommentRequirement Required
50187 src/com/gps/dao/FencingDAO.java 68 Parameter 'sessionvalue' is not assigned and could be declared final
50188 src/com/gps/dao/FencingDAO.java 68 publicMethodCommentRequirement Required
50189 src/com/gps/dao/FencingDAO.java 79 Parameter 'first' is not assigned and could be declared final
50190 src/com/gps/dao/FencingDAO.java 79 Parameter 'last' is not assigned and could be declared final
50191 src/com/gps/dao/FencingDAO.java 79 Parameter 'userId' is not assigned and could be declared final
50192 src/com/gps/dao/FencingDAO.java 81 Found 'DD'-anomaly for variable 'sess' (lines '81'-'86').
50193 src/com/gps/dao/FencingDAO.java 82 Avoid variables with short names like gd
50194 src/com/gps/dao/FencingDAO.java 82 Local variable 'gd' could be declared final
50195 src/com/gps/dao/FencingDAO.java 83 Found 'DD'-anomaly for variable 'gdDetails' (lines '83'-'91').
50196 src/com/gps/dao/FencingDAO.java 84 Found 'DD'-anomaly for variable 'query' (lines '84'-'87').
50197 src/com/gps/dao/FencingDAO.java 86 Potential violation of Law of Demeter (object not created locally)
50198 src/com/gps/dao/FencingDAO.java 87 Potential violation of Law of Demeter (method chain calls)
50199 src/com/gps/dao/FencingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
50200 src/com/gps/dao/FencingDAO.java 89 Potential violation of Law of Demeter (object not created locally)
50201 src/com/gps/dao/FencingDAO.java 90 Potential violation of Law of Demeter (object not created locally)
50202 src/com/gps/dao/FencingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
50203 src/com/gps/dao/FencingDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50204 src/com/gps/dao/FencingDAO.java 94 Avoid printStackTrace(); use a logger call instead.
50205 src/com/gps/dao/FencingDAO.java 94 Potential violation of Law of Demeter (object not created locally)
50206 src/com/gps/dao/FencingDAO.java 96 Avoid empty finally blocks
50207 src/com/gps/dao/FencingDAO.java 106 Parameter 'userId' is not assigned and could be declared final
50208 src/com/gps/dao/FencingDAO.java 108 Found 'DD'-anomaly for variable 'sess' (lines '108'-'113').
50209 src/com/gps/dao/FencingDAO.java 109 Avoid variables with short names like gd
50210 src/com/gps/dao/FencingDAO.java 109 Local variable 'gd' could be declared final
50211 src/com/gps/dao/FencingDAO.java 110 Found 'DD'-anomaly for variable 'gdDetails' (lines '110'-'117').
50212 src/com/gps/dao/FencingDAO.java 111 Found 'DD'-anomaly for variable 'query' (lines '111'-'114').
50213 src/com/gps/dao/FencingDAO.java 113 Potential violation of Law of Demeter (object not created locally)
50214 src/com/gps/dao/FencingDAO.java 114 Potential violation of Law of Demeter (method chain calls)
50215 src/com/gps/dao/FencingDAO.java 114 Potential violation of Law of Demeter (object not created locally)
50216 src/com/gps/dao/FencingDAO.java 117 Potential violation of Law of Demeter (object not created locally)
50217 src/com/gps/dao/FencingDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50218 src/com/gps/dao/FencingDAO.java 121 The String literal "Exception:" appears 20 times in this file; the first occurrence is on line 121
50219 src/com/gps/dao/FencingDAO.java 121 There is log block not surrounded by if
50220 src/com/gps/dao/FencingDAO.java 123 Avoid empty finally blocks
50221 src/com/gps/dao/FencingDAO.java 135 Parameter 'geofenceId' is not assigned and could be declared final
50222 src/com/gps/dao/FencingDAO.java 136 Found 'DD'-anomaly for variable 'sess' (lines '136'-'142').
50223 src/com/gps/dao/FencingDAO.java 137 Avoid variables with short names like gd
50224 src/com/gps/dao/FencingDAO.java 137 Local variable 'gd' could be declared final
50225 src/com/gps/dao/FencingDAO.java 138 Found 'DD'-anomaly for variable 'del' (lines '138'-'147').
50226 src/com/gps/dao/FencingDAO.java 139 Avoid variables with short names like tx
50227 src/com/gps/dao/FencingDAO.java 139 Found 'DD'-anomaly for variable 'tx' (lines '139'-'143').
50228 src/com/gps/dao/FencingDAO.java 140 Avoid declaring a variable if it is unreferenced before a possible exit point.
50229 src/com/gps/dao/FencingDAO.java 140 Avoid unused local variables such as 'gdDetails'.
50230 src/com/gps/dao/FencingDAO.java 140 Found 'DU'-anomaly for variable 'gdDetails' (lines '140'-'162').
50231 src/com/gps/dao/FencingDAO.java 140 Local variable 'gdDetails' could be declared final
50232 src/com/gps/dao/FencingDAO.java 142 Potential violation of Law of Demeter (object not created locally)
50233 src/com/gps/dao/FencingDAO.java 143 Potential violation of Law of Demeter (object not created locally)
50234 src/com/gps/dao/FencingDAO.java 144 Potential violation of Law of Demeter (method chain calls)
50235 src/com/gps/dao/FencingDAO.java 144 Potential violation of Law of Demeter (method chain calls)
50236 src/com/gps/dao/FencingDAO.java 144 Potential violation of Law of Demeter (object not created locally)
50237 src/com/gps/dao/FencingDAO.java 145 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 145
50238 src/com/gps/dao/FencingDAO.java 146 Potential violation of Law of Demeter (object not created locally)
50239 src/com/gps/dao/FencingDAO.java 147 Found 'DD'-anomaly for variable 'del' (lines '147'-'150').
50240 src/com/gps/dao/FencingDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50241 src/com/gps/dao/FencingDAO.java 151 There is log block not surrounded by if
50242 src/com/gps/dao/FencingDAO.java 152 Avoid printStackTrace(); use a logger call instead.
50243 src/com/gps/dao/FencingDAO.java 152 Potential violation of Law of Demeter (object not created locally)
50244 src/com/gps/dao/FencingDAO.java 155 Potential violation of Law of Demeter (object not created locally)
50245 src/com/gps/dao/FencingDAO.java 169 Parameter 'geofenceId' is not assigned and could be declared final
50246 src/com/gps/dao/FencingDAO.java 169 Parameter 'userId' is not assigned and could be declared final
50247 src/com/gps/dao/FencingDAO.java 170 Found 'DD'-anomaly for variable 'sess' (lines '170'-'176').
50248 src/com/gps/dao/FencingDAO.java 171 Avoid variables with short names like gd
50249 src/com/gps/dao/FencingDAO.java 171 Local variable 'gd' could be declared final
50250 src/com/gps/dao/FencingDAO.java 172 Found 'DD'-anomaly for variable 'gdDetails' (lines '172'-'178').
50251 src/com/gps/dao/FencingDAO.java 176 Potential violation of Law of Demeter (object not created locally)
50252 src/com/gps/dao/FencingDAO.java 178 Potential violation of Law of Demeter (method chain calls)
50253 src/com/gps/dao/FencingDAO.java 178 Potential violation of Law of Demeter (method chain calls)
50254 src/com/gps/dao/FencingDAO.java 178 Potential violation of Law of Demeter (method chain calls)
50255 src/com/gps/dao/FencingDAO.java 178 Potential violation of Law of Demeter (object not created locally)
50256 src/com/gps/dao/FencingDAO.java 182 Potential violation of Law of Demeter (object not created locally)
50257 src/com/gps/dao/FencingDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50258 src/com/gps/dao/FencingDAO.java 185 The String literal "Exception" appears 6 times in this file; the first occurrence is on line 185
50259 src/com/gps/dao/FencingDAO.java 185 There is log block not surrounded by if
50260 src/com/gps/dao/FencingDAO.java 186 Avoid printStackTrace(); use a logger call instead.
50261 src/com/gps/dao/FencingDAO.java 186 Potential violation of Law of Demeter (object not created locally)
50262 src/com/gps/dao/FencingDAO.java 188 Avoid empty finally blocks
50263 src/com/gps/dao/FencingDAO.java 202 Parameter 'lat' is not assigned and could be declared final
50264 src/com/gps/dao/FencingDAO.java 202 Parameter 'lon' is not assigned and could be declared final
50265 src/com/gps/dao/FencingDAO.java 202 Parameter 'vehicleId' is not assigned and could be declared final
50266 src/com/gps/dao/FencingDAO.java 203 Found 'DD'-anomaly for variable 'points' (lines '203'-'208').
50267 src/com/gps/dao/FencingDAO.java 204 Found 'DD'-anomaly for variable 'stat' (lines '204'-'227').
50268 src/com/gps/dao/FencingDAO.java 224 Potential violation of Law of Demeter (object not created locally)
50269 src/com/gps/dao/FencingDAO.java 224 There is log block not surrounded by if
50270 src/com/gps/dao/FencingDAO.java 224 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50271 src/com/gps/dao/FencingDAO.java 225 Avoid using Literals in Conditional Statements
50272 src/com/gps/dao/FencingDAO.java 225 Potential violation of Law of Demeter (object not created locally)
50273 src/com/gps/dao/FencingDAO.java 225 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50274 src/com/gps/dao/FencingDAO.java 230 There is log block not surrounded by if
50275 src/com/gps/dao/FencingDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50276 src/com/gps/dao/FencingDAO.java 234 There is log block not surrounded by if
50277 src/com/gps/dao/FencingDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50278 src/com/gps/dao/FencingDAO.java 237 There is log block not surrounded by if
50279 src/com/gps/dao/FencingDAO.java 237 There is log block not surrounded by if
50280 src/com/gps/dao/FencingDAO.java 240 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50281 src/com/gps/dao/FencingDAO.java 242 There is log block not surrounded by if
50282 src/com/gps/dao/FencingDAO.java 243 Avoid printStackTrace(); use a logger call instead.
50283 src/com/gps/dao/FencingDAO.java 243 Potential violation of Law of Demeter (object not created locally)
50284 src/com/gps/dao/FencingDAO.java 253 Parameter 'vehicleId' is not assigned and could be declared final
50285 src/com/gps/dao/FencingDAO.java 255 Found 'DD'-anomaly for variable 'points' (lines '255'-'265').
50286 src/com/gps/dao/FencingDAO.java 256 Found 'DD'-anomaly for variable 'geoIds' (lines '256'-'261').
50287 src/com/gps/dao/FencingDAO.java 257 Found 'DD'-anomaly for variable 'sess' (lines '257'-'262').
50288 src/com/gps/dao/FencingDAO.java 258 Avoid variables with short names like gd
50289 src/com/gps/dao/FencingDAO.java 258 Local variable 'gd' could be declared final
50290 src/com/gps/dao/FencingDAO.java 262 Potential violation of Law of Demeter (object not created locally)
50291 src/com/gps/dao/FencingDAO.java 264 Avoid using Literals in Conditional Statements
50292 src/com/gps/dao/FencingDAO.java 264 Avoid using if statements without curly braces
50293 src/com/gps/dao/FencingDAO.java 264 Potential violation of Law of Demeter (object not created locally)
50294 src/com/gps/dao/FencingDAO.java 264 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50295 src/com/gps/dao/FencingDAO.java 265 Potential violation of Law of Demeter (method chain calls)
50296 src/com/gps/dao/FencingDAO.java 265 Potential violation of Law of Demeter (method chain calls)
50297 src/com/gps/dao/FencingDAO.java 265 Potential violation of Law of Demeter (object not created locally)
50298 src/com/gps/dao/FencingDAO.java 266 Potential violation of Law of Demeter (object not created locally)
50299 src/com/gps/dao/FencingDAO.java 267 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50300 src/com/gps/dao/FencingDAO.java 269 There is log block not surrounded by if
50301 src/com/gps/dao/FencingDAO.java 270 Avoid printStackTrace(); use a logger call instead.
50302 src/com/gps/dao/FencingDAO.java 270 Potential violation of Law of Demeter (object not created locally)
50303 src/com/gps/dao/FencingDAO.java 272 Avoid empty finally blocks
50304 src/com/gps/dao/FencingDAO.java 285 Parameter 'vehicleId' is not assigned and could be declared final
50305 src/com/gps/dao/FencingDAO.java 287 Found 'DD'-anomaly for variable 'geoIds' (lines '287'-'293').
50306 src/com/gps/dao/FencingDAO.java 288 Found 'DD'-anomaly for variable 'sess' (lines '288'-'291').
50307 src/com/gps/dao/FencingDAO.java 289 Avoid variables with short names like gd
50308 src/com/gps/dao/FencingDAO.java 289 Local variable 'gd' could be declared final
50309 src/com/gps/dao/FencingDAO.java 291 Potential violation of Law of Demeter (object not created locally)
50310 src/com/gps/dao/FencingDAO.java 292 There is log block not surrounded by if
50311 src/com/gps/dao/FencingDAO.java 292 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50312 src/com/gps/dao/FencingDAO.java 293 Potential violation of Law of Demeter (method chain calls)
50313 src/com/gps/dao/FencingDAO.java 293 Potential violation of Law of Demeter (method chain calls)
50314 src/com/gps/dao/FencingDAO.java 293 Potential violation of Law of Demeter (object not created locally)
50315 src/com/gps/dao/FencingDAO.java 293 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 293
50316 src/com/gps/dao/FencingDAO.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50317 src/com/gps/dao/FencingDAO.java 296 There is log block not surrounded by if
50318 src/com/gps/dao/FencingDAO.java 297 Avoid printStackTrace(); use a logger call instead.
50319 src/com/gps/dao/FencingDAO.java 297 Potential violation of Law of Demeter (object not created locally)
50320 src/com/gps/dao/FencingDAO.java 299 Avoid empty finally blocks
50321 src/com/gps/dao/FencingDAO.java 312 Found 'DD'-anomaly for variable 'geoIds' (lines '312'-'318').
50322 src/com/gps/dao/FencingDAO.java 313 Found 'DD'-anomaly for variable 'sess' (lines '313'-'316').
50323 src/com/gps/dao/FencingDAO.java 314 Avoid variables with short names like gd
50324 src/com/gps/dao/FencingDAO.java 314 Local variable 'gd' could be declared final
50325 src/com/gps/dao/FencingDAO.java 316 Potential violation of Law of Demeter (object not created locally)
50326 src/com/gps/dao/FencingDAO.java 318 Potential violation of Law of Demeter (method chain calls)
50327 src/com/gps/dao/FencingDAO.java 318 Potential violation of Law of Demeter (object not created locally)
50328 src/com/gps/dao/FencingDAO.java 320 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50329 src/com/gps/dao/FencingDAO.java 321 There is log block not surrounded by if
50330 src/com/gps/dao/FencingDAO.java 322 Avoid printStackTrace(); use a logger call instead.
50331 src/com/gps/dao/FencingDAO.java 322 Potential violation of Law of Demeter (object not created locally)
50332 src/com/gps/dao/FencingDAO.java 324 Avoid empty finally blocks
50333 src/com/gps/dao/FencingDAO.java 329 A method/constructor shouldnt explicitly throw java.lang.Exception
50334 src/com/gps/dao/FencingDAO.java 329 Parameter 'packetDate' is not assigned and could be declared final
50335 src/com/gps/dao/FencingDAO.java 329 Parameter 'vehicleId' is not assigned and could be declared final
50336 src/com/gps/dao/FencingDAO.java 329 publicMethodCommentRequirement Required
50337 src/com/gps/dao/FencingDAO.java 333 Avoid unused local variables such as 'utils'.
50338 src/com/gps/dao/FencingDAO.java 334 Local variable 'cal' could be declared final
50339 src/com/gps/dao/FencingDAO.java 335 Avoid declaring a variable if it is unreferenced before a possible exit point.
50340 src/com/gps/dao/FencingDAO.java 335 Avoid unused local variables such as 'cal2'.
50341 src/com/gps/dao/FencingDAO.java 335 Found 'DU'-anomaly for variable 'cal2' (lines '335'-'412').
50342 src/com/gps/dao/FencingDAO.java 335 Local variable 'cal2' could be declared final
50343 src/com/gps/dao/FencingDAO.java 336 Found 'DD'-anomaly for variable 'trip' (lines '336'-'396').
50344 src/com/gps/dao/FencingDAO.java 337 Found 'DD'-anomaly for variable 'timeQuery' (lines '337'-'380').
50345 src/com/gps/dao/FencingDAO.java 338 Local variable 'formatter' could be declared final
50346 src/com/gps/dao/FencingDAO.java 338 The String literal "yyyy-MM-dd" appears 8 times in this file; the first occurrence is on line 338
50347 src/com/gps/dao/FencingDAO.java 338 When instantiating a SimpleDateFormat object, specify a Locale
50348 src/com/gps/dao/FencingDAO.java 339 Found 'DD'-anomaly for variable 'appender' (lines '339'-'374').
50349 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'hrs' (lines '340'-'365').
50350 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'hrs' (lines '340'-'367').
50351 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'mins' (lines '340'-'370').
50352 src/com/gps/dao/FencingDAO.java 340 Found 'DD'-anomaly for variable 'mins' (lines '340'-'372').
50353 src/com/gps/dao/FencingDAO.java 340 Use one line for each declaration, it enhances code readability.
50354 src/com/gps/dao/FencingDAO.java 343 Potential violation of Law of Demeter (method chain calls)
50355 src/com/gps/dao/FencingDAO.java 345 Found 'DU'-anomaly for variable 'utils' (lines '345'-'412').
50356 src/com/gps/dao/FencingDAO.java 349 Potential violation of Law of Demeter (object not created locally)
50357 src/com/gps/dao/FencingDAO.java 356 Avoid declaring a variable if it is unreferenced before a possible exit point.
50358 src/com/gps/dao/FencingDAO.java 356 Avoid unused local variables such as 'hours2'.
50359 src/com/gps/dao/FencingDAO.java 356 Local variable 'hours2' could be declared final
50360 src/com/gps/dao/FencingDAO.java 358 Potential violation of Law of Demeter (object not created locally)
50361 src/com/gps/dao/FencingDAO.java 360 Avoid declaring a variable if it is unreferenced before a possible exit point.
50362 src/com/gps/dao/FencingDAO.java 360 Avoid unused local variables such as 'minustime'.
50363 src/com/gps/dao/FencingDAO.java 360 Found 'DU'-anomaly for variable 'minustime' (lines '360'-'412').
50364 src/com/gps/dao/FencingDAO.java 360 Local variable 'minustime' could be declared final
50365 src/com/gps/dao/FencingDAO.java 361 Potential violation of Law of Demeter (object not created locally)
50366 src/com/gps/dao/FencingDAO.java 362 Local variable 'append' could be declared final
50367 src/com/gps/dao/FencingDAO.java 364 Avoid using Literals in Conditional Statements
50368 src/com/gps/dao/FencingDAO.java 367 Avoid using if...else statements without curly braces
50369 src/com/gps/dao/FencingDAO.java 369 Avoid using Literals in Conditional Statements
50370 src/com/gps/dao/FencingDAO.java 372 Avoid using if...else statements without curly braces
50371 src/com/gps/dao/FencingDAO.java 379 Comment is too large: Line too long
50372 src/com/gps/dao/FencingDAO.java 385 Comment is too large: Line too long
50373 src/com/gps/dao/FencingDAO.java 389 Local variable 'finalQry' could be declared final
50374 src/com/gps/dao/FencingDAO.java 389 Potential violation of Law of Demeter (object not created locally)
50375 src/com/gps/dao/FencingDAO.java 389 Potential violation of Law of Demeter (object not created locally)
50376 src/com/gps/dao/FencingDAO.java 389 Potential violation of Law of Demeter (object not created locally)
50377 src/com/gps/dao/FencingDAO.java 391 Local variable 'query' could be declared final
50378 src/com/gps/dao/FencingDAO.java 391 Potential violation of Law of Demeter (method chain calls)
50379 src/com/gps/dao/FencingDAO.java 392 Potential violation of Law of Demeter (object not created locally)
50380 src/com/gps/dao/FencingDAO.java 395 Avoid if (x != y) ..; else ..;
50381 src/com/gps/dao/FencingDAO.java 395 Potential violation of Law of Demeter (object not created locally)
50382 src/com/gps/dao/FencingDAO.java 396 Potential violation of Law of Demeter (object not created locally)
50383 src/com/gps/dao/FencingDAO.java 397 Potential violation of Law of Demeter (object not created locally)
50384 src/com/gps/dao/FencingDAO.java 397 There is log block not surrounded by if
50385 src/com/gps/dao/FencingDAO.java 397 There is log block not surrounded by if
50386 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
50387 src/com/gps/dao/FencingDAO.java 399 There is log block not surrounded by if
50388 src/com/gps/dao/FencingDAO.java 406 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50389 src/com/gps/dao/FencingDAO.java 408 There is log block not surrounded by if
50390 src/com/gps/dao/FencingDAO.java 409 Avoid printStackTrace(); use a logger call instead.
50391 src/com/gps/dao/FencingDAO.java 409 Potential violation of Law of Demeter (object not created locally)
50392 src/com/gps/dao/FencingDAO.java 420 Parameter 'geofenceId' is not assigned and could be declared final
50393 src/com/gps/dao/FencingDAO.java 420 Parameter 'vehicleId' is not assigned and could be declared final
50394 src/com/gps/dao/FencingDAO.java 422 Found 'DD'-anomaly for variable 'query' (lines '422'-'430').
50395 src/com/gps/dao/FencingDAO.java 423 Found 'DD'-anomaly for variable 'sess' (lines '423'-'428').
50396 src/com/gps/dao/FencingDAO.java 424 Avoid variables with short names like gd
50397 src/com/gps/dao/FencingDAO.java 424 Local variable 'gd' could be declared final
50398 src/com/gps/dao/FencingDAO.java 425 Found 'DD'-anomaly for variable 'stat' (lines '425'-'433').
50399 src/com/gps/dao/FencingDAO.java 425 Found 'DD'-anomaly for variable 'stat' (lines '425'-'435').
50400 src/com/gps/dao/FencingDAO.java 426 Found 'DD'-anomaly for variable 'geoVehMap' (lines '426'-'431').
50401 src/com/gps/dao/FencingDAO.java 428 Potential violation of Law of Demeter (object not created locally)
50402 src/com/gps/dao/FencingDAO.java 430 Potential violation of Law of Demeter (object not created locally)
50403 src/com/gps/dao/FencingDAO.java 431 Potential violation of Law of Demeter (method chain calls)
50404 src/com/gps/dao/FencingDAO.java 431 Potential violation of Law of Demeter (method chain calls)
50405 src/com/gps/dao/FencingDAO.java 431 Potential violation of Law of Demeter (object not created locally)
50406 src/com/gps/dao/FencingDAO.java 432 Avoid if (x != y) ..; else ..;
50407 src/com/gps/dao/FencingDAO.java 437 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50408 src/com/gps/dao/FencingDAO.java 438 There is log block not surrounded by if
50409 src/com/gps/dao/FencingDAO.java 440 Avoid empty finally blocks
50410 src/com/gps/dao/FencingDAO.java 451 Parameter 'geofenceId' is not assigned and could be declared final
50411 src/com/gps/dao/FencingDAO.java 451 Parameter 'vehicleId' is not assigned and could be declared final
50412 src/com/gps/dao/FencingDAO.java 453 Found 'DD'-anomaly for variable 'query' (lines '453'-'461').
50413 src/com/gps/dao/FencingDAO.java 454 Found 'DD'-anomaly for variable 'sess' (lines '454'-'459').
50414 src/com/gps/dao/FencingDAO.java 455 Avoid variables with short names like gd
50415 src/com/gps/dao/FencingDAO.java 455 Local variable 'gd' could be declared final
50416 src/com/gps/dao/FencingDAO.java 456 Avoid variables with short names like id
50417 src/com/gps/dao/FencingDAO.java 456 Found 'DD'-anomaly for variable 'id' (lines '456'-'464').
50418 src/com/gps/dao/FencingDAO.java 456 Found 'DD'-anomaly for variable 'id' (lines '456'-'466').
50419 src/com/gps/dao/FencingDAO.java 457 Found 'DD'-anomaly for variable 'geoVehMap' (lines '457'-'462').
50420 src/com/gps/dao/FencingDAO.java 459 Potential violation of Law of Demeter (object not created locally)
50421 src/com/gps/dao/FencingDAO.java 461 Potential violation of Law of Demeter (object not created locally)
50422 src/com/gps/dao/FencingDAO.java 462 Potential violation of Law of Demeter (method chain calls)
50423 src/com/gps/dao/FencingDAO.java 462 Potential violation of Law of Demeter (method chain calls)
50424 src/com/gps/dao/FencingDAO.java 462 Potential violation of Law of Demeter (object not created locally)
50425 src/com/gps/dao/FencingDAO.java 463 Avoid if (x != y) ..; else ..;
50426 src/com/gps/dao/FencingDAO.java 464 Potential violation of Law of Demeter (object not created locally)
50427 src/com/gps/dao/FencingDAO.java 468 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50428 src/com/gps/dao/FencingDAO.java 469 There is log block not surrounded by if
50429 src/com/gps/dao/FencingDAO.java 470 Avoid printStackTrace(); use a logger call instead.
50430 src/com/gps/dao/FencingDAO.java 470 Potential violation of Law of Demeter (object not created locally)
50431 src/com/gps/dao/FencingDAO.java 472 Avoid empty finally blocks
50432 src/com/gps/dao/FencingDAO.java 486 Parameter 'vehicleId' is not assigned and could be declared final
50433 src/com/gps/dao/FencingDAO.java 489 Found 'DD'-anomaly for variable 'geoIds' (lines '489'-'497').
50434 src/com/gps/dao/FencingDAO.java 490 Found 'DD'-anomaly for variable 'sess' (lines '490'-'495').
50435 src/com/gps/dao/FencingDAO.java 491 Avoid variables with short names like gd
50436 src/com/gps/dao/FencingDAO.java 491 Local variable 'gd' could be declared final
50437 src/com/gps/dao/FencingDAO.java 495 Potential violation of Law of Demeter (object not created locally)
50438 src/com/gps/dao/FencingDAO.java 496 Potential violation of Law of Demeter (method chain calls)
50439 src/com/gps/dao/FencingDAO.java 497 Potential violation of Law of Demeter (method chain calls)
50440 src/com/gps/dao/FencingDAO.java 497 Potential violation of Law of Demeter (method chain calls)
50441 src/com/gps/dao/FencingDAO.java 497 Potential violation of Law of Demeter (object not created locally)
50442 src/com/gps/dao/FencingDAO.java 498 Potential violation of Law of Demeter (method chain calls)
50443 src/com/gps/dao/FencingDAO.java 498 Potential violation of Law of Demeter (object not created locally)
50444 src/com/gps/dao/FencingDAO.java 501 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50445 src/com/gps/dao/FencingDAO.java 503 There is log block not surrounded by if
50446 src/com/gps/dao/FencingDAO.java 504 Avoid printStackTrace(); use a logger call instead.
50447 src/com/gps/dao/FencingDAO.java 504 Potential violation of Law of Demeter (object not created locally)
50448 src/com/gps/dao/FencingDAO.java 506 Avoid empty finally blocks
50449 src/com/gps/dao/FencingDAO.java 518 Parameter 'gvIds' is not assigned and could be declared final
50450 src/com/gps/dao/FencingDAO.java 521 Found 'DD'-anomaly for variable 'mobnos' (lines '521'-'529').
50451 src/com/gps/dao/FencingDAO.java 522 Found 'DD'-anomaly for variable 'sess' (lines '522'-'526').
50452 src/com/gps/dao/FencingDAO.java 523 Avoid variables with short names like nd
50453 src/com/gps/dao/FencingDAO.java 523 Local variable 'nd' could be declared final
50454 src/com/gps/dao/FencingDAO.java 526 Found 'DU'-anomaly for variable 'sess' (lines '526'-'548').
50455 src/com/gps/dao/FencingDAO.java 526 Potential violation of Law of Demeter (object not created locally)
50456 src/com/gps/dao/FencingDAO.java 527 Avoid using Literals in Conditional Statements
50457 src/com/gps/dao/FencingDAO.java 527 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50458 src/com/gps/dao/FencingDAO.java 529 Potential violation of Law of Demeter (method chain calls)
50459 src/com/gps/dao/FencingDAO.java 529 Potential violation of Law of Demeter (method chain calls)
50460 src/com/gps/dao/FencingDAO.java 529 Potential violation of Law of Demeter (object not created locally)
50461 src/com/gps/dao/FencingDAO.java 530 Potential violation of Law of Demeter (method chain calls)
50462 src/com/gps/dao/FencingDAO.java 530 Potential violation of Law of Demeter (object not created locally)
50463 src/com/gps/dao/FencingDAO.java 534 Potential violation of Law of Demeter (method chain calls)
50464 src/com/gps/dao/FencingDAO.java 537 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50465 src/com/gps/dao/FencingDAO.java 539 There is log block not surrounded by if
50466 src/com/gps/dao/FencingDAO.java 540 Avoid printStackTrace(); use a logger call instead.
50467 src/com/gps/dao/FencingDAO.java 540 Potential violation of Law of Demeter (object not created locally)
50468 src/com/gps/dao/FencingDAO.java 542 Avoid empty finally blocks
50469 src/com/gps/dao/FencingDAO.java 554 Parameter 'geoVehId' is not assigned and could be declared final
50470 src/com/gps/dao/FencingDAO.java 556 There is log block not surrounded by if
50471 src/com/gps/dao/FencingDAO.java 556 There is log block not surrounded by if
50472 src/com/gps/dao/FencingDAO.java 557 Found 'DD'-anomaly for variable 'notifierList' (lines '557'-'563').
50473 src/com/gps/dao/FencingDAO.java 558 Found 'DD'-anomaly for variable 'sess' (lines '558'-'561').
50474 src/com/gps/dao/FencingDAO.java 559 Avoid variables with short names like nd
50475 src/com/gps/dao/FencingDAO.java 559 Local variable 'nd' could be declared final
50476 src/com/gps/dao/FencingDAO.java 561 Potential violation of Law of Demeter (object not created locally)
50477 src/com/gps/dao/FencingDAO.java 563 Potential violation of Law of Demeter (method chain calls)
50478 src/com/gps/dao/FencingDAO.java 563 Potential violation of Law of Demeter (method chain calls)
50479 src/com/gps/dao/FencingDAO.java 563 Potential violation of Law of Demeter (object not created locally)
50480 src/com/gps/dao/FencingDAO.java 566 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50481 src/com/gps/dao/FencingDAO.java 567 There is log block not surrounded by if
50482 src/com/gps/dao/FencingDAO.java 568 Avoid printStackTrace(); use a logger call instead.
50483 src/com/gps/dao/FencingDAO.java 568 Potential violation of Law of Demeter (object not created locally)
50484 src/com/gps/dao/FencingDAO.java 570 Avoid empty finally blocks
50485 src/com/gps/dao/FencingDAO.java 583 A method/constructor shouldnt explicitly throw java.lang.Exception
50486 src/com/gps/dao/FencingDAO.java 583 Parameter 'lat' is not assigned and could be declared final
50487 src/com/gps/dao/FencingDAO.java 583 Parameter 'lon' is not assigned and could be declared final
50488 src/com/gps/dao/FencingDAO.java 583 Parameter 'points' is not assigned and could be declared final
50489 src/com/gps/dao/FencingDAO.java 583 The method 'pointInPolygon' has a Cyclomatic Complexity of 15.
50490 src/com/gps/dao/FencingDAO.java 585 Avoid declaring a variable if it is unreferenced before a possible exit point.
50491 src/com/gps/dao/FencingDAO.java 585 Avoid unused local variables such as 'i'.
50492 src/com/gps/dao/FencingDAO.java 585 Avoid variables with short names like i
50493 src/com/gps/dao/FencingDAO.java 585 Local variable 'i' could be declared final
50494 src/com/gps/dao/FencingDAO.java 586 Avoid variables with short names like j
50495 src/com/gps/dao/FencingDAO.java 586 Local variable 'j' could be declared final
50496 src/com/gps/dao/FencingDAO.java 587 There is log block not surrounded by if
50497 src/com/gps/dao/FencingDAO.java 587 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50498 src/com/gps/dao/FencingDAO.java 588 Found 'DD'-anomaly for variable 'intersections' (lines '588'-'645').
50499 src/com/gps/dao/FencingDAO.java 589 Avoid declaring a variable if it is unreferenced before a possible exit point.
50500 src/com/gps/dao/FencingDAO.java 589 Avoid unused local variables such as 'vertices_count'.
50501 src/com/gps/dao/FencingDAO.java 589 Found 'DU'-anomaly for variable 'vertices_count' (lines '589'-'668').
50502 src/com/gps/dao/FencingDAO.java 589 Local variable 'vertices_count' could be declared final
50503 src/com/gps/dao/FencingDAO.java 589 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vertices_count' is not final.
50504 src/com/gps/dao/FencingDAO.java 592 Found 'DD'-anomaly for variable 'inPoly' (lines '592'-'628').
50505 src/com/gps/dao/FencingDAO.java 592 Found 'DD'-anomaly for variable 'inPoly' (lines '592'-'641').
50506 src/com/gps/dao/FencingDAO.java 592 Found 'DD'-anomaly for variable 'inPoly' (lines '592'-'652').
50507 src/com/gps/dao/FencingDAO.java 592 Found 'DD'-anomaly for variable 'inPoly' (lines '592'-'655').
50508 src/com/gps/dao/FencingDAO.java 598 Comment is too large: Too many lines
50509 src/com/gps/dao/FencingDAO.java 601 Comment is too large: Line too long
50510 src/com/gps/dao/FencingDAO.java 606 Comment is too large: Line too long
50511 src/com/gps/dao/FencingDAO.java 620 Avoid variables with short names like v1
50512 src/com/gps/dao/FencingDAO.java 620 Local variable 'v1' could be declared final
50513 src/com/gps/dao/FencingDAO.java 621 Avoid variables with short names like v2
50514 src/com/gps/dao/FencingDAO.java 621 Local variable 'v2' could be declared final
50515 src/com/gps/dao/FencingDAO.java 623 Potential violation of Law of Demeter (object not created locally)
50516 src/com/gps/dao/FencingDAO.java 623 Potential violation of Law of Demeter (object not created locally)
50517 src/com/gps/dao/FencingDAO.java 623 Potential violation of Law of Demeter (object not created locally)
50518 src/com/gps/dao/FencingDAO.java 624 Potential violation of Law of Demeter (object not created locally)
50519 src/com/gps/dao/FencingDAO.java 624 Potential violation of Law of Demeter (object not created locally)
50520 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
50521 src/com/gps/dao/FencingDAO.java 625 Potential violation of Law of Demeter (object not created locally)
50522 src/com/gps/dao/FencingDAO.java 628 Found 'DD'-anomaly for variable 'inPoly' (lines '628'-'628').
50523 src/com/gps/dao/FencingDAO.java 628 Found 'DD'-anomaly for variable 'inPoly' (lines '628'-'641').
50524 src/com/gps/dao/FencingDAO.java 628 Found 'DD'-anomaly for variable 'inPoly' (lines '628'-'652').
50525 src/com/gps/dao/FencingDAO.java 628 Found 'DD'-anomaly for variable 'inPoly' (lines '628'-'655').
50526 src/com/gps/dao/FencingDAO.java 632 Potential violation of Law of Demeter (object not created locally)
50527 src/com/gps/dao/FencingDAO.java 632 Potential violation of Law of Demeter (object not created locally)
50528 src/com/gps/dao/FencingDAO.java 633 Potential violation of Law of Demeter (object not created locally)
50529 src/com/gps/dao/FencingDAO.java 633 Potential violation of Law of Demeter (object not created locally)
50530 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
50531 src/com/gps/dao/FencingDAO.java 634 Potential violation of Law of Demeter (object not created locally)
50532 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
50533 src/com/gps/dao/FencingDAO.java 635 Potential violation of Law of Demeter (object not created locally)
50534 src/com/gps/dao/FencingDAO.java 637 Local variable 'xinters' could be declared final
50535 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50536 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50537 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50538 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50539 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50540 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50541 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50542 src/com/gps/dao/FencingDAO.java 637 Potential violation of Law of Demeter (object not created locally)
50543 src/com/gps/dao/FencingDAO.java 641 Found 'DD'-anomaly for variable 'inPoly' (lines '641'-'628').
50544 src/com/gps/dao/FencingDAO.java 641 Found 'DD'-anomaly for variable 'inPoly' (lines '641'-'641').
50545 src/com/gps/dao/FencingDAO.java 641 Found 'DD'-anomaly for variable 'inPoly' (lines '641'-'652').
50546 src/com/gps/dao/FencingDAO.java 641 Found 'DD'-anomaly for variable 'inPoly' (lines '641'-'655').
50547 src/com/gps/dao/FencingDAO.java 643 Potential violation of Law of Demeter (object not created locally)
50548 src/com/gps/dao/FencingDAO.java 643 Potential violation of Law of Demeter (object not created locally)
50549 src/com/gps/dao/FencingDAO.java 645 Found 'DD'-anomaly for variable 'intersections' (lines '645'-'645').
50550 src/com/gps/dao/FencingDAO.java 650 Avoid if (x != y) ..; else ..;
50551 src/com/gps/dao/FencingDAO.java 650 Avoid using Literals in Conditional Statements
50552 src/com/gps/dao/FencingDAO.java 660 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50553 src/com/gps/dao/FencingDAO.java 662 There is log block not surrounded by if
50554 src/com/gps/dao/FencingDAO.java 663 Avoid printStackTrace(); use a logger call instead.
50555 src/com/gps/dao/FencingDAO.java 663 Potential violation of Law of Demeter (object not created locally)
50556 src/com/gps/dao/FencingDAO.java 675 Parameter 'geofenceId' is not assigned and could be declared final
50557 src/com/gps/dao/FencingDAO.java 675 Parameter 'vehicleId' is not assigned and could be declared final
50558 src/com/gps/dao/FencingDAO.java 677 Found 'DD'-anomaly for variable 'sess' (lines '677'-'685').
50559 src/com/gps/dao/FencingDAO.java 678 Avoid variables with short names like gd
50560 src/com/gps/dao/FencingDAO.java 678 Local variable 'gd' could be declared final
50561 src/com/gps/dao/FencingDAO.java 681 Found 'DD'-anomaly for variable 'del' (lines '681'-'690').
50562 src/com/gps/dao/FencingDAO.java 682 Avoid variables with short names like tx
50563 src/com/gps/dao/FencingDAO.java 682 Found 'DD'-anomaly for variable 'tx' (lines '682'-'686').
50564 src/com/gps/dao/FencingDAO.java 683 Avoid declaring a variable if it is unreferenced before a possible exit point.
50565 src/com/gps/dao/FencingDAO.java 683 Avoid unused local variables such as 'gdDetails'.
50566 src/com/gps/dao/FencingDAO.java 683 Found 'DU'-anomaly for variable 'gdDetails' (lines '683'-'703').
50567 src/com/gps/dao/FencingDAO.java 683 Local variable 'gdDetails' could be declared final
50568 src/com/gps/dao/FencingDAO.java 685 Potential violation of Law of Demeter (object not created locally)
50569 src/com/gps/dao/FencingDAO.java 686 Potential violation of Law of Demeter (object not created locally)
50570 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (method chain calls)
50571 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (method chain calls)
50572 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (method chain calls)
50573 src/com/gps/dao/FencingDAO.java 687 Potential violation of Law of Demeter (object not created locally)
50574 src/com/gps/dao/FencingDAO.java 689 Potential violation of Law of Demeter (object not created locally)
50575 src/com/gps/dao/FencingDAO.java 690 Found 'DD'-anomaly for variable 'del' (lines '690'-'694').
50576 src/com/gps/dao/FencingDAO.java 691 Potential violation of Law of Demeter (object not created locally)
50577 src/com/gps/dao/FencingDAO.java 693 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50578 src/com/gps/dao/FencingDAO.java 695 There is log block not surrounded by if
50579 src/com/gps/dao/FencingDAO.java 696 Avoid printStackTrace(); use a logger call instead.
50580 src/com/gps/dao/FencingDAO.java 696 Potential violation of Law of Demeter (object not created locally)
50581 src/com/gps/dao/FencingDAO.java 698 Avoid empty finally blocks
50582 src/com/gps/dao/FencingDAO.java 709 Parameter 'nid' is not assigned and could be declared final
50583 src/com/gps/dao/FencingDAO.java 710 Found 'DD'-anomaly for variable 'sess' (lines '710'-'716').
50584 src/com/gps/dao/FencingDAO.java 711 Avoid variables with short names like gd
50585 src/com/gps/dao/FencingDAO.java 711 Local variable 'gd' could be declared final
50586 src/com/gps/dao/FencingDAO.java 712 Found 'DD'-anomaly for variable 'del' (lines '712'-'721').
50587 src/com/gps/dao/FencingDAO.java 713 Avoid variables with short names like tx
50588 src/com/gps/dao/FencingDAO.java 713 Found 'DD'-anomaly for variable 'tx' (lines '713'-'717').
50589 src/com/gps/dao/FencingDAO.java 714 Avoid declaring a variable if it is unreferenced before a possible exit point.
50590 src/com/gps/dao/FencingDAO.java 714 Avoid unused local variables such as 'gdDetails'.
50591 src/com/gps/dao/FencingDAO.java 714 Found 'DU'-anomaly for variable 'gdDetails' (lines '714'-'734').
50592 src/com/gps/dao/FencingDAO.java 714 Local variable 'gdDetails' could be declared final
50593 src/com/gps/dao/FencingDAO.java 716 Potential violation of Law of Demeter (object not created locally)
50594 src/com/gps/dao/FencingDAO.java 717 Potential violation of Law of Demeter (object not created locally)
50595 src/com/gps/dao/FencingDAO.java 718 Potential violation of Law of Demeter (method chain calls)
50596 src/com/gps/dao/FencingDAO.java 718 Potential violation of Law of Demeter (method chain calls)
50597 src/com/gps/dao/FencingDAO.java 718 Potential violation of Law of Demeter (object not created locally)
50598 src/com/gps/dao/FencingDAO.java 720 Potential violation of Law of Demeter (object not created locally)
50599 src/com/gps/dao/FencingDAO.java 721 Found 'DD'-anomaly for variable 'del' (lines '721'-'725').
50600 src/com/gps/dao/FencingDAO.java 722 Potential violation of Law of Demeter (object not created locally)
50601 src/com/gps/dao/FencingDAO.java 724 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50602 src/com/gps/dao/FencingDAO.java 726 There is log block not surrounded by if
50603 src/com/gps/dao/FencingDAO.java 727 Avoid printStackTrace(); use a logger call instead.
50604 src/com/gps/dao/FencingDAO.java 727 Potential violation of Law of Demeter (object not created locally)
50605 src/com/gps/dao/FencingDAO.java 729 Avoid empty finally blocks
50606 src/com/gps/dao/FencingDAO.java 742 Parameter 'count' is not assigned and could be declared final
50607 src/com/gps/dao/FencingDAO.java 742 Parameter 'data' is not assigned and could be declared final
50608 src/com/gps/dao/FencingDAO.java 742 Parameter 'geofenceName' is not assigned and could be declared final
50609 src/com/gps/dao/FencingDAO.java 742 Parameter 'trip' is not assigned and could be declared final
50610 src/com/gps/dao/FencingDAO.java 742 Parameter 'userDet' is not assigned and could be declared final
50611 src/com/gps/dao/FencingDAO.java 747 Local variable 'geofence' could be declared final
50612 src/com/gps/dao/FencingDAO.java 748 There is log block not surrounded by if
50613 src/com/gps/dao/FencingDAO.java 748 There is log block not surrounded by if
50614 src/com/gps/dao/FencingDAO.java 751 Potential violation of Law of Demeter (method chain calls)
50615 src/com/gps/dao/FencingDAO.java 751 There is log block not surrounded by if
50616 src/com/gps/dao/FencingDAO.java 751 There is log block not surrounded by if
50617 src/com/gps/dao/FencingDAO.java 752 Potential violation of Law of Demeter (object not created locally)
50618 src/com/gps/dao/FencingDAO.java 753 Potential violation of Law of Demeter (object not created locally)
50619 src/com/gps/dao/FencingDAO.java 754 Potential violation of Law of Demeter (method chain calls)
50620 src/com/gps/dao/FencingDAO.java 754 Potential violation of Law of Demeter (method chain calls)
50621 src/com/gps/dao/FencingDAO.java 754 Potential violation of Law of Demeter (object not created locally)
50622 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50623 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50624 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50625 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50626 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50627 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50628 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50629 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50630 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50631 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50632 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50633 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (method chain calls)
50634 src/com/gps/dao/FencingDAO.java 755 Potential violation of Law of Demeter (object not created locally)
50635 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50636 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50637 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50638 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50639 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50640 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50641 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50642 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50643 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50644 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50645 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50646 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50647 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50648 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50649 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50650 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50651 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50652 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50653 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50654 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50655 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50656 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50657 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50658 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50659 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50660 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50661 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50662 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (method chain calls)
50663 src/com/gps/dao/FencingDAO.java 756 Potential violation of Law of Demeter (object not created locally)
50664 src/com/gps/dao/FencingDAO.java 757 Potential violation of Law of Demeter (object not created locally)
50665 src/com/gps/dao/FencingDAO.java 759 Potential violation of Law of Demeter (object not created locally)
50666 src/com/gps/dao/FencingDAO.java 763 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50667 src/com/gps/dao/FencingDAO.java 765 There is log block not surrounded by if
50668 src/com/gps/dao/FencingDAO.java 766 Avoid throwing raw exception types.
50669 src/com/gps/dao/FencingDAO.java 766 New exception is thrown in catch block, original stack trace may be lost
50670 src/com/gps/dao/FencingDAO.java 777 Comment is too large: Line too long
50671 src/com/gps/dao/FencingDAO.java 793 Parameter 'center' is not assigned and could be declared final
50672 src/com/gps/dao/FencingDAO.java 793 Parameter 'point' is not assigned and could be declared final
50673 src/com/gps/dao/FencingDAO.java 793 The method 'inCircle' has a Cyclomatic Complexity of 10.
50674 src/com/gps/dao/FencingDAO.java 796 Found 'DD'-anomaly for variable 'distance' (lines '796'-'809').
50675 src/com/gps/dao/FencingDAO.java 796 Found 'DU'-anomaly for variable 'distance' (lines '796'-'825').
50676 src/com/gps/dao/FencingDAO.java 797 Avoid variables with short names like in
50677 src/com/gps/dao/FencingDAO.java 797 Found 'DD'-anomaly for variable 'in' (lines '797'-'814').
50678 src/com/gps/dao/FencingDAO.java 797 Found 'DD'-anomaly for variable 'in' (lines '797'-'816').
50679 src/com/gps/dao/FencingDAO.java 798 Found 'DD'-anomaly for variable 'kmVal' (lines '798'-'811').
50680 src/com/gps/dao/FencingDAO.java 798 Found 'DU'-anomaly for variable 'kmVal' (lines '798'-'825').
50681 src/com/gps/dao/FencingDAO.java 801 Found 'DU'-anomaly for variable 'utils' (lines '801'-'825').
50682 src/com/gps/dao/FencingDAO.java 809 Potential violation of Law of Demeter (object not created locally)
50683 src/com/gps/dao/FencingDAO.java 811 Potential violation of Law of Demeter (object not created locally)
50684 src/com/gps/dao/FencingDAO.java 814 Avoid using if...else statements without curly braces
50685 src/com/gps/dao/FencingDAO.java 816 Avoid using if...else statements without curly braces
50686 src/com/gps/dao/FencingDAO.java 820 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50687 src/com/gps/dao/FencingDAO.java 822 There is log block not surrounded by if
50688 src/com/gps/dao/FencingDAO.java 826 Comment is too large: Too many lines
50689 src/com/gps/dao/FencingDAO.java 840 Avoid really long methods.
50690 src/com/gps/dao/FencingDAO.java 840 Found 'UR'-anomaly for variable 'tripDetails' (lines '840'-'965').
50691 src/com/gps/dao/FencingDAO.java 840 Found 'UR'-anomaly for variable 'trips' (lines '840'-'974').
50692 src/com/gps/dao/FencingDAO.java 840 Method names should not start with capital letters
50693 src/com/gps/dao/FencingDAO.java 840 Parameter 'lat' is not assigned and could be declared final
50694 src/com/gps/dao/FencingDAO.java 840 Parameter 'lon' is not assigned and could be declared final
50695 src/com/gps/dao/FencingDAO.java 840 Parameter 'packetTime' is not assigned and could be declared final
50696 src/com/gps/dao/FencingDAO.java 840 Parameter 'vehicleId' is not assigned and could be declared final
50697 src/com/gps/dao/FencingDAO.java 840 The method 'WhetherInterested' has a Cyclomatic Complexity of 39.
50698 src/com/gps/dao/FencingDAO.java 840 The method WhetherInterested() has an NCSS line count of 145
50699 src/com/gps/dao/FencingDAO.java 840 The method WhetherInterested() has an NPath complexity of 47009
50700 src/com/gps/dao/FencingDAO.java 844 Found 'DD'-anomaly for variable 'vehdao' (lines '844'-'867').
50701 src/com/gps/dao/FencingDAO.java 848 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_mon_end' is not final.
50702 src/com/gps/dao/FencingDAO.java 849 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_even_end' is not final.
50703 src/com/gps/dao/FencingDAO.java 850 Found 'DD'-anomaly for variable 'sessVal' (lines '850'-'896').
50704 src/com/gps/dao/FencingDAO.java 852 Avoid unused local variables such as 'utils'.
50705 src/com/gps/dao/FencingDAO.java 854 Local variable 'tripDAO' could be declared final
50706 src/com/gps/dao/FencingDAO.java 855 Found 'DD'-anomaly for variable 'dateTime' (lines '855'-'881').
50707 src/com/gps/dao/FencingDAO.java 856 Local variable 'dateTimeFormater' could be declared final
50708 src/com/gps/dao/FencingDAO.java 856 The String literal "yyyy-MM-dd HH:mm:ss" appears 4 times in this file; the first occurrence is on line 856
50709 src/com/gps/dao/FencingDAO.java 856 When instantiating a SimpleDateFormat object, specify a Locale
50710 src/com/gps/dao/FencingDAO.java 858 Local variable 'format1' could be declared final
50711 src/com/gps/dao/FencingDAO.java 858 When instantiating a SimpleDateFormat object, specify a Locale
50712 src/com/gps/dao/FencingDAO.java 860 There is log block not surrounded by if
50713 src/com/gps/dao/FencingDAO.java 860 There is log block not surrounded by if
50714 src/com/gps/dao/FencingDAO.java 862 There is log block not surrounded by if
50715 src/com/gps/dao/FencingDAO.java 862 There is log block not surrounded by if
50716 src/com/gps/dao/FencingDAO.java 864 There is log block not surrounded by if
50717 src/com/gps/dao/FencingDAO.java 864 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50718 src/com/gps/dao/FencingDAO.java 868 Potential violation of Law of Demeter (object not created locally)
50719 src/com/gps/dao/FencingDAO.java 870 There is log block not surrounded by if
50720 src/com/gps/dao/FencingDAO.java 870 There is log block not surrounded by if
50721 src/com/gps/dao/FencingDAO.java 872 Potential violation of Law of Demeter (object not created locally)
50722 src/com/gps/dao/FencingDAO.java 872 Potential violation of Law of Demeter (object not created locally)
50723 src/com/gps/dao/FencingDAO.java 872 Potential violation of Law of Demeter (object not created locally)
50724 src/com/gps/dao/FencingDAO.java 872 There is log block not surrounded by if
50725 src/com/gps/dao/FencingDAO.java 872 There is log block not surrounded by if
50726 src/com/gps/dao/FencingDAO.java 873 Potential violation of Law of Demeter (object not created locally)
50727 src/com/gps/dao/FencingDAO.java 875 Local variable 'format' could be declared final
50728 src/com/gps/dao/FencingDAO.java 875 When instantiating a SimpleDateFormat object, specify a Locale
50729 src/com/gps/dao/FencingDAO.java 876 Potential violation of Law of Demeter (object not created locally)
50730 src/com/gps/dao/FencingDAO.java 877 Local variable 'cal' could be declared final
50731 src/com/gps/dao/FencingDAO.java 878 Avoid unused local variables such as 'cal2'.
50732 src/com/gps/dao/FencingDAO.java 878 Local variable 'cal2' could be declared final
50733 src/com/gps/dao/FencingDAO.java 879 Potential violation of Law of Demeter (object not created locally)
50734 src/com/gps/dao/FencingDAO.java 881 Potential violation of Law of Demeter (object not created locally)
50735 src/com/gps/dao/FencingDAO.java 884 Potential violation of Law of Demeter (object not created locally)
50736 src/com/gps/dao/FencingDAO.java 884 Potential violation of Law of Demeter (object not created locally)
50737 src/com/gps/dao/FencingDAO.java 884 When instantiating a SimpleDateFormat object, specify a Locale
50738 src/com/gps/dao/FencingDAO.java 885 Potential violation of Law of Demeter (object not created locally)
50739 src/com/gps/dao/FencingDAO.java 886 Found 'DD'-anomaly for variable 'timeQry' (lines '886'-'933').
50740 src/com/gps/dao/FencingDAO.java 887 Found 'DD'-anomaly for variable 'timeQryDynamic' (lines '887'-'936').
50741 src/com/gps/dao/FencingDAO.java 888 Found 'DD'-anomaly for variable 'timeQryPriority' (lines '888'-'952').
50742 src/com/gps/dao/FencingDAO.java 889 Avoid excessively long variable names like timeQryDynamicInTime
50743 src/com/gps/dao/FencingDAO.java 889 Found 'DD'-anomaly for variable 'timeQryDynamicInTime' (lines '889'-'943').
50744 src/com/gps/dao/FencingDAO.java 890 Potential violation of Law of Demeter (object not created locally)
50745 src/com/gps/dao/FencingDAO.java 890 There is log block not surrounded by if
50746 src/com/gps/dao/FencingDAO.java 890 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
50747 src/com/gps/dao/FencingDAO.java 891 Found 'DD'-anomaly for variable 'monStartTime' (lines '891'-'1,025').
50748 src/com/gps/dao/FencingDAO.java 892 Found 'DD'-anomaly for variable 'evenStartTime' (lines '892'-'1,039').
50749 src/com/gps/dao/FencingDAO.java 893 Found 'DD'-anomaly for variable 'monSessEnd' (lines '893'-'1,027').
50750 src/com/gps/dao/FencingDAO.java 895 There is log block not surrounded by if
50751 src/com/gps/dao/FencingDAO.java 895 There is log block not surrounded by if
50752 src/com/gps/dao/FencingDAO.java 896 Potential violation of Law of Demeter (object not created locally)
50753 src/com/gps/dao/FencingDAO.java 897 Found 'DD'-anomaly for variable 'trip' (lines '897'-'991').
50754 src/com/gps/dao/FencingDAO.java 898 Local variable 'chk' could be declared final
50755 src/com/gps/dao/FencingDAO.java 899 Found 'DD'-anomaly for variable 'appender' (lines '899'-'918').
50756 src/com/gps/dao/FencingDAO.java 900 Found 'DD'-anomaly for variable 'hrs' (lines '900'-'909').
50757 src/com/gps/dao/FencingDAO.java 900 Found 'DD'-anomaly for variable 'mins' (lines '900'-'914').
50758 src/com/gps/dao/FencingDAO.java 900 Use one line for each declaration, it enhances code readability.
50759 src/com/gps/dao/FencingDAO.java 903 Potential violation of Law of Demeter (object not created locally)
50760 src/com/gps/dao/FencingDAO.java 904 Found 'DD'-anomaly for variable 'tripList' (lines '904'-'962').
50761 src/com/gps/dao/FencingDAO.java 905 Potential violation of Law of Demeter (object not created locally)
50762 src/com/gps/dao/FencingDAO.java 906 Local variable 'append' could be declared final
50763 src/com/gps/dao/FencingDAO.java 908 Avoid using Literals in Conditional Statements
50764 src/com/gps/dao/FencingDAO.java 911 Avoid using if...else statements without curly braces
50765 src/com/gps/dao/FencingDAO.java 913 Avoid using Literals in Conditional Statements
50766 src/com/gps/dao/FencingDAO.java 916 Avoid using if...else statements without curly braces
50767 src/com/gps/dao/FencingDAO.java 923 Comment is too large: Line too long
50768 src/com/gps/dao/FencingDAO.java 928 Comment is too large: Line too long
50769 src/com/gps/dao/FencingDAO.java 938 The String literal "'))) or " appears 4 times in this file; the first occurrence is on line 938
50770 src/com/gps/dao/FencingDAO.java 954 Local variable 'finalQry' could be declared final
50771 src/com/gps/dao/FencingDAO.java 956 Local variable 'query' could be declared final
50772 src/com/gps/dao/FencingDAO.java 956 Potential violation of Law of Demeter (method chain calls)
50773 src/com/gps/dao/FencingDAO.java 957 Potential violation of Law of Demeter (object not created locally)
50774 src/com/gps/dao/FencingDAO.java 961 Avoid if (x != y) ..; else ..;
50775 src/com/gps/dao/FencingDAO.java 962 Potential violation of Law of Demeter (object not created locally)
50776 src/com/gps/dao/FencingDAO.java 964 Local variable 'tripDetails' could be declared final
50777 src/com/gps/dao/FencingDAO.java 965 Potential violation of Law of Demeter (object not created locally)
50778 src/com/gps/dao/FencingDAO.java 965 There is log block not surrounded by if
50779 src/com/gps/dao/FencingDAO.java 965 There is log block not surrounded by if
50780 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (method chain calls)
50781 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (method chain calls)
50782 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (method chain calls)
50783 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
50784 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
50785 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
50786 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
50787 src/com/gps/dao/FencingDAO.java 967 Potential violation of Law of Demeter (object not created locally)
50788 src/com/gps/dao/FencingDAO.java 967 Useless parentheses.
50789 src/com/gps/dao/FencingDAO.java 967 Useless parentheses.
50790 src/com/gps/dao/FencingDAO.java 970 Potential violation of Law of Demeter (object not created locally)
50791 src/com/gps/dao/FencingDAO.java 970 There is log block not surrounded by if
50792 src/com/gps/dao/FencingDAO.java 970 There is log block not surrounded by if
50793 src/com/gps/dao/FencingDAO.java 971 Local variable 'trips' could be declared final
50794 src/com/gps/dao/FencingDAO.java 974 Potential violation of Law of Demeter (method chain calls)
50795 src/com/gps/dao/FencingDAO.java 974 Potential violation of Law of Demeter (object not created locally)
50796 src/com/gps/dao/FencingDAO.java 974 Potential violation of Law of Demeter (object not created locally)
50797 src/com/gps/dao/FencingDAO.java 975 Potential violation of Law of Demeter (object not created locally)
50798 src/com/gps/dao/FencingDAO.java 975 There is log block not surrounded by if
50799 src/com/gps/dao/FencingDAO.java 975 There is log block not surrounded by if
50800 src/com/gps/dao/FencingDAO.java 976 Potential violation of Law of Demeter (object not created locally)
50801 src/com/gps/dao/FencingDAO.java 980 Potential violation of Law of Demeter (method chain calls)
50802 src/com/gps/dao/FencingDAO.java 980 Potential violation of Law of Demeter (object not created locally)
50803 src/com/gps/dao/FencingDAO.java 980 Potential violation of Law of Demeter (object not created locally)
50804 src/com/gps/dao/FencingDAO.java 981 Potential violation of Law of Demeter (object not created locally)
50805 src/com/gps/dao/FencingDAO.java 981 There is log block not surrounded by if
50806 src/com/gps/dao/FencingDAO.java 981 There is log block not surrounded by if
50807 src/com/gps/dao/FencingDAO.java 982 Potential violation of Law of Demeter (object not created locally)
50808 src/com/gps/dao/FencingDAO.java 988 Avoid using if statements without curly braces
50809 src/com/gps/dao/FencingDAO.java 988 Potential violation of Law of Demeter (object not created locally)
50810 src/com/gps/dao/FencingDAO.java 989 Potential violation of Law of Demeter (object not created locally)
50811 src/com/gps/dao/FencingDAO.java 996 Avoid using if statements without curly braces
50812 src/com/gps/dao/FencingDAO.java 996 Potential violation of Law of Demeter (object not created locally)
50813 src/com/gps/dao/FencingDAO.java 1002 There is log block not surrounded by if
50814 src/com/gps/dao/FencingDAO.java 1002 There is log block not surrounded by if
50815 src/com/gps/dao/FencingDAO.java 1006 Comment is too large: Line too long
50816 src/com/gps/dao/FencingDAO.java 1007 Found 'DD'-anomaly for variable 'start' (lines '1,007'-'1,020').
50817 src/com/gps/dao/FencingDAO.java 1007 When instantiating a SimpleDateFormat object, specify a Locale
50818 src/com/gps/dao/FencingDAO.java 1008 Found 'DD'-anomaly for variable 'end' (lines '1,008'-'1,021').
50819 src/com/gps/dao/FencingDAO.java 1008 When instantiating a SimpleDateFormat object, specify a Locale
50820 src/com/gps/dao/FencingDAO.java 1009 Avoid if (x != y) ..; else ..;
50821 src/com/gps/dao/FencingDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
50822 src/com/gps/dao/FencingDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
50823 src/com/gps/dao/FencingDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
50824 src/com/gps/dao/FencingDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
50825 src/com/gps/dao/FencingDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
50826 src/com/gps/dao/FencingDAO.java 1011 There is log block not surrounded by if
50827 src/com/gps/dao/FencingDAO.java 1011 There is log block not surrounded by if
50828 src/com/gps/dao/FencingDAO.java 1012 Avoid unnecessary comparisons in boolean expressions
50829 src/com/gps/dao/FencingDAO.java 1012 Avoid using Literals in Conditional Statements
50830 src/com/gps/dao/FencingDAO.java 1012 Potential violation of Law of Demeter (object not created locally)
50831 src/com/gps/dao/FencingDAO.java 1012 Potential violation of Law of Demeter (object not created locally)
50832 src/com/gps/dao/FencingDAO.java 1014 Potential violation of Law of Demeter (object not created locally)
50833 src/com/gps/dao/FencingDAO.java 1014 Potential violation of Law of Demeter (object not created locally)
50834 src/com/gps/dao/FencingDAO.java 1014 Potential violation of Law of Demeter (object not created locally)
50835 src/com/gps/dao/FencingDAO.java 1014 There is log block not surrounded by if
50836 src/com/gps/dao/FencingDAO.java 1014 There is log block not surrounded by if
50837 src/com/gps/dao/FencingDAO.java 1015 Potential violation of Law of Demeter (object not created locally)
50838 src/com/gps/dao/FencingDAO.java 1015 Potential violation of Law of Demeter (object not created locally)
50839 src/com/gps/dao/FencingDAO.java 1015 Potential violation of Law of Demeter (object not created locally)
50840 src/com/gps/dao/FencingDAO.java 1015 There is log block not surrounded by if
50841 src/com/gps/dao/FencingDAO.java 1015 There is log block not surrounded by if
50842 src/com/gps/dao/FencingDAO.java 1017 Potential violation of Law of Demeter (object not created locally)
50843 src/com/gps/dao/FencingDAO.java 1019 Potential violation of Law of Demeter (object not created locally)
50844 src/com/gps/dao/FencingDAO.java 1019 Potential violation of Law of Demeter (object not created locally)
50845 src/com/gps/dao/FencingDAO.java 1020 Potential violation of Law of Demeter (object not created locally)
50846 src/com/gps/dao/FencingDAO.java 1020 When instantiating a SimpleDateFormat object, specify a Locale
50847 src/com/gps/dao/FencingDAO.java 1021 Potential violation of Law of Demeter (object not created locally)
50848 src/com/gps/dao/FencingDAO.java 1021 When instantiating a SimpleDateFormat object, specify a Locale
50849 src/com/gps/dao/FencingDAO.java 1024 Potential violation of Law of Demeter (object not created locally)
50850 src/com/gps/dao/FencingDAO.java 1024 Potential violation of Law of Demeter (object not created locally)
50851 src/com/gps/dao/FencingDAO.java 1025 Potential violation of Law of Demeter (object not created locally)
50852 src/com/gps/dao/FencingDAO.java 1026 Potential violation of Law of Demeter (object not created locally)
50853 src/com/gps/dao/FencingDAO.java 1026 Potential violation of Law of Demeter (object not created locally)
50854 src/com/gps/dao/FencingDAO.java 1027 Potential violation of Law of Demeter (object not created locally)
50855 src/com/gps/dao/FencingDAO.java 1028 There is log block not surrounded by if
50856 src/com/gps/dao/FencingDAO.java 1028 There is log block not surrounded by if
50857 src/com/gps/dao/FencingDAO.java 1031 Potential violation of Law of Demeter (object not created locally)
50858 src/com/gps/dao/FencingDAO.java 1033 Potential violation of Law of Demeter (object not created locally)
50859 src/com/gps/dao/FencingDAO.java 1033 Potential violation of Law of Demeter (object not created locally)
50860 src/com/gps/dao/FencingDAO.java 1034 Potential violation of Law of Demeter (object not created locally)
50861 src/com/gps/dao/FencingDAO.java 1034 When instantiating a SimpleDateFormat object, specify a Locale
50862 src/com/gps/dao/FencingDAO.java 1035 Potential violation of Law of Demeter (object not created locally)
50863 src/com/gps/dao/FencingDAO.java 1035 When instantiating a SimpleDateFormat object, specify a Locale
50864 src/com/gps/dao/FencingDAO.java 1038 Potential violation of Law of Demeter (object not created locally)
50865 src/com/gps/dao/FencingDAO.java 1038 Potential violation of Law of Demeter (object not created locally)
50866 src/com/gps/dao/FencingDAO.java 1039 Potential violation of Law of Demeter (object not created locally)
50867 src/com/gps/dao/FencingDAO.java 1040 Potential violation of Law of Demeter (object not created locally)
50868 src/com/gps/dao/FencingDAO.java 1040 Potential violation of Law of Demeter (object not created locally)
50869 src/com/gps/dao/FencingDAO.java 1041 Potential violation of Law of Demeter (object not created locally)
50870 src/com/gps/dao/FencingDAO.java 1042 There is log block not surrounded by if
50871 src/com/gps/dao/FencingDAO.java 1042 There is log block not surrounded by if
50872 src/com/gps/dao/FencingDAO.java 1045 Comment is too large: Line too long
50873 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
50874 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
50875 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
50876 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (object not created locally)
50877 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (object not created locally)
50878 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (object not created locally)
50879 src/com/gps/dao/FencingDAO.java 1047 Potential violation of Law of Demeter (object not created locally)
50880 src/com/gps/dao/FencingDAO.java 1047 Useless parentheses.
50881 src/com/gps/dao/FencingDAO.java 1047 Useless parentheses.
50882 src/com/gps/dao/FencingDAO.java 1050 There is log block not surrounded by if
50883 src/com/gps/dao/FencingDAO.java 1050 There is log block not surrounded by if
50884 src/com/gps/dao/FencingDAO.java 1051 Potential violation of Law of Demeter (object not created locally)
50885 src/com/gps/dao/FencingDAO.java 1051 Potential violation of Law of Demeter (object not created locally)
50886 src/com/gps/dao/FencingDAO.java 1051 Potential violation of Law of Demeter (object not created locally)
50887 src/com/gps/dao/FencingDAO.java 1051 Potential violation of Law of Demeter (object not created locally)
50888 src/com/gps/dao/FencingDAO.java 1051 Useless parentheses.
50889 src/com/gps/dao/FencingDAO.java 1052 Potential violation of Law of Demeter (object not created locally)
50890 src/com/gps/dao/FencingDAO.java 1052 Potential violation of Law of Demeter (object not created locally)
50891 src/com/gps/dao/FencingDAO.java 1052 Potential violation of Law of Demeter (object not created locally)
50892 src/com/gps/dao/FencingDAO.java 1054 Potential violation of Law of Demeter (method chain calls)
50893 src/com/gps/dao/FencingDAO.java 1055 There is log block not surrounded by if
50894 src/com/gps/dao/FencingDAO.java 1055 There is log block not surrounded by if
50895 src/com/gps/dao/FencingDAO.java 1061 There is log block not surrounded by if
50896 src/com/gps/dao/FencingDAO.java 1061 There is log block not surrounded by if
50897 src/com/gps/dao/FencingDAO.java 1065 Comment is too large: Line too long
50898 src/com/gps/dao/FencingDAO.java 1069 There is log block not surrounded by if
50899 src/com/gps/dao/FencingDAO.java 1069 There is log block not surrounded by if
50900 src/com/gps/dao/FencingDAO.java 1070 Potential violation of Law of Demeter (method chain calls)
50901 src/com/gps/dao/FencingDAO.java 1071 Potential violation of Law of Demeter (object not created locally)
50902 src/com/gps/dao/FencingDAO.java 1071 Potential violation of Law of Demeter (object not created locally)
50903 src/com/gps/dao/FencingDAO.java 1071 Potential violation of Law of Demeter (object not created locally)
50904 src/com/gps/dao/FencingDAO.java 1071 Potential violation of Law of Demeter (object not created locally)
50905 src/com/gps/dao/FencingDAO.java 1071 Useless parentheses.
50906 src/com/gps/dao/FencingDAO.java 1072 Potential violation of Law of Demeter (object not created locally)
50907 src/com/gps/dao/FencingDAO.java 1072 Potential violation of Law of Demeter (object not created locally)
50908 src/com/gps/dao/FencingDAO.java 1072 Potential violation of Law of Demeter (object not created locally)
50909 src/com/gps/dao/FencingDAO.java 1075 There is log block not surrounded by if
50910 src/com/gps/dao/FencingDAO.java 1075 There is log block not surrounded by if
50911 src/com/gps/dao/FencingDAO.java 1081 There is log block not surrounded by if
50912 src/com/gps/dao/FencingDAO.java 1081 There is log block not surrounded by if
50913 src/com/gps/dao/FencingDAO.java 1088 There is log block not surrounded by if
50914 src/com/gps/dao/FencingDAO.java 1088 There is log block not surrounded by if
50915 src/com/gps/dao/FencingDAO.java 1094 There is log block not surrounded by if
50916 src/com/gps/dao/FencingDAO.java 1094 There is log block not surrounded by if
50917 src/com/gps/dao/FencingDAO.java 1099 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50918 src/com/gps/dao/FencingDAO.java 1101 There is log block not surrounded by if
50919 src/com/gps/dao/FencingDAO.java 1107 Parameter 'vehicleId' is not assigned and could be declared final
50920 src/com/gps/dao/FencingDAO.java 1107 publicMethodCommentRequirement Required
50921 src/com/gps/dao/FencingDAO.java 1109 Avoid unused local variables such as 'vehDAO'.
50922 src/com/gps/dao/FencingDAO.java 1115 Potential violation of Law of Demeter (method chain calls)
50923 src/com/gps/dao/FencingDAO.java 1116 Potential violation of Law of Demeter (object not created locally)
50924 src/com/gps/dao/FencingDAO.java 1118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50925 src/com/gps/dao/FencingDAO.java 1120 There is log block not surrounded by if
50926 src/com/gps/dao/FencingDAO.java 1126 Comment is too large: Line too long
50927 src/com/gps/dao/FencingDAO.java 1132 A method/constructor shouldnt explicitly throw java.lang.Exception
50928 src/com/gps/dao/FencingDAO.java 1132 Parameter 'fenceid' is not assigned and could be declared final
50929 src/com/gps/dao/FencingDAO.java 1132 Parameter 'packetTime' is not assigned and could be declared final
50930 src/com/gps/dao/FencingDAO.java 1140 Comment is too large: Too many lines
50931 src/com/gps/dao/FencingDAO.java 1150 A method/constructor shouldnt explicitly throw java.lang.Exception
50932 src/com/gps/dao/FencingDAO.java 1150 Parameter 'packetTime' is not assigned and could be declared final
50933 src/com/gps/dao/FencingDAO.java 1154 Local variable 'cal' could be declared final
50934 src/com/gps/dao/FencingDAO.java 1160 There is log block not surrounded by if
50935 src/com/gps/dao/FencingDAO.java 1160 There is log block not surrounded by if
50936 src/com/gps/dao/FencingDAO.java 1161 Potential violation of Law of Demeter (object not created locally)
50937 src/com/gps/dao/FencingDAO.java 1163 Comment is too large: Too many lines
50938 src/com/gps/dao/FencingDAO.java 1179 Potential violation of Law of Demeter (object not created locally)
50939 src/com/gps/dao/FencingDAO.java 1182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50940 src/com/gps/dao/FencingDAO.java 1184 There is log block not surrounded by if
50941 src/com/gps/dao/FencingDAO.java 1192 A method/constructor shouldnt explicitly throw java.lang.Exception
50942 src/com/gps/dao/FencingDAO.java 1192 Parameter 'session' is not assigned and could be declared final
50943 src/com/gps/dao/FencingDAO.java 1192 Parameter 'tripId' is not assigned and could be declared final
50944 src/com/gps/dao/FencingDAO.java 1197 Avoid using Literals in Conditional Statements
50945 src/com/gps/dao/FencingDAO.java 1198 Avoid using if...else statements without curly braces
50946 src/com/gps/dao/FencingDAO.java 1200 Avoid using if...else statements without curly braces
50947 src/com/gps/dao/FencingDAO.java 1202 Local variable 'fences' could be declared final
50948 src/com/gps/dao/FencingDAO.java 1202 Potential violation of Law of Demeter (method chain calls)
50949 src/com/gps/dao/FencingDAO.java 1202 Potential violation of Law of Demeter (method chain calls)
50950 src/com/gps/dao/FencingDAO.java 1204 Avoid using Literals in Conditional Statements
50951 src/com/gps/dao/FencingDAO.java 1204 Potential violation of Law of Demeter (object not created locally)
50952 src/com/gps/dao/FencingDAO.java 1204 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50953 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (method chain calls)
50954 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (method chain calls)
50955 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (method chain calls)
50956 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (method chain calls)
50957 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (object not created locally)
50958 src/com/gps/dao/FencingDAO.java 1206 Potential violation of Law of Demeter (object not created locally)
50959 src/com/gps/dao/FencingDAO.java 1206 There is log block not surrounded by if
50960 src/com/gps/dao/FencingDAO.java 1206 There is log block not surrounded by if
50961 src/com/gps/dao/FencingDAO.java 1208 A method should have only one exit point, and that should be the last statement in the method
50962 src/com/gps/dao/FencingDAO.java 1208 Potential violation of Law of Demeter (object not created locally)
50963 src/com/gps/dao/FencingDAO.java 1213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50964 src/com/gps/dao/FencingDAO.java 1215 There is log block not surrounded by if
50965 src/com/gps/dao/FencingDAO.java 1223 A method/constructor shouldnt explicitly throw java.lang.Exception
50966 src/com/gps/dao/FencingDAO.java 1223 Parameter 'session' is not assigned and could be declared final
50967 src/com/gps/dao/FencingDAO.java 1223 Parameter 'tripId' is not assigned and could be declared final
50968 src/com/gps/dao/FencingDAO.java 1228 Avoid using Literals in Conditional Statements
50969 src/com/gps/dao/FencingDAO.java 1229 Avoid using if...else statements without curly braces
50970 src/com/gps/dao/FencingDAO.java 1231 Avoid using if...else statements without curly braces
50971 src/com/gps/dao/FencingDAO.java 1233 Local variable 'fences' could be declared final
50972 src/com/gps/dao/FencingDAO.java 1233 Potential violation of Law of Demeter (method chain calls)
50973 src/com/gps/dao/FencingDAO.java 1233 Potential violation of Law of Demeter (method chain calls)
50974 src/com/gps/dao/FencingDAO.java 1235 Avoid using Literals in Conditional Statements
50975 src/com/gps/dao/FencingDAO.java 1235 Potential violation of Law of Demeter (object not created locally)
50976 src/com/gps/dao/FencingDAO.java 1235 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
50977 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (method chain calls)
50978 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (method chain calls)
50979 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (method chain calls)
50980 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (method chain calls)
50981 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (object not created locally)
50982 src/com/gps/dao/FencingDAO.java 1237 Potential violation of Law of Demeter (object not created locally)
50983 src/com/gps/dao/FencingDAO.java 1237 There is log block not surrounded by if
50984 src/com/gps/dao/FencingDAO.java 1237 There is log block not surrounded by if
50985 src/com/gps/dao/FencingDAO.java 1239 A method should have only one exit point, and that should be the last statement in the method
50986 src/com/gps/dao/FencingDAO.java 1239 Potential violation of Law of Demeter (object not created locally)
50987 src/com/gps/dao/FencingDAO.java 1244 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
50988 src/com/gps/dao/FencingDAO.java 1246 There is log block not surrounded by if
50989 src/com/gps/dao/FencingDAO.java 1252 A method/constructor shouldnt explicitly throw java.lang.Exception
50990 src/com/gps/dao/FencingDAO.java 1252 Parameter 'sessval' is not assigned and could be declared final
50991 src/com/gps/dao/FencingDAO.java 1252 Parameter 'time' is not assigned and could be declared final
50992 src/com/gps/dao/FencingDAO.java 1252 Parameter 'trip' is not assigned and could be declared final
50993 src/com/gps/dao/FencingDAO.java 1252 Parameter 'type' is not assigned and could be declared final
50994 src/com/gps/dao/FencingDAO.java 1252 publicMethodCommentRequirement Required
50995 src/com/gps/dao/FencingDAO.java 1254 Avoid using if statements without curly braces
50996 src/com/gps/dao/FencingDAO.java 1255 A method should have only one exit point, and that should be the last statement in the method
50997 src/com/gps/dao/FencingDAO.java 1257 Comment is too large: Line too long
50998 src/com/gps/dao/FencingDAO.java 1269 Avoid declaring a variable if it is unreferenced before a possible exit point.
50999 src/com/gps/dao/FencingDAO.java 1269 Avoid unused local variables such as 'utils'.
51000 src/com/gps/dao/FencingDAO.java 1269 Local variable 'utils' could be declared final
51001 src/com/gps/dao/FencingDAO.java 1273 Local variable 'format2' could be declared final
51002 src/com/gps/dao/FencingDAO.java 1273 When instantiating a SimpleDateFormat object, specify a Locale
51003 src/com/gps/dao/FencingDAO.java 1274 Potential violation of Law of Demeter (object not created locally)
51004 src/com/gps/dao/FencingDAO.java 1278 Local variable 'cal' could be declared final
51005 src/com/gps/dao/FencingDAO.java 1279 Potential violation of Law of Demeter (object not created locally)
51006 src/com/gps/dao/FencingDAO.java 1282 Potential violation of Law of Demeter (object not created locally)
51007 src/com/gps/dao/FencingDAO.java 1282 Potential violation of Law of Demeter (object not created locally)
51008 src/com/gps/dao/FencingDAO.java 1284 There is log block not surrounded by if
51009 src/com/gps/dao/FencingDAO.java 1284 There is log block not surrounded by if
51010 src/com/gps/dao/FencingDAO.java 1285 There is log block not surrounded by if
51011 src/com/gps/dao/FencingDAO.java 1285 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
51012 src/com/gps/dao/FencingDAO.java 1286 Avoid using Literals in Conditional Statements
51013 src/com/gps/dao/FencingDAO.java 1292 Potential violation of Law of Demeter (object not created locally)
51014 src/com/gps/dao/FencingDAO.java 1293 Potential violation of Law of Demeter (object not created locally)
51015 src/com/gps/dao/FencingDAO.java 1294 Potential violation of Law of Demeter (object not created locally)
51016 src/com/gps/dao/FencingDAO.java 1295 Potential violation of Law of Demeter (object not created locally)
51017 src/com/gps/dao/FencingDAO.java 1295 Potential violation of Law of Demeter (object not created locally)
51018 src/com/gps/dao/FencingDAO.java 1299 There is log block not surrounded by if
51019 src/com/gps/dao/FencingDAO.java 1299 There is log block not surrounded by if
51020 src/com/gps/dao/FencingDAO.java 1301 Avoid using Literals in Conditional Statements
51021 src/com/gps/dao/FencingDAO.java 1305 Potential violation of Law of Demeter (object not created locally)
51022 src/com/gps/dao/FencingDAO.java 1306 Potential violation of Law of Demeter (object not created locally)
51023 src/com/gps/dao/FencingDAO.java 1307 Potential violation of Law of Demeter (object not created locally)
51024 src/com/gps/dao/FencingDAO.java 1308 Potential violation of Law of Demeter (object not created locally)
51025 src/com/gps/dao/FencingDAO.java 1308 Potential violation of Law of Demeter (object not created locally)
51026 src/com/gps/dao/FencingDAO.java 1311 There is log block not surrounded by if
51027 src/com/gps/dao/FencingDAO.java 1311 There is log block not surrounded by if
51028 src/com/gps/dao/FencingDAO.java 1317 Local variable 'query' could be declared final
51029 src/com/gps/dao/FencingDAO.java 1317 Potential violation of Law of Demeter (object not created locally)
51030 src/com/gps/dao/FencingDAO.java 1318 There is log block not surrounded by if
51031 src/com/gps/dao/FencingDAO.java 1318 There is log block not surrounded by if
51032 src/com/gps/dao/FencingDAO.java 1321 Potential violation of Law of Demeter (object not created locally)
51033 src/com/gps/dao/FencingDAO.java 1323 Avoid using Literals in Conditional Statements
51034 src/com/gps/dao/FencingDAO.java 1323 Potential violation of Law of Demeter (object not created locally)
51035 src/com/gps/dao/FencingDAO.java 1323 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
51036 src/com/gps/dao/FencingDAO.java 1334 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51037 src/com/gps/dao/FencingDAO.java 1336 There is log block not surrounded by if
51038 src/com/gps/dao/FencingDAO.java 1341 Comment is too large: Too many lines
51039 src/com/gps/dao/FencingDAO.java 1342 Comment is too large: Line too long
51040 src/com/gps/dao/FencingDAO.java 1343 Comment is too large: Line too long
51041 src/com/gps/dao/FencingDAO.java 1353 A method/constructor shouldnt explicitly throw java.lang.Exception
51042 src/com/gps/dao/FencingDAO.java 1353 Parameter 'fence' is not assigned and could be declared final
51043 src/com/gps/dao/FencingDAO.java 1353 Parameter 'sessval' is not assigned and could be declared final
51044 src/com/gps/dao/FencingDAO.java 1353 Parameter 'time' is not assigned and could be declared final
51045 src/com/gps/dao/FencingDAO.java 1353 Parameter 'type' is not assigned and could be declared final
51046 src/com/gps/dao/FencingDAO.java 1355 Avoid using if statements without curly braces
51047 src/com/gps/dao/FencingDAO.java 1356 A method should have only one exit point, and that should be the last statement in the method
51048 src/com/gps/dao/FencingDAO.java 1358 Comment is too large: Line too long
51049 src/com/gps/dao/FencingDAO.java 1370 Avoid declaring a variable if it is unreferenced before a possible exit point.
51050 src/com/gps/dao/FencingDAO.java 1370 Avoid unused local variables such as 'utils'.
51051 src/com/gps/dao/FencingDAO.java 1370 Local variable 'utils' could be declared final
51052 src/com/gps/dao/FencingDAO.java 1374 Local variable 'format2' could be declared final
51053 src/com/gps/dao/FencingDAO.java 1374 When instantiating a SimpleDateFormat object, specify a Locale
51054 src/com/gps/dao/FencingDAO.java 1375 Potential violation of Law of Demeter (object not created locally)
51055 src/com/gps/dao/FencingDAO.java 1379 Local variable 'cal' could be declared final
51056 src/com/gps/dao/FencingDAO.java 1380 Potential violation of Law of Demeter (object not created locally)
51057 src/com/gps/dao/FencingDAO.java 1383 Potential violation of Law of Demeter (object not created locally)
51058 src/com/gps/dao/FencingDAO.java 1383 Potential violation of Law of Demeter (object not created locally)
51059 src/com/gps/dao/FencingDAO.java 1385 There is log block not surrounded by if
51060 src/com/gps/dao/FencingDAO.java 1385 There is log block not surrounded by if
51061 src/com/gps/dao/FencingDAO.java 1386 There is log block not surrounded by if
51062 src/com/gps/dao/FencingDAO.java 1386 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
51063 src/com/gps/dao/FencingDAO.java 1387 Avoid using Literals in Conditional Statements
51064 src/com/gps/dao/FencingDAO.java 1390 Potential violation of Law of Demeter (method chain calls)
51065 src/com/gps/dao/FencingDAO.java 1390 Potential violation of Law of Demeter (method chain calls)
51066 src/com/gps/dao/FencingDAO.java 1391 Potential violation of Law of Demeter (method chain calls)
51067 src/com/gps/dao/FencingDAO.java 1391 Potential violation of Law of Demeter (method chain calls)
51068 src/com/gps/dao/FencingDAO.java 1393 Potential violation of Law of Demeter (object not created locally)
51069 src/com/gps/dao/FencingDAO.java 1394 Potential violation of Law of Demeter (object not created locally)
51070 src/com/gps/dao/FencingDAO.java 1395 Potential violation of Law of Demeter (object not created locally)
51071 src/com/gps/dao/FencingDAO.java 1396 Potential violation of Law of Demeter (object not created locally)
51072 src/com/gps/dao/FencingDAO.java 1396 Potential violation of Law of Demeter (object not created locally)
51073 src/com/gps/dao/FencingDAO.java 1400 There is log block not surrounded by if
51074 src/com/gps/dao/FencingDAO.java 1400 There is log block not surrounded by if
51075 src/com/gps/dao/FencingDAO.java 1402 Avoid using Literals in Conditional Statements
51076 src/com/gps/dao/FencingDAO.java 1404 Potential violation of Law of Demeter (method chain calls)
51077 src/com/gps/dao/FencingDAO.java 1404 Potential violation of Law of Demeter (method chain calls)
51078 src/com/gps/dao/FencingDAO.java 1405 Potential violation of Law of Demeter (method chain calls)
51079 src/com/gps/dao/FencingDAO.java 1405 Potential violation of Law of Demeter (method chain calls)
51080 src/com/gps/dao/FencingDAO.java 1406 Potential violation of Law of Demeter (object not created locally)
51081 src/com/gps/dao/FencingDAO.java 1407 Potential violation of Law of Demeter (object not created locally)
51082 src/com/gps/dao/FencingDAO.java 1408 Potential violation of Law of Demeter (object not created locally)
51083 src/com/gps/dao/FencingDAO.java 1409 Potential violation of Law of Demeter (object not created locally)
51084 src/com/gps/dao/FencingDAO.java 1409 Potential violation of Law of Demeter (object not created locally)
51085 src/com/gps/dao/FencingDAO.java 1412 There is log block not surrounded by if
51086 src/com/gps/dao/FencingDAO.java 1412 There is log block not surrounded by if
51087 src/com/gps/dao/FencingDAO.java 1418 Local variable 'query' could be declared final
51088 src/com/gps/dao/FencingDAO.java 1418 Potential violation of Law of Demeter (object not created locally)
51089 src/com/gps/dao/FencingDAO.java 1419 There is log block not surrounded by if
51090 src/com/gps/dao/FencingDAO.java 1419 There is log block not surrounded by if
51091 src/com/gps/dao/FencingDAO.java 1422 Potential violation of Law of Demeter (object not created locally)
51092 src/com/gps/dao/FencingDAO.java 1424 Avoid using Literals in Conditional Statements
51093 src/com/gps/dao/FencingDAO.java 1424 Potential violation of Law of Demeter (object not created locally)
51094 src/com/gps/dao/FencingDAO.java 1424 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
51095 src/com/gps/dao/FencingDAO.java 1435 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51096 src/com/gps/dao/FencingDAO.java 1437 There is log block not surrounded by if
51097 src/com/gps/dao/FencingDAO.java 1447 A method/constructor shouldnt explicitly throw java.lang.Exception
51098 src/com/gps/dao/FencingDAO.java 1447 Parameter 'fence' is not assigned and could be declared final
51099 src/com/gps/dao/FencingDAO.java 1447 Parameter 'packetTime' is not assigned and could be declared final
51100 src/com/gps/dao/FencingDAO.java 1447 Parameter 'sessVal' is not assigned and could be declared final
51101 src/com/gps/dao/FencingDAO.java 1447 Parameter 'type' is not assigned and could be declared final
51102 src/com/gps/dao/FencingDAO.java 1452 Avoid variables with short names like tx
51103 src/com/gps/dao/FencingDAO.java 1456 There is log block not surrounded by if
51104 src/com/gps/dao/FencingDAO.java 1456 There is log block not surrounded by if
51105 src/com/gps/dao/FencingDAO.java 1459 Avoid using Literals in Conditional Statements
51106 src/com/gps/dao/FencingDAO.java 1461 Potential violation of Law of Demeter (object not created locally)
51107 src/com/gps/dao/FencingDAO.java 1462 Potential violation of Law of Demeter (object not created locally)
51108 src/com/gps/dao/FencingDAO.java 1463 Potential violation of Law of Demeter (object not created locally)
51109 src/com/gps/dao/FencingDAO.java 1467 Potential violation of Law of Demeter (object not created locally)
51110 src/com/gps/dao/FencingDAO.java 1468 Potential violation of Law of Demeter (object not created locally)
51111 src/com/gps/dao/FencingDAO.java 1469 Potential violation of Law of Demeter (object not created locally)
51112 src/com/gps/dao/FencingDAO.java 1471 Potential violation of Law of Demeter (object not created locally)
51113 src/com/gps/dao/FencingDAO.java 1472 Potential violation of Law of Demeter (object not created locally)
51114 src/com/gps/dao/FencingDAO.java 1473 There is log block not surrounded by if
51115 src/com/gps/dao/FencingDAO.java 1473 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
51116 src/com/gps/dao/FencingDAO.java 1474 Potential violation of Law of Demeter (method chain calls)
51117 src/com/gps/dao/FencingDAO.java 1475 Potential violation of Law of Demeter (object not created locally)
51118 src/com/gps/dao/FencingDAO.java 1476 Potential violation of Law of Demeter (method chain calls)
51119 src/com/gps/dao/FencingDAO.java 1477 Potential violation of Law of Demeter (object not created locally)
51120 src/com/gps/dao/FencingDAO.java 1478 Potential violation of Law of Demeter (method chain calls)
51121 src/com/gps/dao/FencingDAO.java 1481 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51122 src/com/gps/dao/FencingDAO.java 1483 There is log block not surrounded by if
51123 src/com/gps/dao/FencingDAO.java 1488 Parameter 'fence' is not assigned and could be declared final
51124 src/com/gps/dao/FencingDAO.java 1488 publicMethodCommentRequirement Required
51125 src/com/gps/dao/FencingDAO.java 1491 Avoid using Literals in Conditional Statements
51126 src/com/gps/dao/FencingDAO.java 1499 There is log block not surrounded by if
51127 src/com/gps/dao/FencingDAO.java 1499 There is log block not surrounded by if
51128 src/com/gps/dao/FencingDAO.java 1500 Local variable 'mapfence' could be declared final
51129 src/com/gps/dao/FencingDAO.java 1500 Potential violation of Law of Demeter (method chain calls)
51130 src/com/gps/dao/FencingDAO.java 1500 Potential violation of Law of Demeter (method chain calls)
51131 src/com/gps/dao/FencingDAO.java 1500 Potential violation of Law of Demeter (method chain calls)
51132 src/com/gps/dao/FencingDAO.java 1501 A method should have only one exit point, and that should be the last statement in the method
51133 src/com/gps/dao/FencingDAO.java 1501 Consider simply returning the value vs storing it in local variable 'mapfence'
51134 src/com/gps/dao/FencingDAO.java 1502 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51135 src/com/gps/dao/FencingDAO.java 1505 There is log block not surrounded by if
51136 src/com/gps/dao/FencingDAO.java 1505 There is log block not surrounded by if
51137 src/com/gps/dao/FencingDAO.java 1510 Parameter 'fence' is not assigned and could be declared final
51138 src/com/gps/dao/FencingDAO.java 1510 publicMethodCommentRequirement Required
51139 src/com/gps/dao/FencingDAO.java 1513 Avoid using Literals in Conditional Statements
51140 src/com/gps/dao/FencingDAO.java 1514 Avoid using if...else statements without curly braces
51141 src/com/gps/dao/FencingDAO.java 1516 Avoid using if...else statements without curly braces
51142 src/com/gps/dao/FencingDAO.java 1518 Local variable 'mapList' could be declared final
51143 src/com/gps/dao/FencingDAO.java 1518 Potential violation of Law of Demeter (method chain calls)
51144 src/com/gps/dao/FencingDAO.java 1518 Potential violation of Law of Demeter (method chain calls)
51145 src/com/gps/dao/FencingDAO.java 1519 Consider simply returning the value vs storing it in local variable 'mapList'
51146 src/com/gps/dao/FencingDAO.java 1522 Parameter 'tripId' is not assigned and could be declared final
51147 src/com/gps/dao/FencingDAO.java 1522 publicMethodCommentRequirement Required
51148 src/com/gps/dao/FencingDAO.java 1524 There is log block not surrounded by if
51149 src/com/gps/dao/FencingDAO.java 1524 There is log block not surrounded by if
51150 src/com/gps/dao/FencingDAO.java 1528 Avoid using Literals in Conditional Statements
51151 src/com/gps/dao/FencingDAO.java 1529 Avoid using if...else statements without curly braces
51152 src/com/gps/dao/FencingDAO.java 1531 Avoid using if...else statements without curly braces
51153 src/com/gps/dao/FencingDAO.java 1533 Potential violation of Law of Demeter (method chain calls)
51154 src/com/gps/dao/FencingDAO.java 1537 Potential violation of Law of Demeter (method chain calls)
51155 src/com/gps/dao/FencingDAO.java 1537 Potential violation of Law of Demeter (method chain calls)
51156 src/com/gps/dao/FencingDAO.java 1538 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51157 src/com/gps/dao/FencingDAO.java 1540 Avoid printStackTrace(); use a logger call instead.
51158 src/com/gps/dao/FencingDAO.java 1540 Potential violation of Law of Demeter (object not created locally)
51159 src/com/gps/dao/FencingDAO.java 1553 A method/constructor shouldnt explicitly throw java.lang.Exception
51160 src/com/gps/dao/FencingDAO.java 1553 Parameter 'fence' is not assigned and could be declared final
51161 src/com/gps/dao/FencingDAO.java 1553 publicMethodCommentRequirement Required
51162 src/com/gps/dao/FencingDAO.java 1558 Comment is too large: Line too long
51163 src/com/gps/dao/FencingDAO.java 1562 Avoid using Literals in Conditional Statements
51164 src/com/gps/dao/FencingDAO.java 1564 Local variable 'query' could be declared final
51165 src/com/gps/dao/FencingDAO.java 1564 Potential violation of Law of Demeter (method chain calls)
51166 src/com/gps/dao/FencingDAO.java 1565 Potential violation of Law of Demeter (object not created locally)
51167 src/com/gps/dao/FencingDAO.java 1572 Local variable 'query' could be declared final
51168 src/com/gps/dao/FencingDAO.java 1572 Potential violation of Law of Demeter (method chain calls)
51169 src/com/gps/dao/FencingDAO.java 1573 Potential violation of Law of Demeter (object not created locally)
51170 src/com/gps/dao/FencingDAO.java 1581 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51171 src/com/gps/dao/FencingDAO.java 1584 There is log block not surrounded by if
51172 src/com/gps/dao/FencingDAO.java 1589 Parameter 'vehicleId' is not assigned and could be declared final
51173 src/com/gps/dao/FencingDAO.java 1589 publicMethodCommentRequirement Required
51174 src/com/gps/dao/FencingDAO.java 1591 There is log block not surrounded by if
51175 src/com/gps/dao/FencingDAO.java 1591 There is log block not surrounded by if
51176 src/com/gps/dao/FencingDAO.java 1595 Local variable 'qry' could be declared final
51177 src/com/gps/dao/FencingDAO.java 1595 Potential violation of Law of Demeter (method chain calls)
51178 src/com/gps/dao/FencingDAO.java 1596 Potential violation of Law of Demeter (object not created locally)
51179 src/com/gps/dao/FencingDAO.java 1598 Potential violation of Law of Demeter (method chain calls)
51180 src/com/gps/dao/FencingDAO.java 1598 Potential violation of Law of Demeter (method chain calls)
51181 src/com/gps/dao/FencingDAO.java 1598 Potential violation of Law of Demeter (object not created locally)
51182 src/com/gps/dao/FencingDAO.java 1598 There is log block not surrounded by if
51183 src/com/gps/dao/FencingDAO.java 1598 There is log block not surrounded by if
51184 src/com/gps/dao/FencingDAO.java 1600 Local variable 'fence' could be declared final
51185 src/com/gps/dao/FencingDAO.java 1602 There is log block not surrounded by if
51186 src/com/gps/dao/FencingDAO.java 1602 There is log block not surrounded by if
51187 src/com/gps/dao/FencingDAO.java 1605 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51188 src/com/gps/dao/FencingDAO.java 1607 Avoid printStackTrace(); use a logger call instead.
51189 src/com/gps/dao/FencingDAO.java 1607 Potential violation of Law of Demeter (object not created locally)
51190 src/com/gps/dao/FencingDAO.java 1615 Parameter 'sessionVal' is not assigned and could be declared final
51191 src/com/gps/dao/FencingDAO.java 1615 Parameter 'vehicleId' is not assigned and could be declared final
51192 src/com/gps/dao/FencingDAO.java 1615 publicMethodCommentRequirement Required
51193 src/com/gps/dao/FencingDAO.java 1623 Avoid using Literals in Conditional Statements
51194 src/com/gps/dao/FencingDAO.java 1624 Avoid using if...else statements without curly braces
51195 src/com/gps/dao/FencingDAO.java 1626 Avoid using if...else statements without curly braces
51196 src/com/gps/dao/FencingDAO.java 1628 Potential violation of Law of Demeter (method chain calls)
51197 src/com/gps/dao/FencingDAO.java 1628 Potential violation of Law of Demeter (method chain calls)
51198 src/com/gps/dao/FencingDAO.java 1630 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51199 src/com/gps/dao/FencingDAO.java 1632 Avoid printStackTrace(); use a logger call instead.
51200 src/com/gps/dao/FencingDAO.java 1632 Potential violation of Law of Demeter (object not created locally)
51201 src/com/gps/dao/FencingDAO.java 1639 Parameter 'currentTrip' is not assigned and could be declared final
51202 src/com/gps/dao/FencingDAO.java 1639 Parameter 'nextTrip' is not assigned and could be declared final
51203 src/com/gps/dao/FencingDAO.java 1639 Parameter 'session' is not assigned and could be declared final
51204 src/com/gps/dao/FencingDAO.java 1639 publicMethodCommentRequirement Required
51205 src/com/gps/dao/FencingDAO.java 1641 Local variable 'cal' could be declared final
51206 src/com/gps/dao/FencingDAO.java 1642 Use one line for each declaration, it enhances code readability.
51207 src/com/gps/dao/FencingDAO.java 1643 Use one line for each declaration, it enhances code readability.
51208 src/com/gps/dao/FencingDAO.java 1644 Local variable 'prefix' could be declared final
51209 src/com/gps/dao/FencingDAO.java 1645 Avoid variables with short names like tx
51210 src/com/gps/dao/FencingDAO.java 1651 Potential violation of Law of Demeter (object not created locally)
51211 src/com/gps/dao/FencingDAO.java 1652 Potential violation of Law of Demeter (object not created locally)
51212 src/com/gps/dao/FencingDAO.java 1655 Potential violation of Law of Demeter (object not created locally)
51213 src/com/gps/dao/FencingDAO.java 1656 Potential violation of Law of Demeter (object not created locally)
51214 src/com/gps/dao/FencingDAO.java 1658 Potential violation of Law of Demeter (object not created locally)
51215 src/com/gps/dao/FencingDAO.java 1662 Potential violation of Law of Demeter (object not created locally)
51216 src/com/gps/dao/FencingDAO.java 1664 Avoid using if...else statements without curly braces
51217 src/com/gps/dao/FencingDAO.java 1667 Potential violation of Law of Demeter (object not created locally)
51218 src/com/gps/dao/FencingDAO.java 1669 Avoid using if...else statements without curly braces
51219 src/com/gps/dao/FencingDAO.java 1671 There is log block not surrounded by if
51220 src/com/gps/dao/FencingDAO.java 1671 There is log block not surrounded by if
51221 src/com/gps/dao/FencingDAO.java 1672 Avoid using Literals in Conditional Statements
51222 src/com/gps/dao/FencingDAO.java 1690 Potential violation of Law of Demeter (object not created locally)
51223 src/com/gps/dao/FencingDAO.java 1691 Potential violation of Law of Demeter (object not created locally)
51224 src/com/gps/dao/FencingDAO.java 1692 Potential violation of Law of Demeter (object not created locally)
51225 src/com/gps/dao/FencingDAO.java 1693 Potential violation of Law of Demeter (object not created locally)
51226 src/com/gps/dao/FencingDAO.java 1694 Potential violation of Law of Demeter (object not created locally)
51227 src/com/gps/dao/FencingDAO.java 1695 Potential violation of Law of Demeter (object not created locally)
51228 src/com/gps/dao/FencingDAO.java 1696 There is log block not surrounded by if
51229 src/com/gps/dao/FencingDAO.java 1696 There is log block not surrounded by if
51230 src/com/gps/dao/FencingDAO.java 1698 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51231 src/com/gps/dao/FencingDAO.java 1700 There is log block not surrounded by if
51232 src/com/gps/dao/FencingDAO.java 1701 Avoid printStackTrace(); use a logger call instead.
51233 src/com/gps/dao/FencingDAO.java 1701 Potential violation of Law of Demeter (object not created locally)
51234 src/com/gps/dao/FencingDAO.java 1708 Avoid really long methods.
51235 src/com/gps/dao/FencingDAO.java 1708 Parameter 'currentTrip' is not assigned and could be declared final
51236 src/com/gps/dao/FencingDAO.java 1708 Parameter 'tripList' is not assigned and could be declared final
51237 src/com/gps/dao/FencingDAO.java 1708 publicMethodCommentRequirement Required
51238 src/com/gps/dao/FencingDAO.java 1709 Parameter 'sessVal' is not assigned and could be declared final
51239 src/com/gps/dao/FencingDAO.java 1713 Use one line for each declaration, it enhances code readability.
51240 src/com/gps/dao/FencingDAO.java 1716 Use one line for each declaration, it enhances code readability.
51241 src/com/gps/dao/FencingDAO.java 1718 Avoid variables with short names like tx
51242 src/com/gps/dao/FencingDAO.java 1724 Potential violation of Law of Demeter (object not created locally)
51243 src/com/gps/dao/FencingDAO.java 1728 Local variable 'calTrip1' could be declared final
51244 src/com/gps/dao/FencingDAO.java 1729 Use one line for each declaration, it enhances code readability.
51245 src/com/gps/dao/FencingDAO.java 1734 Avoid using Literals in Conditional Statements
51246 src/com/gps/dao/FencingDAO.java 1737 Potential violation of Law of Demeter (object not created locally)
51247 src/com/gps/dao/FencingDAO.java 1739 There is log block not surrounded by if
51248 src/com/gps/dao/FencingDAO.java 1739 There is log block not surrounded by if
51249 src/com/gps/dao/FencingDAO.java 1741 Potential violation of Law of Demeter (method chain calls)
51250 src/com/gps/dao/FencingDAO.java 1741 Potential violation of Law of Demeter (method chain calls)
51251 src/com/gps/dao/FencingDAO.java 1742 Potential violation of Law of Demeter (method chain calls)
51252 src/com/gps/dao/FencingDAO.java 1742 Potential violation of Law of Demeter (method chain calls)
51253 src/com/gps/dao/FencingDAO.java 1743 Potential violation of Law of Demeter (method chain calls)
51254 src/com/gps/dao/FencingDAO.java 1743 Potential violation of Law of Demeter (method chain calls)
51255 src/com/gps/dao/FencingDAO.java 1750 There is log block not surrounded by if
51256 src/com/gps/dao/FencingDAO.java 1750 There is log block not surrounded by if
51257 src/com/gps/dao/FencingDAO.java 1752 Potential violation of Law of Demeter (method chain calls)
51258 src/com/gps/dao/FencingDAO.java 1752 Potential violation of Law of Demeter (method chain calls)
51259 src/com/gps/dao/FencingDAO.java 1753 Potential violation of Law of Demeter (method chain calls)
51260 src/com/gps/dao/FencingDAO.java 1753 Potential violation of Law of Demeter (method chain calls)
51261 src/com/gps/dao/FencingDAO.java 1754 Potential violation of Law of Demeter (method chain calls)
51262 src/com/gps/dao/FencingDAO.java 1754 Potential violation of Law of Demeter (method chain calls)
51263 src/com/gps/dao/FencingDAO.java 1754 Potential violation of Law of Demeter (method chain calls)
51264 src/com/gps/dao/FencingDAO.java 1765 Potential violation of Law of Demeter (object not created locally)
51265 src/com/gps/dao/FencingDAO.java 1767 There is log block not surrounded by if
51266 src/com/gps/dao/FencingDAO.java 1767 There is log block not surrounded by if
51267 src/com/gps/dao/FencingDAO.java 1769 Potential violation of Law of Demeter (method chain calls)
51268 src/com/gps/dao/FencingDAO.java 1769 Potential violation of Law of Demeter (method chain calls)
51269 src/com/gps/dao/FencingDAO.java 1770 Potential violation of Law of Demeter (method chain calls)
51270 src/com/gps/dao/FencingDAO.java 1770 Potential violation of Law of Demeter (method chain calls)
51271 src/com/gps/dao/FencingDAO.java 1771 Potential violation of Law of Demeter (method chain calls)
51272 src/com/gps/dao/FencingDAO.java 1771 Potential violation of Law of Demeter (method chain calls)
51273 src/com/gps/dao/FencingDAO.java 1778 There is log block not surrounded by if
51274 src/com/gps/dao/FencingDAO.java 1778 There is log block not surrounded by if
51275 src/com/gps/dao/FencingDAO.java 1780 Potential violation of Law of Demeter (method chain calls)
51276 src/com/gps/dao/FencingDAO.java 1780 Potential violation of Law of Demeter (method chain calls)
51277 src/com/gps/dao/FencingDAO.java 1781 Potential violation of Law of Demeter (method chain calls)
51278 src/com/gps/dao/FencingDAO.java 1781 Potential violation of Law of Demeter (method chain calls)
51279 src/com/gps/dao/FencingDAO.java 1782 Potential violation of Law of Demeter (method chain calls)
51280 src/com/gps/dao/FencingDAO.java 1782 Potential violation of Law of Demeter (method chain calls)
51281 src/com/gps/dao/FencingDAO.java 1782 Potential violation of Law of Demeter (method chain calls)
51282 src/com/gps/dao/FencingDAO.java 1791 Potential violation of Law of Demeter (object not created locally)
51283 src/com/gps/dao/FencingDAO.java 1792 Potential violation of Law of Demeter (object not created locally)
51284 src/com/gps/dao/FencingDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
51285 src/com/gps/dao/FencingDAO.java 1795 Avoid instantiating new objects inside loops
51286 src/com/gps/dao/FencingDAO.java 1796 Avoid instantiating new objects inside loops
51287 src/com/gps/dao/FencingDAO.java 1796 Potential violation of Law of Demeter (object not created locally)
51288 src/com/gps/dao/FencingDAO.java 1798 Avoid using Literals in Conditional Statements
51289 src/com/gps/dao/FencingDAO.java 1798 Potential violation of Law of Demeter (object not created locally)
51290 src/com/gps/dao/FencingDAO.java 1799 Avoid using if...else statements without curly braces
51291 src/com/gps/dao/FencingDAO.java 1799 Potential violation of Law of Demeter (object not created locally)
51292 src/com/gps/dao/FencingDAO.java 1801 Avoid using if...else statements without curly braces
51293 src/com/gps/dao/FencingDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
51294 src/com/gps/dao/FencingDAO.java 1803 Avoid instantiating new objects inside loops
51295 src/com/gps/dao/FencingDAO.java 1806 Potential violation of Law of Demeter (method chain calls)
51296 src/com/gps/dao/FencingDAO.java 1807 Potential violation of Law of Demeter (object not created locally)
51297 src/com/gps/dao/FencingDAO.java 1810 Potential violation of Law of Demeter (method chain calls)
51298 src/com/gps/dao/FencingDAO.java 1811 Potential violation of Law of Demeter (object not created locally)
51299 src/com/gps/dao/FencingDAO.java 1813 Potential violation of Law of Demeter (object not created locally)
51300 src/com/gps/dao/FencingDAO.java 1817 Potential violation of Law of Demeter (object not created locally)
51301 src/com/gps/dao/FencingDAO.java 1818 Potential violation of Law of Demeter (object not created locally)
51302 src/com/gps/dao/FencingDAO.java 1819 Potential violation of Law of Demeter (object not created locally)
51303 src/com/gps/dao/FencingDAO.java 1820 There is log block not surrounded by if
51304 src/com/gps/dao/FencingDAO.java 1820 There is log block not surrounded by if
51305 src/com/gps/dao/FencingDAO.java 1822 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51306 src/com/gps/dao/FencingDAO.java 1824 Avoid printStackTrace(); use a logger call instead.
51307 src/com/gps/dao/FencingDAO.java 1824 Potential violation of Law of Demeter (object not created locally)
51308 src/com/gps/dao/FencingDAO.java 1829 Avoid variables with short names like i
51309 src/com/gps/dao/FencingDAO.java 1829 Parameter 'date' is not assigned and could be declared final
51310 src/com/gps/dao/FencingDAO.java 1829 Parameter 'i' is not assigned and could be declared final
51311 src/com/gps/dao/FencingDAO.java 1829 publicMethodCommentRequirement Required
51312 src/com/gps/dao/FencingDAO.java 1834 Potential violation of Law of Demeter (method chain calls)
51313 src/com/gps/dao/FencingDAO.java 1834 Potential violation of Law of Demeter (method chain calls)
51314 src/com/gps/dao/FencingDAO.java 1835 Potential violation of Law of Demeter (object not created locally)
51315 src/com/gps/dao/FencingDAO.java 1835 There is log block not surrounded by if
51316 src/com/gps/dao/FencingDAO.java 1835 There is log block not surrounded by if
51317 src/com/gps/dao/FencingDAO.java 1837 Potential violation of Law of Demeter (method chain calls)
51318 src/com/gps/dao/FencingDAO.java 1839 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51319 src/com/gps/dao/FencingDAO.java 1841 Avoid printStackTrace(); use a logger call instead.
51320 src/com/gps/dao/FencingDAO.java 1841 Potential violation of Law of Demeter (object not created locally)
51321 src/com/gps/dao/FencingDAO.java 1847 Parameter 'packetTime' is not assigned and could be declared final
51322 src/com/gps/dao/FencingDAO.java 1847 publicMethodCommentRequirement Required
51323 src/com/gps/dao/FencingDAO.java 1849 Local variable 'calPacket' could be declared final
51324 src/com/gps/dao/FencingDAO.java 1850 Local variable 'date' could be declared final
51325 src/com/gps/dao/FencingDAO.java 1850 When instantiating a SimpleDateFormat object, specify a Locale
51326 src/com/gps/dao/FencingDAO.java 1851 Local variable 'datetime' could be declared final
51327 src/com/gps/dao/FencingDAO.java 1852 Avoid unused local variables such as 'timeQuery'.
51328 src/com/gps/dao/FencingDAO.java 1852 Local variable 'timeQuery' could be declared final
51329 src/com/gps/dao/FencingDAO.java 1853 Avoid unused local variables such as 'appendEnd'.
51330 src/com/gps/dao/FencingDAO.java 1853 Avoid unused local variables such as 'appendStart'.
51331 src/com/gps/dao/FencingDAO.java 1853 Local variable 'appendEnd' could be declared final
51332 src/com/gps/dao/FencingDAO.java 1853 Local variable 'appendStart' could be declared final
51333 src/com/gps/dao/FencingDAO.java 1853 Use one line for each declaration, it enhances code readability.
51334 src/com/gps/dao/FencingDAO.java 1854 Avoid unused local variables such as 'existingTrips'.
51335 src/com/gps/dao/FencingDAO.java 1854 Local variable 'existingTrips' could be declared final
51336 src/com/gps/dao/FencingDAO.java 1856 Avoid unused local variables such as 'appender'.
51337 src/com/gps/dao/FencingDAO.java 1857 Use one line for each declaration, it enhances code readability.
51338 src/com/gps/dao/FencingDAO.java 1858 Use one line for each declaration, it enhances code readability.
51339 src/com/gps/dao/FencingDAO.java 1861 Potential violation of Law of Demeter (object not created locally)
51340 src/com/gps/dao/FencingDAO.java 1861 Potential violation of Law of Demeter (object not created locally)
51341 src/com/gps/dao/FencingDAO.java 1864 Potential violation of Law of Demeter (object not created locally)
51342 src/com/gps/dao/FencingDAO.java 1865 Potential violation of Law of Demeter (object not created locally)
51343 src/com/gps/dao/FencingDAO.java 1867 Avoid using Literals in Conditional Statements
51344 src/com/gps/dao/FencingDAO.java 1870 Avoid using if...else statements without curly braces
51345 src/com/gps/dao/FencingDAO.java 1872 Avoid using Literals in Conditional Statements
51346 src/com/gps/dao/FencingDAO.java 1875 Avoid using if...else statements without curly braces
51347 src/com/gps/dao/FencingDAO.java 1879 Potential violation of Law of Demeter (method chain calls)
51348 src/com/gps/dao/FencingDAO.java 1879 Potential violation of Law of Demeter (method chain calls)
51349 src/com/gps/dao/FencingDAO.java 1879 Potential violation of Law of Demeter (object not created locally)
51350 src/com/gps/dao/FencingDAO.java 1881 Local variable 'tripDetails' could be declared final
51351 src/com/gps/dao/FencingDAO.java 1883 There is log block not surrounded by if
51352 src/com/gps/dao/FencingDAO.java 1883 There is log block not surrounded by if
51353 src/com/gps/dao/FencingDAO.java 1886 Potential violation of Law of Demeter (object not created locally)
51354 src/com/gps/dao/FencingDAO.java 1888 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51355 src/com/gps/dao/FencingDAO.java 1890 Avoid printStackTrace(); use a logger call instead.
51356 src/com/gps/dao/FencingDAO.java 1890 Potential violation of Law of Demeter (object not created locally)
51357 src/com/gps/dao/FencingDAO.java 1895 Parameter 'args' is not assigned and could be declared final
51358 src/com/gps/dao/FencingDAO.java 1895 publicMethodCommentRequirement Required
51359 src/com/gps/dao/FencingDAO.java 1899 Local variable 'dao' could be declared final
51360 src/com/gps/dao/FencingDAO.java 1900 Comment is too large: Line too long
51361 src/com/gps/dao/FencingDAO.java 1904 Local variable 'geo' could be declared final
51362 src/com/gps/dao/FencingDAO.java 1905 Local variable 'fence' could be declared final
51363 src/com/gps/dao/FencingDAO.java 1906 Potential violation of Law of Demeter (method chain calls)
51364 src/com/gps/dao/FencingDAO.java 1906 Potential violation of Law of Demeter (method chain calls)
51365 src/com/gps/dao/FencingDAO.java 1906 System.out.print is used
51366 src/com/gps/dao/FencingDAO.java 1909 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51367 src/com/gps/dao/FencingDAO.java 1911 There is log block not surrounded by if
51368 src/com/gps/dao/FencingDAO.java 1912 Avoid printStackTrace(); use a logger call instead.
51369 src/com/gps/dao/GeofencingDAO.java 1 A high number of imports can indicate a high degree of coupling within an object.
51370 src/com/gps/dao/GeofencingDAO.java 1 Possible God class (WMC=82, ATFD=74, TCC=0.0)
51371 src/com/gps/dao/GeofencingDAO.java 15 Avoid unused imports such as 'java.util.Collections'
51372 src/com/gps/dao/GeofencingDAO.java 41 Avoid unused imports such as 'com.gps.utilities.DateUtils'
51373 src/com/gps/dao/GeofencingDAO.java 42 Avoid unused imports such as 'com.gps.form.GLatLng'
51374 src/com/gps/dao/GeofencingDAO.java 46 This class has too many methods, consider refactoring it.
51375 src/com/gps/dao/GeofencingDAO.java 46 headerCommentRequirement Required
51376 src/com/gps/dao/GeofencingDAO.java 50 The Logger variable declaration does not contain the static and final modifiers
51377 src/com/gps/dao/GeofencingDAO.java 51 Avoid unused private fields such as 'format1'.
51378 src/com/gps/dao/GeofencingDAO.java 51 When instantiating a SimpleDateFormat object, specify a Locale
51379 src/com/gps/dao/GeofencingDAO.java 51 fieldCommentRequirement Required
51380 src/com/gps/dao/GeofencingDAO.java 56 Parameter 'first' is not assigned and could be declared final
51381 src/com/gps/dao/GeofencingDAO.java 56 Parameter 'last' is not assigned and could be declared final
51382 src/com/gps/dao/GeofencingDAO.java 56 Parameter 'userId' is not assigned and could be declared final
51383 src/com/gps/dao/GeofencingDAO.java 58 Found 'DD'-anomaly for variable 'sess' (lines '58'-'63').
51384 src/com/gps/dao/GeofencingDAO.java 59 Avoid variables with short names like gd
51385 src/com/gps/dao/GeofencingDAO.java 59 Local variable 'gd' could be declared final
51386 src/com/gps/dao/GeofencingDAO.java 60 Found 'DD'-anomaly for variable 'gdDetails' (lines '60'-'68').
51387 src/com/gps/dao/GeofencingDAO.java 61 Found 'DD'-anomaly for variable 'query' (lines '61'-'64').
51388 src/com/gps/dao/GeofencingDAO.java 63 Potential violation of Law of Demeter (object not created locally)
51389 src/com/gps/dao/GeofencingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
51390 src/com/gps/dao/GeofencingDAO.java 64 Potential violation of Law of Demeter (object not created locally)
51391 src/com/gps/dao/GeofencingDAO.java 66 Potential violation of Law of Demeter (object not created locally)
51392 src/com/gps/dao/GeofencingDAO.java 67 Potential violation of Law of Demeter (object not created locally)
51393 src/com/gps/dao/GeofencingDAO.java 68 Potential violation of Law of Demeter (object not created locally)
51394 src/com/gps/dao/GeofencingDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51395 src/com/gps/dao/GeofencingDAO.java 71 Avoid printStackTrace(); use a logger call instead.
51396 src/com/gps/dao/GeofencingDAO.java 71 Potential violation of Law of Demeter (object not created locally)
51397 src/com/gps/dao/GeofencingDAO.java 73 Avoid empty finally blocks
51398 src/com/gps/dao/GeofencingDAO.java 83 Parameter 'userId' is not assigned and could be declared final
51399 src/com/gps/dao/GeofencingDAO.java 85 Found 'DD'-anomaly for variable 'sess' (lines '85'-'90').
51400 src/com/gps/dao/GeofencingDAO.java 86 Avoid variables with short names like gd
51401 src/com/gps/dao/GeofencingDAO.java 86 Local variable 'gd' could be declared final
51402 src/com/gps/dao/GeofencingDAO.java 87 Found 'DD'-anomaly for variable 'gdDetails' (lines '87'-'94').
51403 src/com/gps/dao/GeofencingDAO.java 88 Found 'DD'-anomaly for variable 'query' (lines '88'-'91').
51404 src/com/gps/dao/GeofencingDAO.java 90 Potential violation of Law of Demeter (object not created locally)
51405 src/com/gps/dao/GeofencingDAO.java 91 Potential violation of Law of Demeter (method chain calls)
51406 src/com/gps/dao/GeofencingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
51407 src/com/gps/dao/GeofencingDAO.java 94 Potential violation of Law of Demeter (object not created locally)
51408 src/com/gps/dao/GeofencingDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51409 src/com/gps/dao/GeofencingDAO.java 98 Avoid printStackTrace(); use a logger call instead.
51410 src/com/gps/dao/GeofencingDAO.java 98 Potential violation of Law of Demeter (object not created locally)
51411 src/com/gps/dao/GeofencingDAO.java 100 Avoid empty finally blocks
51412 src/com/gps/dao/GeofencingDAO.java 112 Parameter 'geofenceId' is not assigned and could be declared final
51413 src/com/gps/dao/GeofencingDAO.java 113 Found 'DD'-anomaly for variable 'sess' (lines '113'-'119').
51414 src/com/gps/dao/GeofencingDAO.java 114 Avoid variables with short names like gd
51415 src/com/gps/dao/GeofencingDAO.java 114 Local variable 'gd' could be declared final
51416 src/com/gps/dao/GeofencingDAO.java 115 Found 'DD'-anomaly for variable 'del' (lines '115'-'124').
51417 src/com/gps/dao/GeofencingDAO.java 116 Avoid variables with short names like tx
51418 src/com/gps/dao/GeofencingDAO.java 116 Found 'DD'-anomaly for variable 'tx' (lines '116'-'120').
51419 src/com/gps/dao/GeofencingDAO.java 117 Avoid declaring a variable if it is unreferenced before a possible exit point.
51420 src/com/gps/dao/GeofencingDAO.java 117 Avoid unused local variables such as 'gdDetails'.
51421 src/com/gps/dao/GeofencingDAO.java 117 Found 'DU'-anomaly for variable 'gdDetails' (lines '117'-'138').
51422 src/com/gps/dao/GeofencingDAO.java 117 Local variable 'gdDetails' could be declared final
51423 src/com/gps/dao/GeofencingDAO.java 119 Potential violation of Law of Demeter (object not created locally)
51424 src/com/gps/dao/GeofencingDAO.java 120 Potential violation of Law of Demeter (object not created locally)
51425 src/com/gps/dao/GeofencingDAO.java 121 Potential violation of Law of Demeter (method chain calls)
51426 src/com/gps/dao/GeofencingDAO.java 121 Potential violation of Law of Demeter (method chain calls)
51427 src/com/gps/dao/GeofencingDAO.java 121 Potential violation of Law of Demeter (object not created locally)
51428 src/com/gps/dao/GeofencingDAO.java 122 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 122
51429 src/com/gps/dao/GeofencingDAO.java 123 Potential violation of Law of Demeter (object not created locally)
51430 src/com/gps/dao/GeofencingDAO.java 124 Found 'DD'-anomaly for variable 'del' (lines '124'-'127').
51431 src/com/gps/dao/GeofencingDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51432 src/com/gps/dao/GeofencingDAO.java 128 Avoid printStackTrace(); use a logger call instead.
51433 src/com/gps/dao/GeofencingDAO.java 128 Potential violation of Law of Demeter (object not created locally)
51434 src/com/gps/dao/GeofencingDAO.java 131 Potential violation of Law of Demeter (object not created locally)
51435 src/com/gps/dao/GeofencingDAO.java 145 Parameter 'geofenceId' is not assigned and could be declared final
51436 src/com/gps/dao/GeofencingDAO.java 145 Parameter 'userId' is not assigned and could be declared final
51437 src/com/gps/dao/GeofencingDAO.java 146 Found 'DD'-anomaly for variable 'sess' (lines '146'-'152').
51438 src/com/gps/dao/GeofencingDAO.java 147 Avoid variables with short names like gd
51439 src/com/gps/dao/GeofencingDAO.java 147 Local variable 'gd' could be declared final
51440 src/com/gps/dao/GeofencingDAO.java 148 Found 'DD'-anomaly for variable 'gdDetails' (lines '148'-'154').
51441 src/com/gps/dao/GeofencingDAO.java 152 Potential violation of Law of Demeter (object not created locally)
51442 src/com/gps/dao/GeofencingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
51443 src/com/gps/dao/GeofencingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
51444 src/com/gps/dao/GeofencingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
51445 src/com/gps/dao/GeofencingDAO.java 154 Potential violation of Law of Demeter (object not created locally)
51446 src/com/gps/dao/GeofencingDAO.java 158 Potential violation of Law of Demeter (object not created locally)
51447 src/com/gps/dao/GeofencingDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51448 src/com/gps/dao/GeofencingDAO.java 161 Avoid printStackTrace(); use a logger call instead.
51449 src/com/gps/dao/GeofencingDAO.java 161 Potential violation of Law of Demeter (object not created locally)
51450 src/com/gps/dao/GeofencingDAO.java 163 Avoid empty finally blocks
51451 src/com/gps/dao/GeofencingDAO.java 177 Parameter 'lat' is not assigned and could be declared final
51452 src/com/gps/dao/GeofencingDAO.java 177 Parameter 'lon' is not assigned and could be declared final
51453 src/com/gps/dao/GeofencingDAO.java 177 Parameter 'vehicleId' is not assigned and could be declared final
51454 src/com/gps/dao/GeofencingDAO.java 178 Found 'DD'-anomaly for variable 'points' (lines '178'-'183').
51455 src/com/gps/dao/GeofencingDAO.java 179 Found 'DD'-anomaly for variable 'stat' (lines '179'-'202').
51456 src/com/gps/dao/GeofencingDAO.java 199 Potential violation of Law of Demeter (object not created locally)
51457 src/com/gps/dao/GeofencingDAO.java 199 System.out.print is used
51458 src/com/gps/dao/GeofencingDAO.java 200 Avoid using Literals in Conditional Statements
51459 src/com/gps/dao/GeofencingDAO.java 200 Potential violation of Law of Demeter (object not created locally)
51460 src/com/gps/dao/GeofencingDAO.java 200 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
51461 src/com/gps/dao/GeofencingDAO.java 205 System.out.print is used
51462 src/com/gps/dao/GeofencingDAO.java 209 System.out.print is used
51463 src/com/gps/dao/GeofencingDAO.java 212 System.out.print is used
51464 src/com/gps/dao/GeofencingDAO.java 215 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51465 src/com/gps/dao/GeofencingDAO.java 217 Avoid printStackTrace(); use a logger call instead.
51466 src/com/gps/dao/GeofencingDAO.java 217 Potential violation of Law of Demeter (object not created locally)
51467 src/com/gps/dao/GeofencingDAO.java 228 Parameter 'vehicleId' is not assigned and could be declared final
51468 src/com/gps/dao/GeofencingDAO.java 230 Found 'DD'-anomaly for variable 'points' (lines '230'-'240').
51469 src/com/gps/dao/GeofencingDAO.java 231 Found 'DD'-anomaly for variable 'geoIds' (lines '231'-'236').
51470 src/com/gps/dao/GeofencingDAO.java 232 Found 'DD'-anomaly for variable 'sess' (lines '232'-'237').
51471 src/com/gps/dao/GeofencingDAO.java 233 Avoid variables with short names like gd
51472 src/com/gps/dao/GeofencingDAO.java 233 Local variable 'gd' could be declared final
51473 src/com/gps/dao/GeofencingDAO.java 237 Potential violation of Law of Demeter (object not created locally)
51474 src/com/gps/dao/GeofencingDAO.java 238 Potential violation of Law of Demeter (object not created locally)
51475 src/com/gps/dao/GeofencingDAO.java 238 System.out.print is used
51476 src/com/gps/dao/GeofencingDAO.java 239 Avoid using Literals in Conditional Statements
51477 src/com/gps/dao/GeofencingDAO.java 239 Avoid using if statements without curly braces
51478 src/com/gps/dao/GeofencingDAO.java 239 Potential violation of Law of Demeter (object not created locally)
51479 src/com/gps/dao/GeofencingDAO.java 239 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
51480 src/com/gps/dao/GeofencingDAO.java 240 Potential violation of Law of Demeter (method chain calls)
51481 src/com/gps/dao/GeofencingDAO.java 240 Potential violation of Law of Demeter (method chain calls)
51482 src/com/gps/dao/GeofencingDAO.java 240 Potential violation of Law of Demeter (object not created locally)
51483 src/com/gps/dao/GeofencingDAO.java 241 Potential violation of Law of Demeter (object not created locally)
51484 src/com/gps/dao/GeofencingDAO.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51485 src/com/gps/dao/GeofencingDAO.java 244 Avoid printStackTrace(); use a logger call instead.
51486 src/com/gps/dao/GeofencingDAO.java 244 Potential violation of Law of Demeter (object not created locally)
51487 src/com/gps/dao/GeofencingDAO.java 246 Avoid empty finally blocks
51488 src/com/gps/dao/GeofencingDAO.java 259 Parameter 'vehicleId' is not assigned and could be declared final
51489 src/com/gps/dao/GeofencingDAO.java 261 Found 'DD'-anomaly for variable 'geoIds' (lines '261'-'267').
51490 src/com/gps/dao/GeofencingDAO.java 262 Found 'DD'-anomaly for variable 'sess' (lines '262'-'265').
51491 src/com/gps/dao/GeofencingDAO.java 263 Avoid variables with short names like gd
51492 src/com/gps/dao/GeofencingDAO.java 263 Local variable 'gd' could be declared final
51493 src/com/gps/dao/GeofencingDAO.java 265 Potential violation of Law of Demeter (object not created locally)
51494 src/com/gps/dao/GeofencingDAO.java 266 System.out.print is used
51495 src/com/gps/dao/GeofencingDAO.java 267 Potential violation of Law of Demeter (method chain calls)
51496 src/com/gps/dao/GeofencingDAO.java 267 Potential violation of Law of Demeter (method chain calls)
51497 src/com/gps/dao/GeofencingDAO.java 267 Potential violation of Law of Demeter (object not created locally)
51498 src/com/gps/dao/GeofencingDAO.java 267 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 267
51499 src/com/gps/dao/GeofencingDAO.java 269 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51500 src/com/gps/dao/GeofencingDAO.java 270 Avoid printStackTrace(); use a logger call instead.
51501 src/com/gps/dao/GeofencingDAO.java 270 Potential violation of Law of Demeter (object not created locally)
51502 src/com/gps/dao/GeofencingDAO.java 272 Avoid empty finally blocks
51503 src/com/gps/dao/GeofencingDAO.java 285 Found 'DD'-anomaly for variable 'geoIds' (lines '285'-'291').
51504 src/com/gps/dao/GeofencingDAO.java 286 Found 'DD'-anomaly for variable 'sess' (lines '286'-'289').
51505 src/com/gps/dao/GeofencingDAO.java 287 Avoid variables with short names like gd
51506 src/com/gps/dao/GeofencingDAO.java 287 Local variable 'gd' could be declared final
51507 src/com/gps/dao/GeofencingDAO.java 289 Potential violation of Law of Demeter (object not created locally)
51508 src/com/gps/dao/GeofencingDAO.java 291 Potential violation of Law of Demeter (method chain calls)
51509 src/com/gps/dao/GeofencingDAO.java 291 Potential violation of Law of Demeter (object not created locally)
51510 src/com/gps/dao/GeofencingDAO.java 293 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51511 src/com/gps/dao/GeofencingDAO.java 294 Avoid printStackTrace(); use a logger call instead.
51512 src/com/gps/dao/GeofencingDAO.java 294 Potential violation of Law of Demeter (object not created locally)
51513 src/com/gps/dao/GeofencingDAO.java 296 Avoid empty finally blocks
51514 src/com/gps/dao/GeofencingDAO.java 307 Parameter 'geofenceId' is not assigned and could be declared final
51515 src/com/gps/dao/GeofencingDAO.java 307 Parameter 'vehicleId' is not assigned and could be declared final
51516 src/com/gps/dao/GeofencingDAO.java 309 Found 'DD'-anomaly for variable 'query' (lines '309'-'317').
51517 src/com/gps/dao/GeofencingDAO.java 310 Found 'DD'-anomaly for variable 'sess' (lines '310'-'315').
51518 src/com/gps/dao/GeofencingDAO.java 311 Avoid variables with short names like gd
51519 src/com/gps/dao/GeofencingDAO.java 311 Local variable 'gd' could be declared final
51520 src/com/gps/dao/GeofencingDAO.java 312 Found 'DD'-anomaly for variable 'stat' (lines '312'-'320').
51521 src/com/gps/dao/GeofencingDAO.java 312 Found 'DD'-anomaly for variable 'stat' (lines '312'-'322').
51522 src/com/gps/dao/GeofencingDAO.java 313 Found 'DD'-anomaly for variable 'geoVehMap' (lines '313'-'318').
51523 src/com/gps/dao/GeofencingDAO.java 315 Potential violation of Law of Demeter (object not created locally)
51524 src/com/gps/dao/GeofencingDAO.java 317 Potential violation of Law of Demeter (object not created locally)
51525 src/com/gps/dao/GeofencingDAO.java 318 Potential violation of Law of Demeter (method chain calls)
51526 src/com/gps/dao/GeofencingDAO.java 318 Potential violation of Law of Demeter (method chain calls)
51527 src/com/gps/dao/GeofencingDAO.java 318 Potential violation of Law of Demeter (object not created locally)
51528 src/com/gps/dao/GeofencingDAO.java 319 Avoid if (x != y) ..; else ..;
51529 src/com/gps/dao/GeofencingDAO.java 324 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51530 src/com/gps/dao/GeofencingDAO.java 325 Avoid printStackTrace(); use a logger call instead.
51531 src/com/gps/dao/GeofencingDAO.java 325 Potential violation of Law of Demeter (object not created locally)
51532 src/com/gps/dao/GeofencingDAO.java 327 Avoid empty finally blocks
51533 src/com/gps/dao/GeofencingDAO.java 338 Parameter 'geofenceId' is not assigned and could be declared final
51534 src/com/gps/dao/GeofencingDAO.java 338 Parameter 'vehicleId' is not assigned and could be declared final
51535 src/com/gps/dao/GeofencingDAO.java 340 Found 'DD'-anomaly for variable 'query' (lines '340'-'348').
51536 src/com/gps/dao/GeofencingDAO.java 341 Found 'DD'-anomaly for variable 'sess' (lines '341'-'346').
51537 src/com/gps/dao/GeofencingDAO.java 342 Avoid variables with short names like gd
51538 src/com/gps/dao/GeofencingDAO.java 342 Local variable 'gd' could be declared final
51539 src/com/gps/dao/GeofencingDAO.java 343 Avoid variables with short names like id
51540 src/com/gps/dao/GeofencingDAO.java 343 Found 'DD'-anomaly for variable 'id' (lines '343'-'351').
51541 src/com/gps/dao/GeofencingDAO.java 343 Found 'DD'-anomaly for variable 'id' (lines '343'-'353').
51542 src/com/gps/dao/GeofencingDAO.java 344 Found 'DD'-anomaly for variable 'geoVehMap' (lines '344'-'349').
51543 src/com/gps/dao/GeofencingDAO.java 346 Potential violation of Law of Demeter (object not created locally)
51544 src/com/gps/dao/GeofencingDAO.java 348 Potential violation of Law of Demeter (object not created locally)
51545 src/com/gps/dao/GeofencingDAO.java 349 Potential violation of Law of Demeter (method chain calls)
51546 src/com/gps/dao/GeofencingDAO.java 349 Potential violation of Law of Demeter (method chain calls)
51547 src/com/gps/dao/GeofencingDAO.java 349 Potential violation of Law of Demeter (object not created locally)
51548 src/com/gps/dao/GeofencingDAO.java 350 Avoid if (x != y) ..; else ..;
51549 src/com/gps/dao/GeofencingDAO.java 351 Potential violation of Law of Demeter (object not created locally)
51550 src/com/gps/dao/GeofencingDAO.java 355 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51551 src/com/gps/dao/GeofencingDAO.java 356 Avoid printStackTrace(); use a logger call instead.
51552 src/com/gps/dao/GeofencingDAO.java 356 Potential violation of Law of Demeter (object not created locally)
51553 src/com/gps/dao/GeofencingDAO.java 358 Avoid empty finally blocks
51554 src/com/gps/dao/GeofencingDAO.java 369 Parameter 'vehicleId' is not assigned and could be declared final
51555 src/com/gps/dao/GeofencingDAO.java 371 Found 'DD'-anomaly for variable 'geoIds' (lines '371'-'377').
51556 src/com/gps/dao/GeofencingDAO.java 372 Found 'DD'-anomaly for variable 'sess' (lines '372'-'375').
51557 src/com/gps/dao/GeofencingDAO.java 373 Avoid variables with short names like gd
51558 src/com/gps/dao/GeofencingDAO.java 373 Local variable 'gd' could be declared final
51559 src/com/gps/dao/GeofencingDAO.java 375 Potential violation of Law of Demeter (object not created locally)
51560 src/com/gps/dao/GeofencingDAO.java 376 System.out.print is used
51561 src/com/gps/dao/GeofencingDAO.java 377 Potential violation of Law of Demeter (method chain calls)
51562 src/com/gps/dao/GeofencingDAO.java 377 Potential violation of Law of Demeter (method chain calls)
51563 src/com/gps/dao/GeofencingDAO.java 377 Potential violation of Law of Demeter (object not created locally)
51564 src/com/gps/dao/GeofencingDAO.java 379 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51565 src/com/gps/dao/GeofencingDAO.java 380 Avoid printStackTrace(); use a logger call instead.
51566 src/com/gps/dao/GeofencingDAO.java 380 Potential violation of Law of Demeter (object not created locally)
51567 src/com/gps/dao/GeofencingDAO.java 382 Avoid empty finally blocks
51568 src/com/gps/dao/GeofencingDAO.java 392 Parameter 'gvIds' is not assigned and could be declared final
51569 src/com/gps/dao/GeofencingDAO.java 394 Found 'DD'-anomaly for variable 'mobnos' (lines '394'-'400').
51570 src/com/gps/dao/GeofencingDAO.java 395 Found 'DD'-anomaly for variable 'sess' (lines '395'-'399').
51571 src/com/gps/dao/GeofencingDAO.java 396 Avoid variables with short names like nd
51572 src/com/gps/dao/GeofencingDAO.java 396 Local variable 'nd' could be declared final
51573 src/com/gps/dao/GeofencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
51574 src/com/gps/dao/GeofencingDAO.java 400 Potential violation of Law of Demeter (method chain calls)
51575 src/com/gps/dao/GeofencingDAO.java 400 Potential violation of Law of Demeter (method chain calls)
51576 src/com/gps/dao/GeofencingDAO.java 400 Potential violation of Law of Demeter (object not created locally)
51577 src/com/gps/dao/GeofencingDAO.java 402 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51578 src/com/gps/dao/GeofencingDAO.java 403 Avoid printStackTrace(); use a logger call instead.
51579 src/com/gps/dao/GeofencingDAO.java 403 Potential violation of Law of Demeter (object not created locally)
51580 src/com/gps/dao/GeofencingDAO.java 405 Avoid empty finally blocks
51581 src/com/gps/dao/GeofencingDAO.java 416 Parameter 'geoVehId' is not assigned and could be declared final
51582 src/com/gps/dao/GeofencingDAO.java 417 System.out.print is used
51583 src/com/gps/dao/GeofencingDAO.java 418 Found 'DD'-anomaly for variable 'notifierList' (lines '418'-'425').
51584 src/com/gps/dao/GeofencingDAO.java 419 Found 'DD'-anomaly for variable 'sess' (lines '419'-'423').
51585 src/com/gps/dao/GeofencingDAO.java 420 Avoid variables with short names like nd
51586 src/com/gps/dao/GeofencingDAO.java 420 Local variable 'nd' could be declared final
51587 src/com/gps/dao/GeofencingDAO.java 423 Potential violation of Law of Demeter (object not created locally)
51588 src/com/gps/dao/GeofencingDAO.java 425 Potential violation of Law of Demeter (method chain calls)
51589 src/com/gps/dao/GeofencingDAO.java 425 Potential violation of Law of Demeter (method chain calls)
51590 src/com/gps/dao/GeofencingDAO.java 425 Potential violation of Law of Demeter (object not created locally)
51591 src/com/gps/dao/GeofencingDAO.java 428 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51592 src/com/gps/dao/GeofencingDAO.java 429 Avoid printStackTrace(); use a logger call instead.
51593 src/com/gps/dao/GeofencingDAO.java 429 Potential violation of Law of Demeter (object not created locally)
51594 src/com/gps/dao/GeofencingDAO.java 431 Avoid empty finally blocks
51595 src/com/gps/dao/GeofencingDAO.java 444 Parameter 'lat' is not assigned and could be declared final
51596 src/com/gps/dao/GeofencingDAO.java 444 Parameter 'lon' is not assigned and could be declared final
51597 src/com/gps/dao/GeofencingDAO.java 444 Parameter 'points' is not assigned and could be declared final
51598 src/com/gps/dao/GeofencingDAO.java 445 Avoid variables with short names like i
51599 src/com/gps/dao/GeofencingDAO.java 446 Avoid variables with short names like j
51600 src/com/gps/dao/GeofencingDAO.java 447 System.out.print is used
51601 src/com/gps/dao/GeofencingDAO.java 448 Found 'DD'-anomaly for variable 'inPoly' (lines '448'-'462').
51602 src/com/gps/dao/GeofencingDAO.java 453 Comment is too large: Line too long
51603 src/com/gps/dao/GeofencingDAO.java 454 Potential violation of Law of Demeter (method chain calls)
51604 src/com/gps/dao/GeofencingDAO.java 454 Potential violation of Law of Demeter (method chain calls)
51605 src/com/gps/dao/GeofencingDAO.java 455 Potential violation of Law of Demeter (method chain calls)
51606 src/com/gps/dao/GeofencingDAO.java 455 Potential violation of Law of Demeter (method chain calls)
51607 src/com/gps/dao/GeofencingDAO.java 457 Potential violation of Law of Demeter (method chain calls)
51608 src/com/gps/dao/GeofencingDAO.java 457 Potential violation of Law of Demeter (method chain calls)
51609 src/com/gps/dao/GeofencingDAO.java 457 Potential violation of Law of Demeter (method chain calls)
51610 src/com/gps/dao/GeofencingDAO.java 457 These nested if statements could be combined
51611 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51612 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51613 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51614 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51615 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51616 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51617 src/com/gps/dao/GeofencingDAO.java 458 Potential violation of Law of Demeter (method chain calls)
51618 src/com/gps/dao/GeofencingDAO.java 459 Potential violation of Law of Demeter (method chain calls)
51619 src/com/gps/dao/GeofencingDAO.java 461 System.out.print is used
51620 src/com/gps/dao/GeofencingDAO.java 462 Found 'DD'-anomaly for variable 'inPoly' (lines '462'-'462').
51621 src/com/gps/dao/GeofencingDAO.java 466 Found 'DU'-anomaly for variable 'j' (lines '466'-'474').
51622 src/com/gps/dao/GeofencingDAO.java 468 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51623 src/com/gps/dao/GeofencingDAO.java 470 Avoid printStackTrace(); use a logger call instead.
51624 src/com/gps/dao/GeofencingDAO.java 470 Potential violation of Law of Demeter (object not created locally)
51625 src/com/gps/dao/GeofencingDAO.java 481 Parameter 'geofenceId' is not assigned and could be declared final
51626 src/com/gps/dao/GeofencingDAO.java 481 Parameter 'vehicleId' is not assigned and could be declared final
51627 src/com/gps/dao/GeofencingDAO.java 483 Found 'DD'-anomaly for variable 'sess' (lines '483'-'491').
51628 src/com/gps/dao/GeofencingDAO.java 484 Avoid variables with short names like gd
51629 src/com/gps/dao/GeofencingDAO.java 484 Local variable 'gd' could be declared final
51630 src/com/gps/dao/GeofencingDAO.java 487 Found 'DD'-anomaly for variable 'del' (lines '487'-'496').
51631 src/com/gps/dao/GeofencingDAO.java 488 Avoid variables with short names like tx
51632 src/com/gps/dao/GeofencingDAO.java 488 Found 'DD'-anomaly for variable 'tx' (lines '488'-'492').
51633 src/com/gps/dao/GeofencingDAO.java 489 Avoid declaring a variable if it is unreferenced before a possible exit point.
51634 src/com/gps/dao/GeofencingDAO.java 489 Avoid unused local variables such as 'gdDetails'.
51635 src/com/gps/dao/GeofencingDAO.java 489 Found 'DU'-anomaly for variable 'gdDetails' (lines '489'-'508').
51636 src/com/gps/dao/GeofencingDAO.java 489 Local variable 'gdDetails' could be declared final
51637 src/com/gps/dao/GeofencingDAO.java 491 Potential violation of Law of Demeter (object not created locally)
51638 src/com/gps/dao/GeofencingDAO.java 492 Potential violation of Law of Demeter (object not created locally)
51639 src/com/gps/dao/GeofencingDAO.java 493 Potential violation of Law of Demeter (method chain calls)
51640 src/com/gps/dao/GeofencingDAO.java 493 Potential violation of Law of Demeter (method chain calls)
51641 src/com/gps/dao/GeofencingDAO.java 493 Potential violation of Law of Demeter (method chain calls)
51642 src/com/gps/dao/GeofencingDAO.java 493 Potential violation of Law of Demeter (object not created locally)
51643 src/com/gps/dao/GeofencingDAO.java 495 Potential violation of Law of Demeter (object not created locally)
51644 src/com/gps/dao/GeofencingDAO.java 496 Found 'DD'-anomaly for variable 'del' (lines '496'-'500').
51645 src/com/gps/dao/GeofencingDAO.java 497 Potential violation of Law of Demeter (object not created locally)
51646 src/com/gps/dao/GeofencingDAO.java 499 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51647 src/com/gps/dao/GeofencingDAO.java 501 Avoid printStackTrace(); use a logger call instead.
51648 src/com/gps/dao/GeofencingDAO.java 501 Potential violation of Law of Demeter (object not created locally)
51649 src/com/gps/dao/GeofencingDAO.java 503 Avoid empty finally blocks
51650 src/com/gps/dao/GeofencingDAO.java 514 Parameter 'nid' is not assigned and could be declared final
51651 src/com/gps/dao/GeofencingDAO.java 515 Found 'DD'-anomaly for variable 'sess' (lines '515'-'521').
51652 src/com/gps/dao/GeofencingDAO.java 516 Avoid variables with short names like gd
51653 src/com/gps/dao/GeofencingDAO.java 516 Local variable 'gd' could be declared final
51654 src/com/gps/dao/GeofencingDAO.java 517 Found 'DD'-anomaly for variable 'del' (lines '517'-'526').
51655 src/com/gps/dao/GeofencingDAO.java 518 Avoid variables with short names like tx
51656 src/com/gps/dao/GeofencingDAO.java 518 Found 'DD'-anomaly for variable 'tx' (lines '518'-'522').
51657 src/com/gps/dao/GeofencingDAO.java 519 Avoid declaring a variable if it is unreferenced before a possible exit point.
51658 src/com/gps/dao/GeofencingDAO.java 519 Avoid unused local variables such as 'gdDetails'.
51659 src/com/gps/dao/GeofencingDAO.java 519 Found 'DU'-anomaly for variable 'gdDetails' (lines '519'-'538').
51660 src/com/gps/dao/GeofencingDAO.java 519 Local variable 'gdDetails' could be declared final
51661 src/com/gps/dao/GeofencingDAO.java 521 Potential violation of Law of Demeter (object not created locally)
51662 src/com/gps/dao/GeofencingDAO.java 522 Potential violation of Law of Demeter (object not created locally)
51663 src/com/gps/dao/GeofencingDAO.java 523 Potential violation of Law of Demeter (method chain calls)
51664 src/com/gps/dao/GeofencingDAO.java 523 Potential violation of Law of Demeter (method chain calls)
51665 src/com/gps/dao/GeofencingDAO.java 523 Potential violation of Law of Demeter (object not created locally)
51666 src/com/gps/dao/GeofencingDAO.java 525 Potential violation of Law of Demeter (object not created locally)
51667 src/com/gps/dao/GeofencingDAO.java 526 Found 'DD'-anomaly for variable 'del' (lines '526'-'530').
51668 src/com/gps/dao/GeofencingDAO.java 527 Potential violation of Law of Demeter (object not created locally)
51669 src/com/gps/dao/GeofencingDAO.java 529 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51670 src/com/gps/dao/GeofencingDAO.java 531 Avoid printStackTrace(); use a logger call instead.
51671 src/com/gps/dao/GeofencingDAO.java 531 Potential violation of Law of Demeter (object not created locally)
51672 src/com/gps/dao/GeofencingDAO.java 533 Avoid empty finally blocks
51673 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'count' is not assigned and could be declared final
51674 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'data' is not assigned and could be declared final
51675 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'geofenceName' is not assigned and could be declared final
51676 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'place' is not assigned and could be declared final
51677 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'trip' is not assigned and could be declared final
51678 src/com/gps/dao/GeofencingDAO.java 546 Parameter 'userDet' is not assigned and could be declared final
51679 src/com/gps/dao/GeofencingDAO.java 551 Local variable 'geofence' could be declared final
51680 src/com/gps/dao/GeofencingDAO.java 552 There is log block not surrounded by if
51681 src/com/gps/dao/GeofencingDAO.java 552 There is log block not surrounded by if
51682 src/com/gps/dao/GeofencingDAO.java 553 There is log block not surrounded by if
51683 src/com/gps/dao/GeofencingDAO.java 553 There is log block not surrounded by if
51684 src/com/gps/dao/GeofencingDAO.java 557 Potential violation of Law of Demeter (object not created locally)
51685 src/com/gps/dao/GeofencingDAO.java 558 Potential violation of Law of Demeter (object not created locally)
51686 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51687 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51688 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51689 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51690 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51691 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51692 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51693 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51694 src/com/gps/dao/GeofencingDAO.java 559 Potential violation of Law of Demeter (method chain calls)
51695 src/com/gps/dao/GeofencingDAO.java 559 There is log block not surrounded by if
51696 src/com/gps/dao/GeofencingDAO.java 559 There is log block not surrounded by if
51697 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51698 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51699 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51700 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51701 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51702 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51703 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51704 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51705 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51706 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51707 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51708 src/com/gps/dao/GeofencingDAO.java 560 Potential violation of Law of Demeter (method chain calls)
51709 src/com/gps/dao/GeofencingDAO.java 560 There is log block not surrounded by if
51710 src/com/gps/dao/GeofencingDAO.java 560 There is log block not surrounded by if
51711 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51712 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51713 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51714 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51715 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51716 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51717 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51718 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51719 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51720 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51721 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51722 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51723 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51724 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51725 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51726 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51727 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51728 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51729 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51730 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51731 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51732 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51733 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51734 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51735 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51736 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51737 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51738 src/com/gps/dao/GeofencingDAO.java 561 Potential violation of Law of Demeter (method chain calls)
51739 src/com/gps/dao/GeofencingDAO.java 561 There is log block not surrounded by if
51740 src/com/gps/dao/GeofencingDAO.java 561 There is log block not surrounded by if
51741 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51742 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51743 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51744 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51745 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51746 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51747 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51748 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51749 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (method chain calls)
51750 src/com/gps/dao/GeofencingDAO.java 562 Potential violation of Law of Demeter (object not created locally)
51751 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51752 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51753 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51754 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51755 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51756 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51757 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51758 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51759 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51760 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51761 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51762 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (method chain calls)
51763 src/com/gps/dao/GeofencingDAO.java 564 Potential violation of Law of Demeter (object not created locally)
51764 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51765 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51766 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51767 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51768 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51769 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51770 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51771 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51772 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51773 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51774 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51775 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51776 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51777 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51778 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51779 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51780 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51781 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51782 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51783 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51784 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51785 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51786 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51787 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51788 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51789 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51790 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51791 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (method chain calls)
51792 src/com/gps/dao/GeofencingDAO.java 565 Potential violation of Law of Demeter (object not created locally)
51793 src/com/gps/dao/GeofencingDAO.java 566 Potential violation of Law of Demeter (object not created locally)
51794 src/com/gps/dao/GeofencingDAO.java 567 Potential violation of Law of Demeter (object not created locally)
51795 src/com/gps/dao/GeofencingDAO.java 569 Potential violation of Law of Demeter (object not created locally)
51796 src/com/gps/dao/GeofencingDAO.java 573 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51797 src/com/gps/dao/GeofencingDAO.java 575 Avoid printStackTrace(); use a logger call instead.
51798 src/com/gps/dao/GeofencingDAO.java 575 Potential violation of Law of Demeter (object not created locally)
51799 src/com/gps/dao/GeofencingDAO.java 576 Avoid throwing raw exception types.
51800 src/com/gps/dao/GeofencingDAO.java 576 New exception is thrown in catch block, original stack trace may be lost
51801 src/com/gps/dao/GeofencingDAO.java 587 Parameter 'data' is not assigned and could be declared final
51802 src/com/gps/dao/GeofencingDAO.java 587 Parameter 'geofenceName' is not assigned and could be declared final
51803 src/com/gps/dao/GeofencingDAO.java 587 Parameter 'trip' is not assigned and could be declared final
51804 src/com/gps/dao/GeofencingDAO.java 587 Parameter 'userDet' is not assigned and could be declared final
51805 src/com/gps/dao/GeofencingDAO.java 589 Local variable 'geofence' could be declared final
51806 src/com/gps/dao/GeofencingDAO.java 592 Potential violation of Law of Demeter (object not created locally)
51807 src/com/gps/dao/GeofencingDAO.java 593 Potential violation of Law of Demeter (object not created locally)
51808 src/com/gps/dao/GeofencingDAO.java 594 Potential violation of Law of Demeter (method chain calls)
51809 src/com/gps/dao/GeofencingDAO.java 594 Potential violation of Law of Demeter (object not created locally)
51810 src/com/gps/dao/GeofencingDAO.java 595 Potential violation of Law of Demeter (method chain calls)
51811 src/com/gps/dao/GeofencingDAO.java 595 Potential violation of Law of Demeter (method chain calls)
51812 src/com/gps/dao/GeofencingDAO.java 595 Potential violation of Law of Demeter (object not created locally)
51813 src/com/gps/dao/GeofencingDAO.java 597 Potential violation of Law of Demeter (method chain calls)
51814 src/com/gps/dao/GeofencingDAO.java 597 Potential violation of Law of Demeter (method chain calls)
51815 src/com/gps/dao/GeofencingDAO.java 597 Potential violation of Law of Demeter (object not created locally)
51816 src/com/gps/dao/GeofencingDAO.java 598 Potential violation of Law of Demeter (method chain calls)
51817 src/com/gps/dao/GeofencingDAO.java 598 Potential violation of Law of Demeter (object not created locally)
51818 src/com/gps/dao/GeofencingDAO.java 599 Potential violation of Law of Demeter (object not created locally)
51819 src/com/gps/dao/GeofencingDAO.java 603 A method/constructor shouldnt explicitly throw java.lang.Exception
51820 src/com/gps/dao/GeofencingDAO.java 603 Parameter 'center' is not assigned and could be declared final
51821 src/com/gps/dao/GeofencingDAO.java 603 Parameter 'point' is not assigned and could be declared final
51822 src/com/gps/dao/GeofencingDAO.java 603 publicMethodCommentRequirement Required
51823 src/com/gps/dao/GeofencingDAO.java 607 Avoid unused local variables such as 'in'.
51824 src/com/gps/dao/GeofencingDAO.java 607 Avoid variables with short names like in
51825 src/com/gps/dao/GeofencingDAO.java 607 Found 'DD'-anomaly for variable 'in' (lines '607'-'614').
51826 src/com/gps/dao/GeofencingDAO.java 607 Found 'DD'-anomaly for variable 'in' (lines '607'-'616').
51827 src/com/gps/dao/GeofencingDAO.java 611 Potential violation of Law of Demeter (object not created locally)
51828 src/com/gps/dao/GeofencingDAO.java 612 There is log block not surrounded by if
51829 src/com/gps/dao/GeofencingDAO.java 612 There is log block not surrounded by if
51830 src/com/gps/dao/GeofencingDAO.java 614 Avoid using if...else statements without curly braces
51831 src/com/gps/dao/GeofencingDAO.java 614 Found 'DU'-anomaly for variable 'in' (lines '614'-'625').
51832 src/com/gps/dao/GeofencingDAO.java 616 Avoid using if...else statements without curly braces
51833 src/com/gps/dao/GeofencingDAO.java 616 Found 'DU'-anomaly for variable 'in' (lines '616'-'625').
51834 src/com/gps/dao/GeofencingDAO.java 619 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51835 src/com/gps/dao/GeofencingDAO.java 621 Avoid printStackTrace(); use a logger call instead.
51836 src/com/gps/dao/GeofencingDAO.java 621 Potential violation of Law of Demeter (object not created locally)
51837 src/com/gps/dao/GeofencingDAO.java 627 Parameter 'vehicleId' is not assigned and could be declared final
51838 src/com/gps/dao/GeofencingDAO.java 627 publicMethodCommentRequirement Required
51839 src/com/gps/dao/GeofencingDAO.java 629 Avoid unused local variables such as 'vehDAO'.
51840 src/com/gps/dao/GeofencingDAO.java 631 Found 'DD'-anomaly for variable 'trips' (lines '631'-'636').
51841 src/com/gps/dao/GeofencingDAO.java 634 Found 'DU'-anomaly for variable 'vehDAO' (lines '634'-'645').
51842 src/com/gps/dao/GeofencingDAO.java 635 Potential violation of Law of Demeter (method chain calls)
51843 src/com/gps/dao/GeofencingDAO.java 636 Potential violation of Law of Demeter (object not created locally)
51844 src/com/gps/dao/GeofencingDAO.java 640 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51845 src/com/gps/dao/GeofencingDAO.java 642 Avoid printStackTrace(); use a logger call instead.
51846 src/com/gps/dao/GeofencingDAO.java 642 Potential violation of Law of Demeter (object not created locally)
51847 src/com/gps/dao/GeofencingDAO.java 648 Comment is too large: Line too long
51848 src/com/gps/dao/GeofencingDAO.java 654 Comment is too large: Too many lines
51849 src/com/gps/dao/GeofencingDAO.java 664 A method/constructor shouldnt explicitly throw java.lang.Exception
51850 src/com/gps/dao/GeofencingDAO.java 664 Parameter 'packetTime' is not assigned and could be declared final
51851 src/com/gps/dao/GeofencingDAO.java 668 Local variable 'cal' could be declared final
51852 src/com/gps/dao/GeofencingDAO.java 672 There is log block not surrounded by if
51853 src/com/gps/dao/GeofencingDAO.java 672 There is log block not surrounded by if
51854 src/com/gps/dao/GeofencingDAO.java 673 Potential violation of Law of Demeter (object not created locally)
51855 src/com/gps/dao/GeofencingDAO.java 674 Potential violation of Law of Demeter (object not created locally)
51856 src/com/gps/dao/GeofencingDAO.java 674 There is log block not surrounded by if
51857 src/com/gps/dao/GeofencingDAO.java 674 There is log block not surrounded by if
51858 src/com/gps/dao/GeofencingDAO.java 675 Potential violation of Law of Demeter (object not created locally)
51859 src/com/gps/dao/GeofencingDAO.java 678 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51860 src/com/gps/dao/GeofencingDAO.java 680 Avoid printStackTrace(); use a logger call instead.
51861 src/com/gps/dao/GeofencingDAO.java 695 A method/constructor shouldnt explicitly throw java.lang.Exception
51862 src/com/gps/dao/GeofencingDAO.java 695 Parameter 'fence' is not assigned and could be declared final
51863 src/com/gps/dao/GeofencingDAO.java 695 Parameter 'packetTime' is not assigned and could be declared final
51864 src/com/gps/dao/GeofencingDAO.java 695 Parameter 'sessVal' is not assigned and could be declared final
51865 src/com/gps/dao/GeofencingDAO.java 698 Found 'DD'-anomaly for variable 'history' (lines '698'-'706').
51866 src/com/gps/dao/GeofencingDAO.java 699 Found 'DD'-anomaly for variable 'session' (lines '699'-'705').
51867 src/com/gps/dao/GeofencingDAO.java 700 Avoid variables with short names like tx
51868 src/com/gps/dao/GeofencingDAO.java 700 Found 'DD'-anomaly for variable 'tx' (lines '700'-'722').
51869 src/com/gps/dao/GeofencingDAO.java 702 Avoid unused local variables such as 'dao'.
51870 src/com/gps/dao/GeofencingDAO.java 702 Found 'DD'-anomaly for variable 'dao' (lines '702'-'707').
51871 src/com/gps/dao/GeofencingDAO.java 707 Found 'DU'-anomaly for variable 'dao' (lines '707'-'734').
51872 src/com/gps/dao/GeofencingDAO.java 708 Avoid using Literals in Conditional Statements
51873 src/com/gps/dao/GeofencingDAO.java 710 Potential violation of Law of Demeter (object not created locally)
51874 src/com/gps/dao/GeofencingDAO.java 711 Potential violation of Law of Demeter (object not created locally)
51875 src/com/gps/dao/GeofencingDAO.java 712 Potential violation of Law of Demeter (object not created locally)
51876 src/com/gps/dao/GeofencingDAO.java 716 Potential violation of Law of Demeter (object not created locally)
51877 src/com/gps/dao/GeofencingDAO.java 717 Potential violation of Law of Demeter (object not created locally)
51878 src/com/gps/dao/GeofencingDAO.java 718 Potential violation of Law of Demeter (object not created locally)
51879 src/com/gps/dao/GeofencingDAO.java 720 Potential violation of Law of Demeter (object not created locally)
51880 src/com/gps/dao/GeofencingDAO.java 721 There is log block not surrounded by if
51881 src/com/gps/dao/GeofencingDAO.java 721 There is log block not surrounded by if
51882 src/com/gps/dao/GeofencingDAO.java 722 Potential violation of Law of Demeter (object not created locally)
51883 src/com/gps/dao/GeofencingDAO.java 724 Potential violation of Law of Demeter (object not created locally)
51884 src/com/gps/dao/GeofencingDAO.java 725 Potential violation of Law of Demeter (object not created locally)
51885 src/com/gps/dao/GeofencingDAO.java 726 Potential violation of Law of Demeter (object not created locally)
51886 src/com/gps/dao/GeofencingDAO.java 729 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51887 src/com/gps/dao/GeofencingDAO.java 731 Avoid printStackTrace(); use a logger call instead.
51888 src/com/gps/dao/GeofencingDAO.java 731 Potential violation of Law of Demeter (object not created locally)
51889 src/com/gps/dao/GeofencingDAO.java 736 Parameter 'orgId' is not assigned and could be declared final
51890 src/com/gps/dao/GeofencingDAO.java 737 Found 'DD'-anomaly for variable 'sess' (lines '737'-'741').
51891 src/com/gps/dao/GeofencingDAO.java 738 Found 'DD'-anomaly for variable 'geoDataList' (lines '738'-'742').
51892 src/com/gps/dao/GeofencingDAO.java 739 Found 'DD'-anomaly for variable 'data' (lines '739'-'753').
51893 src/com/gps/dao/GeofencingDAO.java 739 Found 'DU'-anomaly for variable 'data' (lines '739'-'764').
51894 src/com/gps/dao/GeofencingDAO.java 743 There is log block not surrounded by if
51895 src/com/gps/dao/GeofencingDAO.java 743 There is log block not surrounded by if
51896 src/com/gps/dao/GeofencingDAO.java 744 Local variable 'vehFenceQry' could be declared final
51897 src/com/gps/dao/GeofencingDAO.java 746 Comment is too large: Line too long
51898 src/com/gps/dao/GeofencingDAO.java 747 Local variable 'fenceList' could be declared final
51899 src/com/gps/dao/GeofencingDAO.java 749 There is log block not surrounded by if
51900 src/com/gps/dao/GeofencingDAO.java 749 There is log block not surrounded by if
51901 src/com/gps/dao/GeofencingDAO.java 750 Local variable 'fenceIter' could be declared final
51902 src/com/gps/dao/GeofencingDAO.java 752 Local variable 'rows' could be declared final
51903 src/com/gps/dao/GeofencingDAO.java 753 Avoid instantiating new objects inside loops
51904 src/com/gps/dao/GeofencingDAO.java 753 Potential violation of Law of Demeter (method chain calls)
51905 src/com/gps/dao/GeofencingDAO.java 753 Potential violation of Law of Demeter (method chain calls)
51906 src/com/gps/dao/GeofencingDAO.java 754 Local variable 'ugdata' could be declared final
51907 src/com/gps/dao/GeofencingDAO.java 760 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51908 src/com/gps/dao/GeofencingDAO.java 761 The String literal "Exception:" appears 6 times in this file; the first occurrence is on line 761
51909 src/com/gps/dao/GeofencingDAO.java 761 There is log block not surrounded by if
51910 src/com/gps/dao/GeofencingDAO.java 766 Parameter 'fenceId' is not assigned and could be declared final
51911 src/com/gps/dao/GeofencingDAO.java 767 Found 'DD'-anomaly for variable 'sess' (lines '767'-'772').
51912 src/com/gps/dao/GeofencingDAO.java 768 Found 'DD'-anomaly for variable 'fenceUserList' (lines '768'-'776').
51913 src/com/gps/dao/GeofencingDAO.java 769 Found 'DD'-anomaly for variable 'userGeodata' (lines '769'-'773').
51914 src/com/gps/dao/GeofencingDAO.java 770 Found 'DD'-anomaly for variable 'ugData' (lines '770'-'782').
51915 src/com/gps/dao/GeofencingDAO.java 770 Found 'DU'-anomaly for variable 'ugData' (lines '770'-'796').
51916 src/com/gps/dao/GeofencingDAO.java 774 Local variable 'userFenceQry' could be declared final
51917 src/com/gps/dao/GeofencingDAO.java 778 There is log block not surrounded by if
51918 src/com/gps/dao/GeofencingDAO.java 778 There is log block not surrounded by if
51919 src/com/gps/dao/GeofencingDAO.java 779 Local variable 'userFenceIter' could be declared final
51920 src/com/gps/dao/GeofencingDAO.java 781 Local variable 'rows' could be declared final
51921 src/com/gps/dao/GeofencingDAO.java 782 Avoid instantiating new objects inside loops
51922 src/com/gps/dao/GeofencingDAO.java 783 Potential violation of Law of Demeter (method chain calls)
51923 src/com/gps/dao/GeofencingDAO.java 783 Potential violation of Law of Demeter (method chain calls)
51924 src/com/gps/dao/GeofencingDAO.java 783 Potential violation of Law of Demeter (method chain calls)
51925 src/com/gps/dao/GeofencingDAO.java 783 Potential violation of Law of Demeter (method chain calls)
51926 src/com/gps/dao/GeofencingDAO.java 785 Potential violation of Law of Demeter (method chain calls)
51927 src/com/gps/dao/GeofencingDAO.java 785 Potential violation of Law of Demeter (method chain calls)
51928 src/com/gps/dao/GeofencingDAO.java 785 Potential violation of Law of Demeter (method chain calls)
51929 src/com/gps/dao/GeofencingDAO.java 785 Potential violation of Law of Demeter (method chain calls)
51930 src/com/gps/dao/GeofencingDAO.java 786 Potential violation of Law of Demeter (method chain calls)
51931 src/com/gps/dao/GeofencingDAO.java 786 Potential violation of Law of Demeter (method chain calls)
51932 src/com/gps/dao/GeofencingDAO.java 787 Potential violation of Law of Demeter (method chain calls)
51933 src/com/gps/dao/GeofencingDAO.java 787 Potential violation of Law of Demeter (method chain calls)
51934 src/com/gps/dao/GeofencingDAO.java 787 Potential violation of Law of Demeter (method chain calls)
51935 src/com/gps/dao/GeofencingDAO.java 787 Potential violation of Law of Demeter (method chain calls)
51936 src/com/gps/dao/GeofencingDAO.java 788 Potential violation of Law of Demeter (method chain calls)
51937 src/com/gps/dao/GeofencingDAO.java 788 Potential violation of Law of Demeter (method chain calls)
51938 src/com/gps/dao/GeofencingDAO.java 788 Potential violation of Law of Demeter (method chain calls)
51939 src/com/gps/dao/GeofencingDAO.java 788 Potential violation of Law of Demeter (method chain calls)
51940 src/com/gps/dao/GeofencingDAO.java 792 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51941 src/com/gps/dao/GeofencingDAO.java 793 There is log block not surrounded by if
51942 src/com/gps/dao/GeofencingDAO.java 798 Parameter 'geofenceData' is not assigned and could be declared final
51943 src/com/gps/dao/GeofencingDAO.java 798 Parameter 'orgId' is not assigned and could be declared final
51944 src/com/gps/dao/GeofencingDAO.java 799 Found 'DD'-anomaly for variable 'tpDAO' (lines '799'-'810').
51945 src/com/gps/dao/GeofencingDAO.java 800 Found 'DD'-anomaly for variable 'trip' (lines '800'-'812').
51946 src/com/gps/dao/GeofencingDAO.java 801 Found 'DD'-anomaly for variable 'tripId' (lines '801'-'814').
51947 src/com/gps/dao/GeofencingDAO.java 802 Found 'DD'-anomaly for variable 'detailsDAO' (lines '802'-'811').
51948 src/com/gps/dao/GeofencingDAO.java 803 Found 'DD'-anomaly for variable 'fenceDao' (lines '803'-'826').
51949 src/com/gps/dao/GeofencingDAO.java 803 Found 'DU'-anomaly for variable 'fenceDao' (lines '803'-'851').
51950 src/com/gps/dao/GeofencingDAO.java 804 Found 'DD'-anomaly for variable 'geofence' (lines '804'-'818').
51951 src/com/gps/dao/GeofencingDAO.java 804 Found 'DD'-anomaly for variable 'geofence' (lines '804'-'827').
51952 src/com/gps/dao/GeofencingDAO.java 806 Avoid variables with short names like tx
51953 src/com/gps/dao/GeofencingDAO.java 806 Found 'DD'-anomaly for variable 'tx' (lines '806'-'829').
51954 src/com/gps/dao/GeofencingDAO.java 807 Found 'DD'-anomaly for variable 'fenceId' (lines '807'-'841').
51955 src/com/gps/dao/GeofencingDAO.java 807 Found 'DD'-anomaly for variable 'fenceId' (lines '807'-'843').
51956 src/com/gps/dao/GeofencingDAO.java 813 There is log block not surrounded by if
51957 src/com/gps/dao/GeofencingDAO.java 813 There is log block not surrounded by if
51958 src/com/gps/dao/GeofencingDAO.java 814 Potential violation of Law of Demeter (object not created locally)
51959 src/com/gps/dao/GeofencingDAO.java 817 There is log block not surrounded by if
51960 src/com/gps/dao/GeofencingDAO.java 817 There is log block not surrounded by if
51961 src/com/gps/dao/GeofencingDAO.java 820 Local variable 'tripInsCount' could be declared final
51962 src/com/gps/dao/GeofencingDAO.java 820 Potential violation of Law of Demeter (object not created locally)
51963 src/com/gps/dao/GeofencingDAO.java 821 Avoid using Literals in Conditional Statements
51964 src/com/gps/dao/GeofencingDAO.java 822 Potential violation of Law of Demeter (object not created locally)
51965 src/com/gps/dao/GeofencingDAO.java 827 Potential violation of Law of Demeter (object not created locally)
51966 src/com/gps/dao/GeofencingDAO.java 829 Potential violation of Law of Demeter (object not created locally)
51967 src/com/gps/dao/GeofencingDAO.java 831 Potential violation of Law of Demeter (object not created locally)
51968 src/com/gps/dao/GeofencingDAO.java 831 Potential violation of Law of Demeter (object not created locally)
51969 src/com/gps/dao/GeofencingDAO.java 832 Potential violation of Law of Demeter (object not created locally)
51970 src/com/gps/dao/GeofencingDAO.java 833 Potential violation of Law of Demeter (object not created locally)
51971 src/com/gps/dao/GeofencingDAO.java 834 Potential violation of Law of Demeter (object not created locally)
51972 src/com/gps/dao/GeofencingDAO.java 835 Potential violation of Law of Demeter (object not created locally)
51973 src/com/gps/dao/GeofencingDAO.java 836 Comment is too large: Line too long
51974 src/com/gps/dao/GeofencingDAO.java 837 Potential violation of Law of Demeter (object not created locally)
51975 src/com/gps/dao/GeofencingDAO.java 838 Potential violation of Law of Demeter (object not created locally)
51976 src/com/gps/dao/GeofencingDAO.java 840 Potential violation of Law of Demeter (object not created locally)
51977 src/com/gps/dao/GeofencingDAO.java 843 Potential violation of Law of Demeter (object not created locally)
51978 src/com/gps/dao/GeofencingDAO.java 845 There is log block not surrounded by if
51979 src/com/gps/dao/GeofencingDAO.java 845 There is log block not surrounded by if
51980 src/com/gps/dao/GeofencingDAO.java 846 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
51981 src/com/gps/dao/GeofencingDAO.java 847 There is log block not surrounded by if
51982 src/com/gps/dao/GeofencingDAO.java 848 Potential violation of Law of Demeter (object not created locally)
51983 src/com/gps/dao/GeofencingDAO.java 853 Parameter 'geofenceData' is not assigned and could be declared final
51984 src/com/gps/dao/GeofencingDAO.java 854 Found 'DD'-anomaly for variable 'geofence' (lines '854'-'863').
51985 src/com/gps/dao/GeofencingDAO.java 854 Found 'DU'-anomaly for variable 'geofence' (lines '854'-'877').
51986 src/com/gps/dao/GeofencingDAO.java 855 Found 'DD'-anomaly for variable 'geoDAO' (lines '855'-'861').
51987 src/com/gps/dao/GeofencingDAO.java 857 Avoid variables with short names like tx
51988 src/com/gps/dao/GeofencingDAO.java 857 Found 'DD'-anomaly for variable 'tx' (lines '857'-'860').
51989 src/com/gps/dao/GeofencingDAO.java 860 Potential violation of Law of Demeter (object not created locally)
51990 src/com/gps/dao/GeofencingDAO.java 861 Found 'DU'-anomaly for variable 'geoDAO' (lines '861'-'877').
51991 src/com/gps/dao/GeofencingDAO.java 863 Potential violation of Law of Demeter (object not created locally)
51992 src/com/gps/dao/GeofencingDAO.java 864 Potential violation of Law of Demeter (object not created locally)
51993 src/com/gps/dao/GeofencingDAO.java 865 Potential violation of Law of Demeter (object not created locally)
51994 src/com/gps/dao/GeofencingDAO.java 866 Potential violation of Law of Demeter (object not created locally)
51995 src/com/gps/dao/GeofencingDAO.java 867 Potential violation of Law of Demeter (object not created locally)
51996 src/com/gps/dao/GeofencingDAO.java 868 Potential violation of Law of Demeter (object not created locally)
51997 src/com/gps/dao/GeofencingDAO.java 869 Potential violation of Law of Demeter (object not created locally)
51998 src/com/gps/dao/GeofencingDAO.java 871 There is log block not surrounded by if
51999 src/com/gps/dao/GeofencingDAO.java 871 There is log block not surrounded by if
52000 src/com/gps/dao/GeofencingDAO.java 872 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52001 src/com/gps/dao/GeofencingDAO.java 873 There is log block not surrounded by if
52002 src/com/gps/dao/GeofencingDAO.java 874 Potential violation of Law of Demeter (object not created locally)
52003 src/com/gps/dao/GeofencingDAO.java 879 Parameter 'geofenceData' is not assigned and could be declared final
52004 src/com/gps/dao/GeofencingDAO.java 881 Found 'DD'-anomaly for variable 'geoDAO' (lines '881'-'887').
52005 src/com/gps/dao/GeofencingDAO.java 882 Found 'DD'-anomaly for variable 'geofence' (lines '882'-'889').
52006 src/com/gps/dao/GeofencingDAO.java 882 Found 'DU'-anomaly for variable 'geofence' (lines '882'-'900').
52007 src/com/gps/dao/GeofencingDAO.java 883 Avoid variables with short names like tx
52008 src/com/gps/dao/GeofencingDAO.java 883 Found 'DD'-anomaly for variable 'tx' (lines '883'-'886').
52009 src/com/gps/dao/GeofencingDAO.java 886 Potential violation of Law of Demeter (object not created locally)
52010 src/com/gps/dao/GeofencingDAO.java 887 Found 'DU'-anomaly for variable 'geoDAO' (lines '887'-'900').
52011 src/com/gps/dao/GeofencingDAO.java 889 Potential violation of Law of Demeter (object not created locally)
52012 src/com/gps/dao/GeofencingDAO.java 890 Potential violation of Law of Demeter (object not created locally)
52013 src/com/gps/dao/GeofencingDAO.java 891 Potential violation of Law of Demeter (object not created locally)
52014 src/com/gps/dao/GeofencingDAO.java 893 There is log block not surrounded by if
52015 src/com/gps/dao/GeofencingDAO.java 893 There is log block not surrounded by if
52016 src/com/gps/dao/GeofencingDAO.java 895 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52017 src/com/gps/dao/GeofencingDAO.java 896 There is log block not surrounded by if
52018 src/com/gps/dao/GeofencingDAO.java 897 Potential violation of Law of Demeter (object not created locally)
52019 src/com/gps/dao/GeofencingDAO.java 902 Parameter 'tripid' is not assigned and could be declared final
52020 src/com/gps/dao/GeofencingDAO.java 904 Found 'DD'-anomaly for variable 'maxFenceId' (lines '904'-'911').
52021 src/com/gps/dao/GeofencingDAO.java 907 Local variable 'maxFenceQry' could be declared final
52022 src/com/gps/dao/GeofencingDAO.java 907 Potential violation of Law of Demeter (object not created locally)
52023 src/com/gps/dao/GeofencingDAO.java 908 Potential violation of Law of Demeter (object not created locally)
52024 src/com/gps/dao/GeofencingDAO.java 909 Local variable 'maxlist' could be declared final
52025 src/com/gps/dao/GeofencingDAO.java 909 Potential violation of Law of Demeter (object not created locally)
52026 src/com/gps/dao/GeofencingDAO.java 910 Potential violation of Law of Demeter (object not created locally)
52027 src/com/gps/dao/GeofencingDAO.java 911 Potential violation of Law of Demeter (object not created locally)
52028 src/com/gps/dao/GeofencingDAO.java 913 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52029 src/com/gps/dao/GeofencingDAO.java 914 There is log block not surrounded by if
52030 src/com/gps/dao/GoogleReqCountDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
52031 src/com/gps/dao/GoogleReqCountDAO.java 11 Avoid unused imports such as 'com.gps.hibernate.Organization'
52032 src/com/gps/dao/GoogleReqCountDAO.java 13 headerCommentRequirement Required
52033 src/com/gps/dao/GoogleReqCountDAO.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
52034 src/com/gps/dao/GoogleReqCountDAO.java 14 Use explicit scoping instead of the default package private level
52035 src/com/gps/dao/GoogleReqCountDAO.java 14 fieldCommentRequirement Required
52036 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'count' is not assigned and could be declared final
52037 src/com/gps/dao/GoogleReqCountDAO.java 17 Parameter 'orgId' is not assigned and could be declared final
52038 src/com/gps/dao/GoogleReqCountDAO.java 17 publicMethodCommentRequirement Required
52039 src/com/gps/dao/GoogleReqCountDAO.java 19 Local variable 'date' could be declared final
52040 src/com/gps/dao/GoogleReqCountDAO.java 21 Local variable 'stamp' could be declared final
52041 src/com/gps/dao/GoogleReqCountDAO.java 21 Potential violation of Law of Demeter (object not created locally)
52042 src/com/gps/dao/GoogleReqCountDAO.java 24 Avoid variables with short names like tr
52043 src/com/gps/dao/GoogleReqCountDAO.java 24 Local variable 'tr' could be declared final
52044 src/com/gps/dao/GoogleReqCountDAO.java 26 Local variable 'count_obj' could be declared final
52045 src/com/gps/dao/GoogleReqCountDAO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_obj' is not final.
52046 src/com/gps/dao/GoogleReqCountDAO.java 28 Potential violation of Law of Demeter (object not created locally)
52047 src/com/gps/dao/GoogleReqCountDAO.java 33 Parameter 'args' is not assigned and could be declared final
52048 src/com/gps/dao/GoogleReqCountDAO.java 33 publicMethodCommentRequirement Required
52049 src/com/gps/dao/GoogleReqCountDAO.java 36 Local variable 'google' could be declared final
52050 src/com/gps/dao/HolidayProcessDAO.java 5 Avoid unused imports such as 'java.util.ArrayList'
52051 src/com/gps/dao/HolidayProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
52052 src/com/gps/dao/HolidayProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
52053 src/com/gps/dao/HolidayProcessDAO.java 14 Avoid unused imports such as 'org.hibernate.Query'
52054 src/com/gps/dao/HolidayProcessDAO.java 17 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
52055 src/com/gps/dao/HolidayProcessDAO.java 22 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
52056 src/com/gps/dao/HolidayProcessDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
52057 src/com/gps/dao/HolidayProcessDAO.java 26 headerCommentRequirement Required
52058 src/com/gps/dao/HolidayProcessDAO.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
52059 src/com/gps/dao/HolidayProcessDAO.java 32 Use explicit scoping instead of the default package private level
52060 src/com/gps/dao/HolidayProcessDAO.java 33 Avoid variables with short names like tx
52061 src/com/gps/dao/HolidayProcessDAO.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
52062 src/com/gps/dao/HolidayProcessDAO.java 33 Use explicit scoping instead of the default package private level
52063 src/com/gps/dao/HolidayProcessDAO.java 33 fieldCommentRequirement Required
52064 src/com/gps/dao/HolidayProcessDAO.java 34 The Logger variable declaration does not contain the static and final modifiers
52065 src/com/gps/dao/HolidayProcessDAO.java 34 Use explicit scoping instead of the default package private level
52066 src/com/gps/dao/HolidayProcessDAO.java 34 fieldCommentRequirement Required
52067 src/com/gps/dao/HolidayProcessDAO.java 36 Avoid unused private fields such as 'holiday'.
52068 src/com/gps/dao/HolidayProcessDAO.java 36 fieldCommentRequirement Required
52069 src/com/gps/dao/HolidayProcessDAO.java 39 A method/constructor shouldnt explicitly throw java.lang.Exception
52070 src/com/gps/dao/HolidayProcessDAO.java 39 Method names should not start with capital letters
52071 src/com/gps/dao/HolidayProcessDAO.java 39 Parameter 'holiday' is not assigned and could be declared final
52072 src/com/gps/dao/HolidayProcessDAO.java 39 publicMethodCommentRequirement Required
52073 src/com/gps/dao/HolidayProcessDAO.java 41 There is log block not surrounded by if
52074 src/com/gps/dao/HolidayProcessDAO.java 41 There is log block not surrounded by if
52075 src/com/gps/dao/HolidayProcessDAO.java 42 Local variable 'hddao' could be declared final
52076 src/com/gps/dao/HolidayProcessDAO.java 44 Found 'DD'-anomaly for variable 'sess' (lines '44'-'48').
52077 src/com/gps/dao/HolidayProcessDAO.java 45 Avoid variables with short names like tx
52078 src/com/gps/dao/HolidayProcessDAO.java 45 Found 'DD'-anomaly for variable 'tx' (lines '45'-'49').
52079 src/com/gps/dao/HolidayProcessDAO.java 48 Potential violation of Law of Demeter (object not created locally)
52080 src/com/gps/dao/HolidayProcessDAO.java 49 Potential violation of Law of Demeter (object not created locally)
52081 src/com/gps/dao/HolidayProcessDAO.java 51 Potential violation of Law of Demeter (object not created locally)
52082 src/com/gps/dao/HolidayProcessDAO.java 52 Potential violation of Law of Demeter (object not created locally)
52083 src/com/gps/dao/HolidayProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
52084 src/com/gps/dao/HolidayProcessDAO.java 54 Potential violation of Law of Demeter (object not created locally)
52085 src/com/gps/dao/HolidayProcessDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52086 src/com/gps/dao/HolidayProcessDAO.java 60 Avoid printStackTrace(); use a logger call instead.
52087 src/com/gps/dao/HolidayProcessDAO.java 60 Potential violation of Law of Demeter (object not created locally)
52088 src/com/gps/dao/HolidayProcessDAO.java 63 Avoid empty finally blocks
52089 src/com/gps/dao/HolidayProcessDAO.java 70 A method/constructor shouldnt explicitly throw java.lang.Exception
52090 src/com/gps/dao/HolidayProcessDAO.java 70 Parameter 'orgId' is not assigned and could be declared final
52091 src/com/gps/dao/HolidayProcessDAO.java 70 publicMethodCommentRequirement Required
52092 src/com/gps/dao/HolidayProcessDAO.java 72 Local variable 'hddao' could be declared final
52093 src/com/gps/dao/HolidayProcessDAO.java 73 Found 'DD'-anomaly for variable 'holidayList' (lines '73'-'81').
52094 src/com/gps/dao/HolidayProcessDAO.java 74 Found 'DD'-anomaly for variable 'sess' (lines '74'-'78').
52095 src/com/gps/dao/HolidayProcessDAO.java 75 Avoid variables with short names like tx
52096 src/com/gps/dao/HolidayProcessDAO.java 75 Found 'DD'-anomaly for variable 'tx' (lines '75'-'79').
52097 src/com/gps/dao/HolidayProcessDAO.java 78 Potential violation of Law of Demeter (object not created locally)
52098 src/com/gps/dao/HolidayProcessDAO.java 79 Potential violation of Law of Demeter (object not created locally)
52099 src/com/gps/dao/HolidayProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
52100 src/com/gps/dao/HolidayProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
52101 src/com/gps/dao/HolidayProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
52102 src/com/gps/dao/HolidayProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
52103 src/com/gps/dao/HolidayProcessDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52104 src/com/gps/dao/HolidayProcessDAO.java 91 Avoid printStackTrace(); use a logger call instead.
52105 src/com/gps/dao/HolidayProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
52106 src/com/gps/dao/HolidayProcessDAO.java 94 Avoid empty finally blocks
52107 src/com/gps/dao/HolidayProcessDAO.java 100 A method/constructor shouldnt explicitly throw java.lang.Exception
52108 src/com/gps/dao/HolidayProcessDAO.java 100 Parameter 'holidays' is not assigned and could be declared final
52109 src/com/gps/dao/HolidayProcessDAO.java 100 publicMethodCommentRequirement Required
52110 src/com/gps/dao/HolidayProcessDAO.java 103 Local variable 'vdao' could be declared final
52111 src/com/gps/dao/HolidayProcessDAO.java 107 Potential violation of Law of Demeter (object not created locally)
52112 src/com/gps/dao/HolidayProcessDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52113 src/com/gps/dao/HolidayProcessDAO.java 118 Avoid printStackTrace(); use a logger call instead.
52114 src/com/gps/dao/HolidayProcessDAO.java 118 Potential violation of Law of Demeter (object not created locally)
52115 src/com/gps/dao/HolidayProcessDAO.java 121 Avoid empty finally blocks
52116 src/com/gps/dao/HolidayProcessDAO.java 127 Parameter 'org' is not assigned and could be declared final
52117 src/com/gps/dao/HolidayProcessDAO.java 127 publicMethodCommentRequirement Required
52118 src/com/gps/dao/HolidayProcessDAO.java 128 Local variable 'currentDate' could be declared final
52119 src/com/gps/dao/HolidayProcessDAO.java 129 Local variable 'sdf' could be declared final
52120 src/com/gps/dao/HolidayProcessDAO.java 129 When instantiating a SimpleDateFormat object, specify a Locale
52121 src/com/gps/dao/HolidayProcessDAO.java 131 Avoid declaring a variable if it is unreferenced before a possible exit point.
52122 src/com/gps/dao/HolidayProcessDAO.java 131 Avoid unused local variables such as 'holidayList'.
52123 src/com/gps/dao/HolidayProcessDAO.java 131 Found 'DU'-anomaly for variable 'holidayList' (lines '131'-'141').
52124 src/com/gps/dao/HolidayProcessDAO.java 131 Local variable 'holidayList' could be declared final
52125 src/com/gps/dao/HolidayProcessDAO.java 133 Avoid declaring a variable if it is unreferenced before a possible exit point.
52126 src/com/gps/dao/HolidayProcessDAO.java 133 Avoid unused local variables such as 'dateNow'.
52127 src/com/gps/dao/HolidayProcessDAO.java 133 Found 'DU'-anomaly for variable 'dateNow' (lines '133'-'141').
52128 src/com/gps/dao/HolidayProcessDAO.java 133 Local variable 'dateNow' could be declared final
52129 src/com/gps/dao/HolidayProcessDAO.java 133 Potential violation of Law of Demeter (object not created locally)
52130 src/com/gps/dao/HolidayProcessDAO.java 135 A method should have only one exit point, and that should be the last statement in the method
52131 src/com/gps/dao/HolidayProcessDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52132 src/com/gps/dao/HolidayProcessDAO.java 138 Avoid printStackTrace(); use a logger call instead.
52133 src/com/gps/dao/HolidayProcessDAO.java 145 A method/constructor shouldnt explicitly throw java.lang.Exception
52134 src/com/gps/dao/HolidayProcessDAO.java 145 Parameter 'args' is not assigned and could be declared final
52135 src/com/gps/dao/HolidayProcessDAO.java 145 publicMethodCommentRequirement Required
52136 src/com/gps/dao/HolidayProcessDAO.java 148 Avoid unused local variables such as 'dao'.
52137 src/com/gps/dao/HolidayProcessDAO.java 148 Found 'DU'-anomaly for variable 'dao' (lines '148'-'153').
52138 src/com/gps/dao/HolidayProcessDAO.java 148 Local variable 'dao' could be declared final
52139 src/com/gps/dao/HolidayProcessDAO.java 149 Avoid unused local variables such as 'hdDao'.
52140 src/com/gps/dao/HolidayProcessDAO.java 149 Found 'DU'-anomaly for variable 'hdDao' (lines '149'-'153').
52141 src/com/gps/dao/HolidayProcessDAO.java 149 Local variable 'hdDao' could be declared final
52142 src/com/gps/dao/HolidayProcessDAO.java 150 There is log block not surrounded by if
52143 src/com/gps/dao/HolidayProcessDAO.java 150 There is log block not surrounded by if
52144 src/com/gps/dao/LocationProcessDAO.java 3 Avoid unused imports such as 'java.text.SimpleDateFormat'
52145 src/com/gps/dao/LocationProcessDAO.java 4 Avoid unused imports such as 'java.util.ArrayList'
52146 src/com/gps/dao/LocationProcessDAO.java 5 Avoid unused imports such as 'java.util.Calendar'
52147 src/com/gps/dao/LocationProcessDAO.java 6 Avoid unused imports such as 'java.util.HashSet'
52148 src/com/gps/dao/LocationProcessDAO.java 7 Avoid unused imports such as 'java.util.Set'
52149 src/com/gps/dao/LocationProcessDAO.java 8 Avoid unused imports such as 'java.util.List'
52150 src/com/gps/dao/LocationProcessDAO.java 10 Avoid unused imports such as 'org.hibernate.Query'
52151 src/com/gps/dao/LocationProcessDAO.java 13 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
52152 src/com/gps/dao/LocationProcessDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.Location'
52153 src/com/gps/dao/LocationProcessDAO.java 16 Avoid unused imports such as 'com.gps.hibernate.Organization'
52154 src/com/gps/dao/LocationProcessDAO.java 20 headerCommentRequirement Required
52155 src/com/gps/dao/LocationProcessDAO.java 26 Use explicit scoping instead of the default package private level
52156 src/com/gps/dao/LocationProcessDAO.java 27 Avoid variables with short names like tx
52157 src/com/gps/dao/LocationProcessDAO.java 27 Use explicit scoping instead of the default package private level
52158 src/com/gps/dao/LocationProcessDAO.java 27 fieldCommentRequirement Required
52159 src/com/gps/dao/LocationProcessDAO.java 28 The Logger variable declaration does not contain the static and final modifiers
52160 src/com/gps/dao/LocationProcessDAO.java 28 Use explicit scoping instead of the default package private level
52161 src/com/gps/dao/LocationProcessDAO.java 28 fieldCommentRequirement Required
52162 src/com/gps/dao/LocationProcessDAO.java 30 Parameter 'busname' is not assigned and could be declared final
52163 src/com/gps/dao/LocationProcessDAO.java 30 publicMethodCommentRequirement Required
52164 src/com/gps/dao/LocationProcessDAO.java 32 There is log block not surrounded by if
52165 src/com/gps/dao/LocationProcessDAO.java 32 There is log block not surrounded by if
52166 src/com/gps/dao/LocationProcessDAO.java 33 Local variable 'locationDAO' could be declared final
52167 src/com/gps/dao/LocationProcessDAO.java 34 Found 'DD'-anomaly for variable 'location' (lines '34'-'37').
52168 src/com/gps/dao/LocationProcessDAO.java 36 Avoid declaring a variable if it is unreferenced before a possible exit point.
52169 src/com/gps/dao/LocationProcessDAO.java 36 Avoid unused local variables such as 'stat'.
52170 src/com/gps/dao/LocationProcessDAO.java 36 Found 'DU'-anomaly for variable 'stat' (lines '36'-'45').
52171 src/com/gps/dao/LocationProcessDAO.java 36 Local variable 'stat' could be declared final
52172 src/com/gps/dao/LocationProcessDAO.java 37 Potential violation of Law of Demeter (object not created locally)
52173 src/com/gps/dao/LocationProcessDAO.java 38 System.out.print is used
52174 src/com/gps/dao/LocationProcessDAO.java 39 A method should have only one exit point, and that should be the last statement in the method
52175 src/com/gps/dao/LocationProcessDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52176 src/com/gps/dao/LocationProcessDAO.java 42 Avoid printStackTrace(); use a logger call instead.
52177 src/com/gps/dao/LocationProcessDAO.java 42 Potential violation of Law of Demeter (object not created locally)
52178 src/com/gps/dao/LocationProcessDAO.java 46 Parameter 'tripid' is not assigned and could be declared final
52179 src/com/gps/dao/LocationProcessDAO.java 46 publicMethodCommentRequirement Required
52180 src/com/gps/dao/LocationProcessDAO.java 48 There is log block not surrounded by if
52181 src/com/gps/dao/LocationProcessDAO.java 48 There is log block not surrounded by if
52182 src/com/gps/dao/LocationProcessDAO.java 49 Local variable 'locationDAO' could be declared final
52183 src/com/gps/dao/LocationProcessDAO.java 50 Found 'DD'-anomaly for variable 'location' (lines '50'-'53').
52184 src/com/gps/dao/LocationProcessDAO.java 52 Avoid declaring a variable if it is unreferenced before a possible exit point.
52185 src/com/gps/dao/LocationProcessDAO.java 52 Avoid unused local variables such as 'stat'.
52186 src/com/gps/dao/LocationProcessDAO.java 52 Found 'DU'-anomaly for variable 'stat' (lines '52'-'60').
52187 src/com/gps/dao/LocationProcessDAO.java 52 Local variable 'stat' could be declared final
52188 src/com/gps/dao/LocationProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
52189 src/com/gps/dao/LocationProcessDAO.java 54 A method should have only one exit point, and that should be the last statement in the method
52190 src/com/gps/dao/LocationProcessDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52191 src/com/gps/dao/LocationProcessDAO.java 57 Avoid printStackTrace(); use a logger call instead.
52192 src/com/gps/dao/LocationProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
52193 src/com/gps/dao/LocationProcessDAO.java 62 A method/constructor shouldnt explicitly throw java.lang.Exception
52194 src/com/gps/dao/LocationProcessDAO.java 62 Parameter 'args' is not assigned and could be declared final
52195 src/com/gps/dao/LocationProcessDAO.java 62 publicMethodCommentRequirement Required
52196 src/com/gps/dao/LocationProcessDAO.java 64 System.out.print is used
52197 src/com/gps/dao/LoginProcessDAO.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
52198 src/com/gps/dao/LoginProcessDAO.java 6 Avoid unused imports such as 'java.util.Calendar'
52199 src/com/gps/dao/LoginProcessDAO.java 7 Avoid unused imports such as 'java.util.HashSet'
52200 src/com/gps/dao/LoginProcessDAO.java 8 Avoid unused imports such as 'java.util.Set'
52201 src/com/gps/dao/LoginProcessDAO.java 14 Avoid unused imports such as 'org.hibernate.Query'
52202 src/com/gps/dao/LoginProcessDAO.java 17 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
52203 src/com/gps/dao/LoginProcessDAO.java 18 Avoid unused imports such as 'com.gps.hibernate.Organization'
52204 src/com/gps/dao/LoginProcessDAO.java 23 headerCommentRequirement Required
52205 src/com/gps/dao/LoginProcessDAO.java 29 Use explicit scoping instead of the default package private level
52206 src/com/gps/dao/LoginProcessDAO.java 30 Avoid variables with short names like tx
52207 src/com/gps/dao/LoginProcessDAO.java 30 Use explicit scoping instead of the default package private level
52208 src/com/gps/dao/LoginProcessDAO.java 30 fieldCommentRequirement Required
52209 src/com/gps/dao/LoginProcessDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
52210 src/com/gps/dao/LoginProcessDAO.java 31 Use explicit scoping instead of the default package private level
52211 src/com/gps/dao/LoginProcessDAO.java 31 fieldCommentRequirement Required
52212 src/com/gps/dao/LoginProcessDAO.java 33 Method names should not start with capital letters
52213 src/com/gps/dao/LoginProcessDAO.java 33 Parameter 'password' is not assigned and could be declared final
52214 src/com/gps/dao/LoginProcessDAO.java 33 Parameter 'username' is not assigned and could be declared final
52215 src/com/gps/dao/LoginProcessDAO.java 33 publicMethodCommentRequirement Required
52216 src/com/gps/dao/LoginProcessDAO.java 34 System.out.print is used
52217 src/com/gps/dao/LoginProcessDAO.java 35 There is log block not surrounded by if
52218 src/com/gps/dao/LoginProcessDAO.java 35 There is log block not surrounded by if
52219 src/com/gps/dao/LoginProcessDAO.java 36 Local variable 'loginDAO' could be declared final
52220 src/com/gps/dao/LoginProcessDAO.java 39 Potential violation of Law of Demeter (object not created locally)
52221 src/com/gps/dao/LoginProcessDAO.java 40 A method should have only one exit point, and that should be the last statement in the method
52222 src/com/gps/dao/LoginProcessDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52223 src/com/gps/dao/LoginProcessDAO.java 43 Avoid printStackTrace(); use a logger call instead.
52224 src/com/gps/dao/LoginProcessDAO.java 43 Potential violation of Law of Demeter (object not created locally)
52225 src/com/gps/dao/LoginProcessDAO.java 49 Method names should not start with capital letters
52226 src/com/gps/dao/LoginProcessDAO.java 49 Parameter 'password' is not assigned and could be declared final
52227 src/com/gps/dao/LoginProcessDAO.java 49 Parameter 'username' is not assigned and could be declared final
52228 src/com/gps/dao/LoginProcessDAO.java 49 publicMethodCommentRequirement Required
52229 src/com/gps/dao/LoginProcessDAO.java 50 Local variable 'loginDAO' could be declared final
52230 src/com/gps/dao/LoginProcessDAO.java 52 Found 'DD'-anomaly for variable 'organization' (lines '52'-'53').
52231 src/com/gps/dao/LoginProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
52232 src/com/gps/dao/LoginProcessDAO.java 54 A method should have only one exit point, and that should be the last statement in the method
52233 src/com/gps/dao/LoginProcessDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52234 src/com/gps/dao/LoginProcessDAO.java 57 Avoid printStackTrace(); use a logger call instead.
52235 src/com/gps/dao/LoginProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
52236 src/com/gps/dao/LoginProcessDAO.java 62 A method/constructor shouldnt explicitly throw java.lang.Exception
52237 src/com/gps/dao/LoginProcessDAO.java 62 Parameter 'args' is not assigned and could be declared final
52238 src/com/gps/dao/LoginProcessDAO.java 62 publicMethodCommentRequirement Required
52239 src/com/gps/dao/LoginProcessDAO.java 65 System.out.print is used
52240 src/com/gps/dao/OrganizationMessageDAO.java 21 headerCommentRequirement Required
52241 src/com/gps/dao/OrganizationMessageDAO.java 22 The Logger variable declaration does not contain the static and final modifiers
52242 src/com/gps/dao/OrganizationMessageDAO.java 22 Use explicit scoping instead of the default package private level
52243 src/com/gps/dao/OrganizationMessageDAO.java 22 fieldCommentRequirement Required
52244 src/com/gps/dao/OrganizationMessageDAO.java 24 Parameter 'orgId' is not assigned and could be declared final
52245 src/com/gps/dao/OrganizationMessageDAO.java 24 Parameter 'status' is not assigned and could be declared final
52246 src/com/gps/dao/OrganizationMessageDAO.java 25 Found 'DD'-anomaly for variable 'orgDao' (lines '25'-'31').
52247 src/com/gps/dao/OrganizationMessageDAO.java 27 Found 'DD'-anomaly for variable 'msgList' (lines '27'-'37').
52248 src/com/gps/dao/OrganizationMessageDAO.java 28 Found 'DD'-anomaly for variable 'orgMsgVo' (lines '28'-'43').
52249 src/com/gps/dao/OrganizationMessageDAO.java 28 Found 'DU'-anomaly for variable 'orgMsgVo' (lines '28'-'54').
52250 src/com/gps/dao/OrganizationMessageDAO.java 29 Local variable 'orgMsgList' could be declared final
52251 src/com/gps/dao/OrganizationMessageDAO.java 33 There is log block not surrounded by if
52252 src/com/gps/dao/OrganizationMessageDAO.java 33 There is log block not surrounded by if
52253 src/com/gps/dao/OrganizationMessageDAO.java 34 Local variable 'msgQry' could be declared final
52254 src/com/gps/dao/OrganizationMessageDAO.java 39 There is log block not surrounded by if
52255 src/com/gps/dao/OrganizationMessageDAO.java 39 There is log block not surrounded by if
52256 src/com/gps/dao/OrganizationMessageDAO.java 40 Local variable 'msgIter' could be declared final
52257 src/com/gps/dao/OrganizationMessageDAO.java 42 Local variable 'rows' could be declared final
52258 src/com/gps/dao/OrganizationMessageDAO.java 43 Avoid instantiating new objects inside loops
52259 src/com/gps/dao/OrganizationMessageDAO.java 44 Potential violation of Law of Demeter (method chain calls)
52260 src/com/gps/dao/OrganizationMessageDAO.java 45 Potential violation of Law of Demeter (method chain calls)
52261 src/com/gps/dao/OrganizationMessageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
52262 src/com/gps/dao/OrganizationMessageDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52263 src/com/gps/dao/OrganizationMessageDAO.java 51 There is log block not surrounded by if
52264 src/com/gps/dao/ReferenceDAO.java 24 The Logger variable declaration does not contain the static and final modifiers
52265 src/com/gps/dao/ReferenceDAO.java 24 Use explicit scoping instead of the default package private level
52266 src/com/gps/dao/ReferenceDAO.java 24 fieldCommentRequirement Required
52267 src/com/gps/dao/ReferenceDAO.java 35 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
52268 src/com/gps/dao/ReferenceDAO.java 35 Parameter 'tripSession' is not assigned and could be declared final
52269 src/com/gps/dao/ReferenceDAO.java 35 Parameter 'tripid' is not assigned and could be declared final
52270 src/com/gps/dao/ReferenceDAO.java 37 Local variable 'referenceRoute' could be declared final
52271 src/com/gps/dao/ReferenceDAO.java 38 Found 'DD'-anomaly for variable 'lstReferenceRoute' (lines '38'-'42').
52272 src/com/gps/dao/ReferenceDAO.java 41 Local variable 'queryObject' could be declared final
52273 src/com/gps/dao/ReferenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
52274 src/com/gps/dao/ReferenceDAO.java 42 Potential violation of Law of Demeter (object not created locally)
52275 src/com/gps/dao/ReferenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
52276 src/com/gps/dao/ReferenceDAO.java 43 There is log block not surrounded by if
52277 src/com/gps/dao/ReferenceDAO.java 43 There is log block not surrounded by if
52278 src/com/gps/dao/ReferenceDAO.java 44 Potential violation of Law of Demeter (object not created locally)
52279 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (method chain calls)
52280 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (method chain calls)
52281 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
52282 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
52283 src/com/gps/dao/ReferenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
52284 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripPointId' is not assigned and could be declared final
52285 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripSession' is not assigned and could be declared final
52286 src/com/gps/dao/ReferenceDAO.java 60 Parameter 'tripid' is not assigned and could be declared final
52287 src/com/gps/dao/ReferenceDAO.java 62 Local variable 'referenceRoute' could be declared final
52288 src/com/gps/dao/ReferenceDAO.java 64 Avoid excessively long variable names like lastTraversedPoint
52289 src/com/gps/dao/ReferenceDAO.java 65 There is log block not surrounded by if
52290 src/com/gps/dao/ReferenceDAO.java 65 There is log block not surrounded by if
52291 src/com/gps/dao/ReferenceDAO.java 66 Avoid if (x != y) ..; else ..;
52292 src/com/gps/dao/ReferenceDAO.java 66 Potential violation of Law of Demeter (object not created locally)
52293 src/com/gps/dao/ReferenceDAO.java 66 Useless parentheses.
52294 src/com/gps/dao/ReferenceDAO.java 67 Avoid using if...else statements without curly braces
52295 src/com/gps/dao/ReferenceDAO.java 67 Potential violation of Law of Demeter (object not created locally)
52296 src/com/gps/dao/ReferenceDAO.java 67 Useless parentheses.
52297 src/com/gps/dao/ReferenceDAO.java 69 Avoid using if...else statements without curly braces
52298 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (method chain calls)
52299 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
52300 src/com/gps/dao/ReferenceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
52301 src/com/gps/dao/ReferenceDAO.java 69 This statement may have some unnecessary parentheses
52302 src/com/gps/dao/ReferenceDAO.java 69 Useless parentheses.
52303 src/com/gps/dao/ReferenceDAO.java 71 There is log block not surrounded by if
52304 src/com/gps/dao/ReferenceDAO.java 71 There is log block not surrounded by if
52305 src/com/gps/dao/ReferenceDAO.java 81 Parameter 'tripid' is not assigned and could be declared final
52306 src/com/gps/dao/ReferenceDAO.java 83 Local variable 'tripDetails' could be declared final
52307 src/com/gps/dao/ReferenceDAO.java 83 This statement may have some unnecessary parentheses
52308 src/com/gps/dao/ReferenceDAO.java 83 Useless parentheses.
52309 src/com/gps/dao/ReferenceDAO.java 84 Local variable 'org' could be declared final
52310 src/com/gps/dao/ReferenceDAO.java 85 Local variable 'orgName' could be declared final
52311 src/com/gps/dao/ReferenceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
52312 src/com/gps/dao/ReferenceDAO.java 96 Parameter 'tripid' is not assigned and could be declared final
52313 src/com/gps/dao/ReferenceDAO.java 98 Local variable 'tripDetails' could be declared final
52314 src/com/gps/dao/ReferenceDAO.java 98 This statement may have some unnecessary parentheses
52315 src/com/gps/dao/ReferenceDAO.java 98 Useless parentheses.
52316 src/com/gps/dao/ReferenceDAO.java 99 Local variable 'tripName' could be declared final
52317 src/com/gps/dao/ReportSummaryDAO.java 9 headerCommentRequirement Required
52318 src/com/gps/dao/ReportSummaryDAO.java 11 The Logger variable declaration does not contain the static and final modifiers
52319 src/com/gps/dao/ReportSummaryDAO.java 11 fieldCommentRequirement Required
52320 src/com/gps/dao/ReportSummaryDAO.java 14 Method names should not start with capital letters
52321 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'fromDate' is not assigned and could be declared final
52322 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'toDate' is not assigned and could be declared final
52323 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'vehicleId' is not assigned and could be declared final
52324 src/com/gps/dao/ReportSummaryDAO.java 14 publicMethodCommentRequirement Required
52325 src/com/gps/dao/ReportSummaryDAO.java 16 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '16'-'19').
52326 src/com/gps/dao/ReportSummaryDAO.java 16 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
52327 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
52328 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
52329 src/com/gps/dao/ReportSummaryDAO.java 21 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52330 src/com/gps/dao/ReportSummaryDAO.java 23 There is log block not surrounded by if
52331 src/com/gps/dao/ReportSummaryDAO.java 29 Method names should not start with capital letters
52332 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'fromDate' is not assigned and could be declared final
52333 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'toDate' is not assigned and could be declared final
52334 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'vehicleId' is not assigned and could be declared final
52335 src/com/gps/dao/ReportSummaryDAO.java 29 publicMethodCommentRequirement Required
52336 src/com/gps/dao/ReportSummaryDAO.java 31 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '31'-'34').
52337 src/com/gps/dao/ReportSummaryDAO.java 31 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
52338 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
52339 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
52340 src/com/gps/dao/ReportSummaryDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52341 src/com/gps/dao/ReportSummaryDAO.java 38 There is log block not surrounded by if
52342 src/com/gps/dao/TraversalDAO.java 30 The Logger variable declaration does not contain the static and final modifiers
52343 src/com/gps/dao/TraversalDAO.java 30 Use explicit scoping instead of the default package private level
52344 src/com/gps/dao/TraversalDAO.java 30 fieldCommentRequirement Required
52345 src/com/gps/dao/TraversalDAO.java 33 Comment is too large: Too many lines
52346 src/com/gps/dao/TraversalDAO.java 43 A method/constructor shouldnt explicitly throw java.lang.Exception
52347 src/com/gps/dao/TraversalDAO.java 43 Parameter 'packetTime' is not assigned and could be declared final
52348 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripPointId' is not assigned and could be declared final
52349 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripSession' is not assigned and could be declared final
52350 src/com/gps/dao/TraversalDAO.java 43 Parameter 'tripid' is not assigned and could be declared final
52351 src/com/gps/dao/TraversalDAO.java 45 Found 'DD'-anomaly for variable 'bTraversed' (lines '45'-'87').
52352 src/com/gps/dao/TraversalDAO.java 45 Found 'DD'-anomaly for variable 'bTraversed' (lines '45'-'96').
52353 src/com/gps/dao/TraversalDAO.java 47 Local variable 'sdf' could be declared final
52354 src/com/gps/dao/TraversalDAO.java 47 When instantiating a SimpleDateFormat object, specify a Locale
52355 src/com/gps/dao/TraversalDAO.java 49 Found 'DD'-anomaly for variable 'sTripSession' (lines '49'-'51').
52356 src/com/gps/dao/TraversalDAO.java 49 Found 'DD'-anomaly for variable 'sTripSession' (lines '49'-'54').
52357 src/com/gps/dao/TraversalDAO.java 50 Avoid using Literals in Conditional Statements
52358 src/com/gps/dao/TraversalDAO.java 51 Avoid using if...else statements without curly braces
52359 src/com/gps/dao/TraversalDAO.java 53 Avoid using Literals in Conditional Statements
52360 src/com/gps/dao/TraversalDAO.java 53 Avoid using if statements without curly braces
52361 src/com/gps/dao/TraversalDAO.java 56 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '56'-'69').
52362 src/com/gps/dao/TraversalDAO.java 57 There is log block not surrounded by if
52363 src/com/gps/dao/TraversalDAO.java 57 There is log block not surrounded by if
52364 src/com/gps/dao/TraversalDAO.java 59 Local variable 'queryString' could be declared final
52365 src/com/gps/dao/TraversalDAO.java 59 StringBuffer constructor is initialized with size 71, but has at least 196 characters appended.
52366 src/com/gps/dao/TraversalDAO.java 60 Potential violation of Law of Demeter (object not created locally)
52367 src/com/gps/dao/TraversalDAO.java 60 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52368 src/com/gps/dao/TraversalDAO.java 61 Potential violation of Law of Demeter (object not created locally)
52369 src/com/gps/dao/TraversalDAO.java 61 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52370 src/com/gps/dao/TraversalDAO.java 62 Potential violation of Law of Demeter (object not created locally)
52371 src/com/gps/dao/TraversalDAO.java 62 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52372 src/com/gps/dao/TraversalDAO.java 63 Potential violation of Law of Demeter (object not created locally)
52373 src/com/gps/dao/TraversalDAO.java 63 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52374 src/com/gps/dao/TraversalDAO.java 64 Potential violation of Law of Demeter (object not created locally)
52375 src/com/gps/dao/TraversalDAO.java 64 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52376 src/com/gps/dao/TraversalDAO.java 65 Potential violation of Law of Demeter (object not created locally)
52377 src/com/gps/dao/TraversalDAO.java 65 Potential violation of Law of Demeter (object not created locally)
52378 src/com/gps/dao/TraversalDAO.java 66 Potential violation of Law of Demeter (object not created locally)
52379 src/com/gps/dao/TraversalDAO.java 68 Local variable 'queryObject' could be declared final
52380 src/com/gps/dao/TraversalDAO.java 68 Potential violation of Law of Demeter (method chain calls)
52381 src/com/gps/dao/TraversalDAO.java 68 Potential violation of Law of Demeter (object not created locally)
52382 src/com/gps/dao/TraversalDAO.java 69 Potential violation of Law of Demeter (object not created locally)
52383 src/com/gps/dao/TraversalDAO.java 71 Potential violation of Law of Demeter (object not created locally)
52384 src/com/gps/dao/TraversalDAO.java 71 There is log block not surrounded by if
52385 src/com/gps/dao/TraversalDAO.java 71 There is log block not surrounded by if
52386 src/com/gps/dao/TraversalDAO.java 73 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '73'-'86').
52387 src/com/gps/dao/TraversalDAO.java 73 Found 'DD'-anomaly for variable 'iHasTraversed' (lines '73'-'90').
52388 src/com/gps/dao/TraversalDAO.java 73 Found 'DU'-anomaly for variable 'iHasTraversed' (lines '73'-'103').
52389 src/com/gps/dao/TraversalDAO.java 74 Avoid using Literals in Conditional Statements
52390 src/com/gps/dao/TraversalDAO.java 74 Potential violation of Law of Demeter (object not created locally)
52391 src/com/gps/dao/TraversalDAO.java 74 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
52392 src/com/gps/dao/TraversalDAO.java 76 Found 'DD'-anomaly for variable 'tTraversal' (lines '76'-'80').
52393 src/com/gps/dao/TraversalDAO.java 79 Comment is too large: Line too long
52394 src/com/gps/dao/TraversalDAO.java 80 Potential violation of Law of Demeter (object not created locally)
52395 src/com/gps/dao/TraversalDAO.java 80 Potential violation of Law of Demeter (object not created locally)
52396 src/com/gps/dao/TraversalDAO.java 82 Local variable 'bHasTraversed' could be declared final
52397 src/com/gps/dao/TraversalDAO.java 82 Potential violation of Law of Demeter (object not created locally)
52398 src/com/gps/dao/TraversalDAO.java 83 There is log block not surrounded by if
52399 src/com/gps/dao/TraversalDAO.java 83 There is log block not surrounded by if
52400 src/com/gps/dao/TraversalDAO.java 87 Found 'DD'-anomaly for variable 'bTraversed' (lines '87'-'96').
52401 src/com/gps/dao/TraversalDAO.java 90 Avoid using if...else statements without curly braces
52402 src/com/gps/dao/TraversalDAO.java 92 Avoid using Literals in Conditional Statements
52403 src/com/gps/dao/TraversalDAO.java 94 Potential violation of Law of Demeter (object not created locally)
52404 src/com/gps/dao/TraversalDAO.java 94 There is log block not surrounded by if
52405 src/com/gps/dao/TraversalDAO.java 94 There is log block not surrounded by if
52406 src/com/gps/dao/TraversalDAO.java 95 Potential violation of Law of Demeter (object not created locally)
52407 src/com/gps/dao/TraversalDAO.java 95 Potential violation of Law of Demeter (object not created locally)
52408 src/com/gps/dao/TraversalDAO.java 95 This statement may have some unnecessary parentheses
52409 src/com/gps/dao/TraversalDAO.java 95 Useless parentheses.
52410 src/com/gps/dao/TraversalDAO.java 113 Parameter 'packetTime' is not assigned and could be declared final
52411 src/com/gps/dao/TraversalDAO.java 113 Parameter 'tripTraversalId' is not assigned and could be declared final
52412 src/com/gps/dao/TraversalDAO.java 113 Parameter 'tripid' is not assigned and could be declared final
52413 src/com/gps/dao/TraversalDAO.java 116 There is log block not surrounded by if
52414 src/com/gps/dao/TraversalDAO.java 116 There is log block not surrounded by if
52415 src/com/gps/dao/TraversalDAO.java 117 Local variable 'timeFormat' could be declared final
52416 src/com/gps/dao/TraversalDAO.java 117 When instantiating a SimpleDateFormat object, specify a Locale
52417 src/com/gps/dao/TraversalDAO.java 118 Local variable 'trpTraversalDAO' could be declared final
52418 src/com/gps/dao/TraversalDAO.java 119 Local variable 'sess' could be declared final
52419 src/com/gps/dao/TraversalDAO.java 119 Potential violation of Law of Demeter (object not created locally)
52420 src/com/gps/dao/TraversalDAO.java 121 Potential violation of Law of Demeter (object not created locally)
52421 src/com/gps/dao/TraversalDAO.java 122 Potential violation of Law of Demeter (object not created locally)
52422 src/com/gps/dao/TraversalDAO.java 124 Potential violation of Law of Demeter (method chain calls)
52423 src/com/gps/dao/TraversalDAO.java 124 Potential violation of Law of Demeter (object not created locally)
52424 src/com/gps/dao/TraversalDAO.java 126 Potential violation of Law of Demeter (object not created locally)
52425 src/com/gps/dao/TraversalDAO.java 127 Potential violation of Law of Demeter (object not created locally)
52426 src/com/gps/dao/TraversalDAO.java 129 Avoid variables with short names like tx
52427 src/com/gps/dao/TraversalDAO.java 129 Local variable 'tx' could be declared final
52428 src/com/gps/dao/TraversalDAO.java 129 Potential violation of Law of Demeter (object not created locally)
52429 src/com/gps/dao/TraversalDAO.java 130 Potential violation of Law of Demeter (object not created locally)
52430 src/com/gps/dao/TraversalDAO.java 131 Potential violation of Law of Demeter (object not created locally)
52431 src/com/gps/dao/TraversalDAO.java 134 Local variable 'queryString' could be declared final
52432 src/com/gps/dao/TraversalDAO.java 134 StringBuffer constructor is initialized with size 57, but has at least 201 characters appended.
52433 src/com/gps/dao/TraversalDAO.java 135 Potential violation of Law of Demeter (object not created locally)
52434 src/com/gps/dao/TraversalDAO.java 135 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52435 src/com/gps/dao/TraversalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
52436 src/com/gps/dao/TraversalDAO.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52437 src/com/gps/dao/TraversalDAO.java 137 Potential violation of Law of Demeter (object not created locally)
52438 src/com/gps/dao/TraversalDAO.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52439 src/com/gps/dao/TraversalDAO.java 138 Potential violation of Law of Demeter (object not created locally)
52440 src/com/gps/dao/TraversalDAO.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52441 src/com/gps/dao/TraversalDAO.java 139 Potential violation of Law of Demeter (object not created locally)
52442 src/com/gps/dao/TraversalDAO.java 139 Potential violation of Law of Demeter (object not created locally)
52443 src/com/gps/dao/TraversalDAO.java 139 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52444 src/com/gps/dao/TraversalDAO.java 140 Potential violation of Law of Demeter (object not created locally)
52445 src/com/gps/dao/TraversalDAO.java 140 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
52446 src/com/gps/dao/TraversalDAO.java 140 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52447 src/com/gps/dao/TraversalDAO.java 141 Potential violation of Law of Demeter (object not created locally)
52448 src/com/gps/dao/TraversalDAO.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52449 src/com/gps/dao/TraversalDAO.java 142 Potential violation of Law of Demeter (object not created locally)
52450 src/com/gps/dao/TraversalDAO.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52451 src/com/gps/dao/TraversalDAO.java 143 Potential violation of Law of Demeter (object not created locally)
52452 src/com/gps/dao/TraversalDAO.java 143 Potential violation of Law of Demeter (object not created locally)
52453 src/com/gps/dao/TraversalDAO.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
52454 src/com/gps/dao/TraversalDAO.java 144 Potential violation of Law of Demeter (object not created locally)
52455 src/com/gps/dao/TraversalDAO.java 145 Potential violation of Law of Demeter (object not created locally)
52456 src/com/gps/dao/TraversalDAO.java 146 Potential violation of Law of Demeter (object not created locally)
52457 src/com/gps/dao/TraversalDAO.java 146 Potential violation of Law of Demeter (object not created locally)
52458 src/com/gps/dao/TraversalDAO.java 148 Local variable 'counter' could be declared final
52459 src/com/gps/dao/TraversalDAO.java 148 Potential violation of Law of Demeter (method chain calls)
52460 src/com/gps/dao/TraversalDAO.java 148 Potential violation of Law of Demeter (object not created locally)
52461 src/com/gps/dao/TraversalDAO.java 150 Found 'DU'-anomaly for variable 'lstTrpTraversal' (lines '150'-'172').
52462 src/com/gps/dao/TraversalDAO.java 150 Local variable 'lstTrpTraversal' could be declared final
52463 src/com/gps/dao/TraversalDAO.java 150 Potential violation of Law of Demeter (object not created locally)
52464 src/com/gps/dao/TraversalDAO.java 154 Potential violation of Law of Demeter (object not created locally)
52465 src/com/gps/dao/TraversalDAO.java 155 Potential violation of Law of Demeter (object not created locally)
52466 src/com/gps/dao/TraversalDAO.java 155 There is log block not surrounded by if
52467 src/com/gps/dao/TraversalDAO.java 155 There is log block not surrounded by if
52468 src/com/gps/dao/TraversalDAO.java 156 Potential violation of Law of Demeter (object not created locally)
52469 src/com/gps/dao/TraversalDAO.java 158 Comment is too large: Line too long
52470 src/com/gps/dao/TraversalDAO.java 159 Comment is too large: Line too long
52471 src/com/gps/dao/TraversalDAO.java 161 Local variable 'objTripDeviation' could be declared final
52472 src/com/gps/dao/TraversalDAO.java 162 Local variable 'tripDetails' could be declared final
52473 src/com/gps/dao/TraversalDAO.java 162 This statement may have some unnecessary parentheses
52474 src/com/gps/dao/TraversalDAO.java 162 This statement may have some unnecessary parentheses
52475 src/com/gps/dao/TraversalDAO.java 162 Useless parentheses.
52476 src/com/gps/dao/TraversalDAO.java 162 Useless parentheses.
52477 src/com/gps/dao/TraversalDAO.java 168 Potential violation of Law of Demeter (object not created locally)
52478 src/com/gps/dao/TraversalDAO.java 170 Potential violation of Law of Demeter (object not created locally)
52479 src/com/gps/dao/TraversalDAO.java 171 Potential violation of Law of Demeter (object not created locally)
52480 src/com/gps/dao/TraversalDAO.java 174 Comment is too large: Line too long
52481 src/com/gps/dao/TraversalDAO.java 180 A method/constructor shouldnt explicitly throw java.lang.Exception
52482 src/com/gps/dao/TraversalDAO.java 180 Parameter 'currPktPt' is not assigned and could be declared final
52483 src/com/gps/dao/TraversalDAO.java 182 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '182'-'231').
52484 src/com/gps/dao/TraversalDAO.java 182 Found 'DD'-anomaly for variable 'timeDeltaInSecs' (lines '182'-'248').
52485 src/com/gps/dao/TraversalDAO.java 183 There is log block not surrounded by if
52486 src/com/gps/dao/TraversalDAO.java 183 There is log block not surrounded by if
52487 src/com/gps/dao/TraversalDAO.java 185 Local variable 'sdf' could be declared final
52488 src/com/gps/dao/TraversalDAO.java 185 When instantiating a SimpleDateFormat object, specify a Locale
52489 src/com/gps/dao/TraversalDAO.java 187 Local variable 'tripid' could be declared final
52490 src/com/gps/dao/TraversalDAO.java 187 Potential violation of Law of Demeter (method chain calls)
52491 src/com/gps/dao/TraversalDAO.java 188 Local variable 'tripSession' could be declared final
52492 src/com/gps/dao/TraversalDAO.java 190 Local variable 'cal1' could be declared final
52493 src/com/gps/dao/TraversalDAO.java 192 Found 'DD'-anomaly for variable 'sTripSession' (lines '192'-'194').
52494 src/com/gps/dao/TraversalDAO.java 192 Found 'DD'-anomaly for variable 'sTripSession' (lines '192'-'197').
52495 src/com/gps/dao/TraversalDAO.java 193 Avoid using Literals in Conditional Statements
52496 src/com/gps/dao/TraversalDAO.java 194 Avoid using if...else statements without curly braces
52497 src/com/gps/dao/TraversalDAO.java 196 Avoid using Literals in Conditional Statements
52498 src/com/gps/dao/TraversalDAO.java 196 Avoid using if statements without curly braces
52499 src/com/gps/dao/TraversalDAO.java 199 Local variable 'trpTraversalDAO' could be declared final
52500 src/com/gps/dao/TraversalDAO.java 200 Potential violation of Law of Demeter (object not created locally)
52501 src/com/gps/dao/TraversalDAO.java 202 Potential violation of Law of Demeter (object not created locally)
52502 src/com/gps/dao/TraversalDAO.java 202 Potential violation of Law of Demeter (object not created locally)
52503 src/com/gps/dao/TraversalDAO.java 204 Found 'DD'-anomaly for variable 'trpTraversal' (lines '204'-'207').
52504 src/com/gps/dao/TraversalDAO.java 205 Avoid using Literals in Conditional Statements
52505 src/com/gps/dao/TraversalDAO.java 205 Potential violation of Law of Demeter (method chain calls)
52506 src/com/gps/dao/TraversalDAO.java 205 Potential violation of Law of Demeter (object not created locally)
52507 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
52508 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
52509 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (method chain calls)
52510 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (object not created locally)
52511 src/com/gps/dao/TraversalDAO.java 207 Potential violation of Law of Demeter (object not created locally)
52512 src/com/gps/dao/TraversalDAO.java 210 Potential violation of Law of Demeter (object not created locally)
52513 src/com/gps/dao/TraversalDAO.java 211 Local variable 'trpReferenceDAO' could be declared final
52514 src/com/gps/dao/TraversalDAO.java 212 Potential violation of Law of Demeter (object not created locally)
52515 src/com/gps/dao/TraversalDAO.java 213 Found 'DD'-anomaly for variable 'tripPointId' (lines '213'-'217').
52516 src/com/gps/dao/TraversalDAO.java 213 Found 'DU'-anomaly for variable 'tripPointId' (lines '213'-'253').
52517 src/com/gps/dao/TraversalDAO.java 214 Found 'DD'-anomaly for variable 'trpReference' (lines '214'-'221').
52518 src/com/gps/dao/TraversalDAO.java 214 Found 'DD'-anomaly for variable 'trpReference' (lines '214'-'237').
52519 src/com/gps/dao/TraversalDAO.java 215 Avoid if (x != y) ..; else ..;
52520 src/com/gps/dao/TraversalDAO.java 217 Potential violation of Law of Demeter (method chain calls)
52521 src/com/gps/dao/TraversalDAO.java 217 Potential violation of Law of Demeter (object not created locally)
52522 src/com/gps/dao/TraversalDAO.java 219 Potential violation of Law of Demeter (object not created locally)
52523 src/com/gps/dao/TraversalDAO.java 221 Potential violation of Law of Demeter (method chain calls)
52524 src/com/gps/dao/TraversalDAO.java 221 Potential violation of Law of Demeter (object not created locally)
52525 src/com/gps/dao/TraversalDAO.java 222 Potential violation of Law of Demeter (object not created locally)
52526 src/com/gps/dao/TraversalDAO.java 224 Potential violation of Law of Demeter (object not created locally)
52527 src/com/gps/dao/TraversalDAO.java 224 Potential violation of Law of Demeter (object not created locally)
52528 src/com/gps/dao/TraversalDAO.java 225 Avoid excessively long variable names like lastTraversedPtTimeInSecs
52529 src/com/gps/dao/TraversalDAO.java 225 Local variable 'lastTraversedPtTimeInSecs' could be declared final
52530 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52531 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52532 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52533 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52534 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52535 src/com/gps/dao/TraversalDAO.java 225 Potential violation of Law of Demeter (object not created locally)
52536 src/com/gps/dao/TraversalDAO.java 225 Useless parentheses.
52537 src/com/gps/dao/TraversalDAO.java 225 Useless parentheses.
52538 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (method chain calls)
52539 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (method chain calls)
52540 src/com/gps/dao/TraversalDAO.java 226 Potential violation of Law of Demeter (object not created locally)
52541 src/com/gps/dao/TraversalDAO.java 226 There is log block not surrounded by if
52542 src/com/gps/dao/TraversalDAO.java 226 There is log block not surrounded by if
52543 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (object not created locally)
52544 src/com/gps/dao/TraversalDAO.java 227 Potential violation of Law of Demeter (object not created locally)
52545 src/com/gps/dao/TraversalDAO.java 228 Local variable 'refPtTimeInSecs' could be declared final
52546 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52547 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52548 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52549 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52550 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52551 src/com/gps/dao/TraversalDAO.java 228 Potential violation of Law of Demeter (object not created locally)
52552 src/com/gps/dao/TraversalDAO.java 228 Useless parentheses.
52553 src/com/gps/dao/TraversalDAO.java 228 Useless parentheses.
52554 src/com/gps/dao/TraversalDAO.java 229 Potential violation of Law of Demeter (object not created locally)
52555 src/com/gps/dao/TraversalDAO.java 229 There is log block not surrounded by if
52556 src/com/gps/dao/TraversalDAO.java 229 There is log block not surrounded by if
52557 src/com/gps/dao/TraversalDAO.java 236 Potential violation of Law of Demeter (object not created locally)
52558 src/com/gps/dao/TraversalDAO.java 237 Potential violation of Law of Demeter (method chain calls)
52559 src/com/gps/dao/TraversalDAO.java 237 Potential violation of Law of Demeter (object not created locally)
52560 src/com/gps/dao/TraversalDAO.java 238 Potential violation of Law of Demeter (object not created locally)
52561 src/com/gps/dao/TraversalDAO.java 240 Potential violation of Law of Demeter (object not created locally)
52562 src/com/gps/dao/TraversalDAO.java 242 Avoid excessively long variable names like lastTraversedPtTimeInSecs
52563 src/com/gps/dao/TraversalDAO.java 242 Local variable 'lastTraversedPtTimeInSecs' could be declared final
52564 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52565 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52566 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52567 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52568 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52569 src/com/gps/dao/TraversalDAO.java 242 Potential violation of Law of Demeter (object not created locally)
52570 src/com/gps/dao/TraversalDAO.java 242 Useless parentheses.
52571 src/com/gps/dao/TraversalDAO.java 242 Useless parentheses.
52572 src/com/gps/dao/TraversalDAO.java 243 There is log block not surrounded by if
52573 src/com/gps/dao/TraversalDAO.java 243 There is log block not surrounded by if
52574 src/com/gps/dao/TraversalDAO.java 244 Potential violation of Law of Demeter (object not created locally)
52575 src/com/gps/dao/TraversalDAO.java 244 Potential violation of Law of Demeter (object not created locally)
52576 src/com/gps/dao/TraversalDAO.java 245 Local variable 'refPtTimeInSecs' could be declared final
52577 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52578 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52579 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52580 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52581 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52582 src/com/gps/dao/TraversalDAO.java 245 Potential violation of Law of Demeter (object not created locally)
52583 src/com/gps/dao/TraversalDAO.java 245 Useless parentheses.
52584 src/com/gps/dao/TraversalDAO.java 245 Useless parentheses.
52585 src/com/gps/dao/TraversalDAO.java 246 Potential violation of Law of Demeter (object not created locally)
52586 src/com/gps/dao/TraversalDAO.java 246 There is log block not surrounded by if
52587 src/com/gps/dao/TraversalDAO.java 246 There is log block not surrounded by if
52588 src/com/gps/dao/TraversalDAO.java 250 There is log block not surrounded by if
52589 src/com/gps/dao/TraversalDAO.java 250 There is log block not surrounded by if
52590 src/com/gps/dao/TraversalReferenceDAO.java 8 headerCommentRequirement Required
52591 src/com/gps/dao/TraversalReferenceDAO.java 10 fieldCommentRequirement Required
52592 src/com/gps/dao/TraversalReferenceDAO.java 11 fieldCommentRequirement Required
52593 src/com/gps/dao/TraversalReferenceDAO.java 12 fieldCommentRequirement Required
52594 src/com/gps/dao/TraversalReferenceDAO.java 13 fieldCommentRequirement Required
52595 src/com/gps/dao/TraversalReferenceDAO.java 14 fieldCommentRequirement Required
52596 src/com/gps/dao/TraversalReferenceDAO.java 15 fieldCommentRequirement Required
52597 src/com/gps/dao/TraversalReferenceDAO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
52598 src/com/gps/dao/TraversalReferenceDAO.java 16 fieldCommentRequirement Required
52599 src/com/gps/dao/TraversalReferenceDAO.java 17 Avoid excessively long variable names like tripTraversalPointTime
52600 src/com/gps/dao/TraversalReferenceDAO.java 17 fieldCommentRequirement Required
52601 src/com/gps/dao/TraversalReferenceDAO.java 18 fieldCommentRequirement Required
52602 src/com/gps/dao/TraversalReferenceDAO.java 23 Document empty constructor
52603 src/com/gps/dao/TraversalReferenceDAO.java 23 It is a good practice to call super() in a constructor
52604 src/com/gps/dao/TraversalReferenceDAO.java 27 It is a good practice to call super() in a constructor
52605 src/com/gps/dao/TraversalReferenceDAO.java 27 Parameter 'tripPointId' is not assigned and could be declared final
52606 src/com/gps/dao/TraversalReferenceDAO.java 27 Parameter 'tripTraversalId' is not assigned and could be declared final
52607 src/com/gps/dao/TraversalReferenceDAO.java 33 It is a good practice to call super() in a constructor
52608 src/com/gps/dao/TraversalReferenceDAO.java 33 Parameter 'tripPointId' is not assigned and could be declared final
52609 src/com/gps/dao/TraversalReferenceDAO.java 33 Parameter 'tripTraversalId' is not assigned and could be declared final
52610 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'hasTraversed' is not assigned and could be declared final
52611 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'latitude' is not assigned and could be declared final
52612 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'longitude' is not assigned and could be declared final
52613 src/com/gps/dao/TraversalReferenceDAO.java 34 Parameter 'tripid' is not assigned and could be declared final
52614 src/com/gps/dao/TraversalReferenceDAO.java 35 Avoid excessively long variable names like tripTraversalPointTime
52615 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'isSupportTeamOk' is not assigned and could be declared final
52616 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'tripPointTime' is not assigned and could be declared final
52617 src/com/gps/dao/TraversalReferenceDAO.java 35 Parameter 'tripTraversalPointTime' is not assigned and could be declared final
52618 src/com/gps/dao/TraversalReferenceDAO.java 49 Parameter 'tripTraversalId' is not assigned and could be declared final
52619 src/com/gps/dao/TraversalReferenceDAO.java 49 publicMethodCommentRequirement Required
52620 src/com/gps/dao/TraversalReferenceDAO.java 53 publicMethodCommentRequirement Required
52621 src/com/gps/dao/TraversalReferenceDAO.java 58 Parameter 'tripPointId' is not assigned and could be declared final
52622 src/com/gps/dao/TraversalReferenceDAO.java 58 publicMethodCommentRequirement Required
52623 src/com/gps/dao/TraversalReferenceDAO.java 62 publicMethodCommentRequirement Required
52624 src/com/gps/dao/TraversalReferenceDAO.java 67 Parameter 'tripid' is not assigned and could be declared final
52625 src/com/gps/dao/TraversalReferenceDAO.java 67 publicMethodCommentRequirement Required
52626 src/com/gps/dao/TraversalReferenceDAO.java 71 publicMethodCommentRequirement Required
52627 src/com/gps/dao/TraversalReferenceDAO.java 76 Parameter 'latitude' is not assigned and could be declared final
52628 src/com/gps/dao/TraversalReferenceDAO.java 76 publicMethodCommentRequirement Required
52629 src/com/gps/dao/TraversalReferenceDAO.java 80 publicMethodCommentRequirement Required
52630 src/com/gps/dao/TraversalReferenceDAO.java 85 Parameter 'longitude' is not assigned and could be declared final
52631 src/com/gps/dao/TraversalReferenceDAO.java 85 publicMethodCommentRequirement Required
52632 src/com/gps/dao/TraversalReferenceDAO.java 88 publicMethodCommentRequirement Required
52633 src/com/gps/dao/TraversalReferenceDAO.java 92 Parameter 'hasTraversed' is not assigned and could be declared final
52634 src/com/gps/dao/TraversalReferenceDAO.java 92 publicMethodCommentRequirement Required
52635 src/com/gps/dao/TraversalReferenceDAO.java 95 A getX() method which returns a boolean should be named isX()
52636 src/com/gps/dao/TraversalReferenceDAO.java 95 publicMethodCommentRequirement Required
52637 src/com/gps/dao/TraversalReferenceDAO.java 100 Parameter 'isSupportTeamOk' is not assigned and could be declared final
52638 src/com/gps/dao/TraversalReferenceDAO.java 100 publicMethodCommentRequirement Required
52639 src/com/gps/dao/TraversalReferenceDAO.java 104 publicMethodCommentRequirement Required
52640 src/com/gps/dao/TraversalReferenceDAO.java 109 Parameter 'tripPointTime' is not assigned and could be declared final
52641 src/com/gps/dao/TraversalReferenceDAO.java 109 publicMethodCommentRequirement Required
52642 src/com/gps/dao/TraversalReferenceDAO.java 113 publicMethodCommentRequirement Required
52643 src/com/gps/dao/TraversalReferenceDAO.java 118 Avoid excessively long variable names like tripTraversalPointTime
52644 src/com/gps/dao/TraversalReferenceDAO.java 118 Parameter 'tripTraversalPointTime' is not assigned and could be declared final
52645 src/com/gps/dao/TraversalReferenceDAO.java 118 publicMethodCommentRequirement Required
52646 src/com/gps/dao/TraversalReferenceDAO.java 123 publicMethodCommentRequirement Required
52647 src/com/gps/dao/TripProcessDAO.java 10 A high number of imports can indicate a high degree of coupling within an object.
52648 src/com/gps/dao/TripProcessDAO.java 10 Possible God class (WMC=184, ATFD=272, TCC=0.0)
52649 src/com/gps/dao/TripProcessDAO.java 58 Avoid really long classes.
52650 src/com/gps/dao/TripProcessDAO.java 58 The class 'TripProcessDAO' has a Cyclomatic Complexity of 7 (Highest = 37).
52651 src/com/gps/dao/TripProcessDAO.java 58 headerCommentRequirement Required
52652 src/com/gps/dao/TripProcessDAO.java 59 This class has too many methods, consider refactoring it.
52653 src/com/gps/dao/TripProcessDAO.java 64 The Logger variable declaration does not contain the static and final modifiers
52654 src/com/gps/dao/TripProcessDAO.java 64 Use explicit scoping instead of the default package private level
52655 src/com/gps/dao/TripProcessDAO.java 66 Avoid variables with short names like to
52656 src/com/gps/dao/TripProcessDAO.java 66 Avoid variables with short names like v
52657 src/com/gps/dao/TripProcessDAO.java 66 Found 'UR'-anomaly for variable 'packet' (lines '66'-'128').
52658 src/com/gps/dao/TripProcessDAO.java 66 Method names should not start with capital letters
52659 src/com/gps/dao/TripProcessDAO.java 66 Parameter 'from' is not assigned and could be declared final
52660 src/com/gps/dao/TripProcessDAO.java 66 Parameter 'isSql' is not assigned and could be declared final
52661 src/com/gps/dao/TripProcessDAO.java 66 Parameter 'to' is not assigned and could be declared final
52662 src/com/gps/dao/TripProcessDAO.java 66 Parameter 'v' is not assigned and could be declared final
52663 src/com/gps/dao/TripProcessDAO.java 66 publicMethodCommentRequirement Required
52664 src/com/gps/dao/TripProcessDAO.java 68 Local variable 'vehicleid' could be declared final
52665 src/com/gps/dao/TripProcessDAO.java 69 Use one line for each declaration, it enhances code readability.
52666 src/com/gps/dao/TripProcessDAO.java 73 Avoid variables with short names like r
52667 src/com/gps/dao/TripProcessDAO.java 73 Found 'DD'-anomaly for variable 'r' (lines '73'-'121').
52668 src/com/gps/dao/TripProcessDAO.java 73 Found 'DU'-anomaly for variable 'r' (lines '73'-'154').
52669 src/com/gps/dao/TripProcessDAO.java 74 Use one line for each declaration, it enhances code readability.
52670 src/com/gps/dao/TripProcessDAO.java 74 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
52671 src/com/gps/dao/TripProcessDAO.java 74 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
52672 src/com/gps/dao/TripProcessDAO.java 76 Avoid variables with short names like p
52673 src/com/gps/dao/TripProcessDAO.java 76 Found 'DD'-anomaly for variable 'p' (lines '76'-'118').
52674 src/com/gps/dao/TripProcessDAO.java 76 Found 'DU'-anomaly for variable 'p' (lines '76'-'154').
52675 src/com/gps/dao/TripProcessDAO.java 77 Avoid variables with short names like q
52676 src/com/gps/dao/TripProcessDAO.java 77 Found 'DD'-anomaly for variable 'q' (lines '77'-'120').
52677 src/com/gps/dao/TripProcessDAO.java 77 Found 'DU'-anomaly for variable 'q' (lines '77'-'154').
52678 src/com/gps/dao/TripProcessDAO.java 78 Avoid variables with short names like o
52679 src/com/gps/dao/TripProcessDAO.java 78 Found 'DD'-anomaly for variable 'o' (lines '78'-'119').
52680 src/com/gps/dao/TripProcessDAO.java 78 Found 'DU'-anomaly for variable 'o' (lines '78'-'154').
52681 src/com/gps/dao/TripProcessDAO.java 79 Avoid declaring a variable if it is unreferenced before a possible exit point.
52682 src/com/gps/dao/TripProcessDAO.java 79 Avoid variables with short names like c
52683 src/com/gps/dao/TripProcessDAO.java 79 Found 'DU'-anomaly for variable 'c' (lines '79'-'154').
52684 src/com/gps/dao/TripProcessDAO.java 79 Local variable 'c' could be declared final
52685 src/com/gps/dao/TripProcessDAO.java 83 Avoid declaring a variable if it is unreferenced before a possible exit point.
52686 src/com/gps/dao/TripProcessDAO.java 83 Avoid unused local variables such as 'i'.
52687 src/com/gps/dao/TripProcessDAO.java 83 Avoid unused local variables such as 'y'.
52688 src/com/gps/dao/TripProcessDAO.java 83 Avoid variables with short names like h
52689 src/com/gps/dao/TripProcessDAO.java 83 Avoid variables with short names like i
52690 src/com/gps/dao/TripProcessDAO.java 83 Avoid variables with short names like y
52691 src/com/gps/dao/TripProcessDAO.java 83 Found 'DU'-anomaly for variable 'h' (lines '83'-'154').
52692 src/com/gps/dao/TripProcessDAO.java 83 Found 'DU'-anomaly for variable 'i' (lines '83'-'154').
52693 src/com/gps/dao/TripProcessDAO.java 83 Found 'DU'-anomaly for variable 'y' (lines '83'-'154').
52694 src/com/gps/dao/TripProcessDAO.java 83 Local variable 'i' could be declared final
52695 src/com/gps/dao/TripProcessDAO.java 83 Local variable 'y' could be declared final
52696 src/com/gps/dao/TripProcessDAO.java 83 Use one line for each declaration, it enhances code readability.
52697 src/com/gps/dao/TripProcessDAO.java 84 Avoid variables with short names like d
52698 src/com/gps/dao/TripProcessDAO.java 84 Avoid variables with short names like f
52699 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'd' (lines '84'-'132').
52700 src/com/gps/dao/TripProcessDAO.java 84 Found 'DD'-anomaly for variable 'f' (lines '84'-'95').
52701 src/com/gps/dao/TripProcessDAO.java 84 Use one line for each declaration, it enhances code readability.
52702 src/com/gps/dao/TripProcessDAO.java 85 Found 'DD'-anomaly for variable 'query' (lines '85'-'98').
52703 src/com/gps/dao/TripProcessDAO.java 86 Found 'DD'-anomaly for variable 'query1' (lines '86'-'92').
52704 src/com/gps/dao/TripProcessDAO.java 90 System.out.print is used
52705 src/com/gps/dao/TripProcessDAO.java 92 Potential violation of Law of Demeter (method chain calls)
52706 src/com/gps/dao/TripProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
52707 src/com/gps/dao/TripProcessDAO.java 93 Avoid using Literals in Conditional Statements
52708 src/com/gps/dao/TripProcessDAO.java 93 Potential violation of Law of Demeter (object not created locally)
52709 src/com/gps/dao/TripProcessDAO.java 93 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
52710 src/com/gps/dao/TripProcessDAO.java 94 System.out.print is used
52711 src/com/gps/dao/TripProcessDAO.java 97 System.out.print is used
52712 src/com/gps/dao/TripProcessDAO.java 98 Potential violation of Law of Demeter (method chain calls)
52713 src/com/gps/dao/TripProcessDAO.java 98 Potential violation of Law of Demeter (object not created locally)
52714 src/com/gps/dao/TripProcessDAO.java 98 The String literal "') and date('" appears 10 times in this file; the first occurrence is on line 98
52715 src/com/gps/dao/TripProcessDAO.java 101 Avoid using Literals in Conditional Statements
52716 src/com/gps/dao/TripProcessDAO.java 101 Potential violation of Law of Demeter (object not created locally)
52717 src/com/gps/dao/TripProcessDAO.java 101 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
52718 src/com/gps/dao/TripProcessDAO.java 103 System.out.print is used
52719 src/com/gps/dao/TripProcessDAO.java 104 Local variable 'qry' could be declared final
52720 src/com/gps/dao/TripProcessDAO.java 104 Potential violation of Law of Demeter (object not created locally)
52721 src/com/gps/dao/TripProcessDAO.java 105 Potential violation of Law of Demeter (object not created locally)
52722 src/com/gps/dao/TripProcessDAO.java 106 Potential violation of Law of Demeter (object not created locally)
52723 src/com/gps/dao/TripProcessDAO.java 108 Avoid using Literals in Conditional Statements
52724 src/com/gps/dao/TripProcessDAO.java 108 Potential violation of Law of Demeter (object not created locally)
52725 src/com/gps/dao/TripProcessDAO.java 108 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
52726 src/com/gps/dao/TripProcessDAO.java 109 Assigning an Object to null is a code smell. Consider refactoring.
52727 src/com/gps/dao/TripProcessDAO.java 110 Assigning an Object to null is a code smell. Consider refactoring.
52728 src/com/gps/dao/TripProcessDAO.java 110 Found 'DD'-anomaly for variable 'ParamEnd' (lines '110'-'143').
52729 src/com/gps/dao/TripProcessDAO.java 112 Potential violation of Law of Demeter (method chain calls)
52730 src/com/gps/dao/TripProcessDAO.java 112 Potential violation of Law of Demeter (method chain calls)
52731 src/com/gps/dao/TripProcessDAO.java 112 Potential violation of Law of Demeter (object not created locally)
52732 src/com/gps/dao/TripProcessDAO.java 113 Assigning an Object to null is a code smell. Consider refactoring.
52733 src/com/gps/dao/TripProcessDAO.java 113 Found 'DD'-anomaly for variable 'ParamEnd' (lines '113'-'143').
52734 src/com/gps/dao/TripProcessDAO.java 118 Found 'DD'-anomaly for variable 'p' (lines '118'-'128').
52735 src/com/gps/dao/TripProcessDAO.java 118 Potential violation of Law of Demeter (object not created locally)
52736 src/com/gps/dao/TripProcessDAO.java 119 Potential violation of Law of Demeter (object not created locally)
52737 src/com/gps/dao/TripProcessDAO.java 120 Potential violation of Law of Demeter (object not created locally)
52738 src/com/gps/dao/TripProcessDAO.java 122 Avoid unused local variables such as 'w'.
52739 src/com/gps/dao/TripProcessDAO.java 122 Avoid variables with short names like w
52740 src/com/gps/dao/TripProcessDAO.java 122 Found 'DU'-anomaly for variable 'w' (lines '122'-'154').
52741 src/com/gps/dao/TripProcessDAO.java 122 Local variable 'w' could be declared final
52742 src/com/gps/dao/TripProcessDAO.java 123 System.out.print is used
52743 src/com/gps/dao/TripProcessDAO.java 125 Local variable 'packet' could be declared final
52744 src/com/gps/dao/TripProcessDAO.java 127 Avoid unused local variables such as 'dbdate'.
52745 src/com/gps/dao/TripProcessDAO.java 127 Local variable 'dbdate' could be declared final
52746 src/com/gps/dao/TripProcessDAO.java 128 Found 'DD'-anomaly for variable 'p' (lines '128'-'128').
52747 src/com/gps/dao/TripProcessDAO.java 128 Potential violation of Law of Demeter (method chain calls)
52748 src/com/gps/dao/TripProcessDAO.java 128 Potential violation of Law of Demeter (object not created locally)
52749 src/com/gps/dao/TripProcessDAO.java 129 Found 'DD'-anomaly for variable 'o' (lines '129'-'129').
52750 src/com/gps/dao/TripProcessDAO.java 129 Potential violation of Law of Demeter (method chain calls)
52751 src/com/gps/dao/TripProcessDAO.java 129 Potential violation of Law of Demeter (object not created locally)
52752 src/com/gps/dao/TripProcessDAO.java 130 Found 'DD'-anomaly for variable 'q' (lines '130'-'130').
52753 src/com/gps/dao/TripProcessDAO.java 130 Found 'DU'-anomaly for variable 'q' (lines '130'-'154').
52754 src/com/gps/dao/TripProcessDAO.java 130 Potential violation of Law of Demeter (method chain calls)
52755 src/com/gps/dao/TripProcessDAO.java 130 Potential violation of Law of Demeter (object not created locally)
52756 src/com/gps/dao/TripProcessDAO.java 131 Found 'DU'-anomaly for variable 'h' (lines '131'-'154').
52757 src/com/gps/dao/TripProcessDAO.java 132 Found 'DD'-anomaly for variable 'd' (lines '132'-'132').
52758 src/com/gps/dao/TripProcessDAO.java 136 System.out.print is used
52759 src/com/gps/dao/TripProcessDAO.java 137 System.out.print is used
52760 src/com/gps/dao/TripProcessDAO.java 142 System.out.print is used
52761 src/com/gps/dao/TripProcessDAO.java 143 Assigning an Object to null is a code smell. Consider refactoring.
52762 src/com/gps/dao/TripProcessDAO.java 146 Potential violation of Law of Demeter (object not created locally)
52763 src/com/gps/dao/TripProcessDAO.java 147 A method should have only one exit point, and that should be the last statement in the method
52764 src/com/gps/dao/TripProcessDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52765 src/com/gps/dao/TripProcessDAO.java 151 Avoid printStackTrace(); use a logger call instead.
52766 src/com/gps/dao/TripProcessDAO.java 151 Potential violation of Law of Demeter (object not created locally)
52767 src/com/gps/dao/TripProcessDAO.java 156 Method names should not start with capital letters
52768 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'creatmend' is not assigned and could be declared final
52769 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'creatmsta' is not assigned and could be declared final
52770 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'end' is not assigned and could be declared final
52771 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'isSql' is not assigned and could be declared final
52772 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'start' is not assigned and could be declared final
52773 src/com/gps/dao/TripProcessDAO.java 156 Parameter 'vehicleid' is not assigned and could be declared final
52774 src/com/gps/dao/TripProcessDAO.java 156 Rather than using a lot of String arguments, consider using a container object for those values.
52775 src/com/gps/dao/TripProcessDAO.java 156 publicMethodCommentRequirement Required
52776 src/com/gps/dao/TripProcessDAO.java 159 Avoid variables with short names like x
52777 src/com/gps/dao/TripProcessDAO.java 159 Local variable 'x' could be declared final
52778 src/com/gps/dao/TripProcessDAO.java 160 Avoid variables with short names like d
52779 src/com/gps/dao/TripProcessDAO.java 160 Found 'DU'-anomaly for variable 'd' (lines '160'-'195').
52780 src/com/gps/dao/TripProcessDAO.java 160 Local variable 'd' could be declared final
52781 src/com/gps/dao/TripProcessDAO.java 161 Avoid variables with short names like d1
52782 src/com/gps/dao/TripProcessDAO.java 161 Found 'DU'-anomaly for variable 'd1' (lines '161'-'195').
52783 src/com/gps/dao/TripProcessDAO.java 161 Local variable 'd1' could be declared final
52784 src/com/gps/dao/TripProcessDAO.java 162 Local variable 'sta' could be declared final
52785 src/com/gps/dao/TripProcessDAO.java 163 Avoid variables with short names like en
52786 src/com/gps/dao/TripProcessDAO.java 163 Local variable 'en' could be declared final
52787 src/com/gps/dao/TripProcessDAO.java 164 Avoid variables with short names like a
52788 src/com/gps/dao/TripProcessDAO.java 164 Found 'DD'-anomaly for variable 'a' (lines '164'-'176').
52789 src/com/gps/dao/TripProcessDAO.java 164 Found 'DD'-anomaly for variable 'a' (lines '164'-'180').
52790 src/com/gps/dao/TripProcessDAO.java 164 Found 'DD'-anomaly for variable 'a' (lines '164'-'184').
52791 src/com/gps/dao/TripProcessDAO.java 165 Found 'DD'-anomaly for variable 'vehicle' (lines '165'-'170').
52792 src/com/gps/dao/TripProcessDAO.java 166 Found 'DD'-anomaly for variable 'param' (lines '166'-'171').
52793 src/com/gps/dao/TripProcessDAO.java 166 Found 'DU'-anomaly for variable 'param' (lines '166'-'195').
52794 src/com/gps/dao/TripProcessDAO.java 167 Found 'DD'-anomaly for variable 'time' (lines '167'-'172').
52795 src/com/gps/dao/TripProcessDAO.java 167 Found 'DU'-anomaly for variable 'time' (lines '167'-'195').
52796 src/com/gps/dao/TripProcessDAO.java 171 Found 'DU'-anomaly for variable 'param' (lines '171'-'195').
52797 src/com/gps/dao/TripProcessDAO.java 172 Found 'DU'-anomaly for variable 'time' (lines '172'-'195').
52798 src/com/gps/dao/TripProcessDAO.java 174 Avoid if (x != y) ..; else ..;
52799 src/com/gps/dao/TripProcessDAO.java 176 The String literal "' and '" appears 4 times in this file; the first occurrence is on line 176
52800 src/com/gps/dao/TripProcessDAO.java 187 System.out.print is used
52801 src/com/gps/dao/TripProcessDAO.java 188 A method should have only one exit point, and that should be the last statement in the method
52802 src/com/gps/dao/TripProcessDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52803 src/com/gps/dao/TripProcessDAO.java 192 Avoid printStackTrace(); use a logger call instead.
52804 src/com/gps/dao/TripProcessDAO.java 192 Potential violation of Law of Demeter (object not created locally)
52805 src/com/gps/dao/TripProcessDAO.java 197 Parameter 'fromDate' is not assigned and could be declared final
52806 src/com/gps/dao/TripProcessDAO.java 197 Parameter 'tripId' is not assigned and could be declared final
52807 src/com/gps/dao/TripProcessDAO.java 197 Parameter 'vehicleId' is not assigned and could be declared final
52808 src/com/gps/dao/TripProcessDAO.java 197 publicMethodCommentRequirement Required
52809 src/com/gps/dao/TripProcessDAO.java 198 Parameter 'toDate' is not assigned and could be declared final
52810 src/com/gps/dao/TripProcessDAO.java 200 Found 'DD'-anomaly for variable 'maxSpeed' (lines '200'-'210').
52811 src/com/gps/dao/TripProcessDAO.java 200 Found 'DD'-anomaly for variable 'maxSpeed' (lines '200'-'212').
52812 src/com/gps/dao/TripProcessDAO.java 202 Found 'DD'-anomaly for variable 'whrQuery' (lines '202'-'208').
52813 src/com/gps/dao/TripProcessDAO.java 207 There is log block not surrounded by if
52814 src/com/gps/dao/TripProcessDAO.java 207 There is log block not surrounded by if
52815 src/com/gps/dao/TripProcessDAO.java 209 Avoid if (x != y) ..; else ..;
52816 src/com/gps/dao/TripProcessDAO.java 209 Avoid using Literals in Conditional Statements
52817 src/com/gps/dao/TripProcessDAO.java 209 Use equals() to compare strings instead of '==' or '!='
52818 src/com/gps/dao/TripProcessDAO.java 210 Avoid using if...else statements without curly braces
52819 src/com/gps/dao/TripProcessDAO.java 210 Potential violation of Law of Demeter (method chain calls)
52820 src/com/gps/dao/TripProcessDAO.java 210 Potential violation of Law of Demeter (object not created locally)
52821 src/com/gps/dao/TripProcessDAO.java 212 Avoid using if...else statements without curly braces
52822 src/com/gps/dao/TripProcessDAO.java 212 Potential violation of Law of Demeter (method chain calls)
52823 src/com/gps/dao/TripProcessDAO.java 212 Potential violation of Law of Demeter (object not created locally)
52824 src/com/gps/dao/TripProcessDAO.java 215 Avoid using if statements without curly braces
52825 src/com/gps/dao/TripProcessDAO.java 216 There is log block not surrounded by if
52826 src/com/gps/dao/TripProcessDAO.java 216 There is log block not surrounded by if
52827 src/com/gps/dao/TripProcessDAO.java 218 Potential violation of Law of Demeter (object not created locally)
52828 src/com/gps/dao/TripProcessDAO.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52829 src/com/gps/dao/TripProcessDAO.java 222 Avoid printStackTrace(); use a logger call instead.
52830 src/com/gps/dao/TripProcessDAO.java 222 Potential violation of Law of Demeter (object not created locally)
52831 src/com/gps/dao/TripProcessDAO.java 228 Parameter 'vehicleId' is not assigned and could be declared final
52832 src/com/gps/dao/TripProcessDAO.java 230 There is log block not surrounded by if
52833 src/com/gps/dao/TripProcessDAO.java 230 There is log block not surrounded by if
52834 src/com/gps/dao/TripProcessDAO.java 231 Found 'DD'-anomaly for variable 'sess' (lines '231'-'235').
52835 src/com/gps/dao/TripProcessDAO.java 232 Avoid variables with short names like td
52836 src/com/gps/dao/TripProcessDAO.java 232 Local variable 'td' could be declared final
52837 src/com/gps/dao/TripProcessDAO.java 233 Found 'DD'-anomaly for variable 'lstTrips' (lines '233'-'237').
52838 src/com/gps/dao/TripProcessDAO.java 235 Potential violation of Law of Demeter (object not created locally)
52839 src/com/gps/dao/TripProcessDAO.java 237 Potential violation of Law of Demeter (method chain calls)
52840 src/com/gps/dao/TripProcessDAO.java 237 Potential violation of Law of Demeter (object not created locally)
52841 src/com/gps/dao/TripProcessDAO.java 238 Potential violation of Law of Demeter (object not created locally)
52842 src/com/gps/dao/TripProcessDAO.java 238 There is log block not surrounded by if
52843 src/com/gps/dao/TripProcessDAO.java 238 There is log block not surrounded by if
52844 src/com/gps/dao/TripProcessDAO.java 240 Potential violation of Law of Demeter (object not created locally)
52845 src/com/gps/dao/TripProcessDAO.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52846 src/com/gps/dao/TripProcessDAO.java 243 Avoid printStackTrace(); use a logger call instead.
52847 src/com/gps/dao/TripProcessDAO.java 243 Potential violation of Law of Demeter (object not created locally)
52848 src/com/gps/dao/TripProcessDAO.java 248 Parameter 'fromDate' is not assigned and could be declared final
52849 src/com/gps/dao/TripProcessDAO.java 248 Parameter 'vehicleId' is not assigned and could be declared final
52850 src/com/gps/dao/TripProcessDAO.java 248 publicMethodCommentRequirement Required
52851 src/com/gps/dao/TripProcessDAO.java 249 Parameter 'toDate' is not assigned and could be declared final
52852 src/com/gps/dao/TripProcessDAO.java 251 Found 'DD'-anomaly for variable 'maxSpeed' (lines '251'-'259').
52853 src/com/gps/dao/TripProcessDAO.java 251 Found 'DD'-anomaly for variable 'maxSpeed' (lines '251'-'261').
52854 src/com/gps/dao/TripProcessDAO.java 253 Found 'DD'-anomaly for variable 'whrQuery' (lines '253'-'257').
52855 src/com/gps/dao/TripProcessDAO.java 258 Avoid if (x != y) ..; else ..;
52856 src/com/gps/dao/TripProcessDAO.java 258 Avoid using Literals in Conditional Statements
52857 src/com/gps/dao/TripProcessDAO.java 258 Use equals() to compare strings instead of '==' or '!='
52858 src/com/gps/dao/TripProcessDAO.java 259 Avoid using if...else statements without curly braces
52859 src/com/gps/dao/TripProcessDAO.java 259 Potential violation of Law of Demeter (method chain calls)
52860 src/com/gps/dao/TripProcessDAO.java 259 Potential violation of Law of Demeter (object not created locally)
52861 src/com/gps/dao/TripProcessDAO.java 261 Avoid using if...else statements without curly braces
52862 src/com/gps/dao/TripProcessDAO.java 261 Potential violation of Law of Demeter (method chain calls)
52863 src/com/gps/dao/TripProcessDAO.java 261 Potential violation of Law of Demeter (object not created locally)
52864 src/com/gps/dao/TripProcessDAO.java 263 Potential violation of Law of Demeter (object not created locally)
52865 src/com/gps/dao/TripProcessDAO.java 265 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52866 src/com/gps/dao/TripProcessDAO.java 267 Avoid printStackTrace(); use a logger call instead.
52867 src/com/gps/dao/TripProcessDAO.java 267 Potential violation of Law of Demeter (object not created locally)
52868 src/com/gps/dao/TripProcessDAO.java 272 Parameter 'fromDate' is not assigned and could be declared final
52869 src/com/gps/dao/TripProcessDAO.java 272 Parameter 'toDate' is not assigned and could be declared final
52870 src/com/gps/dao/TripProcessDAO.java 272 Parameter 'trip' is not assigned and could be declared final
52871 src/com/gps/dao/TripProcessDAO.java 272 Parameter 'type' is not assigned and could be declared final
52872 src/com/gps/dao/TripProcessDAO.java 272 publicMethodCommentRequirement Required
52873 src/com/gps/dao/TripProcessDAO.java 273 Found 'DD'-anomaly for variable 'tripParams' (lines '273'-'292').
52874 src/com/gps/dao/TripProcessDAO.java 273 Found 'DD'-anomaly for variable 'tripParams' (lines '273'-'297').
52875 src/com/gps/dao/TripProcessDAO.java 274 Avoid declaring a variable if it is unreferenced before a possible exit point.
52876 src/com/gps/dao/TripProcessDAO.java 274 Avoid unused local variables such as 'formatter'.
52877 src/com/gps/dao/TripProcessDAO.java 274 Local variable 'formatter' could be declared final
52878 src/com/gps/dao/TripProcessDAO.java 275 Found 'DD'-anomaly for variable 'query' (lines '275'-'284').
52879 src/com/gps/dao/TripProcessDAO.java 275 Found 'DD'-anomaly for variable 'query' (lines '275'-'286').
52880 src/com/gps/dao/TripProcessDAO.java 275 Found 'DD'-anomaly for variable 'query' (lines '275'-'288').
52881 src/com/gps/dao/TripProcessDAO.java 279 There is log block not surrounded by if
52882 src/com/gps/dao/TripProcessDAO.java 279 There is log block not surrounded by if
52883 src/com/gps/dao/TripProcessDAO.java 280 Local variable 'whereQry' could be declared final
52884 src/com/gps/dao/TripProcessDAO.java 280 Potential violation of Law of Demeter (method chain calls)
52885 src/com/gps/dao/TripProcessDAO.java 280 Potential violation of Law of Demeter (method chain calls)
52886 src/com/gps/dao/TripProcessDAO.java 281 There is log block not surrounded by if
52887 src/com/gps/dao/TripProcessDAO.java 281 There is log block not surrounded by if
52888 src/com/gps/dao/TripProcessDAO.java 282 Avoid if (x != y) ..; else ..;
52889 src/com/gps/dao/TripProcessDAO.java 282 Avoid using Literals in Conditional Statements
52890 src/com/gps/dao/TripProcessDAO.java 282 Use equals() to compare strings instead of '==' or '!='
52891 src/com/gps/dao/TripProcessDAO.java 283 Position literals first in String comparisons
52892 src/com/gps/dao/TripProcessDAO.java 283 Potential violation of Law of Demeter (object not created locally)
52893 src/com/gps/dao/TripProcessDAO.java 284 Avoid using if...else statements without curly braces
52894 src/com/gps/dao/TripProcessDAO.java 284 Potential violation of Law of Demeter (object not created locally)
52895 src/com/gps/dao/TripProcessDAO.java 285 Position literals first in String comparisons
52896 src/com/gps/dao/TripProcessDAO.java 285 Potential violation of Law of Demeter (object not created locally)
52897 src/com/gps/dao/TripProcessDAO.java 286 Avoid using if...else statements without curly braces
52898 src/com/gps/dao/TripProcessDAO.java 286 Potential violation of Law of Demeter (object not created locally)
52899 src/com/gps/dao/TripProcessDAO.java 288 Avoid using if...else statements without curly braces
52900 src/com/gps/dao/TripProcessDAO.java 288 Potential violation of Law of Demeter (object not created locally)
52901 src/com/gps/dao/TripProcessDAO.java 292 Avoid using if...else statements without curly braces
52902 src/com/gps/dao/TripProcessDAO.java 292 Found 'DD'-anomaly for variable 'tripParams' (lines '292'-'297').
52903 src/com/gps/dao/TripProcessDAO.java 292 Potential violation of Law of Demeter (method chain calls)
52904 src/com/gps/dao/TripProcessDAO.java 292 Potential violation of Law of Demeter (object not created locally)
52905 src/com/gps/dao/TripProcessDAO.java 294 There is log block not surrounded by if
52906 src/com/gps/dao/TripProcessDAO.java 294 There is log block not surrounded by if
52907 src/com/gps/dao/TripProcessDAO.java 297 Potential violation of Law of Demeter (object not created locally)
52908 src/com/gps/dao/TripProcessDAO.java 299 Potential violation of Law of Demeter (object not created locally)
52909 src/com/gps/dao/TripProcessDAO.java 299 There is log block not surrounded by if
52910 src/com/gps/dao/TripProcessDAO.java 299 There is log block not surrounded by if
52911 src/com/gps/dao/TripProcessDAO.java 301 Potential violation of Law of Demeter (object not created locally)
52912 src/com/gps/dao/TripProcessDAO.java 303 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52913 src/com/gps/dao/TripProcessDAO.java 305 Avoid printStackTrace(); use a logger call instead.
52914 src/com/gps/dao/TripProcessDAO.java 305 Potential violation of Law of Demeter (object not created locally)
52915 src/com/gps/dao/TripProcessDAO.java 312 Found 'UR'-anomaly for variable 'params' (lines '312'-'334').
52916 src/com/gps/dao/TripProcessDAO.java 312 Parameter 'fromDate' is not assigned and could be declared final
52917 src/com/gps/dao/TripProcessDAO.java 312 Parameter 'toDate' is not assigned and could be declared final
52918 src/com/gps/dao/TripProcessDAO.java 312 Parameter 'trip' is not assigned and could be declared final
52919 src/com/gps/dao/TripProcessDAO.java 312 Parameter 'type' is not assigned and could be declared final
52920 src/com/gps/dao/TripProcessDAO.java 312 publicMethodCommentRequirement Required
52921 src/com/gps/dao/TripProcessDAO.java 313 Found 'DD'-anomaly for variable 'tripParams' (lines '313'-'323').
52922 src/com/gps/dao/TripProcessDAO.java 314 An empty statement (semicolon) not part of a loop
52923 src/com/gps/dao/TripProcessDAO.java 314 Local variable 'tripListDTO' could be declared final
52924 src/com/gps/dao/TripProcessDAO.java 315 Found 'DD'-anomaly for variable 'distDTO' (lines '315'-'338').
52925 src/com/gps/dao/TripProcessDAO.java 315 Found 'DD'-anomaly for variable 'distDTO' (lines '315'-'355').
52926 src/com/gps/dao/TripProcessDAO.java 315 Found 'DD'-anomaly for variable 'distDTO' (lines '315'-'362').
52927 src/com/gps/dao/TripProcessDAO.java 318 There is log block not surrounded by if
52928 src/com/gps/dao/TripProcessDAO.java 318 There is log block not surrounded by if
52929 src/com/gps/dao/TripProcessDAO.java 322 Found 'DU'-anomaly for variable 'formatter' (lines '322'-'368').
52930 src/com/gps/dao/TripProcessDAO.java 322 When instantiating a SimpleDateFormat object, specify a Locale
52931 src/com/gps/dao/TripProcessDAO.java 325 Avoid unused local variables such as 'k'.
52932 src/com/gps/dao/TripProcessDAO.java 325 Avoid variables with short names like k
52933 src/com/gps/dao/TripProcessDAO.java 325 Found 'DD'-anomaly for variable 'k' (lines '325'-'345').
52934 src/com/gps/dao/TripProcessDAO.java 325 Found 'DU'-anomaly for variable 'k' (lines '325'-'368').
52935 src/com/gps/dao/TripProcessDAO.java 327 Avoid if (x != y) ..; else ..;
52936 src/com/gps/dao/TripProcessDAO.java 329 There is log block not surrounded by if
52937 src/com/gps/dao/TripProcessDAO.java 329 There is log block not surrounded by if
52938 src/com/gps/dao/TripProcessDAO.java 330 Local variable 'params' could be declared final
52939 src/com/gps/dao/TripProcessDAO.java 336 Avoid if (x != y) ..; else ..;
52940 src/com/gps/dao/TripProcessDAO.java 336 Potential violation of Law of Demeter (method chain calls)
52941 src/com/gps/dao/TripProcessDAO.java 338 Avoid instantiating new objects inside loops
52942 src/com/gps/dao/TripProcessDAO.java 338 Potential violation of Law of Demeter (method chain calls)
52943 src/com/gps/dao/TripProcessDAO.java 338 Potential violation of Law of Demeter (method chain calls)
52944 src/com/gps/dao/TripProcessDAO.java 343 There is log block not surrounded by if
52945 src/com/gps/dao/TripProcessDAO.java 343 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
52946 src/com/gps/dao/TripProcessDAO.java 345 Found 'DD'-anomaly for variable 'k' (lines '345'-'345').
52947 src/com/gps/dao/TripProcessDAO.java 345 Found 'DU'-anomaly for variable 'k' (lines '345'-'368').
52948 src/com/gps/dao/TripProcessDAO.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52949 src/com/gps/dao/TripProcessDAO.java 348 Avoid printStackTrace(); use a logger call instead.
52950 src/com/gps/dao/TripProcessDAO.java 354 There is log block not surrounded by if
52951 src/com/gps/dao/TripProcessDAO.java 354 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
52952 src/com/gps/dao/TripProcessDAO.java 355 Potential violation of Law of Demeter (method chain calls)
52953 src/com/gps/dao/TripProcessDAO.java 359 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
52954 src/com/gps/dao/TripProcessDAO.java 361 Avoid printStackTrace(); use a logger call instead.
52955 src/com/gps/dao/TripProcessDAO.java 362 Potential violation of Law of Demeter (method chain calls)
52956 src/com/gps/dao/TripProcessDAO.java 364 Avoid printStackTrace(); use a logger call instead.
52957 src/com/gps/dao/TripProcessDAO.java 371 Avoid really long methods.
52958 src/com/gps/dao/TripProcessDAO.java 371 Found 'UR'-anomaly for variable 'pickUps' (lines '371'-'535').
52959 src/com/gps/dao/TripProcessDAO.java 371 Found 'UR'-anomaly for variable 'pickUps' (lines '371'-'558').
52960 src/com/gps/dao/TripProcessDAO.java 371 Parameter 'tripData' is not assigned and could be declared final
52961 src/com/gps/dao/TripProcessDAO.java 371 The method 'addTripToDB' has a Cyclomatic Complexity of 37.
52962 src/com/gps/dao/TripProcessDAO.java 371 The method addTripToDB() has an NCSS line count of 168
52963 src/com/gps/dao/TripProcessDAO.java 371 publicMethodCommentRequirement Required
52964 src/com/gps/dao/TripProcessDAO.java 372 Local variable 'trip' could be declared final
52965 src/com/gps/dao/TripProcessDAO.java 373 Local variable 'vehicleDAO' could be declared final
52966 src/com/gps/dao/TripProcessDAO.java 374 Found 'DU'-anomaly for variable 'sequencing' (lines '374'-'604').
52967 src/com/gps/dao/TripProcessDAO.java 374 Local variable 'sequencing' could be declared final
52968 src/com/gps/dao/TripProcessDAO.java 375 Local variable 'datetime' could be declared final
52969 src/com/gps/dao/TripProcessDAO.java 375 When instantiating a SimpleDateFormat object, specify a Locale
52970 src/com/gps/dao/TripProcessDAO.java 376 Found 'DU'-anomaly for variable 'time' (lines '376'-'604').
52971 src/com/gps/dao/TripProcessDAO.java 376 Local variable 'time' could be declared final
52972 src/com/gps/dao/TripProcessDAO.java 376 When instantiating a SimpleDateFormat object, specify a Locale
52973 src/com/gps/dao/TripProcessDAO.java 377 Use one line for each declaration, it enhances code readability.
52974 src/com/gps/dao/TripProcessDAO.java 382 Found 'DU'-anomaly for variable 'calStart' (lines '382'-'604').
52975 src/com/gps/dao/TripProcessDAO.java 382 Local variable 'calStart' could be declared final
52976 src/com/gps/dao/TripProcessDAO.java 383 Found 'DU'-anomaly for variable 'calEnd' (lines '383'-'604').
52977 src/com/gps/dao/TripProcessDAO.java 383 Local variable 'calEnd' could be declared final
52978 src/com/gps/dao/TripProcessDAO.java 385 Use one line for each declaration, it enhances code readability.
52979 src/com/gps/dao/TripProcessDAO.java 386 Found 'DU'-anomaly for variable 'coder' (lines '386'-'604').
52980 src/com/gps/dao/TripProcessDAO.java 386 Local variable 'coder' could be declared final
52981 src/com/gps/dao/TripProcessDAO.java 387 Found 'DD'-anomaly for variable 'existingTrips' (lines '387'-'506').
52982 src/com/gps/dao/TripProcessDAO.java 387 Found 'DU'-anomaly for variable 'existingTrips' (lines '387'-'604').
52983 src/com/gps/dao/TripProcessDAO.java 388 Avoid variables with short names like tx
52984 src/com/gps/dao/TripProcessDAO.java 388 Found 'DD'-anomaly for variable 'tx' (lines '388'-'555').
52985 src/com/gps/dao/TripProcessDAO.java 388 Found 'DD'-anomaly for variable 'tx' (lines '388'-'569').
52986 src/com/gps/dao/TripProcessDAO.java 388 Found 'DU'-anomaly for variable 'tx' (lines '388'-'604').
52987 src/com/gps/dao/TripProcessDAO.java 390 Found 'DU'-anomaly for variable 'fencedao' (lines '390'-'604').
52988 src/com/gps/dao/TripProcessDAO.java 390 Local variable 'fencedao' could be declared final
52989 src/com/gps/dao/TripProcessDAO.java 391 Found 'DU'-anomaly for variable 'finalList' (lines '391'-'604').
52990 src/com/gps/dao/TripProcessDAO.java 391 Local variable 'finalList' could be declared final
52991 src/com/gps/dao/TripProcessDAO.java 392 Local variable 'exp' could be declared final
52992 src/com/gps/dao/TripProcessDAO.java 396 Avoid if (x != y) ..; else ..;
52993 src/com/gps/dao/TripProcessDAO.java 397 Avoid using if...else statements without curly braces
52994 src/com/gps/dao/TripProcessDAO.java 397 Potential violation of Law of Demeter (object not created locally)
52995 src/com/gps/dao/TripProcessDAO.java 399 Potential violation of Law of Demeter (object not created locally)
52996 src/com/gps/dao/TripProcessDAO.java 399 The String literal "ERROR" appears 10 times in this file; the first occurrence is on line 399
52997 src/com/gps/dao/TripProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
52998 src/com/gps/dao/TripProcessDAO.java 401 A method should have only one exit point, and that should be the last statement in the method
52999 src/com/gps/dao/TripProcessDAO.java 405 Found 'DD'-anomaly for variable 'vehicle' (lines '405'-'408').
53000 src/com/gps/dao/TripProcessDAO.java 407 Avoid using if statements without curly braces
53001 src/com/gps/dao/TripProcessDAO.java 408 Potential violation of Law of Demeter (object not created locally)
53002 src/com/gps/dao/TripProcessDAO.java 410 Avoid if (x != y) ..; else ..;
53003 src/com/gps/dao/TripProcessDAO.java 411 Avoid using if...else statements without curly braces
53004 src/com/gps/dao/TripProcessDAO.java 411 Potential violation of Law of Demeter (object not created locally)
53005 src/com/gps/dao/TripProcessDAO.java 413 Potential violation of Law of Demeter (object not created locally)
53006 src/com/gps/dao/TripProcessDAO.java 414 Potential violation of Law of Demeter (object not created locally)
53007 src/com/gps/dao/TripProcessDAO.java 415 A method should have only one exit point, and that should be the last statement in the method
53008 src/com/gps/dao/TripProcessDAO.java 418 Potential violation of Law of Demeter (object not created locally)
53009 src/com/gps/dao/TripProcessDAO.java 419 Potential violation of Law of Demeter (object not created locally)
53010 src/com/gps/dao/TripProcessDAO.java 419 Potential violation of Law of Demeter (object not created locally)
53011 src/com/gps/dao/TripProcessDAO.java 420 Potential violation of Law of Demeter (object not created locally)
53012 src/com/gps/dao/TripProcessDAO.java 420 Potential violation of Law of Demeter (object not created locally)
53013 src/com/gps/dao/TripProcessDAO.java 425 There is log block not surrounded by if
53014 src/com/gps/dao/TripProcessDAO.java 425 There is log block not surrounded by if
53015 src/com/gps/dao/TripProcessDAO.java 427 Potential violation of Law of Demeter (object not created locally)
53016 src/com/gps/dao/TripProcessDAO.java 428 Potential violation of Law of Demeter (object not created locally)
53017 src/com/gps/dao/TripProcessDAO.java 430 There is log block not surrounded by if
53018 src/com/gps/dao/TripProcessDAO.java 430 There is log block not surrounded by if
53019 src/com/gps/dao/TripProcessDAO.java 431 Potential violation of Law of Demeter (object not created locally)
53020 src/com/gps/dao/TripProcessDAO.java 431 Potential violation of Law of Demeter (object not created locally)
53021 src/com/gps/dao/TripProcessDAO.java 433 Potential violation of Law of Demeter (object not created locally)
53022 src/com/gps/dao/TripProcessDAO.java 434 Potential violation of Law of Demeter (object not created locally)
53023 src/com/gps/dao/TripProcessDAO.java 435 A method should have only one exit point, and that should be the last statement in the method
53024 src/com/gps/dao/TripProcessDAO.java 438 Potential violation of Law of Demeter (object not created locally)
53025 src/com/gps/dao/TripProcessDAO.java 439 Found 'DU'-anomaly for variable 'endTime' (lines '439'-'604').
53026 src/com/gps/dao/TripProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
53027 src/com/gps/dao/TripProcessDAO.java 440 There is log block not surrounded by if
53028 src/com/gps/dao/TripProcessDAO.java 440 There is log block not surrounded by if
53029 src/com/gps/dao/TripProcessDAO.java 442 Potential violation of Law of Demeter (object not created locally)
53030 src/com/gps/dao/TripProcessDAO.java 443 Potential violation of Law of Demeter (object not created locally)
53031 src/com/gps/dao/TripProcessDAO.java 444 Potential violation of Law of Demeter (object not created locally)
53032 src/com/gps/dao/TripProcessDAO.java 445 Potential violation of Law of Demeter (object not created locally)
53033 src/com/gps/dao/TripProcessDAO.java 447 Potential violation of Law of Demeter (object not created locally)
53034 src/com/gps/dao/TripProcessDAO.java 448 Potential violation of Law of Demeter (object not created locally)
53035 src/com/gps/dao/TripProcessDAO.java 449 Potential violation of Law of Demeter (object not created locally)
53036 src/com/gps/dao/TripProcessDAO.java 450 There is log block not surrounded by if
53037 src/com/gps/dao/TripProcessDAO.java 450 There is log block not surrounded by if
53038 src/com/gps/dao/TripProcessDAO.java 451 There is log block not surrounded by if
53039 src/com/gps/dao/TripProcessDAO.java 451 There is log block not surrounded by if
53040 src/com/gps/dao/TripProcessDAO.java 453 Avoid using Literals in Conditional Statements
53041 src/com/gps/dao/TripProcessDAO.java 453 Potential violation of Law of Demeter (object not created locally)
53042 src/com/gps/dao/TripProcessDAO.java 454 Potential violation of Law of Demeter (object not created locally)
53043 src/com/gps/dao/TripProcessDAO.java 455 Potential violation of Law of Demeter (object not created locally)
53044 src/com/gps/dao/TripProcessDAO.java 457 Potential violation of Law of Demeter (object not created locally)
53045 src/com/gps/dao/TripProcessDAO.java 458 Potential violation of Law of Demeter (object not created locally)
53046 src/com/gps/dao/TripProcessDAO.java 461 Potential violation of Law of Demeter (method chain calls)
53047 src/com/gps/dao/TripProcessDAO.java 461 The String literal "priority" appears 4 times in this file; the first occurrence is on line 461
53048 src/com/gps/dao/TripProcessDAO.java 462 Potential violation of Law of Demeter (object not created locally)
53049 src/com/gps/dao/TripProcessDAO.java 463 Potential violation of Law of Demeter (object not created locally)
53050 src/com/gps/dao/TripProcessDAO.java 464 Potential violation of Law of Demeter (object not created locally)
53051 src/com/gps/dao/TripProcessDAO.java 466 Potential violation of Law of Demeter (object not created locally)
53052 src/com/gps/dao/TripProcessDAO.java 467 Potential violation of Law of Demeter (object not created locally)
53053 src/com/gps/dao/TripProcessDAO.java 468 Potential violation of Law of Demeter (object not created locally)
53054 src/com/gps/dao/TripProcessDAO.java 471 Potential violation of Law of Demeter (object not created locally)
53055 src/com/gps/dao/TripProcessDAO.java 472 Found 'DU'-anomaly for variable 'startHour' (lines '472'-'604').
53056 src/com/gps/dao/TripProcessDAO.java 472 Potential violation of Law of Demeter (object not created locally)
53057 src/com/gps/dao/TripProcessDAO.java 473 Potential violation of Law of Demeter (object not created locally)
53058 src/com/gps/dao/TripProcessDAO.java 475 Found 'DU'-anomaly for variable 'endHour' (lines '475'-'604').
53059 src/com/gps/dao/TripProcessDAO.java 475 Potential violation of Law of Demeter (object not created locally)
53060 src/com/gps/dao/TripProcessDAO.java 476 Found 'DU'-anomaly for variable 'endMinutes' (lines '476'-'604').
53061 src/com/gps/dao/TripProcessDAO.java 476 Potential violation of Law of Demeter (object not created locally)
53062 src/com/gps/dao/TripProcessDAO.java 478 Found 'DU'-anomaly for variable 'duration' (lines '478'-'604').
53063 src/com/gps/dao/TripProcessDAO.java 478 Local variable 'duration' could be declared final
53064 src/com/gps/dao/TripProcessDAO.java 478 Potential violation of Law of Demeter (object not created locally)
53065 src/com/gps/dao/TripProcessDAO.java 478 Potential violation of Law of Demeter (object not created locally)
53066 src/com/gps/dao/TripProcessDAO.java 478 Potential violation of Law of Demeter (object not created locally)
53067 src/com/gps/dao/TripProcessDAO.java 479 Found 'DU'-anomaly for variable 'prefix' (lines '479'-'604').
53068 src/com/gps/dao/TripProcessDAO.java 479 Local variable 'prefix' could be declared final
53069 src/com/gps/dao/TripProcessDAO.java 480 Potential violation of Law of Demeter (object not created locally)
53070 src/com/gps/dao/TripProcessDAO.java 481 Potential violation of Law of Demeter (object not created locally)
53071 src/com/gps/dao/TripProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
53072 src/com/gps/dao/TripProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
53073 src/com/gps/dao/TripProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
53074 src/com/gps/dao/TripProcessDAO.java 484 Potential violation of Law of Demeter (object not created locally)
53075 src/com/gps/dao/TripProcessDAO.java 485 Potential violation of Law of Demeter (object not created locally)
53076 src/com/gps/dao/TripProcessDAO.java 485 Potential violation of Law of Demeter (object not created locally)
53077 src/com/gps/dao/TripProcessDAO.java 485 Potential violation of Law of Demeter (object not created locally)
53078 src/com/gps/dao/TripProcessDAO.java 487 Potential violation of Law of Demeter (object not created locally)
53079 src/com/gps/dao/TripProcessDAO.java 490 Potential violation of Law of Demeter (object not created locally)
53080 src/com/gps/dao/TripProcessDAO.java 491 Potential violation of Law of Demeter (object not created locally)
53081 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
53082 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
53083 src/com/gps/dao/TripProcessDAO.java 492 Potential violation of Law of Demeter (object not created locally)
53084 src/com/gps/dao/TripProcessDAO.java 494 Potential violation of Law of Demeter (object not created locally)
53085 src/com/gps/dao/TripProcessDAO.java 495 Potential violation of Law of Demeter (object not created locally)
53086 src/com/gps/dao/TripProcessDAO.java 495 Potential violation of Law of Demeter (object not created locally)
53087 src/com/gps/dao/TripProcessDAO.java 495 Potential violation of Law of Demeter (object not created locally)
53088 src/com/gps/dao/TripProcessDAO.java 497 Potential violation of Law of Demeter (object not created locally)
53089 src/com/gps/dao/TripProcessDAO.java 501 Potential violation of Law of Demeter (object not created locally)
53090 src/com/gps/dao/TripProcessDAO.java 501 Potential violation of Law of Demeter (object not created locally)
53091 src/com/gps/dao/TripProcessDAO.java 501 Potential violation of Law of Demeter (object not created locally)
53092 src/com/gps/dao/TripProcessDAO.java 502 Potential violation of Law of Demeter (object not created locally)
53093 src/com/gps/dao/TripProcessDAO.java 502 Potential violation of Law of Demeter (object not created locally)
53094 src/com/gps/dao/TripProcessDAO.java 502 Potential violation of Law of Demeter (object not created locally)
53095 src/com/gps/dao/TripProcessDAO.java 504 Found 'DU'-anomaly for variable 'sess' (lines '504'-'604').
53096 src/com/gps/dao/TripProcessDAO.java 506 Potential violation of Law of Demeter (object not created locally)
53097 src/com/gps/dao/TripProcessDAO.java 506 Potential violation of Law of Demeter (object not created locally)
53098 src/com/gps/dao/TripProcessDAO.java 506 Potential violation of Law of Demeter (object not created locally)
53099 src/com/gps/dao/TripProcessDAO.java 508 Avoid if (x != y) ..; else ..;
53100 src/com/gps/dao/TripProcessDAO.java 509 Potential violation of Law of Demeter (method chain calls)
53101 src/com/gps/dao/TripProcessDAO.java 509 Potential violation of Law of Demeter (object not created locally)
53102 src/com/gps/dao/TripProcessDAO.java 509 Potential violation of Law of Demeter (object not created locally)
53103 src/com/gps/dao/TripProcessDAO.java 511 Potential violation of Law of Demeter (object not created locally)
53104 src/com/gps/dao/TripProcessDAO.java 512 Potential violation of Law of Demeter (object not created locally)
53105 src/com/gps/dao/TripProcessDAO.java 512 Potential violation of Law of Demeter (object not created locally)
53106 src/com/gps/dao/TripProcessDAO.java 513 A method should have only one exit point, and that should be the last statement in the method
53107 src/com/gps/dao/TripProcessDAO.java 515 Potential violation of Law of Demeter (object not created locally)
53108 src/com/gps/dao/TripProcessDAO.java 516 Potential violation of Law of Demeter (object not created locally)
53109 src/com/gps/dao/TripProcessDAO.java 517 A method should have only one exit point, and that should be the last statement in the method
53110 src/com/gps/dao/TripProcessDAO.java 519 Potential violation of Law of Demeter (method chain calls)
53111 src/com/gps/dao/TripProcessDAO.java 521 Found 'DU'-anomaly for variable 'count' (lines '521'-'604').
53112 src/com/gps/dao/TripProcessDAO.java 523 Potential violation of Law of Demeter (method chain calls)
53113 src/com/gps/dao/TripProcessDAO.java 523 Potential violation of Law of Demeter (method chain calls)
53114 src/com/gps/dao/TripProcessDAO.java 523 Potential violation of Law of Demeter (object not created locally)
53115 src/com/gps/dao/TripProcessDAO.java 524 Potential violation of Law of Demeter (method chain calls)
53116 src/com/gps/dao/TripProcessDAO.java 524 Potential violation of Law of Demeter (method chain calls)
53117 src/com/gps/dao/TripProcessDAO.java 524 Potential violation of Law of Demeter (object not created locally)
53118 src/com/gps/dao/TripProcessDAO.java 525 Potential violation of Law of Demeter (object not created locally)
53119 src/com/gps/dao/TripProcessDAO.java 525 Potential violation of Law of Demeter (object not created locally)
53120 src/com/gps/dao/TripProcessDAO.java 526 Potential violation of Law of Demeter (object not created locally)
53121 src/com/gps/dao/TripProcessDAO.java 529 Potential violation of Law of Demeter (method chain calls)
53122 src/com/gps/dao/TripProcessDAO.java 530 Local variable 'pickUpPoints' could be declared final
53123 src/com/gps/dao/TripProcessDAO.java 530 Potential violation of Law of Demeter (method chain calls)
53124 src/com/gps/dao/TripProcessDAO.java 532 Avoid if (x != y) ..; else ..;
53125 src/com/gps/dao/TripProcessDAO.java 533 Local variable 'pickUps' could be declared final
53126 src/com/gps/dao/TripProcessDAO.java 533 Potential violation of Law of Demeter (method chain calls)
53127 src/com/gps/dao/TripProcessDAO.java 535 Potential violation of Law of Demeter (object not created locally)
53128 src/com/gps/dao/TripProcessDAO.java 538 There is log block not surrounded by if
53129 src/com/gps/dao/TripProcessDAO.java 538 There is log block not surrounded by if
53130 src/com/gps/dao/TripProcessDAO.java 540 There is log block not surrounded by if
53131 src/com/gps/dao/TripProcessDAO.java 540 There is log block not surrounded by if
53132 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (method chain calls)
53133 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (method chain calls)
53134 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (object not created locally)
53135 src/com/gps/dao/TripProcessDAO.java 546 Potential violation of Law of Demeter (method chain calls)
53136 src/com/gps/dao/TripProcessDAO.java 546 Potential violation of Law of Demeter (method chain calls)
53137 src/com/gps/dao/TripProcessDAO.java 546 Potential violation of Law of Demeter (object not created locally)
53138 src/com/gps/dao/TripProcessDAO.java 547 Potential violation of Law of Demeter (object not created locally)
53139 src/com/gps/dao/TripProcessDAO.java 553 Local variable 'pickUps' could be declared final
53140 src/com/gps/dao/TripProcessDAO.java 555 Found 'DD'-anomaly for variable 'tx' (lines '555'-'555').
53141 src/com/gps/dao/TripProcessDAO.java 555 Found 'DD'-anomaly for variable 'tx' (lines '555'-'569').
53142 src/com/gps/dao/TripProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
53143 src/com/gps/dao/TripProcessDAO.java 556 Found 'DD'-anomaly for variable 'geofenceName' (lines '556'-'559').
53144 src/com/gps/dao/TripProcessDAO.java 557 Found 'DD'-anomaly for variable 'fenceDate' (lines '557'-'560').
53145 src/com/gps/dao/TripProcessDAO.java 557 Found 'DD'-anomaly for variable 'fenceDate' (lines '557'-'562').
53146 src/com/gps/dao/TripProcessDAO.java 558 Avoid if (x != y) ..; else ..;
53147 src/com/gps/dao/TripProcessDAO.java 558 Potential violation of Law of Demeter (object not created locally)
53148 src/com/gps/dao/TripProcessDAO.java 559 Potential violation of Law of Demeter (object not created locally)
53149 src/com/gps/dao/TripProcessDAO.java 560 Potential violation of Law of Demeter (object not created locally)
53150 src/com/gps/dao/TripProcessDAO.java 560 Potential violation of Law of Demeter (object not created locally)
53151 src/com/gps/dao/TripProcessDAO.java 562 Avoid using if...else statements without curly braces
53152 src/com/gps/dao/TripProcessDAO.java 562 Potential violation of Law of Demeter (object not created locally)
53153 src/com/gps/dao/TripProcessDAO.java 562 Potential violation of Law of Demeter (object not created locally)
53154 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (method chain calls)
53155 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
53156 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
53157 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
53158 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
53159 src/com/gps/dao/TripProcessDAO.java 564 Potential violation of Law of Demeter (object not created locally)
53160 src/com/gps/dao/TripProcessDAO.java 565 Found 'DU'-anomaly for variable 'count' (lines '565'-'604').
53161 src/com/gps/dao/TripProcessDAO.java 569 Potential violation of Law of Demeter (object not created locally)
53162 src/com/gps/dao/TripProcessDAO.java 570 Potential violation of Law of Demeter (object not created locally)
53163 src/com/gps/dao/TripProcessDAO.java 571 Potential violation of Law of Demeter (object not created locally)
53164 src/com/gps/dao/TripProcessDAO.java 572 Potential violation of Law of Demeter (object not created locally)
53165 src/com/gps/dao/TripProcessDAO.java 573 Potential violation of Law of Demeter (object not created locally)
53166 src/com/gps/dao/TripProcessDAO.java 574 Avoid using if statements without curly braces
53167 src/com/gps/dao/TripProcessDAO.java 574 Potential violation of Law of Demeter (method chain calls)
53168 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53169 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53170 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53171 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53172 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53173 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (method chain calls)
53174 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (object not created locally)
53175 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (object not created locally)
53176 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (object not created locally)
53177 src/com/gps/dao/TripProcessDAO.java 575 Potential violation of Law of Demeter (object not created locally)
53178 src/com/gps/dao/TripProcessDAO.java 575 Useless parentheses.
53179 src/com/gps/dao/TripProcessDAO.java 577 Potential violation of Law of Demeter (object not created locally)
53180 src/com/gps/dao/TripProcessDAO.java 578 Potential violation of Law of Demeter (object not created locally)
53181 src/com/gps/dao/TripProcessDAO.java 579 A method should have only one exit point, and that should be the last statement in the method
53182 src/com/gps/dao/TripProcessDAO.java 585 Avoid using if statements without curly braces
53183 src/com/gps/dao/TripProcessDAO.java 586 Potential violation of Law of Demeter (object not created locally)
53184 src/com/gps/dao/TripProcessDAO.java 588 Potential violation of Law of Demeter (method chain calls)
53185 src/com/gps/dao/TripProcessDAO.java 588 Potential violation of Law of Demeter (method chain calls)
53186 src/com/gps/dao/TripProcessDAO.java 588 Potential violation of Law of Demeter (object not created locally)
53187 src/com/gps/dao/TripProcessDAO.java 588 There is log block not surrounded by if
53188 src/com/gps/dao/TripProcessDAO.java 588 There is log block not surrounded by if
53189 src/com/gps/dao/TripProcessDAO.java 589 Potential violation of Law of Demeter (method chain calls)
53190 src/com/gps/dao/TripProcessDAO.java 589 Potential violation of Law of Demeter (method chain calls)
53191 src/com/gps/dao/TripProcessDAO.java 589 Potential violation of Law of Demeter (object not created locally)
53192 src/com/gps/dao/TripProcessDAO.java 591 Potential violation of Law of Demeter (object not created locally)
53193 src/com/gps/dao/TripProcessDAO.java 592 Potential violation of Law of Demeter (object not created locally)
53194 src/com/gps/dao/TripProcessDAO.java 592 Potential violation of Law of Demeter (object not created locally)
53195 src/com/gps/dao/TripProcessDAO.java 593 A method should have only one exit point, and that should be the last statement in the method
53196 src/com/gps/dao/TripProcessDAO.java 596 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53197 src/com/gps/dao/TripProcessDAO.java 598 Avoid printStackTrace(); use a logger call instead.
53198 src/com/gps/dao/TripProcessDAO.java 598 Potential violation of Law of Demeter (object not created locally)
53199 src/com/gps/dao/TripProcessDAO.java 599 Potential violation of Law of Demeter (object not created locally)
53200 src/com/gps/dao/TripProcessDAO.java 599 There is log block not surrounded by if
53201 src/com/gps/dao/TripProcessDAO.java 600 Potential violation of Law of Demeter (object not created locally)
53202 src/com/gps/dao/TripProcessDAO.java 601 Potential violation of Law of Demeter (object not created locally)
53203 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'count' is not assigned and could be declared final
53204 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'geofenceName' is not assigned and could be declared final
53205 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'lattitude' is not assigned and could be declared final
53206 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'longitude' is not assigned and could be declared final
53207 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'place' is not assigned and could be declared final
53208 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'session' is not assigned and could be declared final
53209 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'time' is not assigned and could be declared final
53210 src/com/gps/dao/TripProcessDAO.java 612 Parameter 'trip' is not assigned and could be declared final
53211 src/com/gps/dao/TripProcessDAO.java 617 Local variable 'geofence' could be declared final
53212 src/com/gps/dao/TripProcessDAO.java 618 An empty statement (semicolon) not part of a loop
53213 src/com/gps/dao/TripProcessDAO.java 631 Avoid using Literals in Conditional Statements
53214 src/com/gps/dao/TripProcessDAO.java 632 Avoid using if...else statements without curly braces
53215 src/com/gps/dao/TripProcessDAO.java 634 Avoid using if...else statements without curly braces
53216 src/com/gps/dao/TripProcessDAO.java 640 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53217 src/com/gps/dao/TripProcessDAO.java 642 Avoid printStackTrace(); use a logger call instead.
53218 src/com/gps/dao/TripProcessDAO.java 643 Avoid throwing raw exception types.
53219 src/com/gps/dao/TripProcessDAO.java 643 New exception is thrown in catch block, original stack trace may be lost
53220 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'count' is not assigned and could be declared final
53221 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'geofenceName' is not assigned and could be declared final
53222 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'lattitude' is not assigned and could be declared final
53223 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'longitude' is not assigned and could be declared final
53224 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'place' is not assigned and could be declared final
53225 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'timeAM' is not assigned and could be declared final
53226 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'timePM' is not assigned and could be declared final
53227 src/com/gps/dao/TripProcessDAO.java 648 Parameter 'trip' is not assigned and could be declared final
53228 src/com/gps/dao/TripProcessDAO.java 648 publicMethodCommentRequirement Required
53229 src/com/gps/dao/TripProcessDAO.java 651 Avoid variables with short names like tx
53230 src/com/gps/dao/TripProcessDAO.java 651 Found 'DD'-anomaly for variable 'tx' (lines '651'-'672').
53231 src/com/gps/dao/TripProcessDAO.java 652 Local variable 'obj' could be declared final
53232 src/com/gps/dao/TripProcessDAO.java 656 Local variable 'geofence' could be declared final
53233 src/com/gps/dao/TripProcessDAO.java 657 Potential violation of Law of Demeter (object not created locally)
53234 src/com/gps/dao/TripProcessDAO.java 659 Potential violation of Law of Demeter (object not created locally)
53235 src/com/gps/dao/TripProcessDAO.java 661 Potential violation of Law of Demeter (object not created locally)
53236 src/com/gps/dao/TripProcessDAO.java 662 Potential violation of Law of Demeter (object not created locally)
53237 src/com/gps/dao/TripProcessDAO.java 663 Potential violation of Law of Demeter (object not created locally)
53238 src/com/gps/dao/TripProcessDAO.java 664 Potential violation of Law of Demeter (object not created locally)
53239 src/com/gps/dao/TripProcessDAO.java 665 Potential violation of Law of Demeter (object not created locally)
53240 src/com/gps/dao/TripProcessDAO.java 666 Potential violation of Law of Demeter (object not created locally)
53241 src/com/gps/dao/TripProcessDAO.java 668 Potential violation of Law of Demeter (object not created locally)
53242 src/com/gps/dao/TripProcessDAO.java 669 Potential violation of Law of Demeter (object not created locally)
53243 src/com/gps/dao/TripProcessDAO.java 672 Potential violation of Law of Demeter (object not created locally)
53244 src/com/gps/dao/TripProcessDAO.java 673 Potential violation of Law of Demeter (object not created locally)
53245 src/com/gps/dao/TripProcessDAO.java 675 Potential violation of Law of Demeter (object not created locally)
53246 src/com/gps/dao/TripProcessDAO.java 676 Potential violation of Law of Demeter (object not created locally)
53247 src/com/gps/dao/TripProcessDAO.java 677 Potential violation of Law of Demeter (object not created locally)
53248 src/com/gps/dao/TripProcessDAO.java 679 Potential violation of Law of Demeter (object not created locally)
53249 src/com/gps/dao/TripProcessDAO.java 679 There is log block not surrounded by if
53250 src/com/gps/dao/TripProcessDAO.java 679 There is log block not surrounded by if
53251 src/com/gps/dao/TripProcessDAO.java 681 A method should have only one exit point, and that should be the last statement in the method
53252 src/com/gps/dao/TripProcessDAO.java 684 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53253 src/com/gps/dao/TripProcessDAO.java 686 Avoid printStackTrace(); use a logger call instead.
53254 src/com/gps/dao/TripProcessDAO.java 686 Potential violation of Law of Demeter (object not created locally)
53255 src/com/gps/dao/TripProcessDAO.java 695 Parameter 'trip' is not assigned and could be declared final
53256 src/com/gps/dao/TripProcessDAO.java 697 There is log block not surrounded by if
53257 src/com/gps/dao/TripProcessDAO.java 697 There is log block not surrounded by if
53258 src/com/gps/dao/TripProcessDAO.java 698 Local variable 'freqTrips' could be declared final
53259 src/com/gps/dao/TripProcessDAO.java 699 Local variable 'freqMon' could be declared final
53260 src/com/gps/dao/TripProcessDAO.java 700 Local variable 'freqTue' could be declared final
53261 src/com/gps/dao/TripProcessDAO.java 701 Local variable 'freqWed' could be declared final
53262 src/com/gps/dao/TripProcessDAO.java 702 Local variable 'freqThu' could be declared final
53263 src/com/gps/dao/TripProcessDAO.java 703 Local variable 'freqFri' could be declared final
53264 src/com/gps/dao/TripProcessDAO.java 704 Local variable 'freqSat' could be declared final
53265 src/com/gps/dao/TripProcessDAO.java 705 Local variable 'freqSun' could be declared final
53266 src/com/gps/dao/TripProcessDAO.java 722 Avoid really long methods.
53267 src/com/gps/dao/TripProcessDAO.java 722 Parameter 'trackerId' is not assigned and could be declared final
53268 src/com/gps/dao/TripProcessDAO.java 722 The method 'getTripDetails' has a Cyclomatic Complexity of 26.
53269 src/com/gps/dao/TripProcessDAO.java 722 The method getTripDetails() has an NCSS line count of 108
53270 src/com/gps/dao/TripProcessDAO.java 722 The method getTripDetails() has an NPath complexity of 37346
53271 src/com/gps/dao/TripProcessDAO.java 724 Local variable 'tripVO' could be declared final
53272 src/com/gps/dao/TripProcessDAO.java 725 Local variable 'dbQry' could be declared final
53273 src/com/gps/dao/TripProcessDAO.java 726 Found 'DD'-anomaly for variable 'vehInfo' (lines '726'-'767').
53274 src/com/gps/dao/TripProcessDAO.java 727 Found 'DD'-anomaly for variable 'trip' (lines '727'-'747').
53275 src/com/gps/dao/TripProcessDAO.java 728 Found 'DD'-anomaly for variable 'currentLat' (lines '728'-'770').
53276 src/com/gps/dao/TripProcessDAO.java 728 Found 'DD'-anomaly for variable 'currentLong' (lines '728'-'771').
53277 src/com/gps/dao/TripProcessDAO.java 728 Use one line for each declaration, it enhances code readability.
53278 src/com/gps/dao/TripProcessDAO.java 729 Found 'DD'-anomaly for variable 'currentSpeed' (lines '729'-'772').
53279 src/com/gps/dao/TripProcessDAO.java 730 Local variable 'coder' could be declared final
53280 src/com/gps/dao/TripProcessDAO.java 731 Local variable 'fenceDAO' could be declared final
53281 src/com/gps/dao/TripProcessDAO.java 732 Local variable 'tripFences' could be declared final
53282 src/com/gps/dao/TripProcessDAO.java 733 Local variable 'formatter' could be declared final
53283 src/com/gps/dao/TripProcessDAO.java 733 When instantiating a SimpleDateFormat object, specify a Locale
53284 src/com/gps/dao/TripProcessDAO.java 734 Found 'DD'-anomaly for variable 'drop' (lines '734'-'788').
53285 src/com/gps/dao/TripProcessDAO.java 735 Found 'DD'-anomaly for variable 'garage' (lines '735'-'789').
53286 src/com/gps/dao/TripProcessDAO.java 736 Local variable 'round' could be declared final
53287 src/com/gps/dao/TripProcessDAO.java 737 Avoid declaring a variable if it is unreferenced before a possible exit point.
53288 src/com/gps/dao/TripProcessDAO.java 737 Avoid unused local variables such as 'exp'.
53289 src/com/gps/dao/TripProcessDAO.java 737 Local variable 'exp' could be declared final
53290 src/com/gps/dao/TripProcessDAO.java 741 Local variable 'query' could be declared final
53291 src/com/gps/dao/TripProcessDAO.java 741 Potential violation of Law of Demeter (method chain calls)
53292 src/com/gps/dao/TripProcessDAO.java 742 Potential violation of Law of Demeter (object not created locally)
53293 src/com/gps/dao/TripProcessDAO.java 744 There is log block not surrounded by if
53294 src/com/gps/dao/TripProcessDAO.java 744 There is log block not surrounded by if
53295 src/com/gps/dao/TripProcessDAO.java 746 Avoid if (x != y) ..; else ..;
53296 src/com/gps/dao/TripProcessDAO.java 746 Potential violation of Law of Demeter (object not created locally)
53297 src/com/gps/dao/TripProcessDAO.java 747 Potential violation of Law of Demeter (object not created locally)
53298 src/com/gps/dao/TripProcessDAO.java 748 Potential violation of Law of Demeter (object not created locally)
53299 src/com/gps/dao/TripProcessDAO.java 748 Potential violation of Law of Demeter (object not created locally)
53300 src/com/gps/dao/TripProcessDAO.java 748 There is log block not surrounded by if
53301 src/com/gps/dao/TripProcessDAO.java 748 There is log block not surrounded by if
53302 src/com/gps/dao/TripProcessDAO.java 751 There is log block not surrounded by if
53303 src/com/gps/dao/TripProcessDAO.java 751 There is log block not surrounded by if
53304 src/com/gps/dao/TripProcessDAO.java 752 A method should have only one exit point, and that should be the last statement in the method
53305 src/com/gps/dao/TripProcessDAO.java 757 Potential violation of Law of Demeter (object not created locally)
53306 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (object not created locally)
53307 src/com/gps/dao/TripProcessDAO.java 758 Potential violation of Law of Demeter (object not created locally)
53308 src/com/gps/dao/TripProcessDAO.java 759 Potential violation of Law of Demeter (object not created locally)
53309 src/com/gps/dao/TripProcessDAO.java 759 There is log block not surrounded by if
53310 src/com/gps/dao/TripProcessDAO.java 759 There is log block not surrounded by if
53311 src/com/gps/dao/TripProcessDAO.java 762 Potential violation of Law of Demeter (object not created locally)
53312 src/com/gps/dao/TripProcessDAO.java 763 Potential violation of Law of Demeter (method chain calls)
53313 src/com/gps/dao/TripProcessDAO.java 763 Potential violation of Law of Demeter (method chain calls)
53314 src/com/gps/dao/TripProcessDAO.java 763 Potential violation of Law of Demeter (object not created locally)
53315 src/com/gps/dao/TripProcessDAO.java 763 Potential violation of Law of Demeter (object not created locally)
53316 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (method chain calls)
53317 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (method chain calls)
53318 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (method chain calls)
53319 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (method chain calls)
53320 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (object not created locally)
53321 src/com/gps/dao/TripProcessDAO.java 764 Potential violation of Law of Demeter (object not created locally)
53322 src/com/gps/dao/TripProcessDAO.java 766 Potential violation of Law of Demeter (method chain calls)
53323 src/com/gps/dao/TripProcessDAO.java 766 Potential violation of Law of Demeter (method chain calls)
53324 src/com/gps/dao/TripProcessDAO.java 766 Potential violation of Law of Demeter (object not created locally)
53325 src/com/gps/dao/TripProcessDAO.java 766 There is log block not surrounded by if
53326 src/com/gps/dao/TripProcessDAO.java 766 There is log block not surrounded by if
53327 src/com/gps/dao/TripProcessDAO.java 767 Potential violation of Law of Demeter (method chain calls)
53328 src/com/gps/dao/TripProcessDAO.java 767 Potential violation of Law of Demeter (method chain calls)
53329 src/com/gps/dao/TripProcessDAO.java 767 Potential violation of Law of Demeter (object not created locally)
53330 src/com/gps/dao/TripProcessDAO.java 767 Potential violation of Law of Demeter (object not created locally)
53331 src/com/gps/dao/TripProcessDAO.java 769 Potential violation of Law of Demeter (object not created locally)
53332 src/com/gps/dao/TripProcessDAO.java 769 There is log block not surrounded by if
53333 src/com/gps/dao/TripProcessDAO.java 769 There is log block not surrounded by if
53334 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
53335 src/com/gps/dao/TripProcessDAO.java 771 Potential violation of Law of Demeter (object not created locally)
53336 src/com/gps/dao/TripProcessDAO.java 772 Potential violation of Law of Demeter (object not created locally)
53337 src/com/gps/dao/TripProcessDAO.java 773 Potential violation of Law of Demeter (object not created locally)
53338 src/com/gps/dao/TripProcessDAO.java 774 Potential violation of Law of Demeter (object not created locally)
53339 src/com/gps/dao/TripProcessDAO.java 775 Potential violation of Law of Demeter (object not created locally)
53340 src/com/gps/dao/TripProcessDAO.java 776 Avoid using if statements without curly braces
53341 src/com/gps/dao/TripProcessDAO.java 777 Potential violation of Law of Demeter (object not created locally)
53342 src/com/gps/dao/TripProcessDAO.java 777 Potential violation of Law of Demeter (object not created locally)
53343 src/com/gps/dao/TripProcessDAO.java 778 Avoid if (x != y) ..; else ..;
53344 src/com/gps/dao/TripProcessDAO.java 778 Potential violation of Law of Demeter (object not created locally)
53345 src/com/gps/dao/TripProcessDAO.java 779 Avoid using if...else statements without curly braces
53346 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
53347 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
53348 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
53349 src/com/gps/dao/TripProcessDAO.java 779 Potential violation of Law of Demeter (object not created locally)
53350 src/com/gps/dao/TripProcessDAO.java 781 Avoid using if...else statements without curly braces
53351 src/com/gps/dao/TripProcessDAO.java 781 Potential violation of Law of Demeter (object not created locally)
53352 src/com/gps/dao/TripProcessDAO.java 781 Potential violation of Law of Demeter (object not created locally)
53353 src/com/gps/dao/TripProcessDAO.java 783 Potential violation of Law of Demeter (object not created locally)
53354 src/com/gps/dao/TripProcessDAO.java 783 Potential violation of Law of Demeter (object not created locally)
53355 src/com/gps/dao/TripProcessDAO.java 784 Potential violation of Law of Demeter (object not created locally)
53356 src/com/gps/dao/TripProcessDAO.java 784 Potential violation of Law of Demeter (object not created locally)
53357 src/com/gps/dao/TripProcessDAO.java 787 Avoid using Literals in Conditional Statements
53358 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (object not created locally)
53359 src/com/gps/dao/TripProcessDAO.java 787 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53360 src/com/gps/dao/TripProcessDAO.java 788 Potential violation of Law of Demeter (object not created locally)
53361 src/com/gps/dao/TripProcessDAO.java 788 Potential violation of Law of Demeter (object not created locally)
53362 src/com/gps/dao/TripProcessDAO.java 789 Potential violation of Law of Demeter (object not created locally)
53363 src/com/gps/dao/TripProcessDAO.java 792 Local variable 'lastRepFence' could be declared final
53364 src/com/gps/dao/TripProcessDAO.java 792 Potential violation of Law of Demeter (object not created locally)
53365 src/com/gps/dao/TripProcessDAO.java 794 Avoid if (x != y) ..; else ..;
53366 src/com/gps/dao/TripProcessDAO.java 794 Potential violation of Law of Demeter (method chain calls)
53367 src/com/gps/dao/TripProcessDAO.java 794 Potential violation of Law of Demeter (object not created locally)
53368 src/com/gps/dao/TripProcessDAO.java 796 There is log block not surrounded by if
53369 src/com/gps/dao/TripProcessDAO.java 796 There is log block not surrounded by if
53370 src/com/gps/dao/TripProcessDAO.java 797 Local variable 'currentFence' could be declared final
53371 src/com/gps/dao/TripProcessDAO.java 797 Potential violation of Law of Demeter (object not created locally)
53372 src/com/gps/dao/TripProcessDAO.java 799 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_distance' is not final.
53373 src/com/gps/dao/TripProcessDAO.java 803 Potential violation of Law of Demeter (object not created locally)
53374 src/com/gps/dao/TripProcessDAO.java 804 Avoid using if statements without curly braces
53375 src/com/gps/dao/TripProcessDAO.java 804 Potential violation of Law of Demeter (object not created locally)
53376 src/com/gps/dao/TripProcessDAO.java 805 Potential violation of Law of Demeter (object not created locally)
53377 src/com/gps/dao/TripProcessDAO.java 807 Avoid using if statements without curly braces
53378 src/com/gps/dao/TripProcessDAO.java 807 Potential violation of Law of Demeter (object not created locally)
53379 src/com/gps/dao/TripProcessDAO.java 808 Potential violation of Law of Demeter (object not created locally)
53380 src/com/gps/dao/TripProcessDAO.java 811 Potential violation of Law of Demeter (method chain calls)
53381 src/com/gps/dao/TripProcessDAO.java 811 Potential violation of Law of Demeter (object not created locally)
53382 src/com/gps/dao/TripProcessDAO.java 814 These nested if statements could be combined
53383 src/com/gps/dao/TripProcessDAO.java 815 Avoid using if statements without curly braces
53384 src/com/gps/dao/TripProcessDAO.java 815 Potential violation of Law of Demeter (method chain calls)
53385 src/com/gps/dao/TripProcessDAO.java 815 Potential violation of Law of Demeter (method chain calls)
53386 src/com/gps/dao/TripProcessDAO.java 815 Potential violation of Law of Demeter (method chain calls)
53387 src/com/gps/dao/TripProcessDAO.java 815 Potential violation of Law of Demeter (object not created locally)
53388 src/com/gps/dao/TripProcessDAO.java 815 Potential violation of Law of Demeter (object not created locally)
53389 src/com/gps/dao/TripProcessDAO.java 815 These nested if statements could be combined
53390 src/com/gps/dao/TripProcessDAO.java 820 Potential violation of Law of Demeter (object not created locally)
53391 src/com/gps/dao/TripProcessDAO.java 820 Potential violation of Law of Demeter (object not created locally)
53392 src/com/gps/dao/TripProcessDAO.java 821 Potential violation of Law of Demeter (object not created locally)
53393 src/com/gps/dao/TripProcessDAO.java 821 Potential violation of Law of Demeter (object not created locally)
53394 src/com/gps/dao/TripProcessDAO.java 822 Avoid if (x != y) ..; else ..;
53395 src/com/gps/dao/TripProcessDAO.java 823 Avoid using if...else statements without curly braces
53396 src/com/gps/dao/TripProcessDAO.java 823 Potential violation of Law of Demeter (object not created locally)
53397 src/com/gps/dao/TripProcessDAO.java 823 Potential violation of Law of Demeter (object not created locally)
53398 src/com/gps/dao/TripProcessDAO.java 825 Avoid using if...else statements without curly braces
53399 src/com/gps/dao/TripProcessDAO.java 825 Potential violation of Law of Demeter (object not created locally)
53400 src/com/gps/dao/TripProcessDAO.java 828 There is log block not surrounded by if
53401 src/com/gps/dao/TripProcessDAO.java 828 There is log block not surrounded by if
53402 src/com/gps/dao/TripProcessDAO.java 830 Potential violation of Law of Demeter (object not created locally)
53403 src/com/gps/dao/TripProcessDAO.java 830 Potential violation of Law of Demeter (object not created locally)
53404 src/com/gps/dao/TripProcessDAO.java 834 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
53405 src/com/gps/dao/TripProcessDAO.java 835 Local variable 'pickup_points' could be declared final
53406 src/com/gps/dao/TripProcessDAO.java 835 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
53407 src/com/gps/dao/TripProcessDAO.java 837 Potential violation of Law of Demeter (object not created locally)
53408 src/com/gps/dao/TripProcessDAO.java 837 Potential violation of Law of Demeter (object not created locally)
53409 src/com/gps/dao/TripProcessDAO.java 838 Potential violation of Law of Demeter (object not created locally)
53410 src/com/gps/dao/TripProcessDAO.java 839 Potential violation of Law of Demeter (object not created locally)
53411 src/com/gps/dao/TripProcessDAO.java 846 Avoid using Literals in Conditional Statements
53412 src/com/gps/dao/TripProcessDAO.java 846 Avoid using if statements without curly braces
53413 src/com/gps/dao/TripProcessDAO.java 846 Potential violation of Law of Demeter (object not created locally)
53414 src/com/gps/dao/TripProcessDAO.java 846 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53415 src/com/gps/dao/TripProcessDAO.java 847 Potential violation of Law of Demeter (object not created locally)
53416 src/com/gps/dao/TripProcessDAO.java 850 Local variable 'pickUp_drop_dist' could be declared final
53417 src/com/gps/dao/TripProcessDAO.java 850 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickUp_drop_dist' is not final.
53418 src/com/gps/dao/TripProcessDAO.java 850 Potential violation of Law of Demeter (object not created locally)
53419 src/com/gps/dao/TripProcessDAO.java 850 Potential violation of Law of Demeter (object not created locally)
53420 src/com/gps/dao/TripProcessDAO.java 851 Potential violation of Law of Demeter (object not created locally)
53421 src/com/gps/dao/TripProcessDAO.java 854 Potential violation of Law of Demeter (object not created locally)
53422 src/com/gps/dao/TripProcessDAO.java 854 Potential violation of Law of Demeter (object not created locally)
53423 src/com/gps/dao/TripProcessDAO.java 854 There is log block not surrounded by if
53424 src/com/gps/dao/TripProcessDAO.java 854 There is log block not surrounded by if
53425 src/com/gps/dao/TripProcessDAO.java 855 Potential violation of Law of Demeter (object not created locally)
53426 src/com/gps/dao/TripProcessDAO.java 855 Potential violation of Law of Demeter (object not created locally)
53427 src/com/gps/dao/TripProcessDAO.java 856 Potential violation of Law of Demeter (object not created locally)
53428 src/com/gps/dao/TripProcessDAO.java 856 Potential violation of Law of Demeter (object not created locally)
53429 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
53430 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
53431 src/com/gps/dao/TripProcessDAO.java 857 Potential violation of Law of Demeter (object not created locally)
53432 src/com/gps/dao/TripProcessDAO.java 858 Potential violation of Law of Demeter (object not created locally)
53433 src/com/gps/dao/TripProcessDAO.java 858 Potential violation of Law of Demeter (object not created locally)
53434 src/com/gps/dao/TripProcessDAO.java 861 Potential violation of Law of Demeter (object not created locally)
53435 src/com/gps/dao/TripProcessDAO.java 861 Potential violation of Law of Demeter (object not created locally)
53436 src/com/gps/dao/TripProcessDAO.java 861 There is log block not surrounded by if
53437 src/com/gps/dao/TripProcessDAO.java 861 There is log block not surrounded by if
53438 src/com/gps/dao/TripProcessDAO.java 862 Local variable 'garage_drop_dist' could be declared final
53439 src/com/gps/dao/TripProcessDAO.java 862 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_drop_dist' is not final.
53440 src/com/gps/dao/TripProcessDAO.java 862 Potential violation of Law of Demeter (object not created locally)
53441 src/com/gps/dao/TripProcessDAO.java 862 Potential violation of Law of Demeter (object not created locally)
53442 src/com/gps/dao/TripProcessDAO.java 862 Potential violation of Law of Demeter (object not created locally)
53443 src/com/gps/dao/TripProcessDAO.java 862 Potential violation of Law of Demeter (object not created locally)
53444 src/com/gps/dao/TripProcessDAO.java 863 Potential violation of Law of Demeter (object not created locally)
53445 src/com/gps/dao/TripProcessDAO.java 863 Potential violation of Law of Demeter (object not created locally)
53446 src/com/gps/dao/TripProcessDAO.java 864 Potential violation of Law of Demeter (object not created locally)
53447 src/com/gps/dao/TripProcessDAO.java 864 Potential violation of Law of Demeter (object not created locally)
53448 src/com/gps/dao/TripProcessDAO.java 865 Avoid using if statements without curly braces
53449 src/com/gps/dao/TripProcessDAO.java 865 Potential violation of Law of Demeter (object not created locally)
53450 src/com/gps/dao/TripProcessDAO.java 865 Potential violation of Law of Demeter (object not created locally)
53451 src/com/gps/dao/TripProcessDAO.java 866 Potential violation of Law of Demeter (object not created locally)
53452 src/com/gps/dao/TripProcessDAO.java 866 Potential violation of Law of Demeter (object not created locally)
53453 src/com/gps/dao/TripProcessDAO.java 866 Potential violation of Law of Demeter (object not created locally)
53454 src/com/gps/dao/TripProcessDAO.java 866 Potential violation of Law of Demeter (object not created locally)
53455 src/com/gps/dao/TripProcessDAO.java 870 There is log block not surrounded by if
53456 src/com/gps/dao/TripProcessDAO.java 870 There is log block not surrounded by if
53457 src/com/gps/dao/TripProcessDAO.java 872 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53458 src/com/gps/dao/TripProcessDAO.java 874 Avoid using if statements without curly braces
53459 src/com/gps/dao/TripProcessDAO.java 874 Potential violation of Law of Demeter (object not created locally)
53460 src/com/gps/dao/TripProcessDAO.java 875 Potential violation of Law of Demeter (object not created locally)
53461 src/com/gps/dao/TripProcessDAO.java 876 There is log block not surrounded by if
53462 src/com/gps/dao/TripProcessDAO.java 877 Avoid printStackTrace(); use a logger call instead.
53463 src/com/gps/dao/TripProcessDAO.java 877 Potential violation of Law of Demeter (object not created locally)
53464 src/com/gps/dao/TripProcessDAO.java 885 Parameter 'isEnabled' is not assigned and could be declared final
53465 src/com/gps/dao/TripProcessDAO.java 885 Parameter 'status' is not assigned and could be declared final
53466 src/com/gps/dao/TripProcessDAO.java 885 Parameter 'trip' is not assigned and could be declared final
53467 src/com/gps/dao/TripProcessDAO.java 886 Avoid variables with short names like tx
53468 src/com/gps/dao/TripProcessDAO.java 892 Potential violation of Law of Demeter (object not created locally)
53469 src/com/gps/dao/TripProcessDAO.java 895 Avoid using if statements without curly braces
53470 src/com/gps/dao/TripProcessDAO.java 895 Potential violation of Law of Demeter (method chain calls)
53471 src/com/gps/dao/TripProcessDAO.java 895 These nested if statements could be combined
53472 src/com/gps/dao/TripProcessDAO.java 899 Avoid using if statements without curly braces
53473 src/com/gps/dao/TripProcessDAO.java 902 Potential violation of Law of Demeter (object not created locally)
53474 src/com/gps/dao/TripProcessDAO.java 904 Potential violation of Law of Demeter (object not created locally)
53475 src/com/gps/dao/TripProcessDAO.java 905 Potential violation of Law of Demeter (object not created locally)
53476 src/com/gps/dao/TripProcessDAO.java 907 Avoid if (x != y) ..; else ..;
53477 src/com/gps/dao/TripProcessDAO.java 907 There is log block not surrounded by if
53478 src/com/gps/dao/TripProcessDAO.java 907 There is log block not surrounded by if
53479 src/com/gps/dao/TripProcessDAO.java 909 A method should have only one exit point, and that should be the last statement in the method
53480 src/com/gps/dao/TripProcessDAO.java 911 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53481 src/com/gps/dao/TripProcessDAO.java 913 There is log block not surrounded by if
53482 src/com/gps/dao/TripProcessDAO.java 914 Avoid printStackTrace(); use a logger call instead.
53483 src/com/gps/dao/TripProcessDAO.java 914 Potential violation of Law of Demeter (object not created locally)
53484 src/com/gps/dao/TripProcessDAO.java 921 Parameter 'end' is not assigned and could be declared final
53485 src/com/gps/dao/TripProcessDAO.java 921 Parameter 'start' is not assigned and could be declared final
53486 src/com/gps/dao/TripProcessDAO.java 921 Parameter 'vehicleId' is not assigned and could be declared final
53487 src/com/gps/dao/TripProcessDAO.java 921 publicMethodCommentRequirement Required
53488 src/com/gps/dao/TripProcessDAO.java 940 The String literal "' and concat(returndate,concat(' '," appears 4 times in this file; the first occurrence is on line 940
53489 src/com/gps/dao/TripProcessDAO.java 940 The String literal "))<='" appears 4 times in this file; the first occurrence is on line 940
53490 src/com/gps/dao/TripProcessDAO.java 940 The String literal "))>='" appears 4 times in this file; the first occurrence is on line 940
53491 src/com/gps/dao/TripProcessDAO.java 943 Local variable 'query' could be declared final
53492 src/com/gps/dao/TripProcessDAO.java 943 Potential violation of Law of Demeter (object not created locally)
53493 src/com/gps/dao/TripProcessDAO.java 944 Potential violation of Law of Demeter (object not created locally)
53494 src/com/gps/dao/TripProcessDAO.java 948 Avoid if (x != y) ..; else ..;
53495 src/com/gps/dao/TripProcessDAO.java 949 Potential violation of Law of Demeter (object not created locally)
53496 src/com/gps/dao/TripProcessDAO.java 950 Avoid using Literals in Conditional Statements
53497 src/com/gps/dao/TripProcessDAO.java 950 Avoid using if statements without curly braces
53498 src/com/gps/dao/TripProcessDAO.java 950 Potential violation of Law of Demeter (object not created locally)
53499 src/com/gps/dao/TripProcessDAO.java 950 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53500 src/com/gps/dao/TripProcessDAO.java 951 Potential violation of Law of Demeter (object not created locally)
53501 src/com/gps/dao/TripProcessDAO.java 954 There is log block not surrounded by if
53502 src/com/gps/dao/TripProcessDAO.java 954 There is log block not surrounded by if
53503 src/com/gps/dao/TripProcessDAO.java 957 A method should have only one exit point, and that should be the last statement in the method
53504 src/com/gps/dao/TripProcessDAO.java 959 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53505 src/com/gps/dao/TripProcessDAO.java 961 Avoid printStackTrace(); use a logger call instead.
53506 src/com/gps/dao/TripProcessDAO.java 961 Potential violation of Law of Demeter (object not created locally)
53507 src/com/gps/dao/TripProcessDAO.java 970 Parameter 'trackerId' is not assigned and could be declared final
53508 src/com/gps/dao/TripProcessDAO.java 970 publicMethodCommentRequirement Required
53509 src/com/gps/dao/TripProcessDAO.java 972 Local variable 'exp' could be declared final
53510 src/com/gps/dao/TripProcessDAO.java 979 Avoid using Literals in Conditional Statements
53511 src/com/gps/dao/TripProcessDAO.java 979 Avoid using if statements without curly braces
53512 src/com/gps/dao/TripProcessDAO.java 979 Potential violation of Law of Demeter (object not created locally)
53513 src/com/gps/dao/TripProcessDAO.java 979 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53514 src/com/gps/dao/TripProcessDAO.java 980 Potential violation of Law of Demeter (object not created locally)
53515 src/com/gps/dao/TripProcessDAO.java 982 Avoid if (x != y) ..; else ..;
53516 src/com/gps/dao/TripProcessDAO.java 984 Potential violation of Law of Demeter (object not created locally)
53517 src/com/gps/dao/TripProcessDAO.java 985 Potential violation of Law of Demeter (object not created locally)
53518 src/com/gps/dao/TripProcessDAO.java 986 Potential violation of Law of Demeter (method chain calls)
53519 src/com/gps/dao/TripProcessDAO.java 986 Potential violation of Law of Demeter (object not created locally)
53520 src/com/gps/dao/TripProcessDAO.java 988 Potential violation of Law of Demeter (object not created locally)
53521 src/com/gps/dao/TripProcessDAO.java 989 Potential violation of Law of Demeter (object not created locally)
53522 src/com/gps/dao/TripProcessDAO.java 989 The String literal "Error disabling " appears 4 times in this file; the first occurrence is on line 989
53523 src/com/gps/dao/TripProcessDAO.java 990 There is log block not surrounded by if
53524 src/com/gps/dao/TripProcessDAO.java 990 There is log block not surrounded by if
53525 src/com/gps/dao/TripProcessDAO.java 993 Potential violation of Law of Demeter (object not created locally)
53526 src/com/gps/dao/TripProcessDAO.java 994 Potential violation of Law of Demeter (object not created locally)
53527 src/com/gps/dao/TripProcessDAO.java 995 There is log block not surrounded by if
53528 src/com/gps/dao/TripProcessDAO.java 995 There is log block not surrounded by if
53529 src/com/gps/dao/TripProcessDAO.java 998 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53530 src/com/gps/dao/TripProcessDAO.java 1000 Potential violation of Law of Demeter (object not created locally)
53531 src/com/gps/dao/TripProcessDAO.java 1001 Potential violation of Law of Demeter (object not created locally)
53532 src/com/gps/dao/TripProcessDAO.java 1002 There is log block not surrounded by if
53533 src/com/gps/dao/TripProcessDAO.java 1002 There is log block not surrounded by if
53534 src/com/gps/dao/TripProcessDAO.java 1003 Avoid printStackTrace(); use a logger call instead.
53535 src/com/gps/dao/TripProcessDAO.java 1003 Potential violation of Law of Demeter (object not created locally)
53536 src/com/gps/dao/TripProcessDAO.java 1009 Parameter 'vehicleId' is not assigned and could be declared final
53537 src/com/gps/dao/TripProcessDAO.java 1009 publicMethodCommentRequirement Required
53538 src/com/gps/dao/TripProcessDAO.java 1014 Local variable 'query' could be declared final
53539 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (object not created locally)
53540 src/com/gps/dao/TripProcessDAO.java 1015 Potential violation of Law of Demeter (object not created locally)
53541 src/com/gps/dao/TripProcessDAO.java 1017 There is log block not surrounded by if
53542 src/com/gps/dao/TripProcessDAO.java 1017 There is log block not surrounded by if
53543 src/com/gps/dao/TripProcessDAO.java 1020 Potential violation of Law of Demeter (object not created locally)
53544 src/com/gps/dao/TripProcessDAO.java 1023 There is log block not surrounded by if
53545 src/com/gps/dao/TripProcessDAO.java 1023 There is log block not surrounded by if
53546 src/com/gps/dao/TripProcessDAO.java 1028 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53547 src/com/gps/dao/TripProcessDAO.java 1030 Avoid printStackTrace(); use a logger call instead.
53548 src/com/gps/dao/TripProcessDAO.java 1030 Potential violation of Law of Demeter (object not created locally)
53549 src/com/gps/dao/TripProcessDAO.java 1035 Parameter 'args' is not assigned and could be declared final
53550 src/com/gps/dao/TripProcessDAO.java 1035 publicMethodCommentRequirement Required
53551 src/com/gps/dao/TripProcessDAO.java 1036 Avoid unused local variables such as 'dao'.
53552 src/com/gps/dao/TripProcessDAO.java 1036 Local variable 'dao' could be declared final
53553 src/com/gps/dao/TripProcessDAO.java 1037 Avoid empty try blocks
53554 src/com/gps/dao/TripProcessDAO.java 1040 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53555 src/com/gps/dao/TripProcessDAO.java 1042 Avoid printStackTrace(); use a logger call instead.
53556 src/com/gps/dao/TripProcessDAO.java 1046 Avoid variables with short names like to
53557 src/com/gps/dao/TripProcessDAO.java 1046 Parameter 'from' is not assigned and could be declared final
53558 src/com/gps/dao/TripProcessDAO.java 1046 Parameter 'to' is not assigned and could be declared final
53559 src/com/gps/dao/TripProcessDAO.java 1046 Parameter 'vehicleId' is not assigned and could be declared final
53560 src/com/gps/dao/TripProcessDAO.java 1046 publicMethodCommentRequirement Required
53561 src/com/gps/dao/TripProcessDAO.java 1048 Avoid unused local variables such as 'tripList'.
53562 src/com/gps/dao/TripProcessDAO.java 1050 Potential violation of Law of Demeter (method chain calls)
53563 src/com/gps/dao/TripProcessDAO.java 1050 Potential violation of Law of Demeter (method chain calls)
53564 src/com/gps/dao/TripProcessDAO.java 1051 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53565 src/com/gps/dao/TripProcessDAO.java 1051 Avoid empty catch blocks
53566 src/com/gps/dao/TripProcessDAO.java 1057 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
53567 src/com/gps/dao/TripProcessDAO.java 1057 Parameter 'fromDate' is not assigned and could be declared final
53568 src/com/gps/dao/TripProcessDAO.java 1057 Parameter 'isDist' is not assigned and could be declared final
53569 src/com/gps/dao/TripProcessDAO.java 1057 Parameter 'toDate' is not assigned and could be declared final
53570 src/com/gps/dao/TripProcessDAO.java 1057 Parameter 'veh' is not assigned and could be declared final
53571 src/com/gps/dao/TripProcessDAO.java 1057 Parameter 'vehicle_id' is not assigned and could be declared final
53572 src/com/gps/dao/TripProcessDAO.java 1057 The method 'getDistParams' has a Cyclomatic Complexity of 10.
53573 src/com/gps/dao/TripProcessDAO.java 1057 publicMethodCommentRequirement Required
53574 src/com/gps/dao/TripProcessDAO.java 1061 Local variable 'tripListDTO' could be declared final
53575 src/com/gps/dao/TripProcessDAO.java 1067 There is log block not surrounded by if
53576 src/com/gps/dao/TripProcessDAO.java 1067 There is log block not surrounded by if
53577 src/com/gps/dao/TripProcessDAO.java 1072 When instantiating a SimpleDateFormat object, specify a Locale
53578 src/com/gps/dao/TripProcessDAO.java 1074 Local variable 'whereQry' could be declared final
53579 src/com/gps/dao/TripProcessDAO.java 1075 System.out.print is used
53580 src/com/gps/dao/TripProcessDAO.java 1077 Avoid using if statements without curly braces
53581 src/com/gps/dao/TripProcessDAO.java 1080 Avoid if (x != y) ..; else ..;
53582 src/com/gps/dao/TripProcessDAO.java 1080 Avoid using Literals in Conditional Statements
53583 src/com/gps/dao/TripProcessDAO.java 1080 Use equals() to compare strings instead of '==' or '!='
53584 src/com/gps/dao/TripProcessDAO.java 1081 Avoid using if...else statements without curly braces
53585 src/com/gps/dao/TripProcessDAO.java 1081 Potential violation of Law of Demeter (method chain calls)
53586 src/com/gps/dao/TripProcessDAO.java 1083 Avoid using if...else statements without curly braces
53587 src/com/gps/dao/TripProcessDAO.java 1083 Potential violation of Law of Demeter (method chain calls)
53588 src/com/gps/dao/TripProcessDAO.java 1084 Avoid unused local variables such as 'k'.
53589 src/com/gps/dao/TripProcessDAO.java 1084 Avoid variables with short names like k
53590 src/com/gps/dao/TripProcessDAO.java 1086 Avoid if (x != y) ..; else ..;
53591 src/com/gps/dao/TripProcessDAO.java 1089 Local variable 'params' could be declared final
53592 src/com/gps/dao/TripProcessDAO.java 1096 Avoid if (x != y) ..; else ..;
53593 src/com/gps/dao/TripProcessDAO.java 1096 Potential violation of Law of Demeter (method chain calls)
53594 src/com/gps/dao/TripProcessDAO.java 1098 Avoid instantiating new objects inside loops
53595 src/com/gps/dao/TripProcessDAO.java 1098 Potential violation of Law of Demeter (method chain calls)
53596 src/com/gps/dao/TripProcessDAO.java 1098 Potential violation of Law of Demeter (method chain calls)
53597 src/com/gps/dao/TripProcessDAO.java 1103 There is log block not surrounded by if
53598 src/com/gps/dao/TripProcessDAO.java 1103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
53599 src/com/gps/dao/TripProcessDAO.java 1106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53600 src/com/gps/dao/TripProcessDAO.java 1108 Avoid printStackTrace(); use a logger call instead.
53601 src/com/gps/dao/TripProcessDAO.java 1114 There is log block not surrounded by if
53602 src/com/gps/dao/TripProcessDAO.java 1114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
53603 src/com/gps/dao/TripProcessDAO.java 1119 Avoid catching NullPointerException; consider removing the cause of the NPE.
53604 src/com/gps/dao/TripProcessDAO.java 1119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53605 src/com/gps/dao/TripProcessDAO.java 1123 Avoid printStackTrace(); use a logger call instead.
53606 src/com/gps/dao/TripProcessDAO.java 1124 There is log block not surrounded by if
53607 src/com/gps/dao/TripProcessDAO.java 1126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53608 src/com/gps/dao/TripProcessDAO.java 1130 Avoid printStackTrace(); use a logger call instead.
53609 src/com/gps/dao/TripProcessDAO.java 1140 Parameter 'orgId' is not assigned and could be declared final
53610 src/com/gps/dao/TripProcessDAO.java 1140 Parameter 'trip' is not assigned and could be declared final
53611 src/com/gps/dao/TripProcessDAO.java 1146 Potential violation of Law of Demeter (object not created locally)
53612 src/com/gps/dao/TripProcessDAO.java 1147 Potential violation of Law of Demeter (object not created locally)
53613 src/com/gps/dao/TripProcessDAO.java 1148 Potential violation of Law of Demeter (object not created locally)
53614 src/com/gps/dao/TripProcessDAO.java 1149 Potential violation of Law of Demeter (object not created locally)
53615 src/com/gps/dao/TripProcessDAO.java 1150 Avoid using for statements without curly braces
53616 src/com/gps/dao/TripProcessDAO.java 1150 Potential violation of Law of Demeter (object not created locally)
53617 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (method chain calls)
53618 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (method chain calls)
53619 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (method chain calls)
53620 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (method chain calls)
53621 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (object not created locally)
53622 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (object not created locally)
53623 src/com/gps/dao/TripProcessDAO.java 1151 There is log block not surrounded by if
53624 src/com/gps/dao/TripProcessDAO.java 1151 There is log block not surrounded by if
53625 src/com/gps/dao/TripProcessDAO.java 1153 Avoid using if statements without curly braces
53626 src/com/gps/dao/TripProcessDAO.java 1153 Potential violation of Law of Demeter (object not created locally)
53627 src/com/gps/dao/TripProcessDAO.java 1154 A method should have only one exit point, and that should be the last statement in the method
53628 src/com/gps/dao/TripProcessDAO.java 1154 Potential violation of Law of Demeter (method chain calls)
53629 src/com/gps/dao/TripProcessDAO.java 1154 Potential violation of Law of Demeter (object not created locally)
53630 src/com/gps/dao/TripProcessDAO.java 1156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53631 src/com/gps/dao/TripProcessDAO.java 1157 The String literal "Exception:" appears 5 times in this file; the first occurrence is on line 1,157
53632 src/com/gps/dao/TripProcessDAO.java 1157 There is log block not surrounded by if
53633 src/com/gps/dao/TripProcessDAO.java 1163 Parameter 'orgId' is not assigned and could be declared final
53634 src/com/gps/dao/TripProcessDAO.java 1163 Parameter 'trip' is not assigned and could be declared final
53635 src/com/gps/dao/TripProcessDAO.java 1166 Avoid variables with short names like tx
53636 src/com/gps/dao/TripProcessDAO.java 1172 Potential violation of Law of Demeter (object not created locally)
53637 src/com/gps/dao/TripProcessDAO.java 1174 Potential violation of Law of Demeter (object not created locally)
53638 src/com/gps/dao/TripProcessDAO.java 1176 Potential violation of Law of Demeter (object not created locally)
53639 src/com/gps/dao/TripProcessDAO.java 1178 Potential violation of Law of Demeter (object not created locally)
53640 src/com/gps/dao/TripProcessDAO.java 1179 Potential violation of Law of Demeter (object not created locally)
53641 src/com/gps/dao/TripProcessDAO.java 1181 There is log block not surrounded by if
53642 src/com/gps/dao/TripProcessDAO.java 1181 There is log block not surrounded by if
53643 src/com/gps/dao/TripProcessDAO.java 1182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53644 src/com/gps/dao/TripProcessDAO.java 1183 There is log block not surrounded by if
53645 src/com/gps/dao/TripProcessDAO.java 1184 Potential violation of Law of Demeter (object not created locally)
53646 src/com/gps/dao/TripProcessDAO.java 1190 Parameter 'reportInput' is not assigned and could be declared final
53647 src/com/gps/dao/TripProcessDAO.java 1197 Avoid declaring a variable if it is unreferenced before a possible exit point.
53648 src/com/gps/dao/TripProcessDAO.java 1197 Avoid unused local variables such as 'dateFormat'.
53649 src/com/gps/dao/TripProcessDAO.java 1197 Local variable 'dateFormat' could be declared final
53650 src/com/gps/dao/TripProcessDAO.java 1197 When instantiating a SimpleDateFormat object, specify a Locale
53651 src/com/gps/dao/TripProcessDAO.java 1208 Avoid if (x != y) ..; else ..;
53652 src/com/gps/dao/TripProcessDAO.java 1208 Potential violation of Law of Demeter (object not created locally)
53653 src/com/gps/dao/TripProcessDAO.java 1208 Potential violation of Law of Demeter (object not created locally)
53654 src/com/gps/dao/TripProcessDAO.java 1208 Use equals() to compare strings instead of '==' or '!='
53655 src/com/gps/dao/TripProcessDAO.java 1209 Potential violation of Law of Demeter (object not created locally)
53656 src/com/gps/dao/TripProcessDAO.java 1209 Potential violation of Law of Demeter (object not created locally)
53657 src/com/gps/dao/TripProcessDAO.java 1210 Potential violation of Law of Demeter (object not created locally)
53658 src/com/gps/dao/TripProcessDAO.java 1212 Potential violation of Law of Demeter (object not created locally)
53659 src/com/gps/dao/TripProcessDAO.java 1212 Potential violation of Law of Demeter (object not created locally)
53660 src/com/gps/dao/TripProcessDAO.java 1213 Avoid using if statements without curly braces
53661 src/com/gps/dao/TripProcessDAO.java 1213 Potential violation of Law of Demeter (object not created locally)
53662 src/com/gps/dao/TripProcessDAO.java 1213 Potential violation of Law of Demeter (object not created locally)
53663 src/com/gps/dao/TripProcessDAO.java 1213 Use equals() to compare strings instead of '==' or '!='
53664 src/com/gps/dao/TripProcessDAO.java 1214 Potential violation of Law of Demeter (object not created locally)
53665 src/com/gps/dao/TripProcessDAO.java 1214 Potential violation of Law of Demeter (object not created locally)
53666 src/com/gps/dao/TripProcessDAO.java 1215 Avoid using if statements without curly braces
53667 src/com/gps/dao/TripProcessDAO.java 1215 Potential violation of Law of Demeter (object not created locally)
53668 src/com/gps/dao/TripProcessDAO.java 1215 Potential violation of Law of Demeter (object not created locally)
53669 src/com/gps/dao/TripProcessDAO.java 1215 Use equals() to compare strings instead of '==' or '!='
53670 src/com/gps/dao/TripProcessDAO.java 1216 Potential violation of Law of Demeter (object not created locally)
53671 src/com/gps/dao/TripProcessDAO.java 1216 Potential violation of Law of Demeter (object not created locally)
53672 src/com/gps/dao/TripProcessDAO.java 1218 Potential violation of Law of Demeter (object not created locally)
53673 src/com/gps/dao/TripProcessDAO.java 1220 Potential violation of Law of Demeter (object not created locally)
53674 src/com/gps/dao/TripProcessDAO.java 1220 Potential violation of Law of Demeter (object not created locally)
53675 src/com/gps/dao/TripProcessDAO.java 1222 Potential violation of Law of Demeter (object not created locally)
53676 src/com/gps/dao/TripProcessDAO.java 1222 The String literal "vehId" appears 5 times in this file; the first occurrence is on line 1,222
53677 src/com/gps/dao/TripProcessDAO.java 1223 Potential violation of Law of Demeter (object not created locally)
53678 src/com/gps/dao/TripProcessDAO.java 1224 Potential violation of Law of Demeter (object not created locally)
53679 src/com/gps/dao/TripProcessDAO.java 1226 Potential violation of Law of Demeter (object not created locally)
53680 src/com/gps/dao/TripProcessDAO.java 1227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53681 src/com/gps/dao/TripProcessDAO.java 1228 There is log block not surrounded by if
53682 src/com/gps/dao/TripProcessDAO.java 1233 Comment is too large: Line too long
53683 src/com/gps/dao/TripProcessDAO.java 1234 Parameter 'acEvents' is not assigned and could be declared final
53684 src/com/gps/dao/TripProcessDAO.java 1234 Parameter 'fromDate' is not assigned and could be declared final
53685 src/com/gps/dao/TripProcessDAO.java 1234 Parameter 'toDate' is not assigned and could be declared final
53686 src/com/gps/dao/TripProcessDAO.java 1234 Parameter 'vehId' is not assigned and could be declared final
53687 src/com/gps/dao/TripProcessDAO.java 1243 StringBuffer constructor is initialized with size 67, but has at least 142 characters appended.
53688 src/com/gps/dao/TripProcessDAO.java 1244 Avoid if (x != y) ..; else ..;
53689 src/com/gps/dao/TripProcessDAO.java 1244 Potential violation of Law of Demeter (object not created locally)
53690 src/com/gps/dao/TripProcessDAO.java 1244 Potential violation of Law of Demeter (object not created locally)
53691 src/com/gps/dao/TripProcessDAO.java 1244 Use equals() to compare strings instead of '==' or '!='
53692 src/com/gps/dao/TripProcessDAO.java 1245 Potential violation of Law of Demeter (object not created locally)
53693 src/com/gps/dao/TripProcessDAO.java 1245 Potential violation of Law of Demeter (object not created locally)
53694 src/com/gps/dao/TripProcessDAO.java 1246 Potential violation of Law of Demeter (object not created locally)
53695 src/com/gps/dao/TripProcessDAO.java 1248 Potential violation of Law of Demeter (object not created locally)
53696 src/com/gps/dao/TripProcessDAO.java 1248 Potential violation of Law of Demeter (object not created locally)
53697 src/com/gps/dao/TripProcessDAO.java 1249 Avoid using if statements without curly braces
53698 src/com/gps/dao/TripProcessDAO.java 1249 Potential violation of Law of Demeter (object not created locally)
53699 src/com/gps/dao/TripProcessDAO.java 1249 Potential violation of Law of Demeter (object not created locally)
53700 src/com/gps/dao/TripProcessDAO.java 1249 Use equals() to compare strings instead of '==' or '!='
53701 src/com/gps/dao/TripProcessDAO.java 1250 Potential violation of Law of Demeter (object not created locally)
53702 src/com/gps/dao/TripProcessDAO.java 1250 Potential violation of Law of Demeter (object not created locally)
53703 src/com/gps/dao/TripProcessDAO.java 1251 Avoid using if statements without curly braces
53704 src/com/gps/dao/TripProcessDAO.java 1251 Potential violation of Law of Demeter (object not created locally)
53705 src/com/gps/dao/TripProcessDAO.java 1251 Potential violation of Law of Demeter (object not created locally)
53706 src/com/gps/dao/TripProcessDAO.java 1251 Use equals() to compare strings instead of '==' or '!='
53707 src/com/gps/dao/TripProcessDAO.java 1252 Potential violation of Law of Demeter (object not created locally)
53708 src/com/gps/dao/TripProcessDAO.java 1252 Potential violation of Law of Demeter (object not created locally)
53709 src/com/gps/dao/TripProcessDAO.java 1254 Potential violation of Law of Demeter (object not created locally)
53710 src/com/gps/dao/TripProcessDAO.java 1256 Potential violation of Law of Demeter (object not created locally)
53711 src/com/gps/dao/TripProcessDAO.java 1256 Potential violation of Law of Demeter (object not created locally)
53712 src/com/gps/dao/TripProcessDAO.java 1258 Potential violation of Law of Demeter (object not created locally)
53713 src/com/gps/dao/TripProcessDAO.java 1259 Potential violation of Law of Demeter (object not created locally)
53714 src/com/gps/dao/TripProcessDAO.java 1260 Potential violation of Law of Demeter (object not created locally)
53715 src/com/gps/dao/TripProcessDAO.java 1261 Potential violation of Law of Demeter (object not created locally)
53716 src/com/gps/dao/TripProcessDAO.java 1262 Potential violation of Law of Demeter (object not created locally)
53717 src/com/gps/dao/TripProcessDAO.java 1263 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53718 src/com/gps/dao/TripProcessDAO.java 1264 There is log block not surrounded by if
53719 src/com/gps/dao/TripProcessDAO.java 1268 Comment is too large: Line too long
53720 src/com/gps/dao/TripProcessDAO.java 1269 Avoid really long methods.
53721 src/com/gps/dao/TripProcessDAO.java 1269 Avoid variables with short names like to
53722 src/com/gps/dao/TripProcessDAO.java 1269 Avoid variables with short names like v
53723 src/com/gps/dao/TripProcessDAO.java 1269 Parameter 'from' is not assigned and could be declared final
53724 src/com/gps/dao/TripProcessDAO.java 1269 Parameter 'to' is not assigned and could be declared final
53725 src/com/gps/dao/TripProcessDAO.java 1269 Parameter 'v' is not assigned and could be declared final
53726 src/com/gps/dao/TripProcessDAO.java 1269 The method 'getParamWhereQuery' has a Cyclomatic Complexity of 12.
53727 src/com/gps/dao/TripProcessDAO.java 1270 Parameter 'isSql' is not assigned and could be declared final
53728 src/com/gps/dao/TripProcessDAO.java 1272 Avoid variables with short names like r
53729 src/com/gps/dao/TripProcessDAO.java 1273 Use one line for each declaration, it enhances code readability.
53730 src/com/gps/dao/TripProcessDAO.java 1273 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
53731 src/com/gps/dao/TripProcessDAO.java 1273 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
53732 src/com/gps/dao/TripProcessDAO.java 1275 Avoid variables with short names like p
53733 src/com/gps/dao/TripProcessDAO.java 1276 Avoid variables with short names like q
53734 src/com/gps/dao/TripProcessDAO.java 1277 Avoid variables with short names like o
53735 src/com/gps/dao/TripProcessDAO.java 1279 Avoid variables with short names like h
53736 src/com/gps/dao/TripProcessDAO.java 1280 Avoid variables with short names like d
53737 src/com/gps/dao/TripProcessDAO.java 1280 Avoid variables with short names like f
53738 src/com/gps/dao/TripProcessDAO.java 1280 Use one line for each declaration, it enhances code readability.
53739 src/com/gps/dao/TripProcessDAO.java 1284 Avoid unused local variables such as 'dateFormat'.
53740 src/com/gps/dao/TripProcessDAO.java 1289 Potential violation of Law of Demeter (method chain calls)
53741 src/com/gps/dao/TripProcessDAO.java 1289 Potential violation of Law of Demeter (method chain calls)
53742 src/com/gps/dao/TripProcessDAO.java 1289 Potential violation of Law of Demeter (method chain calls)
53743 src/com/gps/dao/TripProcessDAO.java 1289 Potential violation of Law of Demeter (object not created locally)
53744 src/com/gps/dao/TripProcessDAO.java 1294 Avoid using Literals in Conditional Statements
53745 src/com/gps/dao/TripProcessDAO.java 1294 Potential violation of Law of Demeter (object not created locally)
53746 src/com/gps/dao/TripProcessDAO.java 1294 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53747 src/com/gps/dao/TripProcessDAO.java 1295 There is log block not surrounded by if
53748 src/com/gps/dao/TripProcessDAO.java 1295 There is log block not surrounded by if
53749 src/com/gps/dao/TripProcessDAO.java 1298 There is log block not surrounded by if
53750 src/com/gps/dao/TripProcessDAO.java 1298 There is log block not surrounded by if
53751 src/com/gps/dao/TripProcessDAO.java 1300 Potential violation of Law of Demeter (method chain calls)
53752 src/com/gps/dao/TripProcessDAO.java 1300 Potential violation of Law of Demeter (method chain calls)
53753 src/com/gps/dao/TripProcessDAO.java 1300 Potential violation of Law of Demeter (method chain calls)
53754 src/com/gps/dao/TripProcessDAO.java 1300 Potential violation of Law of Demeter (method chain calls)
53755 src/com/gps/dao/TripProcessDAO.java 1300 Potential violation of Law of Demeter (object not created locally)
53756 src/com/gps/dao/TripProcessDAO.java 1306 Avoid using Literals in Conditional Statements
53757 src/com/gps/dao/TripProcessDAO.java 1306 Potential violation of Law of Demeter (object not created locally)
53758 src/com/gps/dao/TripProcessDAO.java 1306 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53759 src/com/gps/dao/TripProcessDAO.java 1307 There is log block not surrounded by if
53760 src/com/gps/dao/TripProcessDAO.java 1307 There is log block not surrounded by if
53761 src/com/gps/dao/TripProcessDAO.java 1309 Local variable 'qry' could be declared final
53762 src/com/gps/dao/TripProcessDAO.java 1309 Potential violation of Law of Demeter (method chain calls)
53763 src/com/gps/dao/TripProcessDAO.java 1309 Potential violation of Law of Demeter (method chain calls)
53764 src/com/gps/dao/TripProcessDAO.java 1309 Potential violation of Law of Demeter (object not created locally)
53765 src/com/gps/dao/TripProcessDAO.java 1314 Potential violation of Law of Demeter (object not created locally)
53766 src/com/gps/dao/TripProcessDAO.java 1315 Potential violation of Law of Demeter (object not created locally)
53767 src/com/gps/dao/TripProcessDAO.java 1317 Avoid using Literals in Conditional Statements
53768 src/com/gps/dao/TripProcessDAO.java 1317 Potential violation of Law of Demeter (object not created locally)
53769 src/com/gps/dao/TripProcessDAO.java 1317 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53770 src/com/gps/dao/TripProcessDAO.java 1318 Assigning an Object to null is a code smell. Consider refactoring.
53771 src/com/gps/dao/TripProcessDAO.java 1319 Assigning an Object to null is a code smell. Consider refactoring.
53772 src/com/gps/dao/TripProcessDAO.java 1321 Potential violation of Law of Demeter (method chain calls)
53773 src/com/gps/dao/TripProcessDAO.java 1321 Potential violation of Law of Demeter (method chain calls)
53774 src/com/gps/dao/TripProcessDAO.java 1321 Potential violation of Law of Demeter (object not created locally)
53775 src/com/gps/dao/TripProcessDAO.java 1322 Assigning an Object to null is a code smell. Consider refactoring.
53776 src/com/gps/dao/TripProcessDAO.java 1325 Potential violation of Law of Demeter (object not created locally)
53777 src/com/gps/dao/TripProcessDAO.java 1326 Potential violation of Law of Demeter (object not created locally)
53778 src/com/gps/dao/TripProcessDAO.java 1327 Potential violation of Law of Demeter (object not created locally)
53779 src/com/gps/dao/TripProcessDAO.java 1329 Avoid unused local variables such as 'w'.
53780 src/com/gps/dao/TripProcessDAO.java 1329 Avoid variables with short names like w
53781 src/com/gps/dao/TripProcessDAO.java 1329 Local variable 'w' could be declared final
53782 src/com/gps/dao/TripProcessDAO.java 1330 There is log block not surrounded by if
53783 src/com/gps/dao/TripProcessDAO.java 1330 There is log block not surrounded by if
53784 src/com/gps/dao/TripProcessDAO.java 1332 Local variable 'packet' could be declared final
53785 src/com/gps/dao/TripProcessDAO.java 1333 Potential violation of Law of Demeter (method chain calls)
53786 src/com/gps/dao/TripProcessDAO.java 1333 Potential violation of Law of Demeter (object not created locally)
53787 src/com/gps/dao/TripProcessDAO.java 1334 Potential violation of Law of Demeter (method chain calls)
53788 src/com/gps/dao/TripProcessDAO.java 1334 Potential violation of Law of Demeter (object not created locally)
53789 src/com/gps/dao/TripProcessDAO.java 1335 Potential violation of Law of Demeter (method chain calls)
53790 src/com/gps/dao/TripProcessDAO.java 1335 Potential violation of Law of Demeter (object not created locally)
53791 src/com/gps/dao/TripProcessDAO.java 1341 There is log block not surrounded by if
53792 src/com/gps/dao/TripProcessDAO.java 1341 There is log block not surrounded by if
53793 src/com/gps/dao/TripProcessDAO.java 1342 There is log block not surrounded by if
53794 src/com/gps/dao/TripProcessDAO.java 1342 There is log block not surrounded by if
53795 src/com/gps/dao/TripProcessDAO.java 1346 There is log block not surrounded by if
53796 src/com/gps/dao/TripProcessDAO.java 1346 There is log block not surrounded by if
53797 src/com/gps/dao/TripProcessDAO.java 1347 Assigning an Object to null is a code smell. Consider refactoring.
53798 src/com/gps/dao/TripProcessDAO.java 1351 Local variable 'calendar' could be declared final
53799 src/com/gps/dao/TripProcessDAO.java 1352 When instantiating a SimpleDateFormat object, specify a Locale
53800 src/com/gps/dao/TripProcessDAO.java 1354 Potential violation of Law of Demeter (object not created locally)
53801 src/com/gps/dao/TripProcessDAO.java 1355 Potential violation of Law of Demeter (object not created locally)
53802 src/com/gps/dao/TripProcessDAO.java 1356 Local variable 'maxList' could be declared final
53803 src/com/gps/dao/TripProcessDAO.java 1356 Potential violation of Law of Demeter (method chain calls)
53804 src/com/gps/dao/TripProcessDAO.java 1356 Potential violation of Law of Demeter (method chain calls)
53805 src/com/gps/dao/TripProcessDAO.java 1356 Potential violation of Law of Demeter (object not created locally)
53806 src/com/gps/dao/TripProcessDAO.java 1356 Potential violation of Law of Demeter (object not created locally)
53807 src/com/gps/dao/TripProcessDAO.java 1357 Potential violation of Law of Demeter (object not created locally)
53808 src/com/gps/dao/TripProcessDAO.java 1357 Potential violation of Law of Demeter (object not created locally)
53809 src/com/gps/dao/TripProcessDAO.java 1358 Potential violation of Law of Demeter (method chain calls)
53810 src/com/gps/dao/TripProcessDAO.java 1358 Potential violation of Law of Demeter (object not created locally)
53811 src/com/gps/dao/TripProcessDAO.java 1359 There is log block not surrounded by if
53812 src/com/gps/dao/TripProcessDAO.java 1359 There is log block not surrounded by if
53813 src/com/gps/dao/TripProcessDAO.java 1364 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53814 src/com/gps/dao/TripProcessDAO.java 1365 There is log block not surrounded by if
53815 src/com/gps/dao/TripProcessDAO.java 1366 Assigning an Object to null is a code smell. Consider refactoring.
53816 src/com/gps/dao/TripProcessDAO.java 1370 Comment is too large: Line too long
53817 src/com/gps/dao/TripProcessDAO.java 1371 Parameter 'end' is not assigned and could be declared final
53818 src/com/gps/dao/TripProcessDAO.java 1371 Parameter 'isSql' is not assigned and could be declared final
53819 src/com/gps/dao/TripProcessDAO.java 1371 Parameter 'start' is not assigned and could be declared final
53820 src/com/gps/dao/TripProcessDAO.java 1375 Local variable 'sta' could be declared final
53821 src/com/gps/dao/TripProcessDAO.java 1376 Avoid variables with short names like en
53822 src/com/gps/dao/TripProcessDAO.java 1376 Local variable 'en' could be declared final
53823 src/com/gps/dao/TripProcessDAO.java 1377 Avoid unused local variables such as 'a'.
53824 src/com/gps/dao/TripProcessDAO.java 1377 Avoid variables with short names like a
53825 src/com/gps/dao/TripProcessDAO.java 1377 Local variable 'a' could be declared final
53826 src/com/gps/dao/TripProcessDAO.java 1382 Potential violation of Law of Demeter (object not created locally)
53827 src/com/gps/dao/TripProcessDAO.java 1385 Potential violation of Law of Demeter (object not created locally)
53828 src/com/gps/dao/TripProcessDAO.java 1387 Avoid if (x != y) ..; else ..;
53829 src/com/gps/dao/TripProcessDAO.java 1388 Potential violation of Law of Demeter (object not created locally)
53830 src/com/gps/dao/TripProcessDAO.java 1389 Potential violation of Law of Demeter (object not created locally)
53831 src/com/gps/dao/TripProcessDAO.java 1390 Potential violation of Law of Demeter (object not created locally)
53832 src/com/gps/dao/TripProcessDAO.java 1393 Potential violation of Law of Demeter (object not created locally)
53833 src/com/gps/dao/TripProcessDAO.java 1394 Potential violation of Law of Demeter (object not created locally)
53834 src/com/gps/dao/TripProcessDAO.java 1397 Assigning an Object to null is a code smell. Consider refactoring.
53835 src/com/gps/dao/TripProcessDAO.java 1397 StringBuffer constructor is initialized with size 16, but has at least 28 characters appended.
53836 src/com/gps/dao/TripProcessDAO.java 1400 There is log block not surrounded by if
53837 src/com/gps/dao/TripProcessDAO.java 1400 There is log block not surrounded by if
53838 src/com/gps/dao/TripProcessDAO.java 1401 Avoid using if statements without curly braces
53839 src/com/gps/dao/TripProcessDAO.java 1402 Potential violation of Law of Demeter (object not created locally)
53840 src/com/gps/dao/TripProcessDAO.java 1402 Potential violation of Law of Demeter (object not created locally)
53841 src/com/gps/dao/TripProcessDAO.java 1404 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53842 src/com/gps/dao/TripProcessDAO.java 1405 There is log block not surrounded by if
53843 src/com/gps/dao/TripProcessDAO.java 1406 Assigning an Object to null is a code smell. Consider refactoring.
53844 src/com/gps/dao/VehicleFenceMapDAO.java 22 headerCommentRequirement Required
53845 src/com/gps/dao/VehicleFenceMapDAO.java 23 The Logger variable declaration does not contain the static and final modifiers
53846 src/com/gps/dao/VehicleFenceMapDAO.java 23 fieldCommentRequirement Required
53847 src/com/gps/dao/VehicleFenceMapDAO.java 25 Found 'UR'-anomaly for variable 'veh' (lines '25'-'38').
53848 src/com/gps/dao/VehicleFenceMapDAO.java 25 Parameter 'geofenceData' is not assigned and could be declared final
53849 src/com/gps/dao/VehicleFenceMapDAO.java 25 Parameter 'orgId' is not assigned and could be declared final
53850 src/com/gps/dao/VehicleFenceMapDAO.java 25 Parameter 'sess' is not assigned and could be declared final
53851 src/com/gps/dao/VehicleFenceMapDAO.java 26 Found 'DD'-anomaly for variable 'geoVehicleMap' (lines '26'-'36').
53852 src/com/gps/dao/VehicleFenceMapDAO.java 26 Found 'DU'-anomaly for variable 'geoVehicleMap' (lines '26'-'50').
53853 src/com/gps/dao/VehicleFenceMapDAO.java 27 Found 'DD'-anomaly for variable 'vehDao' (lines '27'-'32').
53854 src/com/gps/dao/VehicleFenceMapDAO.java 27 Found 'DU'-anomaly for variable 'vehDao' (lines '27'-'50').
53855 src/com/gps/dao/VehicleFenceMapDAO.java 28 Found 'DD'-anomaly for variable 'vehicleData' (lines '28'-'33').
53856 src/com/gps/dao/VehicleFenceMapDAO.java 28 Found 'DU'-anomaly for variable 'vehicleData' (lines '28'-'50').
53857 src/com/gps/dao/VehicleFenceMapDAO.java 29 Found 'DD'-anomaly for variable 'createStatus' (lines '29'-'40').
53858 src/com/gps/dao/VehicleFenceMapDAO.java 29 Found 'DD'-anomaly for variable 'createStatus' (lines '29'-'47').
53859 src/com/gps/dao/VehicleFenceMapDAO.java 33 Potential violation of Law of Demeter (object not created locally)
53860 src/com/gps/dao/VehicleFenceMapDAO.java 34 Potential violation of Law of Demeter (object not created locally)
53861 src/com/gps/dao/VehicleFenceMapDAO.java 35 Local variable 'veh' could be declared final
53862 src/com/gps/dao/VehicleFenceMapDAO.java 36 Avoid instantiating new objects inside loops
53863 src/com/gps/dao/VehicleFenceMapDAO.java 37 Potential violation of Law of Demeter (object not created locally)
53864 src/com/gps/dao/VehicleFenceMapDAO.java 38 Potential violation of Law of Demeter (object not created locally)
53865 src/com/gps/dao/VehicleFenceMapDAO.java 40 Found 'DD'-anomaly for variable 'createStatus' (lines '40'-'40').
53866 src/com/gps/dao/VehicleFenceMapDAO.java 40 Found 'DD'-anomaly for variable 'createStatus' (lines '40'-'47').
53867 src/com/gps/dao/VehicleFenceMapDAO.java 44 There is log block not surrounded by if
53868 src/com/gps/dao/VehicleFenceMapDAO.java 44 There is log block not surrounded by if
53869 src/com/gps/dao/VehicleFenceMapDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53870 src/com/gps/dao/VehicleFenceMapDAO.java 46 There is log block not surrounded by if
53871 src/com/gps/dao/VehicleFenceMapDAO.java 52 Found 'UR'-anomaly for variable 'geoMap' (lines '52'-'66').
53872 src/com/gps/dao/VehicleFenceMapDAO.java 52 Parameter 'geofenceData' is not assigned and could be declared final
53873 src/com/gps/dao/VehicleFenceMapDAO.java 52 Parameter 'session' is not assigned and could be declared final
53874 src/com/gps/dao/VehicleFenceMapDAO.java 53 Found 'DD'-anomaly for variable 'geoList' (lines '53'-'63').
53875 src/com/gps/dao/VehicleFenceMapDAO.java 53 Found 'DU'-anomaly for variable 'geoList' (lines '53'-'79').
53876 src/com/gps/dao/VehicleFenceMapDAO.java 55 Avoid unused local variables such as 'tx'.
53877 src/com/gps/dao/VehicleFenceMapDAO.java 55 Avoid variables with short names like tx
53878 src/com/gps/dao/VehicleFenceMapDAO.java 55 Found 'DD'-anomaly for variable 'tx' (lines '55'-'59').
53879 src/com/gps/dao/VehicleFenceMapDAO.java 56 Found 'DD'-anomaly for variable 'delStatus' (lines '56'-'67').
53880 src/com/gps/dao/VehicleFenceMapDAO.java 59 Found 'DU'-anomaly for variable 'tx' (lines '59'-'79').
53881 src/com/gps/dao/VehicleFenceMapDAO.java 59 Potential violation of Law of Demeter (object not created locally)
53882 src/com/gps/dao/VehicleFenceMapDAO.java 61 Local variable 'geoQry' could be declared final
53883 src/com/gps/dao/VehicleFenceMapDAO.java 61 Potential violation of Law of Demeter (object not created locally)
53884 src/com/gps/dao/VehicleFenceMapDAO.java 62 Potential violation of Law of Demeter (object not created locally)
53885 src/com/gps/dao/VehicleFenceMapDAO.java 63 Potential violation of Law of Demeter (object not created locally)
53886 src/com/gps/dao/VehicleFenceMapDAO.java 64 Local variable 'geoMap' could be declared final
53887 src/com/gps/dao/VehicleFenceMapDAO.java 67 Found 'DD'-anomaly for variable 'delStatus' (lines '67'-'67').
53888 src/com/gps/dao/VehicleFenceMapDAO.java 72 There is log block not surrounded by if
53889 src/com/gps/dao/VehicleFenceMapDAO.java 72 There is log block not surrounded by if
53890 src/com/gps/dao/VehicleFenceMapDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53891 src/com/gps/dao/VehicleFenceMapDAO.java 74 There is log block not surrounded by if
53892 src/com/gps/dao/VehicleProcessDAO.java 13 Comment is too large: Line too long
53893 src/com/gps/dao/VehicleProcessDAO.java 25 Possible God class (WMC=53, ATFD=30, TCC=0.0)
53894 src/com/gps/dao/VehicleProcessDAO.java 47 headerCommentRequirement Required
53895 src/com/gps/dao/VehicleProcessDAO.java 51 The Logger variable declaration does not contain the static and final modifiers
53896 src/com/gps/dao/VehicleProcessDAO.java 51 Use explicit scoping instead of the default package private level
53897 src/com/gps/dao/VehicleProcessDAO.java 53 Found 'UR'-anomaly for variable 'deviceTripDTO' (lines '53'-'69').
53898 src/com/gps/dao/VehicleProcessDAO.java 53 publicMethodCommentRequirement Required
53899 src/com/gps/dao/VehicleProcessDAO.java 55 Found 'DD'-anomaly for variable 'tripList' (lines '55'-'60').
53900 src/com/gps/dao/VehicleProcessDAO.java 64 Avoid if (x != y) ..; else ..;
53901 src/com/gps/dao/VehicleProcessDAO.java 66 There is log block not surrounded by if
53902 src/com/gps/dao/VehicleProcessDAO.java 66 There is log block not surrounded by if
53903 src/com/gps/dao/VehicleProcessDAO.java 67 Found 'DU'-anomaly for variable 'typeDAO' (lines '67'-'95').
53904 src/com/gps/dao/VehicleProcessDAO.java 67 Local variable 'typeDAO' could be declared final
53905 src/com/gps/dao/VehicleProcessDAO.java 68 Local variable 'deviceTripDTO' could be declared final
53906 src/com/gps/dao/VehicleProcessDAO.java 69 Avoid if (x != y) ..; else ..;
53907 src/com/gps/dao/VehicleProcessDAO.java 71 Potential violation of Law of Demeter (method chain calls)
53908 src/com/gps/dao/VehicleProcessDAO.java 71 Potential violation of Law of Demeter (method chain calls)
53909 src/com/gps/dao/VehicleProcessDAO.java 78 Local variable 'GeoVehicle' could be declared final
53910 src/com/gps/dao/VehicleProcessDAO.java 78 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
53911 src/com/gps/dao/VehicleProcessDAO.java 79 Avoid using Literals in Conditional Statements
53912 src/com/gps/dao/VehicleProcessDAO.java 79 Potential violation of Law of Demeter (object not created locally)
53913 src/com/gps/dao/VehicleProcessDAO.java 79 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53914 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
53915 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
53916 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
53917 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
53918 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
53919 src/com/gps/dao/VehicleProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
53920 src/com/gps/dao/VehicleProcessDAO.java 81 There is log block not surrounded by if
53921 src/com/gps/dao/VehicleProcessDAO.java 81 There is log block not surrounded by if
53922 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
53923 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
53924 src/com/gps/dao/VehicleProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
53925 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (method chain calls)
53926 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (method chain calls)
53927 src/com/gps/dao/VehicleProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
53928 src/com/gps/dao/VehicleProcessDAO.java 89 Avoid using if...else statements without curly braces
53929 src/com/gps/dao/VehicleProcessDAO.java 89 There is log block not surrounded by if
53930 src/com/gps/dao/VehicleProcessDAO.java 89 There is log block not surrounded by if
53931 src/com/gps/dao/VehicleProcessDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53932 src/com/gps/dao/VehicleProcessDAO.java 92 There is log block not surrounded by if
53933 src/com/gps/dao/VehicleProcessDAO.java 98 Method names should not start with capital letters
53934 src/com/gps/dao/VehicleProcessDAO.java 98 Parameter 'vehicleId' is not assigned and could be declared final
53935 src/com/gps/dao/VehicleProcessDAO.java 100 Found 'DD'-anomaly for variable 'GeoVehicle' (lines '100'-'104').
53936 src/com/gps/dao/VehicleProcessDAO.java 100 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
53937 src/com/gps/dao/VehicleProcessDAO.java 103 There is log block not surrounded by if
53938 src/com/gps/dao/VehicleProcessDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
53939 src/com/gps/dao/VehicleProcessDAO.java 106 Avoid catching NullPointerException; consider removing the cause of the NPE.
53940 src/com/gps/dao/VehicleProcessDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53941 src/com/gps/dao/VehicleProcessDAO.java 108 There is log block not surrounded by if
53942 src/com/gps/dao/VehicleProcessDAO.java 115 Parameter 'vehicleId' is not assigned and could be declared final
53943 src/com/gps/dao/VehicleProcessDAO.java 115 publicMethodCommentRequirement Required
53944 src/com/gps/dao/VehicleProcessDAO.java 117 Found 'DD'-anomaly for variable 'trip' (lines '117'-'123').
53945 src/com/gps/dao/VehicleProcessDAO.java 118 Found 'DD'-anomaly for variable 'tripInfo' (lines '118'-'130').
53946 src/com/gps/dao/VehicleProcessDAO.java 128 Avoid using Literals in Conditional Statements
53947 src/com/gps/dao/VehicleProcessDAO.java 128 Potential violation of Law of Demeter (object not created locally)
53948 src/com/gps/dao/VehicleProcessDAO.java 128 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53949 src/com/gps/dao/VehicleProcessDAO.java 130 Found 'DD'-anomaly for variable 'tripInfo' (lines '130'-'131').
53950 src/com/gps/dao/VehicleProcessDAO.java 131 Potential violation of Law of Demeter (object not created locally)
53951 src/com/gps/dao/VehicleProcessDAO.java 135 There is log block not surrounded by if
53952 src/com/gps/dao/VehicleProcessDAO.java 135 There is log block not surrounded by if
53953 src/com/gps/dao/VehicleProcessDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53954 src/com/gps/dao/VehicleProcessDAO.java 139 There is log block not surrounded by if
53955 src/com/gps/dao/VehicleProcessDAO.java 144 Parameter 'vehicleid' is not assigned and could be declared final
53956 src/com/gps/dao/VehicleProcessDAO.java 144 publicMethodCommentRequirement Required
53957 src/com/gps/dao/VehicleProcessDAO.java 147 Found 'DD'-anomaly for variable 'vehicle' (lines '147'-'153').
53958 src/com/gps/dao/VehicleProcessDAO.java 152 Avoid using Literals in Conditional Statements
53959 src/com/gps/dao/VehicleProcessDAO.java 152 Avoid using if statements without curly braces
53960 src/com/gps/dao/VehicleProcessDAO.java 152 Potential violation of Law of Demeter (object not created locally)
53961 src/com/gps/dao/VehicleProcessDAO.java 152 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
53962 src/com/gps/dao/VehicleProcessDAO.java 153 Potential violation of Law of Demeter (object not created locally)
53963 src/com/gps/dao/VehicleProcessDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53964 src/com/gps/dao/VehicleProcessDAO.java 157 There is log block not surrounded by if
53965 src/com/gps/dao/VehicleProcessDAO.java 162 Parameter 'vehicleId' is not assigned and could be declared final
53966 src/com/gps/dao/VehicleProcessDAO.java 162 publicMethodCommentRequirement Required
53967 src/com/gps/dao/VehicleProcessDAO.java 164 Found 'DD'-anomaly for variable 'tripList' (lines '164'-'181').
53968 src/com/gps/dao/VehicleProcessDAO.java 165 Found 'DD'-anomaly for variable 'paramIdList' (lines '165'-'172').
53969 src/com/gps/dao/VehicleProcessDAO.java 166 Avoid declaring a variable if it is unreferenced before a possible exit point.
53970 src/com/gps/dao/VehicleProcessDAO.java 166 Avoid unused local variables such as 'tripInfo'.
53971 src/com/gps/dao/VehicleProcessDAO.java 166 Found 'DU'-anomaly for variable 'tripInfo' (lines '166'-'194').
53972 src/com/gps/dao/VehicleProcessDAO.java 166 Local variable 'tripInfo' could be declared final
53973 src/com/gps/dao/VehicleProcessDAO.java 170 There is log block not surrounded by if
53974 src/com/gps/dao/VehicleProcessDAO.java 170 There is log block not surrounded by if
53975 src/com/gps/dao/VehicleProcessDAO.java 173 System.out.print is used
53976 src/com/gps/dao/VehicleProcessDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53977 src/com/gps/dao/VehicleProcessDAO.java 175 Avoid printStackTrace(); use a logger call instead.
53978 src/com/gps/dao/VehicleProcessDAO.java 178 There is log block not surrounded by if
53979 src/com/gps/dao/VehicleProcessDAO.java 178 There is log block not surrounded by if
53980 src/com/gps/dao/VehicleProcessDAO.java 180 Avoid using if statements without curly braces
53981 src/com/gps/dao/VehicleProcessDAO.java 185 Potential violation of Law of Demeter (method chain calls)
53982 src/com/gps/dao/VehicleProcessDAO.java 185 Potential violation of Law of Demeter (method chain calls)
53983 src/com/gps/dao/VehicleProcessDAO.java 185 There is log block not surrounded by if
53984 src/com/gps/dao/VehicleProcessDAO.java 185 There is log block not surrounded by if
53985 src/com/gps/dao/VehicleProcessDAO.java 186 A method should have only one exit point, and that should be the last statement in the method
53986 src/com/gps/dao/VehicleProcessDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
53987 src/com/gps/dao/VehicleProcessDAO.java 191 There is log block not surrounded by if
53988 src/com/gps/dao/VehicleProcessDAO.java 196 Avoid excessively long variable names like offlinevehiclelist
53989 src/com/gps/dao/VehicleProcessDAO.java 196 Parameter 'offlinevehiclelist' is not assigned and could be declared final
53990 src/com/gps/dao/VehicleProcessDAO.java 196 publicMethodCommentRequirement Required
53991 src/com/gps/dao/VehicleProcessDAO.java 198 Found 'DD'-anomaly for variable 'tripList' (lines '198'-'221').
53992 src/com/gps/dao/VehicleProcessDAO.java 199 Found 'DD'-anomaly for variable 'paramIdList' (lines '199'-'205').
53993 src/com/gps/dao/VehicleProcessDAO.java 200 Avoid declaring a variable if it is unreferenced before a possible exit point.
53994 src/com/gps/dao/VehicleProcessDAO.java 200 Avoid unused local variables such as 'tripInfo'.
53995 src/com/gps/dao/VehicleProcessDAO.java 200 Found 'DU'-anomaly for variable 'tripInfo' (lines '200'-'232').
53996 src/com/gps/dao/VehicleProcessDAO.java 200 Local variable 'tripInfo' could be declared final
53997 src/com/gps/dao/VehicleProcessDAO.java 204 There is log block not surrounded by if
53998 src/com/gps/dao/VehicleProcessDAO.java 204 There is log block not surrounded by if
53999 src/com/gps/dao/VehicleProcessDAO.java 207 Comment is too large: Too many lines
54000 src/com/gps/dao/VehicleProcessDAO.java 220 Avoid using if statements without curly braces
54001 src/com/gps/dao/VehicleProcessDAO.java 224 Avoid using if statements without curly braces
54002 src/com/gps/dao/VehicleProcessDAO.java 225 There is log block not surrounded by if
54003 src/com/gps/dao/VehicleProcessDAO.java 225 There is log block not surrounded by if
54004 src/com/gps/dao/VehicleProcessDAO.java 228 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54005 src/com/gps/dao/VehicleProcessDAO.java 229 There is log block not surrounded by if
54006 src/com/gps/dao/VehicleProcessDAO.java 235 Parameter 'vehicleId' is not assigned and could be declared final
54007 src/com/gps/dao/VehicleProcessDAO.java 235 publicMethodCommentRequirement Required
54008 src/com/gps/dao/VehicleProcessDAO.java 237 Found 'DD'-anomaly for variable 'tripList' (lines '237'-'241').
54009 src/com/gps/dao/VehicleProcessDAO.java 244 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54010 src/com/gps/dao/VehicleProcessDAO.java 245 There is log block not surrounded by if
54011 src/com/gps/dao/VehicleProcessDAO.java 251 A method/constructor shouldnt explicitly throw java.lang.Exception
54012 src/com/gps/dao/VehicleProcessDAO.java 251 Parameter 'organizationId' is not assigned and could be declared final
54013 src/com/gps/dao/VehicleProcessDAO.java 251 publicMethodCommentRequirement Required
54014 src/com/gps/dao/VehicleProcessDAO.java 253 There is log block not surrounded by if
54015 src/com/gps/dao/VehicleProcessDAO.java 253 There is log block not surrounded by if
54016 src/com/gps/dao/VehicleProcessDAO.java 254 Local variable 'vdao' could be declared final
54017 src/com/gps/dao/VehicleProcessDAO.java 255 Found 'DD'-anomaly for variable 'vehicles' (lines '255'-'262').
54018 src/com/gps/dao/VehicleProcessDAO.java 256 Found 'DD'-anomaly for variable 'sess' (lines '256'-'259').
54019 src/com/gps/dao/VehicleProcessDAO.java 259 Potential violation of Law of Demeter (object not created locally)
54020 src/com/gps/dao/VehicleProcessDAO.java 261 Comment is too large: Line too long
54021 src/com/gps/dao/VehicleProcessDAO.java 262 Potential violation of Law of Demeter (method chain calls)
54022 src/com/gps/dao/VehicleProcessDAO.java 262 Potential violation of Law of Demeter (object not created locally)
54023 src/com/gps/dao/VehicleProcessDAO.java 266 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54024 src/com/gps/dao/VehicleProcessDAO.java 268 There is log block not surrounded by if
54025 src/com/gps/dao/VehicleProcessDAO.java 274 Parameter 'deviceNumber' is not assigned and could be declared final
54026 src/com/gps/dao/VehicleProcessDAO.java 274 Parameter 'regNo' is not assigned and could be declared final
54027 src/com/gps/dao/VehicleProcessDAO.java 274 publicMethodCommentRequirement Required
54028 src/com/gps/dao/VehicleProcessDAO.java 275 Found 'DD'-anomaly for variable 'vehicle' (lines '275'-'291').
54029 src/com/gps/dao/VehicleProcessDAO.java 276 Found 'DD'-anomaly for variable 'queryVehicle' (lines '276'-'288').
54030 src/com/gps/dao/VehicleProcessDAO.java 277 Local variable 'vdao' could be declared final
54031 src/com/gps/dao/VehicleProcessDAO.java 278 Found 'DD'-anomaly for variable 'regQry' (lines '278'-'286').
54032 src/com/gps/dao/VehicleProcessDAO.java 279 Found 'DD'-anomaly for variable 'deviceQry' (lines '279'-'283').
54033 src/com/gps/dao/VehicleProcessDAO.java 282 Avoid using if statements without curly braces
54034 src/com/gps/dao/VehicleProcessDAO.java 285 Avoid using if statements without curly braces
54035 src/com/gps/dao/VehicleProcessDAO.java 288 Potential violation of Law of Demeter (method chain calls)
54036 src/com/gps/dao/VehicleProcessDAO.java 288 Potential violation of Law of Demeter (object not created locally)
54037 src/com/gps/dao/VehicleProcessDAO.java 290 Avoid using if statements without curly braces
54038 src/com/gps/dao/VehicleProcessDAO.java 291 Potential violation of Law of Demeter (object not created locally)
54039 src/com/gps/dao/VehicleProcessDAO.java 293 Avoid using Literals in Conditional Statements
54040 src/com/gps/dao/VehicleProcessDAO.java 293 Potential violation of Law of Demeter (object not created locally)
54041 src/com/gps/dao/VehicleProcessDAO.java 293 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
54042 src/com/gps/dao/VehicleProcessDAO.java 294 Potential violation of Law of Demeter (method chain calls)
54043 src/com/gps/dao/VehicleProcessDAO.java 294 Potential violation of Law of Demeter (method chain calls)
54044 src/com/gps/dao/VehicleProcessDAO.java 294 Potential violation of Law of Demeter (object not created locally)
54045 src/com/gps/dao/VehicleProcessDAO.java 294 There is log block not surrounded by if
54046 src/com/gps/dao/VehicleProcessDAO.java 294 There is log block not surrounded by if
54047 src/com/gps/dao/VehicleProcessDAO.java 295 A method should have only one exit point, and that should be the last statement in the method
54048 src/com/gps/dao/VehicleProcessDAO.java 295 Potential violation of Law of Demeter (object not created locally)
54049 src/com/gps/dao/VehicleProcessDAO.java 297 There is log block not surrounded by if
54050 src/com/gps/dao/VehicleProcessDAO.java 297 There is log block not surrounded by if
54051 src/com/gps/dao/VehicleProcessDAO.java 300 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54052 src/com/gps/dao/VehicleProcessDAO.java 301 There is log block not surrounded by if
54053 src/com/gps/dao/VehicleProcessDAO.java 307 Parameter 'reset' is not assigned and could be declared final
54054 src/com/gps/dao/VehicleProcessDAO.java 307 Parameter 'vehicleId' is not assigned and could be declared final
54055 src/com/gps/dao/VehicleProcessDAO.java 307 publicMethodCommentRequirement Required
54056 src/com/gps/dao/VehicleProcessDAO.java 308 Found 'DD'-anomaly for variable 'sess' (lines '308'-'314').
54057 src/com/gps/dao/VehicleProcessDAO.java 309 Local variable 'dao' could be declared final
54058 src/com/gps/dao/VehicleProcessDAO.java 310 Avoid variables with short names like tx
54059 src/com/gps/dao/VehicleProcessDAO.java 314 Potential violation of Law of Demeter (object not created locally)
54060 src/com/gps/dao/VehicleProcessDAO.java 315 Potential violation of Law of Demeter (object not created locally)
54061 src/com/gps/dao/VehicleProcessDAO.java 317 Local variable 'vehicle' could be declared final
54062 src/com/gps/dao/VehicleProcessDAO.java 317 Potential violation of Law of Demeter (object not created locally)
54063 src/com/gps/dao/VehicleProcessDAO.java 318 Potential violation of Law of Demeter (object not created locally)
54064 src/com/gps/dao/VehicleProcessDAO.java 320 Potential violation of Law of Demeter (object not created locally)
54065 src/com/gps/dao/VehicleProcessDAO.java 321 Potential violation of Law of Demeter (object not created locally)
54066 src/com/gps/dao/VehicleProcessDAO.java 322 Potential violation of Law of Demeter (object not created locally)
54067 src/com/gps/dao/VehicleProcessDAO.java 323 Potential violation of Law of Demeter (object not created locally)
54068 src/com/gps/dao/VehicleProcessDAO.java 325 There is log block not surrounded by if
54069 src/com/gps/dao/VehicleProcessDAO.java 325 There is log block not surrounded by if
54070 src/com/gps/dao/VehicleProcessDAO.java 327 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54071 src/com/gps/dao/VehicleProcessDAO.java 329 There is log block not surrounded by if
54072 src/com/gps/dao/VehicleProcessDAO.java 334 Parameter 'deviceTripDTO' is not assigned and could be declared final
54073 src/com/gps/dao/VehicleProcessDAO.java 334 publicMethodCommentRequirement Required
54074 src/com/gps/dao/VehicleProcessDAO.java 335 Found 'DD'-anomaly for variable 'vehicleObj' (lines '335'-'338').
54075 src/com/gps/dao/VehicleProcessDAO.java 340 Potential violation of Law of Demeter (object not created locally)
54076 src/com/gps/dao/VehicleProcessDAO.java 340 Potential violation of Law of Demeter (object not created locally)
54077 src/com/gps/dao/VehicleProcessDAO.java 340 There is log block not surrounded by if
54078 src/com/gps/dao/VehicleProcessDAO.java 340 There is log block not surrounded by if
54079 src/com/gps/dao/VehicleProcessDAO.java 341 Potential violation of Law of Demeter (object not created locally)
54080 src/com/gps/dao/VehicleProcessDAO.java 342 Potential violation of Law of Demeter (object not created locally)
54081 src/com/gps/dao/VehicleProcessDAO.java 343 Found 'DU'-anomaly for variable 'typeDAO' (lines '343'-'366').
54082 src/com/gps/dao/VehicleProcessDAO.java 343 Local variable 'typeDAO' could be declared final
54083 src/com/gps/dao/VehicleProcessDAO.java 344 Avoid if (x != y) ..; else ..;
54084 src/com/gps/dao/VehicleProcessDAO.java 344 Potential violation of Law of Demeter (method chain calls)
54085 src/com/gps/dao/VehicleProcessDAO.java 344 Potential violation of Law of Demeter (object not created locally)
54086 src/com/gps/dao/VehicleProcessDAO.java 344 Potential violation of Law of Demeter (object not created locally)
54087 src/com/gps/dao/VehicleProcessDAO.java 346 Potential violation of Law of Demeter (method chain calls)
54088 src/com/gps/dao/VehicleProcessDAO.java 346 Potential violation of Law of Demeter (method chain calls)
54089 src/com/gps/dao/VehicleProcessDAO.java 346 Potential violation of Law of Demeter (object not created locally)
54090 src/com/gps/dao/VehicleProcessDAO.java 353 Local variable 'GeoVehicle' could be declared final
54091 src/com/gps/dao/VehicleProcessDAO.java 353 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
54092 src/com/gps/dao/VehicleProcessDAO.java 354 Avoid using Literals in Conditional Statements
54093 src/com/gps/dao/VehicleProcessDAO.java 354 Potential violation of Law of Demeter (object not created locally)
54094 src/com/gps/dao/VehicleProcessDAO.java 354 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
54095 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (method chain calls)
54096 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (method chain calls)
54097 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (method chain calls)
54098 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (method chain calls)
54099 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (object not created locally)
54100 src/com/gps/dao/VehicleProcessDAO.java 356 Potential violation of Law of Demeter (object not created locally)
54101 src/com/gps/dao/VehicleProcessDAO.java 356 There is log block not surrounded by if
54102 src/com/gps/dao/VehicleProcessDAO.java 356 There is log block not surrounded by if
54103 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (method chain calls)
54104 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (method chain calls)
54105 src/com/gps/dao/VehicleProcessDAO.java 357 Potential violation of Law of Demeter (object not created locally)
54106 src/com/gps/dao/VehicleProcessDAO.java 358 Potential violation of Law of Demeter (method chain calls)
54107 src/com/gps/dao/VehicleProcessDAO.java 358 Potential violation of Law of Demeter (method chain calls)
54108 src/com/gps/dao/VehicleProcessDAO.java 358 Potential violation of Law of Demeter (object not created locally)
54109 src/com/gps/dao/VehicleProcessDAO.java 361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54110 src/com/gps/dao/VehicleProcessDAO.java 362 There is log block not surrounded by if
54111 src/com/gps/dao/VehicleProcessDAO.java 370 Parameter 'orgId' is not assigned and could be declared final
54112 src/com/gps/dao/VehicleProcessDAO.java 370 publicMethodCommentRequirement Required
54113 src/com/gps/dao/VehicleProcessDAO.java 372 Local variable 'vehicleDao' could be declared final
54114 src/com/gps/dao/VehicleProcessDAO.java 373 Found 'DD'-anomaly for variable 'sess' (lines '373'-'376').
54115 src/com/gps/dao/VehicleProcessDAO.java 374 Found 'DD'-anomaly for variable 'vehList' (lines '374'-'381').
54116 src/com/gps/dao/VehicleProcessDAO.java 376 Potential violation of Law of Demeter (object not created locally)
54117 src/com/gps/dao/VehicleProcessDAO.java 378 Do not add empty strings
54118 src/com/gps/dao/VehicleProcessDAO.java 378 There is log block not surrounded by if
54119 src/com/gps/dao/VehicleProcessDAO.java 378 There is log block not surrounded by if
54120 src/com/gps/dao/VehicleProcessDAO.java 379 Do not add empty strings
54121 src/com/gps/dao/VehicleProcessDAO.java 379 Local variable 'vehQuery' could be declared final
54122 src/com/gps/dao/VehicleProcessDAO.java 379 Potential violation of Law of Demeter (object not created locally)
54123 src/com/gps/dao/VehicleProcessDAO.java 381 Potential violation of Law of Demeter (object not created locally)
54124 src/com/gps/dao/VehicleProcessDAO.java 383 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54125 src/com/gps/dao/VehicleProcessDAO.java 384 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 384
54126 src/com/gps/dao/VehicleProcessDAO.java 384 There is log block not surrounded by if
54127 src/com/gps/dao/VehicleProcessDAO.java 388 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54128 src/com/gps/dao/VehicleProcessDAO.java 389 There is log block not surrounded by if
54129 src/com/gps/dao/VehicleProcessDAO.java 396 Parameter 'vehicleId' is not assigned and could be declared final
54130 src/com/gps/dao/VehicleProcessDAO.java 396 publicMethodCommentRequirement Required
54131 src/com/gps/dao/VehicleProcessDAO.java 397 Found 'DD'-anomaly for variable 'vehicleObj' (lines '397'-'401').
54132 src/com/gps/dao/VehicleProcessDAO.java 398 Found 'DD'-anomaly for variable 'tankCapacity' (lines '398'-'404').
54133 src/com/gps/dao/VehicleProcessDAO.java 398 Found 'DD'-anomaly for variable 'tankCapacity' (lines '398'-'406').
54134 src/com/gps/dao/VehicleProcessDAO.java 399 Found 'DD'-anomaly for variable 'typeDAO' (lines '399'-'402').
54135 src/com/gps/dao/VehicleProcessDAO.java 402 Found 'DU'-anomaly for variable 'typeDAO' (lines '402'-'413').
54136 src/com/gps/dao/VehicleProcessDAO.java 403 Avoid if (x != y) ..; else ..;
54137 src/com/gps/dao/VehicleProcessDAO.java 403 Potential violation of Law of Demeter (method chain calls)
54138 src/com/gps/dao/VehicleProcessDAO.java 403 Potential violation of Law of Demeter (method chain calls)
54139 src/com/gps/dao/VehicleProcessDAO.java 403 Potential violation of Law of Demeter (object not created locally)
54140 src/com/gps/dao/VehicleProcessDAO.java 403 Potential violation of Law of Demeter (object not created locally)
54141 src/com/gps/dao/VehicleProcessDAO.java 404 Potential violation of Law of Demeter (method chain calls)
54142 src/com/gps/dao/VehicleProcessDAO.java 404 Potential violation of Law of Demeter (object not created locally)
54143 src/com/gps/dao/VehicleProcessDAO.java 404 Potential violation of Law of Demeter (object not created locally)
54144 src/com/gps/dao/VehicleProcessDAO.java 408 There is log block not surrounded by if
54145 src/com/gps/dao/VehicleProcessDAO.java 408 There is log block not surrounded by if
54146 src/com/gps/dao/VehicleProcessDAO.java 409 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54147 src/com/gps/dao/VehicleProcessDAO.java 410 There is log block not surrounded by if
54148 src/com/gps/dao/VehicleProcessDAO.java 418 Found 'DD'-anomaly for variable 'orgDao' (lines '418'-'423').
54149 src/com/gps/dao/VehicleProcessDAO.java 420 Found 'DD'-anomaly for variable 'orgTypes' (lines '420'-'425').
54150 src/com/gps/dao/VehicleProcessDAO.java 421 Found 'DD'-anomaly for variable 'orgList' (lines '421'-'428').
54151 src/com/gps/dao/VehicleProcessDAO.java 424 Potential violation of Law of Demeter (object not created locally)
54152 src/com/gps/dao/VehicleProcessDAO.java 424 System.out.print is used
54153 src/com/gps/dao/VehicleProcessDAO.java 425 Potential violation of Law of Demeter (method chain calls)
54154 src/com/gps/dao/VehicleProcessDAO.java 426 Local variable 'orgNameQry' could be declared final
54155 src/com/gps/dao/VehicleProcessDAO.java 426 Potential violation of Law of Demeter (object not created locally)
54156 src/com/gps/dao/VehicleProcessDAO.java 427 Potential violation of Law of Demeter (object not created locally)
54157 src/com/gps/dao/VehicleProcessDAO.java 428 Potential violation of Law of Demeter (object not created locally)
54158 src/com/gps/dao/VehicleProcessDAO.java 429 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54159 src/com/gps/dao/VehicleProcessDAO.java 430 Avoid printStackTrace(); use a logger call instead.
54160 src/com/gps/dao/VehicleProcessDAO.java 430 Potential violation of Law of Demeter (object not created locally)
54161 src/com/gps/dao/VehicleProcessDAO.java 430 There is log block not surrounded by if
54162 src/com/gps/dao/VehicleProcessDAO.java 437 Parameter 'tripParamId' is not assigned and could be declared final
54163 src/com/gps/dao/VehicleProcessDAO.java 437 Parameter 'vehId' is not assigned and could be declared final
54164 src/com/gps/dao/VehicleProcessDAO.java 438 Found 'DD'-anomaly for variable 'paramDao' (lines '438'-'442').
54165 src/com/gps/dao/VehicleProcessDAO.java 440 Found 'DD'-anomaly for variable 'packetList' (lines '440'-'449').
54166 src/com/gps/dao/VehicleProcessDAO.java 443 Potential violation of Law of Demeter (object not created locally)
54167 src/com/gps/dao/VehicleProcessDAO.java 445 Local variable 'packetQuery' could be declared final
54168 src/com/gps/dao/VehicleProcessDAO.java 445 Potential violation of Law of Demeter (object not created locally)
54169 src/com/gps/dao/VehicleProcessDAO.java 446 Potential violation of Law of Demeter (object not created locally)
54170 src/com/gps/dao/VehicleProcessDAO.java 447 Potential violation of Law of Demeter (object not created locally)
54171 src/com/gps/dao/VehicleProcessDAO.java 449 Potential violation of Law of Demeter (object not created locally)
54172 src/com/gps/dao/VehicleProcessDAO.java 450 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54173 src/com/gps/dao/VehicleProcessDAO.java 451 There is log block not surrounded by if
54174 src/com/gps/dao/VehicleUserGeofenceDAO.java 2 Comment is too large: Too many lines
54175 src/com/gps/dao/VehicleUserGeofenceDAO.java 12 Avoid unused imports such as 'java.util.Iterator'
54176 src/com/gps/dao/VehicleUserGeofenceDAO.java 18 Avoid unused imports such as 'org.hibernate.Transaction'
54177 src/com/gps/dao/VehicleUserGeofenceDAO.java 28 headerCommentRequirement Required
54178 src/com/gps/dao/VehicleUserGeofenceDAO.java 29 The Logger variable declaration does not contain the static and final modifiers
54179 src/com/gps/dao/VehicleUserGeofenceDAO.java 29 fieldCommentRequirement Required
54180 src/com/gps/dao/VehicleUserGeofenceDAO.java 31 Parameter 'fenceId' is not assigned and could be declared final
54181 src/com/gps/dao/VehicleUserGeofenceDAO.java 31 Parameter 'session' is not assigned and could be declared final
54182 src/com/gps/dao/VehicleUserGeofenceDAO.java 31 Parameter 'userData' is not assigned and could be declared final
54183 src/com/gps/dao/VehicleUserGeofenceDAO.java 32 Found 'DD'-anomaly for variable 'userGeofence' (lines '32'-'41').
54184 src/com/gps/dao/VehicleUserGeofenceDAO.java 33 Found 'DD'-anomaly for variable 'geoDao' (lines '33'-'38').
54185 src/com/gps/dao/VehicleUserGeofenceDAO.java 36 Found 'DD'-anomaly for variable 'createStatus' (lines '36'-'49').
54186 src/com/gps/dao/VehicleUserGeofenceDAO.java 36 Found 'DD'-anomaly for variable 'createStatus' (lines '36'-'55').
54187 src/com/gps/dao/VehicleUserGeofenceDAO.java 38 Found 'DU'-anomaly for variable 'geoDao' (lines '38'-'58').
54188 src/com/gps/dao/VehicleUserGeofenceDAO.java 41 Found 'DU'-anomaly for variable 'userGeofence' (lines '41'-'58').
54189 src/com/gps/dao/VehicleUserGeofenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
54190 src/com/gps/dao/VehicleUserGeofenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
54191 src/com/gps/dao/VehicleUserGeofenceDAO.java 44 Potential violation of Law of Demeter (object not created locally)
54192 src/com/gps/dao/VehicleUserGeofenceDAO.java 46 Potential violation of Law of Demeter (object not created locally)
54193 src/com/gps/dao/VehicleUserGeofenceDAO.java 49 Found 'DD'-anomaly for variable 'createStatus' (lines '49'-'55').
54194 src/com/gps/dao/VehicleUserGeofenceDAO.java 51 There is log block not surrounded by if
54195 src/com/gps/dao/VehicleUserGeofenceDAO.java 51 There is log block not surrounded by if
54196 src/com/gps/dao/VehicleUserGeofenceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54197 src/com/gps/dao/VehicleUserGeofenceDAO.java 53 The String literal "Exception:" appears 5 times in this file; the first occurrence is on line 53
54198 src/com/gps/dao/VehicleUserGeofenceDAO.java 53 There is log block not surrounded by if
54199 src/com/gps/dao/VehicleUserGeofenceDAO.java 60 Found 'UR'-anomaly for variable 'ug' (lines '60'-'72').
54200 src/com/gps/dao/VehicleUserGeofenceDAO.java 60 Parameter 'fenceId' is not assigned and could be declared final
54201 src/com/gps/dao/VehicleUserGeofenceDAO.java 60 Parameter 'session' is not assigned and could be declared final
54202 src/com/gps/dao/VehicleUserGeofenceDAO.java 60 Parameter 'userData' is not assigned and could be declared final
54203 src/com/gps/dao/VehicleUserGeofenceDAO.java 63 Found 'DD'-anomaly for variable 'updateStatus' (lines '63'-'76').
54204 src/com/gps/dao/VehicleUserGeofenceDAO.java 63 Found 'DD'-anomaly for variable 'updateStatus' (lines '63'-'83').
54205 src/com/gps/dao/VehicleUserGeofenceDAO.java 68 Local variable 'uglist' could be declared final
54206 src/com/gps/dao/VehicleUserGeofenceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
54207 src/com/gps/dao/VehicleUserGeofenceDAO.java 70 Local variable 'ug' could be declared final
54208 src/com/gps/dao/VehicleUserGeofenceDAO.java 71 There is log block not surrounded by if
54209 src/com/gps/dao/VehicleUserGeofenceDAO.java 71 There is log block not surrounded by if
54210 src/com/gps/dao/VehicleUserGeofenceDAO.java 72 Potential violation of Law of Demeter (object not created locally)
54211 src/com/gps/dao/VehicleUserGeofenceDAO.java 76 Found 'DD'-anomaly for variable 'updateStatus' (lines '76'-'83').
54212 src/com/gps/dao/VehicleUserGeofenceDAO.java 79 There is log block not surrounded by if
54213 src/com/gps/dao/VehicleUserGeofenceDAO.java 79 There is log block not surrounded by if
54214 src/com/gps/dao/VehicleUserGeofenceDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54215 src/com/gps/dao/VehicleUserGeofenceDAO.java 81 There is log block not surrounded by if
54216 src/com/gps/dao/VehicleUserGeofenceDAO.java 88 Found 'UR'-anomaly for variable 'ug' (lines '88'-'99').
54217 src/com/gps/dao/VehicleUserGeofenceDAO.java 88 Parameter 'fenceId' is not assigned and could be declared final
54218 src/com/gps/dao/VehicleUserGeofenceDAO.java 88 Parameter 'session' is not assigned and could be declared final
54219 src/com/gps/dao/VehicleUserGeofenceDAO.java 88 Parameter 'userData' is not assigned and could be declared final
54220 src/com/gps/dao/VehicleUserGeofenceDAO.java 90 Found 'DD'-anomaly for variable 'userGeofence' (lines '90'-'96').
54221 src/com/gps/dao/VehicleUserGeofenceDAO.java 92 Found 'DD'-anomaly for variable 'delStatus' (lines '92'-'102').
54222 src/com/gps/dao/VehicleUserGeofenceDAO.java 97 Potential violation of Law of Demeter (object not created locally)
54223 src/com/gps/dao/VehicleUserGeofenceDAO.java 98 Local variable 'ug' could be declared final
54224 src/com/gps/dao/VehicleUserGeofenceDAO.java 104 There is log block not surrounded by if
54225 src/com/gps/dao/VehicleUserGeofenceDAO.java 104 There is log block not surrounded by if
54226 src/com/gps/dao/VehicleUserGeofenceDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54227 src/com/gps/dao/VehicleUserGeofenceDAO.java 106 There is log block not surrounded by if
54228 src/com/gps/dao/VehicleUserGeofenceDAO.java 113 Parameter 'fenceId' is not assigned and could be declared final
54229 src/com/gps/dao/VehicleUserGeofenceDAO.java 113 Parameter 'userId' is not assigned and could be declared final
54230 src/com/gps/dao/VehicleUserGeofenceDAO.java 115 Found 'DD'-anomaly for variable 'userGeofence' (lines '115'-'121').
54231 src/com/gps/dao/VehicleUserGeofenceDAO.java 118 Local variable 'userGeoQry' could be declared final
54232 src/com/gps/dao/VehicleUserGeofenceDAO.java 118 Potential violation of Law of Demeter (method chain calls)
54233 src/com/gps/dao/VehicleUserGeofenceDAO.java 118 Potential violation of Law of Demeter (object not created locally)
54234 src/com/gps/dao/VehicleUserGeofenceDAO.java 119 Potential violation of Law of Demeter (object not created locally)
54235 src/com/gps/dao/VehicleUserGeofenceDAO.java 120 Potential violation of Law of Demeter (object not created locally)
54236 src/com/gps/dao/VehicleUserGeofenceDAO.java 121 Potential violation of Law of Demeter (object not created locally)
54237 src/com/gps/dao/VehicleUserGeofenceDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54238 src/com/gps/dao/VehicleUserGeofenceDAO.java 123 There is log block not surrounded by if
54239 src/com/gps/dao/VehicleUserGeofenceDAO.java 129 Found 'UR'-anomaly for variable 'attr' (lines '129'-'148').
54240 src/com/gps/dao/VehicleUserGeofenceDAO.java 129 Parameter 'dataFlag' is not assigned and could be declared final
54241 src/com/gps/dao/VehicleUserGeofenceDAO.java 129 Parameter 'userId' is not assigned and could be declared final
54242 src/com/gps/dao/VehicleUserGeofenceDAO.java 130 Found 'DD'-anomaly for variable 'userDao' (lines '130'-'137').
54243 src/com/gps/dao/VehicleUserGeofenceDAO.java 132 Found 'DD'-anomaly for variable 'attrQuery' (lines '132'-'140').
54244 src/com/gps/dao/VehicleUserGeofenceDAO.java 133 Found 'DD'-anomaly for variable 'attrList' (lines '133'-'143').
54245 src/com/gps/dao/VehicleUserGeofenceDAO.java 134 Found 'DD'-anomaly for variable 'customList' (lines '134'-'138').
54246 src/com/gps/dao/VehicleUserGeofenceDAO.java 135 Found 'DD'-anomaly for variable 'customVo' (lines '135'-'147').
54247 src/com/gps/dao/VehicleUserGeofenceDAO.java 135 Found 'DU'-anomaly for variable 'customVo' (lines '135'-'159').
54248 src/com/gps/dao/VehicleUserGeofenceDAO.java 145 There is log block not surrounded by if
54249 src/com/gps/dao/VehicleUserGeofenceDAO.java 145 There is log block not surrounded by if
54250 src/com/gps/dao/VehicleUserGeofenceDAO.java 146 Local variable 'attr' could be declared final
54251 src/com/gps/dao/VehicleUserGeofenceDAO.java 147 Avoid instantiating new objects inside loops
54252 src/com/gps/dao/VehicleUserGeofenceDAO.java 147 Found 'DD'-anomaly for variable 'customVo' (lines '147'-'147').
54253 src/com/gps/dao/VehicleUserGeofenceDAO.java 147 Found 'DU'-anomaly for variable 'customVo' (lines '147'-'159').
54254 src/com/gps/dao/VehicleUserGeofenceDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54255 src/com/gps/dao/VehicleUserGeofenceDAO.java 156 There is log block not surrounded by if
54256 src/com/gps/dto/ACParamsDTO.java 12 headerCommentRequirement Required
54257 src/com/gps/dto/ACParamsDTO.java 13 fieldCommentRequirement Required
54258 src/com/gps/dto/ACParamsDTO.java 14 fieldCommentRequirement Required
54259 src/com/gps/dto/ACParamsDTO.java 15 fieldCommentRequirement Required
54260 src/com/gps/dto/ACParamsDTO.java 16 fieldCommentRequirement Required
54261 src/com/gps/dto/ACParamsDTO.java 17 fieldCommentRequirement Required
54262 src/com/gps/dto/ACParamsDTO.java 19 Parameter 'lattitude' is not assigned and could be declared final
54263 src/com/gps/dto/ACParamsDTO.java 19 Parameter 'longitude' is not assigned and could be declared final
54264 src/com/gps/dto/ACParamsDTO.java 19 publicMethodCommentRequirement Required
54265 src/com/gps/dto/ACParamsDTO.java 20 Parameter 'creationTime' is not assigned and could be declared final
54266 src/com/gps/dto/ACParamsDTO.java 20 Parameter 'eventCode' is not assigned and could be declared final
54267 src/com/gps/dto/ACParamsDTO.java 20 Parameter 'speed' is not assigned and could be declared final
54268 src/com/gps/dto/ACParamsDTO.java 28 publicMethodCommentRequirement Required
54269 src/com/gps/dto/ACParamsDTO.java 31 Parameter 'lattitude' is not assigned and could be declared final
54270 src/com/gps/dto/ACParamsDTO.java 31 publicMethodCommentRequirement Required
54271 src/com/gps/dto/ACParamsDTO.java 34 publicMethodCommentRequirement Required
54272 src/com/gps/dto/ACParamsDTO.java 37 Parameter 'longitude' is not assigned and could be declared final
54273 src/com/gps/dto/ACParamsDTO.java 37 publicMethodCommentRequirement Required
54274 src/com/gps/dto/ACParamsDTO.java 40 publicMethodCommentRequirement Required
54275 src/com/gps/dto/ACParamsDTO.java 43 Parameter 'creationTime' is not assigned and could be declared final
54276 src/com/gps/dto/ACParamsDTO.java 43 publicMethodCommentRequirement Required
54277 src/com/gps/dto/ACParamsDTO.java 46 publicMethodCommentRequirement Required
54278 src/com/gps/dto/ACParamsDTO.java 49 Parameter 'speed' is not assigned and could be declared final
54279 src/com/gps/dto/ACParamsDTO.java 49 publicMethodCommentRequirement Required
54280 src/com/gps/dto/ACParamsDTO.java 52 publicMethodCommentRequirement Required
54281 src/com/gps/dto/ACParamsDTO.java 55 Parameter 'eventCode' is not assigned and could be declared final
54282 src/com/gps/dto/ACParamsDTO.java 55 publicMethodCommentRequirement Required
54283 src/com/gps/dto/DeviceTripDTO.java 21 headerCommentRequirement Required
54284 src/com/gps/dto/DeviceTripDTO.java 23 fieldCommentRequirement Required
54285 src/com/gps/dto/DeviceTripDTO.java 24 fieldCommentRequirement Required
54286 src/com/gps/dto/DeviceTripDTO.java 25 fieldCommentRequirement Required
54287 src/com/gps/dto/DeviceTripDTO.java 26 fieldCommentRequirement Required
54288 src/com/gps/dto/DeviceTripDTO.java 27 fieldCommentRequirement Required
54289 src/com/gps/dto/DeviceTripDTO.java 28 fieldCommentRequirement Required
54290 src/com/gps/dto/DeviceTripDTO.java 29 fieldCommentRequirement Required
54291 src/com/gps/dto/DeviceTripDTO.java 30 fieldCommentRequirement Required
54292 src/com/gps/dto/DeviceTripDTO.java 31 fieldCommentRequirement Required
54293 src/com/gps/dto/DeviceTripDTO.java 32 fieldCommentRequirement Required
54294 src/com/gps/dto/DeviceTripDTO.java 33 fieldCommentRequirement Required
54295 src/com/gps/dto/DeviceTripDTO.java 35 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
54296 src/com/gps/dto/DeviceTripDTO.java 35 fieldCommentRequirement Required
54297 src/com/gps/dto/DeviceTripDTO.java 36 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
54298 src/com/gps/dto/DeviceTripDTO.java 36 fieldCommentRequirement Required
54299 src/com/gps/dto/DeviceTripDTO.java 38 fieldCommentRequirement Required
54300 src/com/gps/dto/DeviceTripDTO.java 41 publicMethodCommentRequirement Required
54301 src/com/gps/dto/DeviceTripDTO.java 45 Parameter 'fenceId' is not assigned and could be declared final
54302 src/com/gps/dto/DeviceTripDTO.java 45 publicMethodCommentRequirement Required
54303 src/com/gps/dto/DeviceTripDTO.java 49 publicMethodCommentRequirement Required
54304 src/com/gps/dto/DeviceTripDTO.java 53 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
54305 src/com/gps/dto/DeviceTripDTO.java 53 Parameter 'inFenceTime' is not assigned and could be declared final
54306 src/com/gps/dto/DeviceTripDTO.java 53 publicMethodCommentRequirement Required
54307 src/com/gps/dto/DeviceTripDTO.java 57 Document empty constructor
54308 src/com/gps/dto/DeviceTripDTO.java 57 publicMethodCommentRequirement Required
54309 src/com/gps/dto/DeviceTripDTO.java 62 Parameter 'deviceId' is not assigned and could be declared final
54310 src/com/gps/dto/DeviceTripDTO.java 62 Parameter 'vehicleId' is not assigned and could be declared final
54311 src/com/gps/dto/DeviceTripDTO.java 62 publicMethodCommentRequirement Required
54312 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'organization' is not assigned and could be declared final
54313 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'resetDistance' is not assigned and could be declared final
54314 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'stableFuelValue' is not assigned and could be declared final
54315 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'vehicleName' is not assigned and could be declared final
54316 src/com/gps/dto/DeviceTripDTO.java 63 Parameter 'vehicleType' is not assigned and could be declared final
54317 src/com/gps/dto/DeviceTripDTO.java 74 Parameter 'deviceId' is not assigned and could be declared final
54318 src/com/gps/dto/DeviceTripDTO.java 74 Parameter 'vehicleId' is not assigned and could be declared final
54319 src/com/gps/dto/DeviceTripDTO.java 74 publicMethodCommentRequirement Required
54320 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'esnNumber' is not assigned and could be declared final
54321 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'organization' is not assigned and could be declared final
54322 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'resetDistance' is not assigned and could be declared final
54323 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'stableFuelValue' is not assigned and could be declared final
54324 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'vehicleName' is not assigned and could be declared final
54325 src/com/gps/dto/DeviceTripDTO.java 75 Parameter 'vehicleType' is not assigned and could be declared final
54326 src/com/gps/dto/DeviceTripDTO.java 87 Parameter 'deviceId' is not assigned and could be declared final
54327 src/com/gps/dto/DeviceTripDTO.java 87 Parameter 'vehicleId' is not assigned and could be declared final
54328 src/com/gps/dto/DeviceTripDTO.java 87 publicMethodCommentRequirement Required
54329 src/com/gps/dto/DeviceTripDTO.java 88 Parameter 'organization' is not assigned and could be declared final
54330 src/com/gps/dto/DeviceTripDTO.java 88 Parameter 'resetDistance' is not assigned and could be declared final
54331 src/com/gps/dto/DeviceTripDTO.java 88 Parameter 'vehicleName' is not assigned and could be declared final
54332 src/com/gps/dto/DeviceTripDTO.java 97 Parameter 'deviceId' is not assigned and could be declared final
54333 src/com/gps/dto/DeviceTripDTO.java 97 Parameter 'vehicleId' is not assigned and could be declared final
54334 src/com/gps/dto/DeviceTripDTO.java 97 publicMethodCommentRequirement Required
54335 src/com/gps/dto/DeviceTripDTO.java 98 Parameter 'esnNumber' is not assigned and could be declared final
54336 src/com/gps/dto/DeviceTripDTO.java 98 Parameter 'organization' is not assigned and could be declared final
54337 src/com/gps/dto/DeviceTripDTO.java 98 Parameter 'resetDistance' is not assigned and could be declared final
54338 src/com/gps/dto/DeviceTripDTO.java 98 Parameter 'vehicleName' is not assigned and could be declared final
54339 src/com/gps/dto/DeviceTripDTO.java 108 Parameter 'deviceId' is not assigned and could be declared final
54340 src/com/gps/dto/DeviceTripDTO.java 108 Parameter 'vehicleId' is not assigned and could be declared final
54341 src/com/gps/dto/DeviceTripDTO.java 108 publicMethodCommentRequirement Required
54342 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'esnNumber' is not assigned and could be declared final
54343 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'organization' is not assigned and could be declared final
54344 src/com/gps/dto/DeviceTripDTO.java 109 Parameter 'vehicleName' is not assigned and could be declared final
54345 src/com/gps/dto/DeviceTripDTO.java 121 Parameter 'deviceId' is not assigned and could be declared final
54346 src/com/gps/dto/DeviceTripDTO.java 121 Parameter 'vehicleId' is not assigned and could be declared final
54347 src/com/gps/dto/DeviceTripDTO.java 121 publicMethodCommentRequirement Required
54348 src/com/gps/dto/DeviceTripDTO.java 122 Parameter 'organization' is not assigned and could be declared final
54349 src/com/gps/dto/DeviceTripDTO.java 122 Parameter 'vehicleName' is not assigned and could be declared final
54350 src/com/gps/dto/DeviceTripDTO.java 143 Parameter 'resetDistance' is not assigned and could be declared final
54351 src/com/gps/dto/DeviceTripDTO.java 147 Parameter 'creationTime' is not assigned and could be declared final
54352 src/com/gps/dto/DeviceTripDTO.java 147 Parameter 'lattitude' is not assigned and could be declared final
54353 src/com/gps/dto/DeviceTripDTO.java 147 Parameter 'longitude' is not assigned and could be declared final
54354 src/com/gps/dto/DeviceTripDTO.java 147 Parameter 'vehicleId' is not assigned and could be declared final
54355 src/com/gps/dto/DeviceTripDTO.java 147 publicMethodCommentRequirement Required
54356 src/com/gps/dto/DeviceTripDTO.java 165 Parameter 'creationTime' is not assigned and could be declared final
54357 src/com/gps/dto/DeviceTripDTO.java 178 Parameter 'vehicleId' is not assigned and could be declared final
54358 src/com/gps/dto/DeviceTripDTO.java 190 Parameter 'deviceId' is not assigned and could be declared final
54359 src/com/gps/dto/DeviceTripDTO.java 202 Parameter 'vehicleName' is not assigned and could be declared final
54360 src/com/gps/dto/DeviceTripDTO.java 214 Parameter 'organization' is not assigned and could be declared final
54361 src/com/gps/dto/DeviceTripDTO.java 228 Parameter 'lattitude' is not assigned and could be declared final
54362 src/com/gps/dto/DeviceTripDTO.java 242 Parameter 'longitude' is not assigned and could be declared final
54363 src/com/gps/dto/DeviceTripDTO.java 246 Parameter 'stableFuelValue' is not assigned and could be declared final
54364 src/com/gps/dto/DeviceTripDTO.java 246 publicMethodCommentRequirement Required
54365 src/com/gps/dto/DeviceTripDTO.java 250 publicMethodCommentRequirement Required
54366 src/com/gps/dto/DeviceTripDTO.java 254 Parameter 'vehicleType' is not assigned and could be declared final
54367 src/com/gps/dto/DeviceTripDTO.java 254 publicMethodCommentRequirement Required
54368 src/com/gps/dto/DeviceTripDTO.java 258 publicMethodCommentRequirement Required
54369 src/com/gps/dto/DeviceTripDTO.java 262 Parameter 'tankCapacity' is not assigned and could be declared final
54370 src/com/gps/dto/DeviceTripDTO.java 262 publicMethodCommentRequirement Required
54371 src/com/gps/dto/DeviceTripDTO.java 266 publicMethodCommentRequirement Required
54372 src/com/gps/dto/DeviceTripDTO.java 271 publicMethodCommentRequirement Required
54373 src/com/gps/dto/DeviceTripDTO.java 275 Parameter 'esnNumber' is not assigned and could be declared final
54374 src/com/gps/dto/DeviceTripDTO.java 275 publicMethodCommentRequirement Required
54375 src/com/gps/dto/DistParamsDTO.java 7 headerCommentRequirement Required
54376 src/com/gps/dto/DistParamsDTO.java 9 Use explicit scoping instead of the default package private level
54377 src/com/gps/dto/DistParamsDTO.java 9 fieldCommentRequirement Required
54378 src/com/gps/dto/DistParamsDTO.java 10 Use explicit scoping instead of the default package private level
54379 src/com/gps/dto/DistParamsDTO.java 10 fieldCommentRequirement Required
54380 src/com/gps/dto/DistParamsDTO.java 11 Use explicit scoping instead of the default package private level
54381 src/com/gps/dto/DistParamsDTO.java 11 fieldCommentRequirement Required
54382 src/com/gps/dto/DistParamsDTO.java 12 Use explicit scoping instead of the default package private level
54383 src/com/gps/dto/DistParamsDTO.java 12 fieldCommentRequirement Required
54384 src/com/gps/dto/DistParamsDTO.java 13 Use explicit scoping instead of the default package private level
54385 src/com/gps/dto/DistParamsDTO.java 13 fieldCommentRequirement Required
54386 src/com/gps/dto/DistParamsDTO.java 14 Use explicit scoping instead of the default package private level
54387 src/com/gps/dto/DistParamsDTO.java 14 fieldCommentRequirement Required
54388 src/com/gps/dto/DistParamsDTO.java 15 Use explicit scoping instead of the default package private level
54389 src/com/gps/dto/DistParamsDTO.java 15 fieldCommentRequirement Required
54390 src/com/gps/dto/DistParamsDTO.java 16 Use explicit scoping instead of the default package private level
54391 src/com/gps/dto/DistParamsDTO.java 16 fieldCommentRequirement Required
54392 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'creationTime' is not assigned and could be declared final
54393 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'tripDetails' is not assigned and could be declared final
54394 src/com/gps/dto/DistParamsDTO.java 18 Parameter 'vehicleDetails' is not assigned and could be declared final
54395 src/com/gps/dto/DistParamsDTO.java 18 publicMethodCommentRequirement Required
54396 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'lattitude' is not assigned and could be declared final
54397 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'longitude' is not assigned and could be declared final
54398 src/com/gps/dto/DistParamsDTO.java 19 Parameter 'speed' is not assigned and could be declared final
54399 src/com/gps/dto/DistParamsDTO.java 28 Parameter 'creationTime' is not assigned and could be declared final
54400 src/com/gps/dto/DistParamsDTO.java 28 Parameter 'tripDetails' is not assigned and could be declared final
54401 src/com/gps/dto/DistParamsDTO.java 28 Parameter 'vehicleDetails' is not assigned and could be declared final
54402 src/com/gps/dto/DistParamsDTO.java 28 publicMethodCommentRequirement Required
54403 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'distance' is not assigned and could be declared final
54404 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'lattitude' is not assigned and could be declared final
54405 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'longitude' is not assigned and could be declared final
54406 src/com/gps/dto/DistParamsDTO.java 29 Parameter 'speed' is not assigned and could be declared final
54407 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'creationTime' is not assigned and could be declared final
54408 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'tripDetails' is not assigned and could be declared final
54409 src/com/gps/dto/DistParamsDTO.java 39 Parameter 'vehicleDetails' is not assigned and could be declared final
54410 src/com/gps/dto/DistParamsDTO.java 39 publicMethodCommentRequirement Required
54411 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'lattitude' is not assigned and could be declared final
54412 src/com/gps/dto/DistParamsDTO.java 40 Parameter 'longitude' is not assigned and could be declared final
54413 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'creationTime' is not assigned and could be declared final
54414 src/com/gps/dto/DistParamsDTO.java 49 Parameter 'tripDetails' is not assigned and could be declared final
54415 src/com/gps/dto/DistParamsDTO.java 49 publicMethodCommentRequirement Required
54416 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
54417 src/com/gps/dto/DistParamsDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
54418 src/com/gps/dto/DistParamsDTO.java 59 Parameter 'creationTime' is not assigned and could be declared final
54419 src/com/gps/dto/DistParamsDTO.java 59 Parameter 'tripDetails' is not assigned and could be declared final
54420 src/com/gps/dto/DistParamsDTO.java 59 Parameter 'vehicleDetails' is not assigned and could be declared final
54421 src/com/gps/dto/DistParamsDTO.java 59 publicMethodCommentRequirement Required
54422 src/com/gps/dto/DistParamsDTO.java 60 Parameter 'event' is not assigned and could be declared final
54423 src/com/gps/dto/DistParamsDTO.java 60 Parameter 'lattitude' is not assigned and could be declared final
54424 src/com/gps/dto/DistParamsDTO.java 60 Parameter 'longitude' is not assigned and could be declared final
54425 src/com/gps/dto/DistParamsDTO.java 60 Parameter 'speed' is not assigned and could be declared final
54426 src/com/gps/dto/DistParamsDTO.java 81 Parameter 'vehicleDetails' is not assigned and could be declared final
54427 src/com/gps/dto/DistParamsDTO.java 97 Parameter 'tripDetails' is not assigned and could be declared final
54428 src/com/gps/dto/DistParamsDTO.java 111 Parameter 'creationTime' is not assigned and could be declared final
54429 src/com/gps/dto/DistParamsDTO.java 123 Parameter 'lattitude' is not assigned and could be declared final
54430 src/com/gps/dto/DistParamsDTO.java 135 Parameter 'longitude' is not assigned and could be declared final
54431 src/com/gps/dto/DistParamsDTO.java 147 Parameter 'speed' is not assigned and could be declared final
54432 src/com/gps/dto/DistParamsDTO.java 159 Parameter 'event' is not assigned and could be declared final
54433 src/com/gps/dto/DistParamsDTO.java 172 Parameter 'distance' is not assigned and could be declared final
54434 src/com/gps/dto/FrequentTripDTO.java 3 headerCommentRequirement Required
54435 src/com/gps/dto/FrequentTripDTO.java 5 fieldCommentRequirement Required
54436 src/com/gps/dto/FrequentTripDTO.java 6 fieldCommentRequirement Required
54437 src/com/gps/dto/FrequentTripDTO.java 7 fieldCommentRequirement Required
54438 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'day' is not assigned and could be declared final
54439 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'time' is not assigned and could be declared final
54440 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'tripid' is not assigned and could be declared final
54441 src/com/gps/dto/FrequentTripDTO.java 8 publicMethodCommentRequirement Required
54442 src/com/gps/dto/FrequentTripDTO.java 14 publicMethodCommentRequirement Required
54443 src/com/gps/dto/FrequentTripDTO.java 17 Parameter 'tripid' is not assigned and could be declared final
54444 src/com/gps/dto/FrequentTripDTO.java 17 publicMethodCommentRequirement Required
54445 src/com/gps/dto/FrequentTripDTO.java 20 publicMethodCommentRequirement Required
54446 src/com/gps/dto/FrequentTripDTO.java 23 Parameter 'day' is not assigned and could be declared final
54447 src/com/gps/dto/FrequentTripDTO.java 23 publicMethodCommentRequirement Required
54448 src/com/gps/dto/FrequentTripDTO.java 26 publicMethodCommentRequirement Required
54449 src/com/gps/dto/FrequentTripDTO.java 29 Parameter 'time' is not assigned and could be declared final
54450 src/com/gps/dto/FrequentTripDTO.java 29 publicMethodCommentRequirement Required
54451 src/com/gps/dto/NeighbourVehicleDTO.java 5 headerCommentRequirement Required
54452 src/com/gps/dto/NeighbourVehicleDTO.java 7 Use explicit scoping instead of the default package private level
54453 src/com/gps/dto/NeighbourVehicleDTO.java 7 fieldCommentRequirement Required
54454 src/com/gps/dto/NeighbourVehicleDTO.java 8 Use explicit scoping instead of the default package private level
54455 src/com/gps/dto/NeighbourVehicleDTO.java 8 Variables should start with a lowercase character, 'ReportedTime' starts with uppercase character.
54456 src/com/gps/dto/NeighbourVehicleDTO.java 8 fieldCommentRequirement Required
54457 src/com/gps/dto/NeighbourVehicleDTO.java 9 Use explicit scoping instead of the default package private level
54458 src/com/gps/dto/NeighbourVehicleDTO.java 9 Variables should start with a lowercase character, 'Speed' starts with uppercase character.
54459 src/com/gps/dto/NeighbourVehicleDTO.java 9 fieldCommentRequirement Required
54460 src/com/gps/dto/NeighbourVehicleDTO.java 10 Use explicit scoping instead of the default package private level
54461 src/com/gps/dto/NeighbourVehicleDTO.java 11 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
54462 src/com/gps/dto/NeighbourVehicleDTO.java 11 fieldCommentRequirement Required
54463 src/com/gps/dto/NeighbourVehicleDTO.java 12 Use explicit scoping instead of the default package private level
54464 src/com/gps/dto/NeighbourVehicleDTO.java 13 Variables should start with a lowercase character, 'Lng' starts with uppercase character.
54465 src/com/gps/dto/NeighbourVehicleDTO.java 13 fieldCommentRequirement Required
54466 src/com/gps/dto/NeighbourVehicleDTO.java 14 Use explicit scoping instead of the default package private level
54467 src/com/gps/dto/NeighbourVehicleDTO.java 15 Variables should start with a lowercase character, 'Event' starts with uppercase character.
54468 src/com/gps/dto/NeighbourVehicleDTO.java 15 fieldCommentRequirement Required
54469 src/com/gps/dto/NeighbourVehicleDTO.java 16 Use explicit scoping instead of the default package private level
54470 src/com/gps/dto/NeighbourVehicleDTO.java 16 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
54471 src/com/gps/dto/NeighbourVehicleDTO.java 16 fieldCommentRequirement Required
54472 src/com/gps/dto/NeighbourVehicleDTO.java 17 Use explicit scoping instead of the default package private level
54473 src/com/gps/dto/NeighbourVehicleDTO.java 17 Variables should start with a lowercase character, 'TripStatus' starts with uppercase character.
54474 src/com/gps/dto/NeighbourVehicleDTO.java 17 fieldCommentRequirement Required
54475 src/com/gps/dto/NeighbourVehicleDTO.java 18 Use explicit scoping instead of the default package private level
54476 src/com/gps/dto/NeighbourVehicleDTO.java 18 Variables should start with a lowercase character, 'Location' starts with uppercase character.
54477 src/com/gps/dto/NeighbourVehicleDTO.java 18 fieldCommentRequirement Required
54478 src/com/gps/dto/NeighbourVehicleDTO.java 20 publicMethodCommentRequirement Required
54479 src/com/gps/dto/NeighbourVehicleDTO.java 23 Parameter 'location' is not assigned and could be declared final
54480 src/com/gps/dto/NeighbourVehicleDTO.java 23 publicMethodCommentRequirement Required
54481 src/com/gps/dto/NeighbourVehicleDTO.java 26 publicMethodCommentRequirement Required
54482 src/com/gps/dto/NeighbourVehicleDTO.java 29 Parameter 'regNo' is not assigned and could be declared final
54483 src/com/gps/dto/NeighbourVehicleDTO.java 29 publicMethodCommentRequirement Required
54484 src/com/gps/dto/NeighbourVehicleDTO.java 32 publicMethodCommentRequirement Required
54485 src/com/gps/dto/NeighbourVehicleDTO.java 35 Parameter 'reportedTime' is not assigned and could be declared final
54486 src/com/gps/dto/NeighbourVehicleDTO.java 35 publicMethodCommentRequirement Required
54487 src/com/gps/dto/NeighbourVehicleDTO.java 38 publicMethodCommentRequirement Required
54488 src/com/gps/dto/NeighbourVehicleDTO.java 41 Parameter 'speed' is not assigned and could be declared final
54489 src/com/gps/dto/NeighbourVehicleDTO.java 41 publicMethodCommentRequirement Required
54490 src/com/gps/dto/NeighbourVehicleDTO.java 45 publicMethodCommentRequirement Required
54491 src/com/gps/dto/NeighbourVehicleDTO.java 48 Parameter 'lat' is not assigned and could be declared final
54492 src/com/gps/dto/NeighbourVehicleDTO.java 48 publicMethodCommentRequirement Required
54493 src/com/gps/dto/NeighbourVehicleDTO.java 52 publicMethodCommentRequirement Required
54494 src/com/gps/dto/NeighbourVehicleDTO.java 55 Parameter 'lng' is not assigned and could be declared final
54495 src/com/gps/dto/NeighbourVehicleDTO.java 55 publicMethodCommentRequirement Required
54496 src/com/gps/dto/NeighbourVehicleDTO.java 59 publicMethodCommentRequirement Required
54497 src/com/gps/dto/NeighbourVehicleDTO.java 62 Parameter 'event' is not assigned and could be declared final
54498 src/com/gps/dto/NeighbourVehicleDTO.java 62 publicMethodCommentRequirement Required
54499 src/com/gps/dto/NeighbourVehicleDTO.java 65 publicMethodCommentRequirement Required
54500 src/com/gps/dto/NeighbourVehicleDTO.java 68 Parameter 'distance' is not assigned and could be declared final
54501 src/com/gps/dto/NeighbourVehicleDTO.java 68 publicMethodCommentRequirement Required
54502 src/com/gps/dto/NeighbourVehicleDTO.java 71 Parameter 'regNo' is not assigned and could be declared final
54503 src/com/gps/dto/NeighbourVehicleDTO.java 71 Parameter 'reportedTime' is not assigned and could be declared final
54504 src/com/gps/dto/NeighbourVehicleDTO.java 71 Parameter 'speed' is not assigned and could be declared final
54505 src/com/gps/dto/NeighbourVehicleDTO.java 71 publicMethodCommentRequirement Required
54506 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'distance' is not assigned and could be declared final
54507 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'event' is not assigned and could be declared final
54508 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'lat' is not assigned and could be declared final
54509 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'lng' is not assigned and could be declared final
54510 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'location' is not assigned and could be declared final
54511 src/com/gps/dto/NeighbourVehicleDTO.java 72 Parameter 'tripStatus' is not assigned and could be declared final
54512 src/com/gps/dto/NeighbourVehicleDTO.java 84 publicMethodCommentRequirement Required
54513 src/com/gps/dto/NeighbourVehicleDTO.java 87 Parameter 'tripStatus' is not assigned and could be declared final
54514 src/com/gps/dto/NeighbourVehicleDTO.java 87 publicMethodCommentRequirement Required
54515 src/com/gps/dto/Packet.java 6 headerCommentRequirement Required
54516 src/com/gps/dto/Packet.java 8 fieldCommentRequirement Required
54517 src/com/gps/dto/Packet.java 9 fieldCommentRequirement Required
54518 src/com/gps/dto/Packet.java 10 fieldCommentRequirement Required
54519 src/com/gps/dto/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
54520 src/com/gps/dto/Packet.java 12 Parameter 'end' is not assigned and could be declared final
54521 src/com/gps/dto/Packet.java 12 Parameter 'start' is not assigned and could be declared final
54522 src/com/gps/dto/Packet.java 12 publicMethodCommentRequirement Required
54523 src/com/gps/dto/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
54524 src/com/gps/dto/Packet.java 18 publicMethodCommentRequirement Required
54525 src/com/gps/dto/Packet.java 21 publicMethodCommentRequirement Required
54526 src/com/gps/dto/Packet.java 25 Parameter 'start' is not assigned and could be declared final
54527 src/com/gps/dto/Packet.java 25 publicMethodCommentRequirement Required
54528 src/com/gps/dto/Packet.java 28 publicMethodCommentRequirement Required
54529 src/com/gps/dto/Packet.java 31 Parameter 'end' is not assigned and could be declared final
54530 src/com/gps/dto/Packet.java 31 publicMethodCommentRequirement Required
54531 src/com/gps/dto/Packet.java 34 publicMethodCommentRequirement Required
54532 src/com/gps/dto/RFIDInfoHistoryDTO.java 5 headerCommentRequirement Required
54533 src/com/gps/dto/RFIDInfoHistoryDTO.java 7 fieldCommentRequirement Required
54534 src/com/gps/dto/RFIDInfoHistoryDTO.java 8 fieldCommentRequirement Required
54535 src/com/gps/dto/RFIDInfoHistoryDTO.java 9 fieldCommentRequirement Required
54536 src/com/gps/dto/RFIDInfoHistoryDTO.java 10 fieldCommentRequirement Required
54537 src/com/gps/dto/RFIDInfoHistoryDTO.java 11 fieldCommentRequirement Required
54538 src/com/gps/dto/RFIDInfoHistoryDTO.java 12 fieldCommentRequirement Required
54539 src/com/gps/dto/RFIDInfoHistoryDTO.java 13 fieldCommentRequirement Required
54540 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'contactNo' is not assigned and could be declared final
54541 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'fenceName' is not assigned and could be declared final
54542 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'name' is not assigned and could be declared final
54543 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'swipeTime' is not assigned and could be declared final
54544 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'userId' is not assigned and could be declared final
54545 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 publicMethodCommentRequirement Required
54546 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'intrSession' is not assigned and could be declared final
54547 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'tripName' is not assigned and could be declared final
54548 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 Parameter 'userId' is not assigned and could be declared final
54549 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 publicMethodCommentRequirement Required
54550 src/com/gps/dto/RFIDInfoHistoryDTO.java 43 Parameter 'userId' is not assigned and could be declared final
54551 src/com/gps/dto/RFIDInfoHistoryDTO.java 57 Parameter 'swipeTime' is not assigned and could be declared final
54552 src/com/gps/dto/RFIDInfoHistoryDTO.java 71 Parameter 'fenceName' is not assigned and could be declared final
54553 src/com/gps/dto/RFIDInfoHistoryDTO.java 85 Parameter 'intrSession' is not assigned and could be declared final
54554 src/com/gps/dto/RFIDInfoHistoryDTO.java 99 Parameter 'name' is not assigned and could be declared final
54555 src/com/gps/dto/RFIDInfoHistoryDTO.java 113 Parameter 'contactNo' is not assigned and could be declared final
54556 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 Parameter 'tripName' is not assigned and could be declared final
54557 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 publicMethodCommentRequirement Required
54558 src/com/gps/dto/RFIDInfoHistoryDTO.java 121 publicMethodCommentRequirement Required
54559 src/com/gps/dto/TripByVehicleDTO.java 1 This class has a bunch of public methods and attributes
54560 src/com/gps/dto/TripByVehicleDTO.java 5 Too many fields
54561 src/com/gps/dto/TripByVehicleDTO.java 5 headerCommentRequirement Required
54562 src/com/gps/dto/TripByVehicleDTO.java 7 fieldCommentRequirement Required
54563 src/com/gps/dto/TripByVehicleDTO.java 8 fieldCommentRequirement Required
54564 src/com/gps/dto/TripByVehicleDTO.java 9 fieldCommentRequirement Required
54565 src/com/gps/dto/TripByVehicleDTO.java 10 fieldCommentRequirement Required
54566 src/com/gps/dto/TripByVehicleDTO.java 11 fieldCommentRequirement Required
54567 src/com/gps/dto/TripByVehicleDTO.java 12 fieldCommentRequirement Required
54568 src/com/gps/dto/TripByVehicleDTO.java 13 fieldCommentRequirement Required
54569 src/com/gps/dto/TripByVehicleDTO.java 14 fieldCommentRequirement Required
54570 src/com/gps/dto/TripByVehicleDTO.java 15 fieldCommentRequirement Required
54571 src/com/gps/dto/TripByVehicleDTO.java 16 fieldCommentRequirement Required
54572 src/com/gps/dto/TripByVehicleDTO.java 17 fieldCommentRequirement Required
54573 src/com/gps/dto/TripByVehicleDTO.java 18 fieldCommentRequirement Required
54574 src/com/gps/dto/TripByVehicleDTO.java 19 fieldCommentRequirement Required
54575 src/com/gps/dto/TripByVehicleDTO.java 20 fieldCommentRequirement Required
54576 src/com/gps/dto/TripByVehicleDTO.java 21 fieldCommentRequirement Required
54577 src/com/gps/dto/TripByVehicleDTO.java 22 fieldCommentRequirement Required
54578 src/com/gps/dto/TripByVehicleDTO.java 23 fieldCommentRequirement Required
54579 src/com/gps/dto/TripByVehicleDTO.java 24 fieldCommentRequirement Required
54580 src/com/gps/dto/TripByVehicleDTO.java 25 fieldCommentRequirement Required
54581 src/com/gps/dto/TripByVehicleDTO.java 26 fieldCommentRequirement Required
54582 src/com/gps/dto/TripByVehicleDTO.java 27 fieldCommentRequirement Required
54583 src/com/gps/dto/TripByVehicleDTO.java 28 fieldCommentRequirement Required
54584 src/com/gps/dto/TripByVehicleDTO.java 29 fieldCommentRequirement Required
54585 src/com/gps/dto/TripByVehicleDTO.java 30 fieldCommentRequirement Required
54586 src/com/gps/dto/TripByVehicleDTO.java 31 fieldCommentRequirement Required
54587 src/com/gps/dto/TripByVehicleDTO.java 32 fieldCommentRequirement Required
54588 src/com/gps/dto/TripByVehicleDTO.java 33 fieldCommentRequirement Required
54589 src/com/gps/dto/TripByVehicleDTO.java 34 fieldCommentRequirement Required
54590 src/com/gps/dto/TripByVehicleDTO.java 36 publicMethodCommentRequirement Required
54591 src/com/gps/dto/TripByVehicleDTO.java 41 Parameter 'gsmStatus' is not assigned and could be declared final
54592 src/com/gps/dto/TripByVehicleDTO.java 41 publicMethodCommentRequirement Required
54593 src/com/gps/dto/TripByVehicleDTO.java 46 publicMethodCommentRequirement Required
54594 src/com/gps/dto/TripByVehicleDTO.java 51 Parameter 'cellId' is not assigned and could be declared final
54595 src/com/gps/dto/TripByVehicleDTO.java 51 publicMethodCommentRequirement Required
54596 src/com/gps/dto/TripByVehicleDTO.java 56 Avoid long parameter lists.
54597 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripDesc' is not assigned and could be declared final
54598 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripName' is not assigned and could be declared final
54599 src/com/gps/dto/TripByVehicleDTO.java 56 Parameter 'tripid' is not assigned and could be declared final
54600 src/com/gps/dto/TripByVehicleDTO.java 56 publicMethodCommentRequirement Required
54601 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'returndate' is not assigned and could be declared final
54602 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'startTime' is not assigned and could be declared final
54603 src/com/gps/dto/TripByVehicleDTO.java 57 Parameter 'startdate' is not assigned and could be declared final
54604 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'destination' is not assigned and could be declared final
54605 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'returnTime' is not assigned and could be declared final
54606 src/com/gps/dto/TripByVehicleDTO.java 58 Parameter 'sourceLocation' is not assigned and could be declared final
54607 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'lattitude' is not assigned and could be declared final
54608 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'longitude' is not assigned and could be declared final
54609 src/com/gps/dto/TripByVehicleDTO.java 59 Parameter 'tripParamid' is not assigned and could be declared final
54610 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'address' is not assigned and could be declared final
54611 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'altitude' is not assigned and could be declared final
54612 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'heading' is not assigned and could be declared final
54613 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'speed' is not assigned and could be declared final
54614 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'engineStatus' is not assigned and could be declared final
54615 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'oilPreassure' is not assigned and could be declared final
54616 src/com/gps/dto/TripByVehicleDTO.java 61 Parameter 'waterTemp' is not assigned and could be declared final
54617 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'brake' is not assigned and could be declared final
54618 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'creationTime' is not assigned and could be declared final
54619 src/com/gps/dto/TripByVehicleDTO.java 62 Parameter 'fuelContent' is not assigned and could be declared final
54620 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'batteryStatus' is not assigned and could be declared final
54621 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'brakelightStatus' is not assigned and could be declared final
54622 src/com/gps/dto/TripByVehicleDTO.java 63 Parameter 'description' is not assigned and could be declared final
54623 src/com/gps/dto/TripByVehicleDTO.java 95 Avoid long parameter lists.
54624 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripDesc' is not assigned and could be declared final
54625 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripName' is not assigned and could be declared final
54626 src/com/gps/dto/TripByVehicleDTO.java 95 Parameter 'tripid' is not assigned and could be declared final
54627 src/com/gps/dto/TripByVehicleDTO.java 95 publicMethodCommentRequirement Required
54628 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'returndate' is not assigned and could be declared final
54629 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'startTime' is not assigned and could be declared final
54630 src/com/gps/dto/TripByVehicleDTO.java 96 Parameter 'startdate' is not assigned and could be declared final
54631 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'destination' is not assigned and could be declared final
54632 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'returnTime' is not assigned and could be declared final
54633 src/com/gps/dto/TripByVehicleDTO.java 97 Parameter 'sourceLocation' is not assigned and could be declared final
54634 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'lattitude' is not assigned and could be declared final
54635 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'longitude' is not assigned and could be declared final
54636 src/com/gps/dto/TripByVehicleDTO.java 98 Parameter 'tripParamid' is not assigned and could be declared final
54637 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'address' is not assigned and could be declared final
54638 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'altitude' is not assigned and could be declared final
54639 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'heading' is not assigned and could be declared final
54640 src/com/gps/dto/TripByVehicleDTO.java 99 Parameter 'speed' is not assigned and could be declared final
54641 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'engineStatus' is not assigned and could be declared final
54642 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'oilPreassure' is not assigned and could be declared final
54643 src/com/gps/dto/TripByVehicleDTO.java 100 Parameter 'waterTemp' is not assigned and could be declared final
54644 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'brake' is not assigned and could be declared final
54645 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'creationTime' is not assigned and could be declared final
54646 src/com/gps/dto/TripByVehicleDTO.java 101 Parameter 'fuelContent' is not assigned and could be declared final
54647 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'batteryStatus' is not assigned and could be declared final
54648 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'brakelightStatus' is not assigned and could be declared final
54649 src/com/gps/dto/TripByVehicleDTO.java 102 Parameter 'eventCode' is not assigned and could be declared final
54650 src/com/gps/dto/TripByVehicleDTO.java 142 publicMethodCommentRequirement Required
54651 src/com/gps/dto/TripByVehicleDTO.java 145 Parameter 'tripid' is not assigned and could be declared final
54652 src/com/gps/dto/TripByVehicleDTO.java 145 publicMethodCommentRequirement Required
54653 src/com/gps/dto/TripByVehicleDTO.java 148 publicMethodCommentRequirement Required
54654 src/com/gps/dto/TripByVehicleDTO.java 160 Parameter 'eventCode' is not assigned and could be declared final
54655 src/com/gps/dto/TripByVehicleDTO.java 163 Parameter 'tripName' is not assigned and could be declared final
54656 src/com/gps/dto/TripByVehicleDTO.java 163 publicMethodCommentRequirement Required
54657 src/com/gps/dto/TripByVehicleDTO.java 166 publicMethodCommentRequirement Required
54658 src/com/gps/dto/TripByVehicleDTO.java 169 Parameter 'tripDesc' is not assigned and could be declared final
54659 src/com/gps/dto/TripByVehicleDTO.java 169 publicMethodCommentRequirement Required
54660 src/com/gps/dto/TripByVehicleDTO.java 172 publicMethodCommentRequirement Required
54661 src/com/gps/dto/TripByVehicleDTO.java 175 Parameter 'startdate' is not assigned and could be declared final
54662 src/com/gps/dto/TripByVehicleDTO.java 175 publicMethodCommentRequirement Required
54663 src/com/gps/dto/TripByVehicleDTO.java 178 publicMethodCommentRequirement Required
54664 src/com/gps/dto/TripByVehicleDTO.java 181 Parameter 'startTime' is not assigned and could be declared final
54665 src/com/gps/dto/TripByVehicleDTO.java 181 publicMethodCommentRequirement Required
54666 src/com/gps/dto/TripByVehicleDTO.java 184 publicMethodCommentRequirement Required
54667 src/com/gps/dto/TripByVehicleDTO.java 187 Parameter 'returndate' is not assigned and could be declared final
54668 src/com/gps/dto/TripByVehicleDTO.java 187 publicMethodCommentRequirement Required
54669 src/com/gps/dto/TripByVehicleDTO.java 190 publicMethodCommentRequirement Required
54670 src/com/gps/dto/TripByVehicleDTO.java 193 Parameter 'returnTime' is not assigned and could be declared final
54671 src/com/gps/dto/TripByVehicleDTO.java 193 publicMethodCommentRequirement Required
54672 src/com/gps/dto/TripByVehicleDTO.java 198 publicMethodCommentRequirement Required
54673 src/com/gps/dto/TripByVehicleDTO.java 201 Parameter 'tripParamid' is not assigned and could be declared final
54674 src/com/gps/dto/TripByVehicleDTO.java 201 publicMethodCommentRequirement Required
54675 src/com/gps/dto/TripByVehicleDTO.java 204 publicMethodCommentRequirement Required
54676 src/com/gps/dto/TripByVehicleDTO.java 207 Parameter 'lattitude' is not assigned and could be declared final
54677 src/com/gps/dto/TripByVehicleDTO.java 207 publicMethodCommentRequirement Required
54678 src/com/gps/dto/TripByVehicleDTO.java 210 publicMethodCommentRequirement Required
54679 src/com/gps/dto/TripByVehicleDTO.java 213 Parameter 'longitude' is not assigned and could be declared final
54680 src/com/gps/dto/TripByVehicleDTO.java 213 publicMethodCommentRequirement Required
54681 src/com/gps/dto/TripByVehicleDTO.java 216 publicMethodCommentRequirement Required
54682 src/com/gps/dto/TripByVehicleDTO.java 219 Parameter 'speed' is not assigned and could be declared final
54683 src/com/gps/dto/TripByVehicleDTO.java 219 publicMethodCommentRequirement Required
54684 src/com/gps/dto/TripByVehicleDTO.java 222 publicMethodCommentRequirement Required
54685 src/com/gps/dto/TripByVehicleDTO.java 225 Parameter 'heading' is not assigned and could be declared final
54686 src/com/gps/dto/TripByVehicleDTO.java 225 publicMethodCommentRequirement Required
54687 src/com/gps/dto/TripByVehicleDTO.java 228 publicMethodCommentRequirement Required
54688 src/com/gps/dto/TripByVehicleDTO.java 231 Parameter 'altitude' is not assigned and could be declared final
54689 src/com/gps/dto/TripByVehicleDTO.java 231 publicMethodCommentRequirement Required
54690 src/com/gps/dto/TripByVehicleDTO.java 234 publicMethodCommentRequirement Required
54691 src/com/gps/dto/TripByVehicleDTO.java 237 Parameter 'address' is not assigned and could be declared final
54692 src/com/gps/dto/TripByVehicleDTO.java 237 publicMethodCommentRequirement Required
54693 src/com/gps/dto/TripByVehicleDTO.java 240 publicMethodCommentRequirement Required
54694 src/com/gps/dto/TripByVehicleDTO.java 243 Parameter 'engineStatus' is not assigned and could be declared final
54695 src/com/gps/dto/TripByVehicleDTO.java 243 publicMethodCommentRequirement Required
54696 src/com/gps/dto/TripByVehicleDTO.java 246 publicMethodCommentRequirement Required
54697 src/com/gps/dto/TripByVehicleDTO.java 249 Parameter 'oilPreassure' is not assigned and could be declared final
54698 src/com/gps/dto/TripByVehicleDTO.java 249 publicMethodCommentRequirement Required
54699 src/com/gps/dto/TripByVehicleDTO.java 252 publicMethodCommentRequirement Required
54700 src/com/gps/dto/TripByVehicleDTO.java 255 Parameter 'waterTemp' is not assigned and could be declared final
54701 src/com/gps/dto/TripByVehicleDTO.java 255 publicMethodCommentRequirement Required
54702 src/com/gps/dto/TripByVehicleDTO.java 258 publicMethodCommentRequirement Required
54703 src/com/gps/dto/TripByVehicleDTO.java 261 Parameter 'fuelContent' is not assigned and could be declared final
54704 src/com/gps/dto/TripByVehicleDTO.java 261 publicMethodCommentRequirement Required
54705 src/com/gps/dto/TripByVehicleDTO.java 264 publicMethodCommentRequirement Required
54706 src/com/gps/dto/TripByVehicleDTO.java 267 Parameter 'brake' is not assigned and could be declared final
54707 src/com/gps/dto/TripByVehicleDTO.java 267 publicMethodCommentRequirement Required
54708 src/com/gps/dto/TripByVehicleDTO.java 270 publicMethodCommentRequirement Required
54709 src/com/gps/dto/TripByVehicleDTO.java 273 Parameter 'creationTime' is not assigned and could be declared final
54710 src/com/gps/dto/TripByVehicleDTO.java 273 publicMethodCommentRequirement Required
54711 src/com/gps/dto/TripByVehicleDTO.java 276 publicMethodCommentRequirement Required
54712 src/com/gps/dto/TripByVehicleDTO.java 279 Parameter 'brakelightStatus' is not assigned and could be declared final
54713 src/com/gps/dto/TripByVehicleDTO.java 279 publicMethodCommentRequirement Required
54714 src/com/gps/dto/TripByVehicleDTO.java 282 publicMethodCommentRequirement Required
54715 src/com/gps/dto/TripByVehicleDTO.java 285 Parameter 'batteryStatus' is not assigned and could be declared final
54716 src/com/gps/dto/TripByVehicleDTO.java 285 publicMethodCommentRequirement Required
54717 src/com/gps/dto/TripByVehicleDTO.java 288 publicMethodCommentRequirement Required
54718 src/com/gps/dto/TripByVehicleDTO.java 291 Parameter 'sourceLocation' is not assigned and could be declared final
54719 src/com/gps/dto/TripByVehicleDTO.java 291 publicMethodCommentRequirement Required
54720 src/com/gps/dto/TripByVehicleDTO.java 295 publicMethodCommentRequirement Required
54721 src/com/gps/dto/TripByVehicleDTO.java 299 Parameter 'destination' is not assigned and could be declared final
54722 src/com/gps/dto/TripByVehicleDTO.java 299 publicMethodCommentRequirement Required
54723 src/com/gps/dto/TripByVehicleDTO.java 304 Avoid long parameter lists.
54724 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'lattitude' is not assigned and could be declared final
54725 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'tripName' is not assigned and could be declared final
54726 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'tripid' is not assigned and could be declared final
54727 src/com/gps/dto/TripByVehicleDTO.java 304 publicMethodCommentRequirement Required
54728 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'batteryStatus' is not assigned and could be declared final
54729 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'cellId' is not assigned and could be declared final
54730 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'creationTime' is not assigned and could be declared final
54731 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'description' is not assigned and could be declared final
54732 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'gsmStatus' is not assigned and could be declared final
54733 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'heading' is not assigned and could be declared final
54734 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'longitude' is not assigned and could be declared final
54735 src/com/gps/dto/TripByVehicleDTO.java 305 Parameter 'speed' is not assigned and could be declared final
54736 src/com/gps/dto/TripByVehicleDTO.java 321 Parameter 'creationTime' is not assigned and could be declared final
54737 src/com/gps/dto/TripByVehicleDTO.java 321 publicMethodCommentRequirement Required
54738 src/com/gps/dto/TripByVehicleDTO.java 326 Parameter 'lattitude' is not assigned and could be declared final
54739 src/com/gps/dto/TripByVehicleDTO.java 326 Parameter 'longitude' is not assigned and could be declared final
54740 src/com/gps/dto/TripByVehicleDTO.java 326 publicMethodCommentRequirement Required
54741 src/com/gps/dto/TripByVehicleDTO.java 331 Parameter 'description' is not assigned and could be declared final
54742 src/com/gps/dto/TripByVehicleDTO.java 331 publicMethodCommentRequirement Required
54743 src/com/gps/dto/TripByVehicleDTO.java 334 publicMethodCommentRequirement Required
54744 src/com/gps/dto/TripDistanceDTO.java 5 headerCommentRequirement Required
54745 src/com/gps/dto/TripDistanceDTO.java 7 Use explicit scoping instead of the default package private level
54746 src/com/gps/dto/TripDistanceDTO.java 7 fieldCommentRequirement Required
54747 src/com/gps/dto/TripDistanceDTO.java 8 Use explicit scoping instead of the default package private level
54748 src/com/gps/dto/TripDistanceDTO.java 8 fieldCommentRequirement Required
54749 src/com/gps/dto/TripDistanceDTO.java 9 Use explicit scoping instead of the default package private level
54750 src/com/gps/dto/TripDistanceDTO.java 9 fieldCommentRequirement Required
54751 src/com/gps/dto/TripDistanceDTO.java 10 Use explicit scoping instead of the default package private level
54752 src/com/gps/dto/TripDistanceDTO.java 10 fieldCommentRequirement Required
54753 src/com/gps/dto/TripDistanceDTO.java 11 Use explicit scoping instead of the default package private level
54754 src/com/gps/dto/TripDistanceDTO.java 11 fieldCommentRequirement Required
54755 src/com/gps/dto/TripDistanceDTO.java 12 Use explicit scoping instead of the default package private level
54756 src/com/gps/dto/TripDistanceDTO.java 12 fieldCommentRequirement Required
54757 src/com/gps/dto/TripDistanceDTO.java 13 Use explicit scoping instead of the default package private level
54758 src/com/gps/dto/TripDistanceDTO.java 13 fieldCommentRequirement Required
54759 src/com/gps/dto/TripDistanceDTO.java 14 Use explicit scoping instead of the default package private level
54760 src/com/gps/dto/TripDistanceDTO.java 14 fieldCommentRequirement Required
54761 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'creationTime' is not assigned and could be declared final
54762 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'regNo' is not assigned and could be declared final
54763 src/com/gps/dto/TripDistanceDTO.java 17 Parameter 'tripName' is not assigned and could be declared final
54764 src/com/gps/dto/TripDistanceDTO.java 17 publicMethodCommentRequirement Required
54765 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'lattitude' is not assigned and could be declared final
54766 src/com/gps/dto/TripDistanceDTO.java 18 Parameter 'longitude' is not assigned and could be declared final
54767 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'creationTime' is not assigned and could be declared final
54768 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'regNo' is not assigned and could be declared final
54769 src/com/gps/dto/TripDistanceDTO.java 28 Parameter 'tripName' is not assigned and could be declared final
54770 src/com/gps/dto/TripDistanceDTO.java 28 publicMethodCommentRequirement Required
54771 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'lattitude' is not assigned and could be declared final
54772 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'longitude' is not assigned and could be declared final
54773 src/com/gps/dto/TripDistanceDTO.java 29 Parameter 'speed' is not assigned and could be declared final
54774 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'creationTime' is not assigned and could be declared final
54775 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'regNo' is not assigned and could be declared final
54776 src/com/gps/dto/TripDistanceDTO.java 40 Parameter 'tripName' is not assigned and could be declared final
54777 src/com/gps/dto/TripDistanceDTO.java 40 publicMethodCommentRequirement Required
54778 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'distance' is not assigned and could be declared final
54779 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'lattitude' is not assigned and could be declared final
54780 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'longitude' is not assigned and could be declared final
54781 src/com/gps/dto/TripDistanceDTO.java 41 Parameter 'speed' is not assigned and could be declared final
54782 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'creationTime' is not assigned and could be declared final
54783 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'regNo' is not assigned and could be declared final
54784 src/com/gps/dto/TripDistanceDTO.java 54 Parameter 'tripName' is not assigned and could be declared final
54785 src/com/gps/dto/TripDistanceDTO.java 54 publicMethodCommentRequirement Required
54786 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'event' is not assigned and could be declared final
54787 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'lattitude' is not assigned and could be declared final
54788 src/com/gps/dto/TripDistanceDTO.java 55 Parameter 'longitude' is not assigned and could be declared final
54789 src/com/gps/dto/TripDistanceDTO.java 66 publicMethodCommentRequirement Required
54790 src/com/gps/dto/TripDistanceDTO.java 80 Parameter 'regNo' is not assigned and could be declared final
54791 src/com/gps/dto/TripDistanceDTO.java 94 Parameter 'tripName' is not assigned and could be declared final
54792 src/com/gps/dto/TripDistanceDTO.java 108 Parameter 'creationTime' is not assigned and could be declared final
54793 src/com/gps/dto/TripDistanceDTO.java 122 Parameter 'lattitude' is not assigned and could be declared final
54794 src/com/gps/dto/TripDistanceDTO.java 136 Parameter 'longitude' is not assigned and could be declared final
54795 src/com/gps/dto/TripDistanceDTO.java 150 Parameter 'event' is not assigned and could be declared final
54796 src/com/gps/dto/TripDistanceDTO.java 164 Parameter 'speed' is not assigned and could be declared final
54797 src/com/gps/dto/TripDistanceDTO.java 179 Parameter 'distance' is not assigned and could be declared final
54798 src/com/gps/dto/VehicleInfoDTO.java 13 Comment is too large: Line too long
54799 src/com/gps/dto/VehicleInfoDTO.java 27 Too many fields
54800 src/com/gps/dto/VehicleInfoDTO.java 27 headerCommentRequirement Required
54801 src/com/gps/dto/VehicleInfoDTO.java 29 Use explicit scoping instead of the default package private level
54802 src/com/gps/dto/VehicleInfoDTO.java 29 Variables should start with a lowercase character, 'RegNo' starts with uppercase character.
54803 src/com/gps/dto/VehicleInfoDTO.java 29 fieldCommentRequirement Required
54804 src/com/gps/dto/VehicleInfoDTO.java 30 Use explicit scoping instead of the default package private level
54805 src/com/gps/dto/VehicleInfoDTO.java 30 Variables should start with a lowercase character, 'Location' starts with uppercase character.
54806 src/com/gps/dto/VehicleInfoDTO.java 30 fieldCommentRequirement Required
54807 src/com/gps/dto/VehicleInfoDTO.java 31 Use explicit scoping instead of the default package private level
54808 src/com/gps/dto/VehicleInfoDTO.java 31 Variables should start with a lowercase character, 'Speed' starts with uppercase character.
54809 src/com/gps/dto/VehicleInfoDTO.java 31 fieldCommentRequirement Required
54810 src/com/gps/dto/VehicleInfoDTO.java 32 Use explicit scoping instead of the default package private level
54811 src/com/gps/dto/VehicleInfoDTO.java 32 Variables should start with a lowercase character, 'Color' starts with uppercase character.
54812 src/com/gps/dto/VehicleInfoDTO.java 32 fieldCommentRequirement Required
54813 src/com/gps/dto/VehicleInfoDTO.java 33 Use explicit scoping instead of the default package private level
54814 src/com/gps/dto/VehicleInfoDTO.java 33 fieldCommentRequirement Required
54815 src/com/gps/dto/VehicleInfoDTO.java 34 Use explicit scoping instead of the default package private level
54816 src/com/gps/dto/VehicleInfoDTO.java 34 fieldCommentRequirement Required
54817 src/com/gps/dto/VehicleInfoDTO.java 35 Use explicit scoping instead of the default package private level
54818 src/com/gps/dto/VehicleInfoDTO.java 35 fieldCommentRequirement Required
54819 src/com/gps/dto/VehicleInfoDTO.java 36 Use explicit scoping instead of the default package private level
54820 src/com/gps/dto/VehicleInfoDTO.java 36 fieldCommentRequirement Required
54821 src/com/gps/dto/VehicleInfoDTO.java 37 Use explicit scoping instead of the default package private level
54822 src/com/gps/dto/VehicleInfoDTO.java 37 fieldCommentRequirement Required
54823 src/com/gps/dto/VehicleInfoDTO.java 38 Use explicit scoping instead of the default package private level
54824 src/com/gps/dto/VehicleInfoDTO.java 38 fieldCommentRequirement Required
54825 src/com/gps/dto/VehicleInfoDTO.java 39 Use explicit scoping instead of the default package private level
54826 src/com/gps/dto/VehicleInfoDTO.java 39 Variables should start with a lowercase character, 'TankCpty' starts with uppercase character.
54827 src/com/gps/dto/VehicleInfoDTO.java 39 fieldCommentRequirement Required
54828 src/com/gps/dto/VehicleInfoDTO.java 40 Use explicit scoping instead of the default package private level
54829 src/com/gps/dto/VehicleInfoDTO.java 40 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
54830 src/com/gps/dto/VehicleInfoDTO.java 40 fieldCommentRequirement Required
54831 src/com/gps/dto/VehicleInfoDTO.java 41 Use explicit scoping instead of the default package private level
54832 src/com/gps/dto/VehicleInfoDTO.java 41 Variables should start with a lowercase character, 'Idletime' starts with uppercase character.
54833 src/com/gps/dto/VehicleInfoDTO.java 41 fieldCommentRequirement Required
54834 src/com/gps/dto/VehicleInfoDTO.java 43 Use explicit scoping instead of the default package private level
54835 src/com/gps/dto/VehicleInfoDTO.java 43 Variables should start with a lowercase character, 'Fenceduration' starts with uppercase character.
54836 src/com/gps/dto/VehicleInfoDTO.java 43 fieldCommentRequirement Required
54837 src/com/gps/dto/VehicleInfoDTO.java 45 Use explicit scoping instead of the default package private level
54838 src/com/gps/dto/VehicleInfoDTO.java 45 fieldCommentRequirement Required
54839 src/com/gps/dto/VehicleInfoDTO.java 46 Use explicit scoping instead of the default package private level
54840 src/com/gps/dto/VehicleInfoDTO.java 46 fieldCommentRequirement Required
54841 src/com/gps/dto/VehicleInfoDTO.java 48 publicMethodCommentRequirement Required
54842 src/com/gps/dto/VehicleInfoDTO.java 67 Parameter 'location' is not assigned and could be declared final
54843 src/com/gps/dto/VehicleInfoDTO.java 67 Parameter 'regNo' is not assigned and could be declared final
54844 src/com/gps/dto/VehicleInfoDTO.java 67 Parameter 'speed' is not assigned and could be declared final
54845 src/com/gps/dto/VehicleInfoDTO.java 68 Parameter 'color' is not assigned and could be declared final
54846 src/com/gps/dto/VehicleInfoDTO.java 68 Parameter 'packetTime' is not assigned and could be declared final
54847 src/com/gps/dto/VehicleInfoDTO.java 85 Parameter 'regNo' is not assigned and could be declared final
54848 src/com/gps/dto/VehicleInfoDTO.java 97 Parameter 'location' is not assigned and could be declared final
54849 src/com/gps/dto/VehicleInfoDTO.java 109 Parameter 'speed' is not assigned and could be declared final
54850 src/com/gps/dto/VehicleInfoDTO.java 121 Parameter 'color' is not assigned and could be declared final
54851 src/com/gps/dto/VehicleInfoDTO.java 133 Parameter 'packetTime' is not assigned and could be declared final
54852 src/com/gps/dto/VehicleInfoDTO.java 147 Parameter 'eventName' is not assigned and could be declared final
54853 src/com/gps/dto/VehicleInfoDTO.java 161 Parameter 'alert' is not assigned and could be declared final
54854 src/com/gps/dto/VehicleInfoDTO.java 171 Parameter 'eventCode' is not assigned and could be declared final
54855 src/com/gps/dto/VehicleInfoDTO.java 171 Parameter 'packetTime' is not assigned and could be declared final
54856 src/com/gps/dto/VehicleInfoDTO.java 171 Parameter 'regNo' is not assigned and could be declared final
54857 src/com/gps/dto/VehicleInfoDTO.java 172 Parameter 'eventName' is not assigned and could be declared final
54858 src/com/gps/dto/VehicleInfoDTO.java 180 publicMethodCommentRequirement Required
54859 src/com/gps/dto/VehicleInfoDTO.java 184 Parameter 'tankCpty' is not assigned and could be declared final
54860 src/com/gps/dto/VehicleInfoDTO.java 184 publicMethodCommentRequirement Required
54861 src/com/gps/dto/VehicleInfoDTO.java 188 publicMethodCommentRequirement Required
54862 src/com/gps/dto/VehicleInfoDTO.java 192 Parameter 'fuelVolt' is not assigned and could be declared final
54863 src/com/gps/dto/VehicleInfoDTO.java 192 publicMethodCommentRequirement Required
54864 src/com/gps/dto/VehicleInfoDTO.java 196 publicMethodCommentRequirement Required
54865 src/com/gps/dto/VehicleInfoDTO.java 200 Parameter 'lattitude' is not assigned and could be declared final
54866 src/com/gps/dto/VehicleInfoDTO.java 200 publicMethodCommentRequirement Required
54867 src/com/gps/dto/VehicleInfoDTO.java 204 publicMethodCommentRequirement Required
54868 src/com/gps/dto/VehicleInfoDTO.java 208 Parameter 'longitude' is not assigned and could be declared final
54869 src/com/gps/dto/VehicleInfoDTO.java 208 publicMethodCommentRequirement Required
54870 src/com/gps/dto/VehicleInfoDTO.java 212 publicMethodCommentRequirement Required
54871 src/com/gps/dto/VehicleInfoDTO.java 216 Parameter 'eventCode' is not assigned and could be declared final
54872 src/com/gps/dto/VehicleInfoDTO.java 216 publicMethodCommentRequirement Required
54873 src/com/gps/dto/VehicleInfoDTO.java 220 publicMethodCommentRequirement Required
54874 src/com/gps/dto/VehicleInfoDTO.java 224 Parameter 'idletime' is not assigned and could be declared final
54875 src/com/gps/dto/VehicleInfoDTO.java 224 publicMethodCommentRequirement Required
54876 src/com/gps/dto/VehicleInfoDTO.java 228 publicMethodCommentRequirement Required
54877 src/com/gps/dto/VehicleInfoDTO.java 232 Parameter 'fenceduration' is not assigned and could be declared final
54878 src/com/gps/dto/VehicleInfoDTO.java 232 publicMethodCommentRequirement Required
54879 src/com/gps/dto/VehicleInfoDTO.java 237 publicMethodCommentRequirement Required
54880 src/com/gps/dto/VehicleInfoDTO.java 241 Parameter 'tripParamId' is not assigned and could be declared final
54881 src/com/gps/dto/VehicleInfoDTO.java 241 publicMethodCommentRequirement Required
54882 src/com/gps/dto/VehicleInfoDTO.java 245 publicMethodCommentRequirement Required
54883 src/com/gps/dto/VehicleInfoDTO.java 249 Parameter 'vehicleId' is not assigned and could be declared final
54884 src/com/gps/dto/VehicleInfoDTO.java 249 publicMethodCommentRequirement Required
54885 src/com/gps/dto/eventDTO.java 6 Class names should begin with an uppercase character
54886 src/com/gps/dto/eventDTO.java 6 headerCommentRequirement Required
54887 src/com/gps/dto/eventDTO.java 8 Use explicit scoping instead of the default package private level
54888 src/com/gps/dto/eventDTO.java 8 fieldCommentRequirement Required
54889 src/com/gps/dto/eventDTO.java 9 Use explicit scoping instead of the default package private level
54890 src/com/gps/dto/eventDTO.java 9 fieldCommentRequirement Required
54891 src/com/gps/dto/eventDTO.java 19 Parameter 'alertId' is not assigned and could be declared final
54892 src/com/gps/dto/eventDTO.java 31 Parameter 'vehicleInfo' is not assigned and could be declared final
54893 src/com/gps/exception/ExceptionHandler.java 3 headerCommentRequirement Required
54894 src/com/gps/exception/ExceptionHandler.java 5 fieldCommentRequirement Required
54895 src/com/gps/exception/ExceptionHandler.java 6 fieldCommentRequirement Required
54896 src/com/gps/exception/ExceptionHandler.java 18 Parameter 'message' is not assigned and could be declared final
54897 src/com/gps/exception/ExceptionHandler.java 32 Parameter 'type' is not assigned and could be declared final
54898 src/com/gps/form/GLatLng.java 3 headerCommentRequirement Required
54899 src/com/gps/form/GLatLng.java 5 Use explicit scoping instead of the default package private level
54900 src/com/gps/form/GLatLng.java 5 fieldCommentRequirement Required
54901 src/com/gps/form/GLatLng.java 6 Use explicit scoping instead of the default package private level
54902 src/com/gps/form/GLatLng.java 6 fieldCommentRequirement Required
54903 src/com/gps/form/GLatLng.java 8 Parameter 'lat' is not assigned and could be declared final
54904 src/com/gps/form/GLatLng.java 8 Parameter 'lon' is not assigned and could be declared final
54905 src/com/gps/form/GLatLng.java 8 publicMethodCommentRequirement Required
54906 src/com/gps/form/GLatLng.java 13 publicMethodCommentRequirement Required
54907 src/com/gps/form/GLatLng.java 17 Parameter 'longitude' is not assigned and could be declared final
54908 src/com/gps/form/GLatLng.java 17 publicMethodCommentRequirement Required
54909 src/com/gps/form/GLatLng.java 21 publicMethodCommentRequirement Required
54910 src/com/gps/form/GLatLng.java 25 Parameter 'latitude' is not assigned and could be declared final
54911 src/com/gps/form/GLatLng.java 25 publicMethodCommentRequirement Required
54912 src/com/gps/helper/ConnectionHelper.java 2 Avoid unused imports such as 'java.io.File'
54913 src/com/gps/helper/ConnectionHelper.java 17 headerCommentRequirement Required
54914 src/com/gps/helper/ConnectionHelper.java 19 fieldCommentRequirement Required
54915 src/com/gps/helper/ConnectionHelper.java 20 The Logger variable declaration does not contain the static and final modifiers
54916 src/com/gps/helper/ConnectionHelper.java 20 fieldCommentRequirement Required
54917 src/com/gps/helper/ConnectionHelper.java 24 Avoid using implementation types like 'Hashtable'; use the interface instead
54918 src/com/gps/helper/ConnectionHelper.java 24 Consider replacing this Hashtable with the newer java.util.Map
54919 src/com/gps/helper/ConnectionHelper.java 24 Parameter 'type' is not assigned and could be declared final
54920 src/com/gps/helper/ConnectionHelper.java 27 Consider replacing this Hashtable with the newer java.util.Map
54921 src/com/gps/helper/ConnectionHelper.java 27 Found 'DD'-anomaly for variable 'conn' (lines '27'-'38').
54922 src/com/gps/helper/ConnectionHelper.java 32 Potential violation of Law of Demeter (method chain calls)
54923 src/com/gps/helper/ConnectionHelper.java 33 Potential violation of Law of Demeter (method chain calls)
54924 src/com/gps/helper/ConnectionHelper.java 33 Potential violation of Law of Demeter (method chain calls)
54925 src/com/gps/helper/ConnectionHelper.java 33 There is log block not surrounded by if
54926 src/com/gps/helper/ConnectionHelper.java 33 There is log block not surrounded by if
54927 src/com/gps/helper/ConnectionHelper.java 36 Local variable 'nodeList' could be declared final
54928 src/com/gps/helper/ConnectionHelper.java 40 Avoid using Literals in Conditional Statements
54929 src/com/gps/helper/ConnectionHelper.java 43 Local variable 'firstNode' could be declared final
54930 src/com/gps/helper/ConnectionHelper.java 44 Local variable 'firstElmnt' could be declared final
54931 src/com/gps/helper/ConnectionHelper.java 46 Local variable 'fstNmElmntLst' could be declared final
54932 src/com/gps/helper/ConnectionHelper.java 46 Potential violation of Law of Demeter (object not created locally)
54933 src/com/gps/helper/ConnectionHelper.java 49 Local variable 'conNode' could be declared final
54934 src/com/gps/helper/ConnectionHelper.java 49 Potential violation of Law of Demeter (object not created locally)
54935 src/com/gps/helper/ConnectionHelper.java 52 Local variable 'list' could be declared final
54936 src/com/gps/helper/ConnectionHelper.java 52 Potential violation of Law of Demeter (object not created locally)
54937 src/com/gps/helper/ConnectionHelper.java 54 Avoid using Literals in Conditional Statements
54938 src/com/gps/helper/ConnectionHelper.java 54 Potential violation of Law of Demeter (object not created locally)
54939 src/com/gps/helper/ConnectionHelper.java 56 Potential violation of Law of Demeter (object not created locally)
54940 src/com/gps/helper/ConnectionHelper.java 56 Potential violation of Law of Demeter (object not created locally)
54941 src/com/gps/helper/ConnectionHelper.java 56 System.out.print is used
54942 src/com/gps/helper/ConnectionHelper.java 58 Potential violation of Law of Demeter (object not created locally)
54943 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
54944 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
54945 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
54946 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (method chain calls)
54947 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (object not created locally)
54948 src/com/gps/helper/ConnectionHelper.java 60 Potential violation of Law of Demeter (object not created locally)
54949 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
54950 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
54951 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
54952 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (method chain calls)
54953 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (object not created locally)
54954 src/com/gps/helper/ConnectionHelper.java 62 Potential violation of Law of Demeter (object not created locally)
54955 src/com/gps/helper/ConnectionHelper.java 67 There is log block not surrounded by if
54956 src/com/gps/helper/ConnectionHelper.java 67 There is log block not surrounded by if
54957 src/com/gps/helper/ConnectionHelper.java 71 There is log block not surrounded by if
54958 src/com/gps/helper/ConnectionHelper.java 71 There is log block not surrounded by if
54959 src/com/gps/helper/ConnectionHelper.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54960 src/com/gps/helper/ConnectionHelper.java 76 There is log block not surrounded by if
54961 src/com/gps/helper/ConnectionHelper.java 84 Parameter 'type' is not assigned and could be declared final
54962 src/com/gps/helper/ConnectionHelper.java 86 Found 'DD'-anomaly for variable 'className' (lines '86'-'105').
54963 src/com/gps/helper/ConnectionHelper.java 90 Local variable 'doc' could be declared final
54964 src/com/gps/helper/ConnectionHelper.java 91 Potential violation of Law of Demeter (method chain calls)
54965 src/com/gps/helper/ConnectionHelper.java 91 Potential violation of Law of Demeter (object not created locally)
54966 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (method chain calls)
54967 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (method chain calls)
54968 src/com/gps/helper/ConnectionHelper.java 92 Potential violation of Law of Demeter (object not created locally)
54969 src/com/gps/helper/ConnectionHelper.java 92 There is log block not surrounded by if
54970 src/com/gps/helper/ConnectionHelper.java 92 There is log block not surrounded by if
54971 src/com/gps/helper/ConnectionHelper.java 96 Local variable 'nodeType' could be declared final
54972 src/com/gps/helper/ConnectionHelper.java 96 Potential violation of Law of Demeter (object not created locally)
54973 src/com/gps/helper/ConnectionHelper.java 98 Avoid using Literals in Conditional Statements
54974 src/com/gps/helper/ConnectionHelper.java 98 Potential violation of Law of Demeter (object not created locally)
54975 src/com/gps/helper/ConnectionHelper.java 100 Local variable 'list' could be declared final
54976 src/com/gps/helper/ConnectionHelper.java 100 Potential violation of Law of Demeter (object not created locally)
54977 src/com/gps/helper/ConnectionHelper.java 101 Local variable 'firstElmnt' could be declared final
54978 src/com/gps/helper/ConnectionHelper.java 104 Local variable 'innerNode' could be declared final
54979 src/com/gps/helper/ConnectionHelper.java 104 Potential violation of Law of Demeter (object not created locally)
54980 src/com/gps/helper/ConnectionHelper.java 105 Potential violation of Law of Demeter (method chain calls)
54981 src/com/gps/helper/ConnectionHelper.java 105 Potential violation of Law of Demeter (object not created locally)
54982 src/com/gps/helper/ConnectionHelper.java 107 There is log block not surrounded by if
54983 src/com/gps/helper/ConnectionHelper.java 107 There is log block not surrounded by if
54984 src/com/gps/helper/ConnectionHelper.java 111 There is log block not surrounded by if
54985 src/com/gps/helper/ConnectionHelper.java 111 There is log block not surrounded by if
54986 src/com/gps/helper/ConnectionHelper.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
54987 src/com/gps/helper/ConnectionHelper.java 117 Potential violation of Law of Demeter (object not created locally)
54988 src/com/gps/helper/ConnectionHelper.java 117 There is log block not surrounded by if
54989 src/com/gps/helper/ConnectionHelper.java 125 publicMethodCommentRequirement Required
54990 src/com/gps/helper/ConnectionHelper.java 127 Local variable 'dbf' could be declared final
54991 src/com/gps/helper/ConnectionHelper.java 128 Avoid variables with short names like db
54992 src/com/gps/helper/ConnectionHelper.java 129 Found 'DD'-anomaly for variable 'document' (lines '129'-'136').
54993 src/com/gps/helper/ConnectionHelper.java 130 Avoid variables with short names like is
54994 src/com/gps/helper/ConnectionHelper.java 133 Potential violation of Law of Demeter (object not created locally)
54995 src/com/gps/helper/ConnectionHelper.java 134 Potential violation of Law of Demeter (object not created locally)
54996 src/com/gps/helper/ConnectionHelper.java 136 Potential violation of Law of Demeter (object not created locally)
54997 src/com/gps/helper/ConnectionHelper.java 141 Potential violation of Law of Demeter (object not created locally)
54998 src/com/gps/helper/ConnectionHelper.java 141 There is log block not surrounded by if
54999 src/com/gps/helper/ConnectionHelper.java 145 Potential violation of Law of Demeter (object not created locally)
55000 src/com/gps/helper/ConnectionHelper.java 145 There is log block not surrounded by if
55001 src/com/gps/helper/ConnectionHelper.java 148 Potential violation of Law of Demeter (object not created locally)
55002 src/com/gps/helper/ConnectionHelper.java 148 There is log block not surrounded by if
55003 src/com/gps/helper/ConnectionHelper.java 156 Parameter 'group' is not assigned and could be declared final
55004 src/com/gps/helper/ConnectionHelper.java 156 Parameter 'type' is not assigned and could be declared final
55005 src/com/gps/helper/ConnectionHelper.java 158 Found 'DD'-anomaly for variable 'recepients' (lines '158'-'185').
55006 src/com/gps/helper/ConnectionHelper.java 164 Potential violation of Law of Demeter (method chain calls)
55007 src/com/gps/helper/ConnectionHelper.java 164 Potential violation of Law of Demeter (object not created locally)
55008 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (method chain calls)
55009 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (method chain calls)
55010 src/com/gps/helper/ConnectionHelper.java 165 Potential violation of Law of Demeter (object not created locally)
55011 src/com/gps/helper/ConnectionHelper.java 165 There is log block not surrounded by if
55012 src/com/gps/helper/ConnectionHelper.java 165 There is log block not surrounded by if
55013 src/com/gps/helper/ConnectionHelper.java 168 Local variable 'nodeList' could be declared final
55014 src/com/gps/helper/ConnectionHelper.java 168 Potential violation of Law of Demeter (object not created locally)
55015 src/com/gps/helper/ConnectionHelper.java 170 Avoid using Literals in Conditional Statements
55016 src/com/gps/helper/ConnectionHelper.java 170 Potential violation of Law of Demeter (object not created locally)
55017 src/com/gps/helper/ConnectionHelper.java 173 Local variable 'firstNode' could be declared final
55018 src/com/gps/helper/ConnectionHelper.java 173 Potential violation of Law of Demeter (object not created locally)
55019 src/com/gps/helper/ConnectionHelper.java 174 Local variable 'firstElmnt' could be declared final
55020 src/com/gps/helper/ConnectionHelper.java 177 Local variable 'fstNmElmntLst' could be declared final
55021 src/com/gps/helper/ConnectionHelper.java 177 Potential violation of Law of Demeter (object not created locally)
55022 src/com/gps/helper/ConnectionHelper.java 178 Local variable 'grpNode' could be declared final
55023 src/com/gps/helper/ConnectionHelper.java 178 Potential violation of Law of Demeter (object not created locally)
55024 src/com/gps/helper/ConnectionHelper.java 179 Local variable 'grpElt' could be declared final
55025 src/com/gps/helper/ConnectionHelper.java 182 Local variable 'grpList' could be declared final
55026 src/com/gps/helper/ConnectionHelper.java 182 Potential violation of Law of Demeter (object not created locally)
55027 src/com/gps/helper/ConnectionHelper.java 183 Local variable 'value' could be declared final
55028 src/com/gps/helper/ConnectionHelper.java 183 Potential violation of Law of Demeter (method chain calls)
55029 src/com/gps/helper/ConnectionHelper.java 183 Potential violation of Law of Demeter (object not created locally)
55030 src/com/gps/helper/ConnectionHelper.java 184 There is log block not surrounded by if
55031 src/com/gps/helper/ConnectionHelper.java 184 There is log block not surrounded by if
55032 src/com/gps/helper/ConnectionHelper.java 185 Potential violation of Law of Demeter (object not created locally)
55033 src/com/gps/helper/ConnectionHelper.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55034 src/com/gps/helper/ConnectionHelper.java 191 Do not add empty strings
55035 src/com/gps/helper/ConnectionHelper.java 191 Potential violation of Law of Demeter (object not created locally)
55036 src/com/gps/helper/ConnectionHelper.java 191 There is log block not surrounded by if
55037 src/com/gps/helper/ConnectionHelper.java 197 Parameter 'args' is not assigned and could be declared final
55038 src/com/gps/helper/ConnectionHelper.java 197 publicMethodCommentRequirement Required
55039 src/com/gps/helper/ConnectionHelper.java 200 Local variable 'helper' could be declared final
55040 src/com/gps/helper/ConnectionHelper.java 207 Avoid printStackTrace(); use a logger call instead.
55041 src/com/gps/helper/ConnectionHelper.java 210 Avoid printStackTrace(); use a logger call instead.
55042 src/com/gps/helper/ConnectionHelper.java 213 Avoid printStackTrace(); use a logger call instead.
55043 src/com/gps/helper/DBManager.java 5 Comment is too large: Line too long
55044 src/com/gps/helper/DBManager.java 17 A class which only has private constructors should be final
55045 src/com/gps/helper/DBManager.java 17 headerCommentRequirement Required
55046 src/com/gps/helper/DBManager.java 19 The Logger variable declaration does not contain the static and final modifiers
55047 src/com/gps/helper/DBManager.java 19 fieldCommentRequirement Required
55048 src/com/gps/helper/DBManager.java 20 Avoid using redundant field initializer for 'hsqlServer'
55049 src/com/gps/helper/DBManager.java 20 fieldCommentRequirement Required
55050 src/com/gps/helper/DBManager.java 22 fieldCommentRequirement Required
55051 src/com/gps/helper/DBManager.java 23 Avoid using redundant field initializer for 'connection'
55052 src/com/gps/helper/DBManager.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
55053 src/com/gps/helper/DBManager.java 23 fieldCommentRequirement Required
55054 src/com/gps/helper/DBManager.java 26 There is log block not surrounded by if
55055 src/com/gps/helper/DBManager.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55056 src/com/gps/helper/DBManager.java 29 publicMethodCommentRequirement Required
55057 src/com/gps/helper/DBManager.java 30 Singleton is not thread safe
55058 src/com/gps/helper/DBManager.java 37 publicMethodCommentRequirement Required
55059 src/com/gps/helper/DBManager.java 66 There is log block not surrounded by if
55060 src/com/gps/helper/DBManager.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55061 src/com/gps/helper/DBManager.java 68 There is log block not surrounded by if
55062 src/com/gps/helper/DBManager.java 73 publicMethodCommentRequirement Required
55063 src/com/gps/helper/DBManager.java 77 There is log block not surrounded by if
55064 src/com/gps/helper/DBManager.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55065 src/com/gps/helper/DBManager.java 81 There is log block not surrounded by if
55066 src/com/gps/helper/DBManager.java 87 publicMethodCommentRequirement Required
55067 src/com/gps/helper/DBManager.java 103 There is log block not surrounded by if
55068 src/com/gps/helper/DBManager.java 108 Avoid printStackTrace(); use a logger call instead.
55069 src/com/gps/helper/DBManager.java 108 Potential violation of Law of Demeter (object not created locally)
55070 src/com/gps/helper/DeviationHelper.java 15 Avoid unused imports such as 'com.gps.hibernate.TripDetails'
55071 src/com/gps/helper/DeviationHelper.java 16 Avoid unused imports such as 'com.gps.hibernate.TripTraversal'
55072 src/com/gps/helper/DeviationHelper.java 17 Avoid unused imports such as 'com.gps.hibernate.TripTraversalDAO'
55073 src/com/gps/helper/DeviationHelper.java 21 Avoid unused imports such as 'com.gps.hibernate.TripDeviation'
55074 src/com/gps/helper/DeviationHelper.java 22 Avoid unused imports such as 'com.gps.notifier.AlertNotification'
55075 src/com/gps/helper/DeviationHelper.java 25 Comment is too large: Line too long
55076 src/com/gps/helper/DeviationHelper.java 34 Avoid excessively long variable names like DEVIATION_PROPERTIES
55077 src/com/gps/helper/DeviationHelper.java 34 fieldCommentRequirement Required
55078 src/com/gps/helper/DeviationHelper.java 35 Avoid excessively long variable names like PERMISSIBLE_RADIUS
55079 src/com/gps/helper/DeviationHelper.java 35 fieldCommentRequirement Required
55080 src/com/gps/helper/DeviationHelper.java 36 Avoid excessively long variable names like SMS_DEVIATION_TIME_INTERVAL
55081 src/com/gps/helper/DeviationHelper.java 36 fieldCommentRequirement Required
55082 src/com/gps/helper/DeviationHelper.java 37 Avoid excessively long variable names like SMS_MOTION_TIME_INTERVAL
55083 src/com/gps/helper/DeviationHelper.java 37 fieldCommentRequirement Required
55084 src/com/gps/helper/DeviationHelper.java 38 Avoid excessively long variable names like ALLOWED_TIME_FOR_PKTS_OF_SPEED_0
55085 src/com/gps/helper/DeviationHelper.java 38 fieldCommentRequirement Required
55086 src/com/gps/helper/DeviationHelper.java 39 Avoid excessively long variable names like REASON_CODE_ROUTE_DEVIATION
55087 src/com/gps/helper/DeviationHelper.java 39 fieldCommentRequirement Required
55088 src/com/gps/helper/DeviationHelper.java 40 Avoid excessively long variable names like REASON_CODE_VEHICLE_NOT_MOVING
55089 src/com/gps/helper/DeviationHelper.java 40 fieldCommentRequirement Required
55090 src/com/gps/helper/DeviationHelper.java 41 fieldCommentRequirement Required
55091 src/com/gps/helper/DeviationHelper.java 43 The Logger variable declaration does not contain the static and final modifiers
55092 src/com/gps/helper/DeviationHelper.java 43 Use explicit scoping instead of the default package private level
55093 src/com/gps/helper/DeviationHelper.java 43 fieldCommentRequirement Required
55094 src/com/gps/helper/DeviationHelper.java 45 Comment is too large: Too many lines
55095 src/com/gps/helper/DeviationHelper.java 46 Comment is too large: Line too long
55096 src/com/gps/helper/DeviationHelper.java 54 A method/constructor shouldnt explicitly throw java.lang.Exception
55097 src/com/gps/helper/DeviationHelper.java 54 Avoid really long methods.
55098 src/com/gps/helper/DeviationHelper.java 54 Parameter 'packetTime' is not assigned and could be declared final
55099 src/com/gps/helper/DeviationHelper.java 54 Parameter 'tripid' is not assigned and could be declared final
55100 src/com/gps/helper/DeviationHelper.java 56 There is log block not surrounded by if
55101 src/com/gps/helper/DeviationHelper.java 56 There is log block not surrounded by if
55102 src/com/gps/helper/DeviationHelper.java 58 Found 'DD'-anomaly for variable 'bVehNotMoving' (lines '58'-'170').
55103 src/com/gps/helper/DeviationHelper.java 59 Local variable 'trpParamDao' could be declared final
55104 src/com/gps/helper/DeviationHelper.java 60 Local variable 'sess' could be declared final
55105 src/com/gps/helper/DeviationHelper.java 60 Potential violation of Law of Demeter (object not created locally)
55106 src/com/gps/helper/DeviationHelper.java 61 Found 'DD'-anomaly for variable 'trpParams' (lines '61'-'80').
55107 src/com/gps/helper/DeviationHelper.java 62 Local variable 'timeFormat' could be declared final
55108 src/com/gps/helper/DeviationHelper.java 62 When instantiating a SimpleDateFormat object, specify a Locale
55109 src/com/gps/helper/DeviationHelper.java 63 Comment is too large: Line too long
55110 src/com/gps/helper/DeviationHelper.java 65 Local variable 'queryString' could be declared final
55111 src/com/gps/helper/DeviationHelper.java 65 StringBuffer constructor is initialized with size 49, but has at least 173 characters appended.
55112 src/com/gps/helper/DeviationHelper.java 66 Potential violation of Law of Demeter (object not created locally)
55113 src/com/gps/helper/DeviationHelper.java 66 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55114 src/com/gps/helper/DeviationHelper.java 67 Potential violation of Law of Demeter (object not created locally)
55115 src/com/gps/helper/DeviationHelper.java 67 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55116 src/com/gps/helper/DeviationHelper.java 68 Potential violation of Law of Demeter (object not created locally)
55117 src/com/gps/helper/DeviationHelper.java 68 Potential violation of Law of Demeter (object not created locally)
55118 src/com/gps/helper/DeviationHelper.java 68 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55119 src/com/gps/helper/DeviationHelper.java 69 Potential violation of Law of Demeter (object not created locally)
55120 src/com/gps/helper/DeviationHelper.java 69 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
55121 src/com/gps/helper/DeviationHelper.java 69 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55122 src/com/gps/helper/DeviationHelper.java 70 Potential violation of Law of Demeter (object not created locally)
55123 src/com/gps/helper/DeviationHelper.java 70 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55124 src/com/gps/helper/DeviationHelper.java 71 Potential violation of Law of Demeter (object not created locally)
55125 src/com/gps/helper/DeviationHelper.java 71 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55126 src/com/gps/helper/DeviationHelper.java 72 Potential violation of Law of Demeter (object not created locally)
55127 src/com/gps/helper/DeviationHelper.java 72 Potential violation of Law of Demeter (object not created locally)
55128 src/com/gps/helper/DeviationHelper.java 72 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55129 src/com/gps/helper/DeviationHelper.java 73 Potential violation of Law of Demeter (object not created locally)
55130 src/com/gps/helper/DeviationHelper.java 74 Potential violation of Law of Demeter (object not created locally)
55131 src/com/gps/helper/DeviationHelper.java 76 There is log block not surrounded by if
55132 src/com/gps/helper/DeviationHelper.java 76 There is log block not surrounded by if
55133 src/com/gps/helper/DeviationHelper.java 78 Local variable 'query' could be declared final
55134 src/com/gps/helper/DeviationHelper.java 78 Potential violation of Law of Demeter (object not created locally)
55135 src/com/gps/helper/DeviationHelper.java 78 Potential violation of Law of Demeter (object not created locally)
55136 src/com/gps/helper/DeviationHelper.java 80 Potential violation of Law of Demeter (object not created locally)
55137 src/com/gps/helper/DeviationHelper.java 81 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '81'-'114').
55138 src/com/gps/helper/DeviationHelper.java 81 Found 'DU'-anomaly for variable 'isAlreadySent' (lines '81'-'176').
55139 src/com/gps/helper/DeviationHelper.java 82 Local variable 'listSize' could be declared final
55140 src/com/gps/helper/DeviationHelper.java 82 Potential violation of Law of Demeter (object not created locally)
55141 src/com/gps/helper/DeviationHelper.java 84 Avoid using Literals in Conditional Statements
55142 src/com/gps/helper/DeviationHelper.java 86 Local variable 'lastPointLon' could be declared final
55143 src/com/gps/helper/DeviationHelper.java 86 Potential violation of Law of Demeter (object not created locally)
55144 src/com/gps/helper/DeviationHelper.java 87 Local variable 'lastPointLat' could be declared final
55145 src/com/gps/helper/DeviationHelper.java 87 Potential violation of Law of Demeter (object not created locally)
55146 src/com/gps/helper/DeviationHelper.java 88 Avoid excessively long variable names like fourthLastPointLon
55147 src/com/gps/helper/DeviationHelper.java 88 Local variable 'fourthLastPointLon' could be declared final
55148 src/com/gps/helper/DeviationHelper.java 88 Potential violation of Law of Demeter (object not created locally)
55149 src/com/gps/helper/DeviationHelper.java 89 Avoid excessively long variable names like fourthLastPointLat
55150 src/com/gps/helper/DeviationHelper.java 89 Local variable 'fourthLastPointLat' could be declared final
55151 src/com/gps/helper/DeviationHelper.java 89 Potential violation of Law of Demeter (object not created locally)
55152 src/com/gps/helper/DeviationHelper.java 91 Local variable 'distance' could be declared final
55153 src/com/gps/helper/DeviationHelper.java 93 There is log block not surrounded by if
55154 src/com/gps/helper/DeviationHelper.java 93 There is log block not surrounded by if
55155 src/com/gps/helper/DeviationHelper.java 94 Comment is too large: Line too long
55156 src/com/gps/helper/DeviationHelper.java 97 Local variable 'lastPointDate' could be declared final
55157 src/com/gps/helper/DeviationHelper.java 98 Avoid excessively long variable names like fourthLastPointDate
55158 src/com/gps/helper/DeviationHelper.java 98 Local variable 'fourthLastPointDate' could be declared final
55159 src/com/gps/helper/DeviationHelper.java 100 Potential violation of Law of Demeter (method chain calls)
55160 src/com/gps/helper/DeviationHelper.java 100 Potential violation of Law of Demeter (object not created locally)
55161 src/com/gps/helper/DeviationHelper.java 100 Potential violation of Law of Demeter (object not created locally)
55162 src/com/gps/helper/DeviationHelper.java 101 Potential violation of Law of Demeter (method chain calls)
55163 src/com/gps/helper/DeviationHelper.java 101 Potential violation of Law of Demeter (object not created locally)
55164 src/com/gps/helper/DeviationHelper.java 101 Potential violation of Law of Demeter (object not created locally)
55165 src/com/gps/helper/DeviationHelper.java 102 Local variable 'diff' could be declared final
55166 src/com/gps/helper/DeviationHelper.java 102 Potential violation of Law of Demeter (object not created locally)
55167 src/com/gps/helper/DeviationHelper.java 102 Potential violation of Law of Demeter (object not created locally)
55168 src/com/gps/helper/DeviationHelper.java 104 There is log block not surrounded by if
55169 src/com/gps/helper/DeviationHelper.java 104 There is log block not surrounded by if
55170 src/com/gps/helper/DeviationHelper.java 105 Local variable 'properties' could be declared final
55171 src/com/gps/helper/DeviationHelper.java 106 Potential violation of Law of Demeter (method chain calls)
55172 src/com/gps/helper/DeviationHelper.java 106 Potential violation of Law of Demeter (method chain calls)
55173 src/com/gps/helper/DeviationHelper.java 106 Potential violation of Law of Demeter (object not created locally)
55174 src/com/gps/helper/DeviationHelper.java 109 Avoid excessively long variable names like allowedTimeInterval
55175 src/com/gps/helper/DeviationHelper.java 109 Avoid instantiating Long objects.Call Long.valueOf() instead
55176 src/com/gps/helper/DeviationHelper.java 109 Local variable 'allowedTimeInterval' could be declared final
55177 src/com/gps/helper/DeviationHelper.java 109 Potential violation of Law of Demeter (object not created locally)
55178 src/com/gps/helper/DeviationHelper.java 111 Deeply nested if..then statements are hard to read
55179 src/com/gps/helper/DeviationHelper.java 115 There is log block not surrounded by if
55180 src/com/gps/helper/DeviationHelper.java 115 There is log block not surrounded by if
55181 src/com/gps/helper/DeviationHelper.java 116 Avoid unnecessary comparisons in boolean expressions
55182 src/com/gps/helper/DeviationHelper.java 116 Avoid using Literals in Conditional Statements
55183 src/com/gps/helper/DeviationHelper.java 118 Local variable 'organizationName' could be declared final
55184 src/com/gps/helper/DeviationHelper.java 118 This statement may have some unnecessary parentheses
55185 src/com/gps/helper/DeviationHelper.java 118 Useless parentheses.
55186 src/com/gps/helper/DeviationHelper.java 119 There is log block not surrounded by if
55187 src/com/gps/helper/DeviationHelper.java 119 There is log block not surrounded by if
55188 src/com/gps/helper/DeviationHelper.java 121 Local variable 'tripName' could be declared final
55189 src/com/gps/helper/DeviationHelper.java 121 This statement may have some unnecessary parentheses
55190 src/com/gps/helper/DeviationHelper.java 121 This statement may have some unnecessary parentheses
55191 src/com/gps/helper/DeviationHelper.java 121 Useless parentheses.
55192 src/com/gps/helper/DeviationHelper.java 121 Useless parentheses.
55193 src/com/gps/helper/DeviationHelper.java 122 There is log block not surrounded by if
55194 src/com/gps/helper/DeviationHelper.java 122 There is log block not surrounded by if
55195 src/com/gps/helper/DeviationHelper.java 124 Avoid unused local variables such as 'group'.
55196 src/com/gps/helper/DeviationHelper.java 124 Found 'DU'-anomaly for variable 'group' (lines '124'-'176').
55197 src/com/gps/helper/DeviationHelper.java 124 Local variable 'group' could be declared final
55198 src/com/gps/helper/DeviationHelper.java 134 Local variable 'subject' could be declared final
55199 src/com/gps/helper/DeviationHelper.java 135 Potential violation of Law of Demeter (object not created locally)
55200 src/com/gps/helper/DeviationHelper.java 135 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55201 src/com/gps/helper/DeviationHelper.java 136 Potential violation of Law of Demeter (object not created locally)
55202 src/com/gps/helper/DeviationHelper.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55203 src/com/gps/helper/DeviationHelper.java 137 Potential violation of Law of Demeter (object not created locally)
55204 src/com/gps/helper/DeviationHelper.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55205 src/com/gps/helper/DeviationHelper.java 138 Potential violation of Law of Demeter (object not created locally)
55206 src/com/gps/helper/DeviationHelper.java 138 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
55207 src/com/gps/helper/DeviationHelper.java 138 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
55208 src/com/gps/helper/DeviationHelper.java 139 Potential violation of Law of Demeter (object not created locally)
55209 src/com/gps/helper/DeviationHelper.java 141 Local variable 'message' could be declared final
55210 src/com/gps/helper/DeviationHelper.java 142 Potential violation of Law of Demeter (object not created locally)
55211 src/com/gps/helper/DeviationHelper.java 142 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55212 src/com/gps/helper/DeviationHelper.java 143 Potential violation of Law of Demeter (object not created locally)
55213 src/com/gps/helper/DeviationHelper.java 143 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55214 src/com/gps/helper/DeviationHelper.java 144 Potential violation of Law of Demeter (object not created locally)
55215 src/com/gps/helper/DeviationHelper.java 144 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55216 src/com/gps/helper/DeviationHelper.java 145 Potential violation of Law of Demeter (object not created locally)
55217 src/com/gps/helper/DeviationHelper.java 145 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55218 src/com/gps/helper/DeviationHelper.java 146 Potential violation of Law of Demeter (object not created locally)
55219 src/com/gps/helper/DeviationHelper.java 146 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55220 src/com/gps/helper/DeviationHelper.java 147 Potential violation of Law of Demeter (object not created locally)
55221 src/com/gps/helper/DeviationHelper.java 147 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55222 src/com/gps/helper/DeviationHelper.java 148 Avoid appending characters as strings in StringBuffer.append.
55223 src/com/gps/helper/DeviationHelper.java 148 Potential violation of Law of Demeter (object not created locally)
55224 src/com/gps/helper/DeviationHelper.java 148 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
55225 src/com/gps/helper/DeviationHelper.java 148 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
55226 src/com/gps/helper/DeviationHelper.java 148 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55227 src/com/gps/helper/DeviationHelper.java 149 Potential violation of Law of Demeter (object not created locally)
55228 src/com/gps/helper/DeviationHelper.java 149 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55229 src/com/gps/helper/DeviationHelper.java 150 Potential violation of Law of Demeter (object not created locally)
55230 src/com/gps/helper/DeviationHelper.java 150 Potential violation of Law of Demeter (object not created locally)
55231 src/com/gps/helper/DeviationHelper.java 151 Potential violation of Law of Demeter (object not created locally)
55232 src/com/gps/helper/DeviationHelper.java 153 Potential violation of Law of Demeter (object not created locally)
55233 src/com/gps/helper/DeviationHelper.java 153 There is log block not surrounded by if
55234 src/com/gps/helper/DeviationHelper.java 153 There is log block not surrounded by if
55235 src/com/gps/helper/DeviationHelper.java 158 Local variable 'objSmsRegister' could be declared final
55236 src/com/gps/helper/DeviationHelper.java 160 Potential violation of Law of Demeter (object not created locally)
55237 src/com/gps/helper/DeviationHelper.java 161 Potential violation of Law of Demeter (object not created locally)
55238 src/com/gps/helper/DeviationHelper.java 162 Potential violation of Law of Demeter (object not created locally)
55239 src/com/gps/helper/DeviationHelper.java 164 Avoid variables with short names like tx
55240 src/com/gps/helper/DeviationHelper.java 164 Local variable 'tx' could be declared final
55241 src/com/gps/helper/DeviationHelper.java 164 Potential violation of Law of Demeter (object not created locally)
55242 src/com/gps/helper/DeviationHelper.java 165 Potential violation of Law of Demeter (object not created locally)
55243 src/com/gps/helper/DeviationHelper.java 166 Potential violation of Law of Demeter (object not created locally)
55244 src/com/gps/helper/DeviationHelper.java 167 Potential violation of Law of Demeter (object not created locally)
55245 src/com/gps/helper/DeviationHelper.java 168 Potential violation of Law of Demeter (object not created locally)
55246 src/com/gps/helper/DeviationHelper.java 186 Parameter 'packetTime' is not assigned and could be declared final
55247 src/com/gps/helper/DeviationHelper.java 187 Local variable 'cal' could be declared final
55248 src/com/gps/helper/DeviationHelper.java 188 Potential violation of Law of Demeter (object not created locally)
55249 src/com/gps/helper/DeviationHelper.java 189 Potential violation of Law of Demeter (object not created locally)
55250 src/com/gps/helper/DeviationHelper.java 199 A method/constructor shouldnt explicitly throw java.lang.Exception
55251 src/com/gps/helper/DeviationHelper.java 202 Local variable 'properties' could be declared final
55252 src/com/gps/helper/DeviationHelper.java 203 Potential violation of Law of Demeter (method chain calls)
55253 src/com/gps/helper/DeviationHelper.java 203 Potential violation of Law of Demeter (method chain calls)
55254 src/com/gps/helper/DeviationHelper.java 204 Avoid excessively long variable names like strPermissibleDelta
55255 src/com/gps/helper/DeviationHelper.java 204 Local variable 'strPermissibleDelta' could be declared final
55256 src/com/gps/helper/DeviationHelper.java 206 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
55257 src/com/gps/helper/DeviationHelper.java 206 Local variable 'timeDelta' could be declared final
55258 src/com/gps/helper/DeviationHelper.java 210 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55259 src/com/gps/helper/DeviationHelper.java 211 There is log block not surrounded by if
55260 src/com/gps/helper/DeviationHelper.java 223 A method/constructor shouldnt explicitly throw java.lang.Exception
55261 src/com/gps/helper/DeviationHelper.java 226 Local variable 'properties' could be declared final
55262 src/com/gps/helper/DeviationHelper.java 227 Potential violation of Law of Demeter (method chain calls)
55263 src/com/gps/helper/DeviationHelper.java 227 Potential violation of Law of Demeter (method chain calls)
55264 src/com/gps/helper/DeviationHelper.java 228 Avoid excessively long variable names like strPermissibleRadius
55265 src/com/gps/helper/DeviationHelper.java 228 Local variable 'strPermissibleRadius' could be declared final
55266 src/com/gps/helper/DeviationHelper.java 230 Avoid excessively long variable names like dPermissibleRadius
55267 src/com/gps/helper/DeviationHelper.java 230 Local variable 'dPermissibleRadius' could be declared final
55268 src/com/gps/helper/DeviationHelper.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55269 src/com/gps/helper/DeviationHelper.java 235 There is log block not surrounded by if
55270 src/com/gps/helper/DeviationHelper.java 240 A method/constructor shouldnt explicitly throw java.lang.Exception
55271 src/com/gps/helper/DeviationHelper.java 240 Parameter 'propertyName' is not assigned and could be declared final
55272 src/com/gps/helper/DeviationHelper.java 240 publicMethodCommentRequirement Required
55273 src/com/gps/helper/DeviationHelper.java 242 Local variable 'properties' could be declared final
55274 src/com/gps/helper/DeviationHelper.java 243 Potential violation of Law of Demeter (method chain calls)
55275 src/com/gps/helper/DeviationHelper.java 243 Potential violation of Law of Demeter (method chain calls)
55276 src/com/gps/helper/DeviationHelper.java 244 Avoid instantiating Integer objects. Call Integer.valueOf() instead.
55277 src/com/gps/helper/DeviationHelper.java 244 Local variable 'smsReasonCode' could be declared final
55278 src/com/gps/helper/DeviationHelper.java 251 Comment is too large: Line too long
55279 src/com/gps/helper/DeviationHelper.java 258 A method/constructor shouldnt explicitly throw java.lang.Exception
55280 src/com/gps/helper/DeviationHelper.java 258 Parameter 'smsReasonCode' is not assigned and could be declared final
55281 src/com/gps/helper/DeviationHelper.java 261 There is log block not surrounded by if
55282 src/com/gps/helper/DeviationHelper.java 261 There is log block not surrounded by if
55283 src/com/gps/helper/DeviationHelper.java 262 Local variable 'properties' could be declared final
55284 src/com/gps/helper/DeviationHelper.java 263 Potential violation of Law of Demeter (method chain calls)
55285 src/com/gps/helper/DeviationHelper.java 263 Potential violation of Law of Demeter (method chain calls)
55286 src/com/gps/helper/DeviationHelper.java 263 Potential violation of Law of Demeter (object not created locally)
55287 src/com/gps/helper/DeviationHelper.java 264 Avoid excessively long variable names like strSmsTimeInterval
55288 src/com/gps/helper/DeviationHelper.java 264 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '264'-'267').
55289 src/com/gps/helper/DeviationHelper.java 264 Found 'DD'-anomaly for variable 'strSmsTimeInterval' (lines '264'-'271').
55290 src/com/gps/helper/DeviationHelper.java 265 Use equals() to compare object references.
55291 src/com/gps/helper/DeviationHelper.java 267 Potential violation of Law of Demeter (object not created locally)
55292 src/com/gps/helper/DeviationHelper.java 270 Use equals() to compare object references.
55293 src/com/gps/helper/DeviationHelper.java 271 Potential violation of Law of Demeter (object not created locally)
55294 src/com/gps/helper/DeviationHelper.java 275 Avoid instantiating Long objects.Call Long.valueOf() instead
55295 src/com/gps/helper/DeviationHelper.java 275 Local variable 'lSmsTimeInterval' could be declared final
55296 src/com/gps/helper/DeviationHelper.java 279 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55297 src/com/gps/helper/DeviationHelper.java 280 There is log block not surrounded by if
55298 src/com/gps/helper/DeviationHelper.java 291 Parameter 'point1lat' is not assigned and could be declared final
55299 src/com/gps/helper/DeviationHelper.java 291 Parameter 'point1lon' is not assigned and could be declared final
55300 src/com/gps/helper/DeviationHelper.java 291 Parameter 'point2lat' is not assigned and could be declared final
55301 src/com/gps/helper/DeviationHelper.java 291 Parameter 'point2lon' is not assigned and could be declared final
55302 src/com/gps/helper/DeviationHelper.java 293 There is log block not surrounded by if
55303 src/com/gps/helper/DeviationHelper.java 293 There is log block not surrounded by if
55304 src/com/gps/helper/DeviationHelper.java 294 There is log block not surrounded by if
55305 src/com/gps/helper/DeviationHelper.java 294 There is log block not surrounded by if
55306 src/com/gps/helper/DeviationHelper.java 295 Avoid variables with short names like R
55307 src/com/gps/helper/DeviationHelper.java 295 Local variable 'R' could be declared final
55308 src/com/gps/helper/DeviationHelper.java 295 Variables should start with a lowercase character, 'R' starts with uppercase character.
55309 src/com/gps/helper/DeviationHelper.java 296 Local variable 'lon1' could be declared final
55310 src/com/gps/helper/DeviationHelper.java 297 Local variable 'lat1' could be declared final
55311 src/com/gps/helper/DeviationHelper.java 298 Local variable 'lon2' could be declared final
55312 src/com/gps/helper/DeviationHelper.java 299 Local variable 'lat2' could be declared final
55313 src/com/gps/helper/DeviationHelper.java 300 Local variable 'deltaLat' could be declared final
55314 src/com/gps/helper/DeviationHelper.java 301 Local variable 'deltaLon' could be declared final
55315 src/com/gps/helper/DeviationHelper.java 302 Local variable 'step1' could be declared final
55316 src/com/gps/helper/DeviationHelper.java 303 Local variable 'step2' could be declared final
55317 src/com/gps/helper/DeviationHelper.java 307 Comment is too large: Too many lines
55318 src/com/gps/helper/DeviationHelper.java 308 Comment is too large: Line too long
55319 src/com/gps/helper/DeviationHelper.java 316 A method/constructor shouldnt explicitly throw java.lang.Exception
55320 src/com/gps/helper/DeviationHelper.java 316 Parameter 'packetPoint' is not assigned and could be declared final
55321 src/com/gps/helper/DeviationHelper.java 316 Parameter 'tripPointId' is not assigned and could be declared final
55322 src/com/gps/helper/DeviationHelper.java 316 Parameter 'tripid' is not assigned and could be declared final
55323 src/com/gps/helper/DeviationHelper.java 319 Found 'DD'-anomaly for variable 'isAlreadySent' (lines '319'-'321').
55324 src/com/gps/helper/DeviationHelper.java 320 There is log block not surrounded by if
55325 src/com/gps/helper/DeviationHelper.java 320 There is log block not surrounded by if
55326 src/com/gps/helper/DeviationHelper.java 322 There is log block not surrounded by if
55327 src/com/gps/helper/DeviationHelper.java 322 There is log block not surrounded by if
55328 src/com/gps/helper/DeviationHelper.java 323 Avoid unnecessary comparisons in boolean expressions
55329 src/com/gps/helper/DeviationHelper.java 323 Avoid using Literals in Conditional Statements
55330 src/com/gps/helper/DeviationHelper.java 325 Local variable 'currentTime' could be declared final
55331 src/com/gps/helper/DeviationHelper.java 326 Potential violation of Law of Demeter (object not created locally)
55332 src/com/gps/helper/DeviationHelper.java 328 There is log block not surrounded by if
55333 src/com/gps/helper/DeviationHelper.java 328 There is log block not surrounded by if
55334 src/com/gps/helper/DeviationHelper.java 329 There is log block not surrounded by if
55335 src/com/gps/helper/DeviationHelper.java 329 There is log block not surrounded by if
55336 src/com/gps/helper/DeviationHelper.java 331 Local variable 'packetLat' could be declared final
55337 src/com/gps/helper/DeviationHelper.java 332 Local variable 'packetLon' could be declared final
55338 src/com/gps/helper/DeviationHelper.java 334 Local variable 'packetTime' could be declared final
55339 src/com/gps/helper/DeviationHelper.java 334 Potential violation of Law of Demeter (method chain calls)
55340 src/com/gps/helper/DeviationHelper.java 336 Local variable 'organizationName' could be declared final
55341 src/com/gps/helper/DeviationHelper.java 336 This statement may have some unnecessary parentheses
55342 src/com/gps/helper/DeviationHelper.java 336 Useless parentheses.
55343 src/com/gps/helper/DeviationHelper.java 337 There is log block not surrounded by if
55344 src/com/gps/helper/DeviationHelper.java 337 There is log block not surrounded by if
55345 src/com/gps/helper/DeviationHelper.java 339 Local variable 'tripName' could be declared final
55346 src/com/gps/helper/DeviationHelper.java 339 This statement may have some unnecessary parentheses
55347 src/com/gps/helper/DeviationHelper.java 339 This statement may have some unnecessary parentheses
55348 src/com/gps/helper/DeviationHelper.java 339 Useless parentheses.
55349 src/com/gps/helper/DeviationHelper.java 339 Useless parentheses.
55350 src/com/gps/helper/DeviationHelper.java 341 There is log block not surrounded by if
55351 src/com/gps/helper/DeviationHelper.java 341 There is log block not surrounded by if
55352 src/com/gps/helper/DeviationHelper.java 343 Avoid unused local variables such as 'group'.
55353 src/com/gps/helper/DeviationHelper.java 343 Found 'DU'-anomaly for variable 'group' (lines '343'-'398').
55354 src/com/gps/helper/DeviationHelper.java 343 Local variable 'group' could be declared final
55355 src/com/gps/helper/DeviationHelper.java 354 Local variable 'subject' could be declared final
55356 src/com/gps/helper/DeviationHelper.java 355 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55357 src/com/gps/helper/DeviationHelper.java 356 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55358 src/com/gps/helper/DeviationHelper.java 357 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55359 src/com/gps/helper/DeviationHelper.java 361 Local variable 'message' could be declared final
55360 src/com/gps/helper/DeviationHelper.java 362 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55361 src/com/gps/helper/DeviationHelper.java 363 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55362 src/com/gps/helper/DeviationHelper.java 364 Potential violation of Law of Demeter (object not created locally)
55363 src/com/gps/helper/DeviationHelper.java 364 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55364 src/com/gps/helper/DeviationHelper.java 365 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55365 src/com/gps/helper/DeviationHelper.java 366 Potential violation of Law of Demeter (object not created locally)
55366 src/com/gps/helper/DeviationHelper.java 366 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55367 src/com/gps/helper/DeviationHelper.java 367 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55368 src/com/gps/helper/DeviationHelper.java 368 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55369 src/com/gps/helper/DeviationHelper.java 369 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55370 src/com/gps/helper/DeviationHelper.java 370 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55371 src/com/gps/helper/DeviationHelper.java 371 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55372 src/com/gps/helper/DeviationHelper.java 372 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55373 src/com/gps/helper/DeviationHelper.java 373 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55374 src/com/gps/helper/DeviationHelper.java 374 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55375 src/com/gps/helper/DeviationHelper.java 375 Avoid appending characters as strings in StringBuffer.append.
55376 src/com/gps/helper/DeviationHelper.java 378 There is log block not surrounded by if
55377 src/com/gps/helper/DeviationHelper.java 378 There is log block not surrounded by if
55378 src/com/gps/helper/DeviationHelper.java 383 Local variable 'srd' could be declared final
55379 src/com/gps/helper/DeviationHelper.java 384 Local variable 'sess' could be declared final
55380 src/com/gps/helper/DeviationHelper.java 385 Local variable 'objSmsRegister' could be declared final
55381 src/com/gps/helper/DeviationHelper.java 389 Potential violation of Law of Demeter (object not created locally)
55382 src/com/gps/helper/DeviationHelper.java 391 Avoid variables with short names like tx
55383 src/com/gps/helper/DeviationHelper.java 391 Local variable 'tx' could be declared final
55384 src/com/gps/helper/DeviationHelper.java 391 Potential violation of Law of Demeter (object not created locally)
55385 src/com/gps/helper/DeviationHelper.java 392 Potential violation of Law of Demeter (object not created locally)
55386 src/com/gps/helper/DeviationHelper.java 393 Potential violation of Law of Demeter (object not created locally)
55387 src/com/gps/helper/DeviationHelper.java 394 Potential violation of Law of Demeter (object not created locally)
55388 src/com/gps/helper/DeviationHelper.java 395 Potential violation of Law of Demeter (object not created locally)
55389 src/com/gps/helper/DeviationHelper.java 401 A method/constructor shouldnt explicitly throw java.lang.Exception
55390 src/com/gps/helper/DeviationHelper.java 401 Parameter 'smsReasonCode' is not assigned and could be declared final
55391 src/com/gps/helper/DeviationHelper.java 401 Parameter 'tripid' is not assigned and could be declared final
55392 src/com/gps/helper/DeviationHelper.java 401 publicMethodCommentRequirement Required
55393 src/com/gps/helper/DeviationHelper.java 404 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '404'-'454').
55394 src/com/gps/helper/DeviationHelper.java 404 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '404'-'456').
55395 src/com/gps/helper/DeviationHelper.java 404 Found 'DD'-anomaly for variable 'bAlreadySent' (lines '404'-'461').
55396 src/com/gps/helper/DeviationHelper.java 404 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '404'-'470').
55397 src/com/gps/helper/DeviationHelper.java 406 Local variable 'cal' could be declared final
55398 src/com/gps/helper/DeviationHelper.java 407 Local variable 'tripSession' could be declared final
55399 src/com/gps/helper/DeviationHelper.java 407 Potential violation of Law of Demeter (object not created locally)
55400 src/com/gps/helper/DeviationHelper.java 408 Found 'DD'-anomaly for variable 'strpSession' (lines '408'-'411').
55401 src/com/gps/helper/DeviationHelper.java 408 Found 'DD'-anomaly for variable 'strpSession' (lines '408'-'415').
55402 src/com/gps/helper/DeviationHelper.java 409 Avoid using Literals in Conditional Statements
55403 src/com/gps/helper/DeviationHelper.java 418 Local variable 'srd' could be declared final
55404 src/com/gps/helper/DeviationHelper.java 419 Local variable 'sess' could be declared final
55405 src/com/gps/helper/DeviationHelper.java 419 Potential violation of Law of Demeter (object not created locally)
55406 src/com/gps/helper/DeviationHelper.java 420 Found 'DD'-anomaly for variable 'srdetails' (lines '420'-'431').
55407 src/com/gps/helper/DeviationHelper.java 422 Local variable 'queryString' could be declared final
55408 src/com/gps/helper/DeviationHelper.java 422 StringBuffer constructor is initialized with size 57, but has at least 146 characters appended.
55409 src/com/gps/helper/DeviationHelper.java 423 Potential violation of Law of Demeter (object not created locally)
55410 src/com/gps/helper/DeviationHelper.java 423 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55411 src/com/gps/helper/DeviationHelper.java 424 Potential violation of Law of Demeter (object not created locally)
55412 src/com/gps/helper/DeviationHelper.java 424 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55413 src/com/gps/helper/DeviationHelper.java 425 Potential violation of Law of Demeter (object not created locally)
55414 src/com/gps/helper/DeviationHelper.java 425 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55415 src/com/gps/helper/DeviationHelper.java 426 Potential violation of Law of Demeter (object not created locally)
55416 src/com/gps/helper/DeviationHelper.java 426 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
55417 src/com/gps/helper/DeviationHelper.java 427 Potential violation of Law of Demeter (object not created locally)
55418 src/com/gps/helper/DeviationHelper.java 428 Potential violation of Law of Demeter (object not created locally)
55419 src/com/gps/helper/DeviationHelper.java 430 Local variable 'query' could be declared final
55420 src/com/gps/helper/DeviationHelper.java 430 Potential violation of Law of Demeter (object not created locally)
55421 src/com/gps/helper/DeviationHelper.java 430 Potential violation of Law of Demeter (object not created locally)
55422 src/com/gps/helper/DeviationHelper.java 431 Potential violation of Law of Demeter (object not created locally)
55423 src/com/gps/helper/DeviationHelper.java 433 Potential violation of Law of Demeter (object not created locally)
55424 src/com/gps/helper/DeviationHelper.java 433 There is log block not surrounded by if
55425 src/com/gps/helper/DeviationHelper.java 433 There is log block not surrounded by if
55426 src/com/gps/helper/DeviationHelper.java 434 Found 'DU'-anomaly for variable 'smsSentTime' (lines '434'-'470').
55427 src/com/gps/helper/DeviationHelper.java 434 Local variable 'smsSentTime' could be declared final
55428 src/com/gps/helper/DeviationHelper.java 436 Avoid using Literals in Conditional Statements
55429 src/com/gps/helper/DeviationHelper.java 436 Potential violation of Law of Demeter (object not created locally)
55430 src/com/gps/helper/DeviationHelper.java 436 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
55431 src/com/gps/helper/DeviationHelper.java 438 Local variable 'smr' could be declared final
55432 src/com/gps/helper/DeviationHelper.java 438 Potential violation of Law of Demeter (object not created locally)
55433 src/com/gps/helper/DeviationHelper.java 438 Potential violation of Law of Demeter (object not created locally)
55434 src/com/gps/helper/DeviationHelper.java 439 Potential violation of Law of Demeter (object not created locally)
55435 src/com/gps/helper/DeviationHelper.java 439 Potential violation of Law of Demeter (object not created locally)
55436 src/com/gps/helper/DeviationHelper.java 440 Potential violation of Law of Demeter (object not created locally)
55437 src/com/gps/helper/DeviationHelper.java 440 There is log block not surrounded by if
55438 src/com/gps/helper/DeviationHelper.java 440 There is log block not surrounded by if
55439 src/com/gps/helper/DeviationHelper.java 442 Found 'DD'-anomaly for variable 'smsTimeInterval' (lines '442'-'443').
55440 src/com/gps/helper/DeviationHelper.java 444 There is log block not surrounded by if
55441 src/com/gps/helper/DeviationHelper.java 444 There is log block not surrounded by if
55442 src/com/gps/helper/DeviationHelper.java 446 Found 'DD'-anomaly for variable 'diff' (lines '446'-'449').
55443 src/com/gps/helper/DeviationHelper.java 446 Found 'DU'-anomaly for variable 'diff' (lines '446'-'470').
55444 src/com/gps/helper/DeviationHelper.java 449 Potential violation of Law of Demeter (object not created locally)
55445 src/com/gps/helper/DeviationHelper.java 449 Potential violation of Law of Demeter (object not created locally)
55446 src/com/gps/helper/DeviationHelper.java 449 Useless parentheses.
55447 src/com/gps/helper/DeviationHelper.java 449 Useless parentheses.
55448 src/com/gps/helper/DeviationHelper.java 450 There is log block not surrounded by if
55449 src/com/gps/helper/DeviationHelper.java 450 There is log block not surrounded by if
55450 src/com/gps/helper/DeviationHelper.java 451 Potential violation of Law of Demeter (object not created locally)
55451 src/com/gps/helper/DeviationHelper.java 451 There is log block not surrounded by if
55452 src/com/gps/helper/DeviationHelper.java 451 There is log block not surrounded by if
55453 src/com/gps/helper/DeviationHelper.java 452 There is log block not surrounded by if
55454 src/com/gps/helper/DeviationHelper.java 452 There is log block not surrounded by if
55455 src/com/gps/helper/DeviationHelper.java 454 Avoid using if...else statements without curly braces
55456 src/com/gps/helper/DeviationHelper.java 454 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '454'-'470').
55457 src/com/gps/helper/DeviationHelper.java 456 Avoid using if...else statements without curly braces
55458 src/com/gps/helper/DeviationHelper.java 456 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '456'-'470').
55459 src/com/gps/helper/DeviationHelper.java 461 Found 'DU'-anomaly for variable 'bAlreadySent' (lines '461'-'470').
55460 src/com/gps/helper/DeviationHelper.java 463 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55461 src/com/gps/helper/DeviationHelper.java 465 Avoid printStackTrace(); use a logger call instead.
55462 src/com/gps/helper/DeviationHelper.java 465 Potential violation of Law of Demeter (object not created locally)
55463 src/com/gps/helper/DeviationHelper.java 466 Avoid throwing raw exception types.
55464 src/com/gps/helper/DistanceHelper.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
55465 src/com/gps/helper/DistanceHelper.java 3 headerCommentRequirement Required
55466 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat1' is not assigned and could be declared final
55467 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lat2' is not assigned and could be declared final
55468 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng1' is not assigned and could be declared final
55469 src/com/gps/helper/DistanceHelper.java 6 Parameter 'lng2' is not assigned and could be declared final
55470 src/com/gps/helper/DistanceHelper.java 8 Local variable 'earthRadius' could be declared final
55471 src/com/gps/helper/DistanceHelper.java 9 Local variable 'dLat' could be declared final
55472 src/com/gps/helper/DistanceHelper.java 10 Local variable 'dLng' could be declared final
55473 src/com/gps/helper/DistanceHelper.java 11 Avoid variables with short names like a
55474 src/com/gps/helper/DistanceHelper.java 11 Local variable 'a' could be declared final
55475 src/com/gps/helper/DistanceHelper.java 14 Avoid variables with short names like c
55476 src/com/gps/helper/DistanceHelper.java 14 Local variable 'c' could be declared final
55477 src/com/gps/helper/DistanceHelper.java 15 Local variable 'dist' could be declared final
55478 src/com/gps/helper/DistanceHelper.java 16 Local variable 'kmConversion' could be declared final
55479 src/com/gps/helper/DistanceHelper.java 17 Local variable 'distance' could be declared final
55480 src/com/gps/helper/FuelAlertManager.java 10 headerCommentRequirement Required
55481 src/com/gps/helper/FuelAlertManager.java 12 The Logger variable declaration does not contain the static and final modifiers
55482 src/com/gps/helper/FuelAlertManager.java 12 Use explicit scoping instead of the default package private level
55483 src/com/gps/helper/FuelAlertManager.java 12 fieldCommentRequirement Required
55484 src/com/gps/helper/FuelAlertManager.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
55485 src/com/gps/helper/FuelAlertManager.java 13 Use explicit scoping instead of the default package private level
55486 src/com/gps/helper/FuelAlertManager.java 13 fieldCommentRequirement Required
55487 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'creationtime' is not assigned and could be declared final
55488 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'fuelcontent' is not assigned and could be declared final
55489 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'lattitude' is not assigned and could be declared final
55490 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'longitude' is not assigned and could be declared final
55491 src/com/gps/helper/FuelAlertManager.java 15 Parameter 'vehicleid' is not assigned and could be declared final
55492 src/com/gps/helper/FuelAlertManager.java 15 publicMethodCommentRequirement Required
55493 src/com/gps/hibernate/Account.java 11 Classes implementing Serializable should set a serialVersionUID
55494 src/com/gps/hibernate/Account.java 11 Too many fields
55495 src/com/gps/hibernate/Account.java 15 fieldCommentRequirement Required
55496 src/com/gps/hibernate/Account.java 16 fieldCommentRequirement Required
55497 src/com/gps/hibernate/Account.java 17 fieldCommentRequirement Required
55498 src/com/gps/hibernate/Account.java 18 fieldCommentRequirement Required
55499 src/com/gps/hibernate/Account.java 19 fieldCommentRequirement Required
55500 src/com/gps/hibernate/Account.java 20 fieldCommentRequirement Required
55501 src/com/gps/hibernate/Account.java 21 fieldCommentRequirement Required
55502 src/com/gps/hibernate/Account.java 22 fieldCommentRequirement Required
55503 src/com/gps/hibernate/Account.java 23 fieldCommentRequirement Required
55504 src/com/gps/hibernate/Account.java 24 fieldCommentRequirement Required
55505 src/com/gps/hibernate/Account.java 25 fieldCommentRequirement Required
55506 src/com/gps/hibernate/Account.java 26 fieldCommentRequirement Required
55507 src/com/gps/hibernate/Account.java 27 fieldCommentRequirement Required
55508 src/com/gps/hibernate/Account.java 28 fieldCommentRequirement Required
55509 src/com/gps/hibernate/Account.java 29 fieldCommentRequirement Required
55510 src/com/gps/hibernate/Account.java 30 fieldCommentRequirement Required
55511 src/com/gps/hibernate/Account.java 35 Document empty constructor
55512 src/com/gps/hibernate/Account.java 39 Parameter 'accountId' is not assigned and could be declared final
55513 src/com/gps/hibernate/Account.java 44 Avoid long parameter lists.
55514 src/com/gps/hibernate/Account.java 44 Parameter 'accountId' is not assigned and could be declared final
55515 src/com/gps/hibernate/Account.java 44 Parameter 'companyId' is not assigned and could be declared final
55516 src/com/gps/hibernate/Account.java 44 Parameter 'userId' is not assigned and could be declared final
55517 src/com/gps/hibernate/Account.java 45 Parameter 'createDate' is not assigned and could be declared final
55518 src/com/gps/hibernate/Account.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
55519 src/com/gps/hibernate/Account.java 45 Parameter 'userName' is not assigned and could be declared final
55520 src/com/gps/hibernate/Account.java 46 Parameter 'legalName' is not assigned and could be declared final
55521 src/com/gps/hibernate/Account.java 46 Parameter 'name' is not assigned and could be declared final
55522 src/com/gps/hibernate/Account.java 46 Parameter 'parentAccountId' is not assigned and could be declared final
55523 src/com/gps/hibernate/Account.java 47 Parameter 'legalId' is not assigned and could be declared final
55524 src/com/gps/hibernate/Account.java 47 Parameter 'legalType' is not assigned and could be declared final
55525 src/com/gps/hibernate/Account.java 47 Parameter 'sicCode' is not assigned and could be declared final
55526 src/com/gps/hibernate/Account.java 48 Parameter 'industry' is not assigned and could be declared final
55527 src/com/gps/hibernate/Account.java 48 Parameter 'size' is not assigned and could be declared final
55528 src/com/gps/hibernate/Account.java 48 Parameter 'tickerSymbol' is not assigned and could be declared final
55529 src/com/gps/hibernate/Account.java 48 Parameter 'type' is not assigned and could be declared final
55530 src/com/gps/hibernate/Account.java 69 publicMethodCommentRequirement Required
55531 src/com/gps/hibernate/Account.java 73 Parameter 'accountId' is not assigned and could be declared final
55532 src/com/gps/hibernate/Account.java 73 publicMethodCommentRequirement Required
55533 src/com/gps/hibernate/Account.java 77 publicMethodCommentRequirement Required
55534 src/com/gps/hibernate/Account.java 81 Parameter 'companyId' is not assigned and could be declared final
55535 src/com/gps/hibernate/Account.java 81 publicMethodCommentRequirement Required
55536 src/com/gps/hibernate/Account.java 85 publicMethodCommentRequirement Required
55537 src/com/gps/hibernate/Account.java 89 Parameter 'userId' is not assigned and could be declared final
55538 src/com/gps/hibernate/Account.java 89 publicMethodCommentRequirement Required
55539 src/com/gps/hibernate/Account.java 93 publicMethodCommentRequirement Required
55540 src/com/gps/hibernate/Account.java 97 Parameter 'userName' is not assigned and could be declared final
55541 src/com/gps/hibernate/Account.java 97 publicMethodCommentRequirement Required
55542 src/com/gps/hibernate/Account.java 101 publicMethodCommentRequirement Required
55543 src/com/gps/hibernate/Account.java 105 Parameter 'createDate' is not assigned and could be declared final
55544 src/com/gps/hibernate/Account.java 105 publicMethodCommentRequirement Required
55545 src/com/gps/hibernate/Account.java 109 publicMethodCommentRequirement Required
55546 src/com/gps/hibernate/Account.java 113 Parameter 'modifiedDate' is not assigned and could be declared final
55547 src/com/gps/hibernate/Account.java 113 publicMethodCommentRequirement Required
55548 src/com/gps/hibernate/Account.java 117 publicMethodCommentRequirement Required
55549 src/com/gps/hibernate/Account.java 121 Parameter 'parentAccountId' is not assigned and could be declared final
55550 src/com/gps/hibernate/Account.java 121 publicMethodCommentRequirement Required
55551 src/com/gps/hibernate/Account.java 125 publicMethodCommentRequirement Required
55552 src/com/gps/hibernate/Account.java 129 Parameter 'name' is not assigned and could be declared final
55553 src/com/gps/hibernate/Account.java 129 publicMethodCommentRequirement Required
55554 src/com/gps/hibernate/Account.java 133 publicMethodCommentRequirement Required
55555 src/com/gps/hibernate/Account.java 137 Parameter 'legalName' is not assigned and could be declared final
55556 src/com/gps/hibernate/Account.java 137 publicMethodCommentRequirement Required
55557 src/com/gps/hibernate/Account.java 141 publicMethodCommentRequirement Required
55558 src/com/gps/hibernate/Account.java 145 Parameter 'legalId' is not assigned and could be declared final
55559 src/com/gps/hibernate/Account.java 145 publicMethodCommentRequirement Required
55560 src/com/gps/hibernate/Account.java 149 publicMethodCommentRequirement Required
55561 src/com/gps/hibernate/Account.java 153 Parameter 'legalType' is not assigned and could be declared final
55562 src/com/gps/hibernate/Account.java 153 publicMethodCommentRequirement Required
55563 src/com/gps/hibernate/Account.java 157 publicMethodCommentRequirement Required
55564 src/com/gps/hibernate/Account.java 161 Parameter 'sicCode' is not assigned and could be declared final
55565 src/com/gps/hibernate/Account.java 161 publicMethodCommentRequirement Required
55566 src/com/gps/hibernate/Account.java 165 publicMethodCommentRequirement Required
55567 src/com/gps/hibernate/Account.java 169 Parameter 'tickerSymbol' is not assigned and could be declared final
55568 src/com/gps/hibernate/Account.java 169 publicMethodCommentRequirement Required
55569 src/com/gps/hibernate/Account.java 173 publicMethodCommentRequirement Required
55570 src/com/gps/hibernate/Account.java 177 Parameter 'industry' is not assigned and could be declared final
55571 src/com/gps/hibernate/Account.java 177 publicMethodCommentRequirement Required
55572 src/com/gps/hibernate/Account.java 181 publicMethodCommentRequirement Required
55573 src/com/gps/hibernate/Account.java 185 Parameter 'type' is not assigned and could be declared final
55574 src/com/gps/hibernate/Account.java 185 publicMethodCommentRequirement Required
55575 src/com/gps/hibernate/Account.java 189 publicMethodCommentRequirement Required
55576 src/com/gps/hibernate/Account.java 193 Parameter 'size' is not assigned and could be declared final
55577 src/com/gps/hibernate/Account.java 193 publicMethodCommentRequirement Required
55578 src/com/gps/hibernate/AccountDAO.java 3 Avoid unused imports such as 'java.util.Date'
55579 src/com/gps/hibernate/AccountDAO.java 11 Comment is too large: Too many lines
55580 src/com/gps/hibernate/AccountDAO.java 23 This class has too many methods, consider refactoring it.
55581 src/com/gps/hibernate/AccountDAO.java 24 Logger should be defined private static final and have the correct class
55582 src/com/gps/hibernate/AccountDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
55583 src/com/gps/hibernate/AccountDAO.java 24 fieldCommentRequirement Required
55584 src/com/gps/hibernate/AccountDAO.java 26 fieldCommentRequirement Required
55585 src/com/gps/hibernate/AccountDAO.java 27 fieldCommentRequirement Required
55586 src/com/gps/hibernate/AccountDAO.java 28 fieldCommentRequirement Required
55587 src/com/gps/hibernate/AccountDAO.java 29 fieldCommentRequirement Required
55588 src/com/gps/hibernate/AccountDAO.java 30 fieldCommentRequirement Required
55589 src/com/gps/hibernate/AccountDAO.java 31 fieldCommentRequirement Required
55590 src/com/gps/hibernate/AccountDAO.java 32 fieldCommentRequirement Required
55591 src/com/gps/hibernate/AccountDAO.java 33 fieldCommentRequirement Required
55592 src/com/gps/hibernate/AccountDAO.java 34 fieldCommentRequirement Required
55593 src/com/gps/hibernate/AccountDAO.java 35 fieldCommentRequirement Required
55594 src/com/gps/hibernate/AccountDAO.java 36 fieldCommentRequirement Required
55595 src/com/gps/hibernate/AccountDAO.java 37 fieldCommentRequirement Required
55596 src/com/gps/hibernate/AccountDAO.java 38 fieldCommentRequirement Required
55597 src/com/gps/hibernate/AccountDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
55598 src/com/gps/hibernate/AccountDAO.java 40 publicMethodCommentRequirement Required
55599 src/com/gps/hibernate/AccountDAO.java 41 There is log block not surrounded by if
55600 src/com/gps/hibernate/AccountDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55601 src/com/gps/hibernate/AccountDAO.java 43 Potential violation of Law of Demeter (method chain calls)
55602 src/com/gps/hibernate/AccountDAO.java 44 There is log block not surrounded by if
55603 src/com/gps/hibernate/AccountDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55604 src/com/gps/hibernate/AccountDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55605 src/com/gps/hibernate/AccountDAO.java 46 There is log block not surrounded by if
55606 src/com/gps/hibernate/AccountDAO.java 51 Avoid excessively long variable names like persistentInstance
55607 src/com/gps/hibernate/AccountDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
55608 src/com/gps/hibernate/AccountDAO.java 51 publicMethodCommentRequirement Required
55609 src/com/gps/hibernate/AccountDAO.java 52 There is log block not surrounded by if
55610 src/com/gps/hibernate/AccountDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55611 src/com/gps/hibernate/AccountDAO.java 54 Potential violation of Law of Demeter (method chain calls)
55612 src/com/gps/hibernate/AccountDAO.java 55 There is log block not surrounded by if
55613 src/com/gps/hibernate/AccountDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55614 src/com/gps/hibernate/AccountDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55615 src/com/gps/hibernate/AccountDAO.java 57 There is log block not surrounded by if
55616 src/com/gps/hibernate/AccountDAO.java 62 Avoid variables with short names like id
55617 src/com/gps/hibernate/AccountDAO.java 62 Parameter 'id' is not assigned and could be declared final
55618 src/com/gps/hibernate/AccountDAO.java 62 publicMethodCommentRequirement Required
55619 src/com/gps/hibernate/AccountDAO.java 63 There is log block not surrounded by if
55620 src/com/gps/hibernate/AccountDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55621 src/com/gps/hibernate/AccountDAO.java 65 Local variable 'instance' could be declared final
55622 src/com/gps/hibernate/AccountDAO.java 65 Potential violation of Law of Demeter (method chain calls)
55623 src/com/gps/hibernate/AccountDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55624 src/com/gps/hibernate/AccountDAO.java 69 There is log block not surrounded by if
55625 src/com/gps/hibernate/AccountDAO.java 74 Parameter 'instance' is not assigned and could be declared final
55626 src/com/gps/hibernate/AccountDAO.java 74 publicMethodCommentRequirement Required
55627 src/com/gps/hibernate/AccountDAO.java 75 There is log block not surrounded by if
55628 src/com/gps/hibernate/AccountDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55629 src/com/gps/hibernate/AccountDAO.java 77 Local variable 'results' could be declared final
55630 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
55631 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
55632 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
55633 src/com/gps/hibernate/AccountDAO.java 80 There is log block not surrounded by if
55634 src/com/gps/hibernate/AccountDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55635 src/com/gps/hibernate/AccountDAO.java 81 Potential violation of Law of Demeter (object not created locally)
55636 src/com/gps/hibernate/AccountDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55637 src/com/gps/hibernate/AccountDAO.java 84 There is log block not surrounded by if
55638 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
55639 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'value' is not assigned and could be declared final
55640 src/com/gps/hibernate/AccountDAO.java 89 publicMethodCommentRequirement Required
55641 src/com/gps/hibernate/AccountDAO.java 90 There is log block not surrounded by if
55642 src/com/gps/hibernate/AccountDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55643 src/com/gps/hibernate/AccountDAO.java 93 Local variable 'queryString' could be declared final
55644 src/com/gps/hibernate/AccountDAO.java 95 Local variable 'queryObject' could be declared final
55645 src/com/gps/hibernate/AccountDAO.java 95 Potential violation of Law of Demeter (method chain calls)
55646 src/com/gps/hibernate/AccountDAO.java 96 Potential violation of Law of Demeter (object not created locally)
55647 src/com/gps/hibernate/AccountDAO.java 97 Potential violation of Law of Demeter (object not created locally)
55648 src/com/gps/hibernate/AccountDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55649 src/com/gps/hibernate/AccountDAO.java 99 There is log block not surrounded by if
55650 src/com/gps/hibernate/AccountDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
55651 src/com/gps/hibernate/AccountDAO.java 104 publicMethodCommentRequirement Required
55652 src/com/gps/hibernate/AccountDAO.java 108 Parameter 'userId' is not assigned and could be declared final
55653 src/com/gps/hibernate/AccountDAO.java 108 publicMethodCommentRequirement Required
55654 src/com/gps/hibernate/AccountDAO.java 112 Parameter 'userName' is not assigned and could be declared final
55655 src/com/gps/hibernate/AccountDAO.java 112 publicMethodCommentRequirement Required
55656 src/com/gps/hibernate/AccountDAO.java 116 Parameter 'parentAccountId' is not assigned and could be declared final
55657 src/com/gps/hibernate/AccountDAO.java 116 publicMethodCommentRequirement Required
55658 src/com/gps/hibernate/AccountDAO.java 120 Parameter 'name' is not assigned and could be declared final
55659 src/com/gps/hibernate/AccountDAO.java 120 publicMethodCommentRequirement Required
55660 src/com/gps/hibernate/AccountDAO.java 124 Parameter 'legalName' is not assigned and could be declared final
55661 src/com/gps/hibernate/AccountDAO.java 124 publicMethodCommentRequirement Required
55662 src/com/gps/hibernate/AccountDAO.java 128 Parameter 'legalId' is not assigned and could be declared final
55663 src/com/gps/hibernate/AccountDAO.java 128 publicMethodCommentRequirement Required
55664 src/com/gps/hibernate/AccountDAO.java 132 Parameter 'legalType' is not assigned and could be declared final
55665 src/com/gps/hibernate/AccountDAO.java 132 publicMethodCommentRequirement Required
55666 src/com/gps/hibernate/AccountDAO.java 136 Parameter 'sicCode' is not assigned and could be declared final
55667 src/com/gps/hibernate/AccountDAO.java 136 publicMethodCommentRequirement Required
55668 src/com/gps/hibernate/AccountDAO.java 140 Parameter 'tickerSymbol' is not assigned and could be declared final
55669 src/com/gps/hibernate/AccountDAO.java 140 publicMethodCommentRequirement Required
55670 src/com/gps/hibernate/AccountDAO.java 144 Parameter 'industry' is not assigned and could be declared final
55671 src/com/gps/hibernate/AccountDAO.java 144 publicMethodCommentRequirement Required
55672 src/com/gps/hibernate/AccountDAO.java 148 Parameter 'type' is not assigned and could be declared final
55673 src/com/gps/hibernate/AccountDAO.java 148 publicMethodCommentRequirement Required
55674 src/com/gps/hibernate/AccountDAO.java 152 Parameter 'size' is not assigned and could be declared final
55675 src/com/gps/hibernate/AccountDAO.java 152 publicMethodCommentRequirement Required
55676 src/com/gps/hibernate/AccountDAO.java 156 publicMethodCommentRequirement Required
55677 src/com/gps/hibernate/AccountDAO.java 157 There is log block not surrounded by if
55678 src/com/gps/hibernate/AccountDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55679 src/com/gps/hibernate/AccountDAO.java 159 Local variable 'queryString' could be declared final
55680 src/com/gps/hibernate/AccountDAO.java 160 Local variable 'queryObject' could be declared final
55681 src/com/gps/hibernate/AccountDAO.java 160 Potential violation of Law of Demeter (method chain calls)
55682 src/com/gps/hibernate/AccountDAO.java 161 Potential violation of Law of Demeter (object not created locally)
55683 src/com/gps/hibernate/AccountDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55684 src/com/gps/hibernate/AccountDAO.java 163 There is log block not surrounded by if
55685 src/com/gps/hibernate/AccountDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
55686 src/com/gps/hibernate/AccountDAO.java 168 publicMethodCommentRequirement Required
55687 src/com/gps/hibernate/AccountDAO.java 169 There is log block not surrounded by if
55688 src/com/gps/hibernate/AccountDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55689 src/com/gps/hibernate/AccountDAO.java 171 Local variable 'result' could be declared final
55690 src/com/gps/hibernate/AccountDAO.java 171 Potential violation of Law of Demeter (method chain calls)
55691 src/com/gps/hibernate/AccountDAO.java 172 There is log block not surrounded by if
55692 src/com/gps/hibernate/AccountDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55693 src/com/gps/hibernate/AccountDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55694 src/com/gps/hibernate/AccountDAO.java 175 There is log block not surrounded by if
55695 src/com/gps/hibernate/AccountDAO.java 180 Parameter 'instance' is not assigned and could be declared final
55696 src/com/gps/hibernate/AccountDAO.java 180 publicMethodCommentRequirement Required
55697 src/com/gps/hibernate/AccountDAO.java 181 There is log block not surrounded by if
55698 src/com/gps/hibernate/AccountDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55699 src/com/gps/hibernate/AccountDAO.java 183 Potential violation of Law of Demeter (method chain calls)
55700 src/com/gps/hibernate/AccountDAO.java 184 There is log block not surrounded by if
55701 src/com/gps/hibernate/AccountDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55702 src/com/gps/hibernate/AccountDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55703 src/com/gps/hibernate/AccountDAO.java 186 There is log block not surrounded by if
55704 src/com/gps/hibernate/AccountDAO.java 191 Parameter 'instance' is not assigned and could be declared final
55705 src/com/gps/hibernate/AccountDAO.java 191 publicMethodCommentRequirement Required
55706 src/com/gps/hibernate/AccountDAO.java 192 There is log block not surrounded by if
55707 src/com/gps/hibernate/AccountDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55708 src/com/gps/hibernate/AccountDAO.java 194 Potential violation of Law of Demeter (method chain calls)
55709 src/com/gps/hibernate/AccountDAO.java 195 There is log block not surrounded by if
55710 src/com/gps/hibernate/AccountDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55711 src/com/gps/hibernate/AccountDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55712 src/com/gps/hibernate/AccountDAO.java 197 There is log block not surrounded by if
55713 src/com/gps/hibernate/Accounts.java 9 Classes implementing Serializable should set a serialVersionUID
55714 src/com/gps/hibernate/Accounts.java 13 Avoid variables with short names like id
55715 src/com/gps/hibernate/Accounts.java 13 fieldCommentRequirement Required
55716 src/com/gps/hibernate/Accounts.java 18 Document empty constructor
55717 src/com/gps/hibernate/Accounts.java 22 Avoid variables with short names like id
55718 src/com/gps/hibernate/Accounts.java 22 Parameter 'id' is not assigned and could be declared final
55719 src/com/gps/hibernate/Accounts.java 28 publicMethodCommentRequirement Required
55720 src/com/gps/hibernate/Accounts.java 32 Avoid variables with short names like id
55721 src/com/gps/hibernate/Accounts.java 32 Parameter 'id' is not assigned and could be declared final
55722 src/com/gps/hibernate/Accounts.java 32 publicMethodCommentRequirement Required
55723 src/com/gps/hibernate/AccountsDAO.java 10 Comment is too large: Too many lines
55724 src/com/gps/hibernate/AccountsDAO.java 23 Logger should be defined private static final and have the correct class
55725 src/com/gps/hibernate/AccountsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
55726 src/com/gps/hibernate/AccountsDAO.java 23 fieldCommentRequirement Required
55727 src/com/gps/hibernate/AccountsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
55728 src/com/gps/hibernate/AccountsDAO.java 27 publicMethodCommentRequirement Required
55729 src/com/gps/hibernate/AccountsDAO.java 28 There is log block not surrounded by if
55730 src/com/gps/hibernate/AccountsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55731 src/com/gps/hibernate/AccountsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
55732 src/com/gps/hibernate/AccountsDAO.java 31 There is log block not surrounded by if
55733 src/com/gps/hibernate/AccountsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55734 src/com/gps/hibernate/AccountsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55735 src/com/gps/hibernate/AccountsDAO.java 33 There is log block not surrounded by if
55736 src/com/gps/hibernate/AccountsDAO.java 38 Avoid excessively long variable names like persistentInstance
55737 src/com/gps/hibernate/AccountsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
55738 src/com/gps/hibernate/AccountsDAO.java 38 publicMethodCommentRequirement Required
55739 src/com/gps/hibernate/AccountsDAO.java 39 There is log block not surrounded by if
55740 src/com/gps/hibernate/AccountsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55741 src/com/gps/hibernate/AccountsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
55742 src/com/gps/hibernate/AccountsDAO.java 42 There is log block not surrounded by if
55743 src/com/gps/hibernate/AccountsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55744 src/com/gps/hibernate/AccountsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55745 src/com/gps/hibernate/AccountsDAO.java 44 There is log block not surrounded by if
55746 src/com/gps/hibernate/AccountsDAO.java 49 Avoid variables with short names like id
55747 src/com/gps/hibernate/AccountsDAO.java 49 Parameter 'id' is not assigned and could be declared final
55748 src/com/gps/hibernate/AccountsDAO.java 49 publicMethodCommentRequirement Required
55749 src/com/gps/hibernate/AccountsDAO.java 50 There is log block not surrounded by if
55750 src/com/gps/hibernate/AccountsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55751 src/com/gps/hibernate/AccountsDAO.java 52 Local variable 'instance' could be declared final
55752 src/com/gps/hibernate/AccountsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
55753 src/com/gps/hibernate/AccountsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55754 src/com/gps/hibernate/AccountsDAO.java 56 There is log block not surrounded by if
55755 src/com/gps/hibernate/AccountsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
55756 src/com/gps/hibernate/AccountsDAO.java 61 publicMethodCommentRequirement Required
55757 src/com/gps/hibernate/AccountsDAO.java 62 There is log block not surrounded by if
55758 src/com/gps/hibernate/AccountsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55759 src/com/gps/hibernate/AccountsDAO.java 64 Local variable 'results' could be declared final
55760 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
55761 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
55762 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
55763 src/com/gps/hibernate/AccountsDAO.java 67 There is log block not surrounded by if
55764 src/com/gps/hibernate/AccountsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55765 src/com/gps/hibernate/AccountsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
55766 src/com/gps/hibernate/AccountsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55767 src/com/gps/hibernate/AccountsDAO.java 71 There is log block not surrounded by if
55768 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
55769 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'value' is not assigned and could be declared final
55770 src/com/gps/hibernate/AccountsDAO.java 76 publicMethodCommentRequirement Required
55771 src/com/gps/hibernate/AccountsDAO.java 77 There is log block not surrounded by if
55772 src/com/gps/hibernate/AccountsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55773 src/com/gps/hibernate/AccountsDAO.java 80 Local variable 'queryString' could be declared final
55774 src/com/gps/hibernate/AccountsDAO.java 82 Local variable 'queryObject' could be declared final
55775 src/com/gps/hibernate/AccountsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
55776 src/com/gps/hibernate/AccountsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
55777 src/com/gps/hibernate/AccountsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
55778 src/com/gps/hibernate/AccountsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55779 src/com/gps/hibernate/AccountsDAO.java 86 There is log block not surrounded by if
55780 src/com/gps/hibernate/AccountsDAO.java 91 publicMethodCommentRequirement Required
55781 src/com/gps/hibernate/AccountsDAO.java 92 There is log block not surrounded by if
55782 src/com/gps/hibernate/AccountsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55783 src/com/gps/hibernate/AccountsDAO.java 94 Local variable 'queryString' could be declared final
55784 src/com/gps/hibernate/AccountsDAO.java 95 Local variable 'queryObject' could be declared final
55785 src/com/gps/hibernate/AccountsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
55786 src/com/gps/hibernate/AccountsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
55787 src/com/gps/hibernate/AccountsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55788 src/com/gps/hibernate/AccountsDAO.java 98 There is log block not surrounded by if
55789 src/com/gps/hibernate/AccountsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
55790 src/com/gps/hibernate/AccountsDAO.java 103 publicMethodCommentRequirement Required
55791 src/com/gps/hibernate/AccountsDAO.java 104 There is log block not surrounded by if
55792 src/com/gps/hibernate/AccountsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55793 src/com/gps/hibernate/AccountsDAO.java 106 Local variable 'result' could be declared final
55794 src/com/gps/hibernate/AccountsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
55795 src/com/gps/hibernate/AccountsDAO.java 107 There is log block not surrounded by if
55796 src/com/gps/hibernate/AccountsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55797 src/com/gps/hibernate/AccountsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55798 src/com/gps/hibernate/AccountsDAO.java 110 There is log block not surrounded by if
55799 src/com/gps/hibernate/AccountsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
55800 src/com/gps/hibernate/AccountsDAO.java 115 publicMethodCommentRequirement Required
55801 src/com/gps/hibernate/AccountsDAO.java 116 There is log block not surrounded by if
55802 src/com/gps/hibernate/AccountsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55803 src/com/gps/hibernate/AccountsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
55804 src/com/gps/hibernate/AccountsDAO.java 119 There is log block not surrounded by if
55805 src/com/gps/hibernate/AccountsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55806 src/com/gps/hibernate/AccountsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55807 src/com/gps/hibernate/AccountsDAO.java 121 There is log block not surrounded by if
55808 src/com/gps/hibernate/AccountsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
55809 src/com/gps/hibernate/AccountsDAO.java 126 publicMethodCommentRequirement Required
55810 src/com/gps/hibernate/AccountsDAO.java 127 There is log block not surrounded by if
55811 src/com/gps/hibernate/AccountsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55812 src/com/gps/hibernate/AccountsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
55813 src/com/gps/hibernate/AccountsDAO.java 130 There is log block not surrounded by if
55814 src/com/gps/hibernate/AccountsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55815 src/com/gps/hibernate/AccountsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55816 src/com/gps/hibernate/AccountsDAO.java 132 There is log block not surrounded by if
55817 src/com/gps/hibernate/AccountsId.java 9 Classes implementing Serializable should set a serialVersionUID
55818 src/com/gps/hibernate/AccountsId.java 13 fieldCommentRequirement Required
55819 src/com/gps/hibernate/AccountsId.java 14 fieldCommentRequirement Required
55820 src/com/gps/hibernate/AccountsId.java 19 Document empty constructor
55821 src/com/gps/hibernate/AccountsId.java 23 Parameter 'creditLimit' is not assigned and could be declared final
55822 src/com/gps/hibernate/AccountsId.java 23 Parameter 'smsSent' is not assigned and could be declared final
55823 src/com/gps/hibernate/AccountsId.java 30 publicMethodCommentRequirement Required
55824 src/com/gps/hibernate/AccountsId.java 34 Parameter 'smsSent' is not assigned and could be declared final
55825 src/com/gps/hibernate/AccountsId.java 34 publicMethodCommentRequirement Required
55826 src/com/gps/hibernate/AccountsId.java 38 publicMethodCommentRequirement Required
55827 src/com/gps/hibernate/AccountsId.java 42 Parameter 'creditLimit' is not assigned and could be declared final
55828 src/com/gps/hibernate/AccountsId.java 42 publicMethodCommentRequirement Required
55829 src/com/gps/hibernate/AccountsId.java 46 Parameter 'other' is not assigned and could be declared final
55830 src/com/gps/hibernate/AccountsId.java 46 publicMethodCommentRequirement Required
55831 src/com/gps/hibernate/AccountsId.java 47 Avoid using if statements without curly braces
55832 src/com/gps/hibernate/AccountsId.java 47 Useless parentheses.
55833 src/com/gps/hibernate/AccountsId.java 48 A method should have only one exit point, and that should be the last statement in the method
55834 src/com/gps/hibernate/AccountsId.java 49 Avoid using if statements without curly braces
55835 src/com/gps/hibernate/AccountsId.java 49 Useless parentheses.
55836 src/com/gps/hibernate/AccountsId.java 50 A method should have only one exit point, and that should be the last statement in the method
55837 src/com/gps/hibernate/AccountsId.java 51 Avoid using if statements without curly braces
55838 src/com/gps/hibernate/AccountsId.java 52 A method should have only one exit point, and that should be the last statement in the method
55839 src/com/gps/hibernate/AccountsId.java 53 Local variable 'castOther' could be declared final
55840 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (method chain calls)
55841 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
55842 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
55843 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
55844 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
55845 src/com/gps/hibernate/AccountsId.java 57 Potential violation of Law of Demeter (object not created locally)
55846 src/com/gps/hibernate/AccountsId.java 58 Potential violation of Law of Demeter (object not created locally)
55847 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (method chain calls)
55848 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
55849 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
55850 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
55851 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
55852 src/com/gps/hibernate/AccountsId.java 61 Potential violation of Law of Demeter (object not created locally)
55853 src/com/gps/hibernate/AccountsId.java 62 Potential violation of Law of Demeter (object not created locally)
55854 src/com/gps/hibernate/AccountsId.java 65 publicMethodCommentRequirement Required
55855 src/com/gps/hibernate/AccountsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
55856 src/com/gps/hibernate/Address.java 11 Classes implementing Serializable should set a serialVersionUID
55857 src/com/gps/hibernate/Address.java 11 Too many fields
55858 src/com/gps/hibernate/Address.java 15 fieldCommentRequirement Required
55859 src/com/gps/hibernate/Address.java 16 fieldCommentRequirement Required
55860 src/com/gps/hibernate/Address.java 17 fieldCommentRequirement Required
55861 src/com/gps/hibernate/Address.java 18 fieldCommentRequirement Required
55862 src/com/gps/hibernate/Address.java 19 fieldCommentRequirement Required
55863 src/com/gps/hibernate/Address.java 20 fieldCommentRequirement Required
55864 src/com/gps/hibernate/Address.java 21 fieldCommentRequirement Required
55865 src/com/gps/hibernate/Address.java 22 fieldCommentRequirement Required
55866 src/com/gps/hibernate/Address.java 23 fieldCommentRequirement Required
55867 src/com/gps/hibernate/Address.java 24 fieldCommentRequirement Required
55868 src/com/gps/hibernate/Address.java 25 fieldCommentRequirement Required
55869 src/com/gps/hibernate/Address.java 26 fieldCommentRequirement Required
55870 src/com/gps/hibernate/Address.java 27 fieldCommentRequirement Required
55871 src/com/gps/hibernate/Address.java 28 fieldCommentRequirement Required
55872 src/com/gps/hibernate/Address.java 29 fieldCommentRequirement Required
55873 src/com/gps/hibernate/Address.java 30 fieldCommentRequirement Required
55874 src/com/gps/hibernate/Address.java 31 fieldCommentRequirement Required
55875 src/com/gps/hibernate/Address.java 32 fieldCommentRequirement Required
55876 src/com/gps/hibernate/Address.java 37 Document empty constructor
55877 src/com/gps/hibernate/Address.java 41 Parameter 'addressId' is not assigned and could be declared final
55878 src/com/gps/hibernate/Address.java 46 Avoid long parameter lists.
55879 src/com/gps/hibernate/Address.java 46 Parameter 'addressId' is not assigned and could be declared final
55880 src/com/gps/hibernate/Address.java 46 Parameter 'companyId' is not assigned and could be declared final
55881 src/com/gps/hibernate/Address.java 46 Parameter 'userId' is not assigned and could be declared final
55882 src/com/gps/hibernate/Address.java 47 Parameter 'createDate' is not assigned and could be declared final
55883 src/com/gps/hibernate/Address.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
55884 src/com/gps/hibernate/Address.java 47 Parameter 'userName' is not assigned and could be declared final
55885 src/com/gps/hibernate/Address.java 48 Parameter 'classNameId' is not assigned and could be declared final
55886 src/com/gps/hibernate/Address.java 48 Parameter 'classPk' is not assigned and could be declared final
55887 src/com/gps/hibernate/Address.java 48 Parameter 'street1' is not assigned and could be declared final
55888 src/com/gps/hibernate/Address.java 48 Parameter 'street2' is not assigned and could be declared final
55889 src/com/gps/hibernate/Address.java 49 Parameter 'city' is not assigned and could be declared final
55890 src/com/gps/hibernate/Address.java 49 Parameter 'regionId' is not assigned and could be declared final
55891 src/com/gps/hibernate/Address.java 49 Parameter 'street3' is not assigned and could be declared final
55892 src/com/gps/hibernate/Address.java 49 Parameter 'zip' is not assigned and could be declared final
55893 src/com/gps/hibernate/Address.java 50 Parameter 'countryId' is not assigned and could be declared final
55894 src/com/gps/hibernate/Address.java 50 Parameter 'mailing' is not assigned and could be declared final
55895 src/com/gps/hibernate/Address.java 50 Parameter 'primary' is not assigned and could be declared final
55896 src/com/gps/hibernate/Address.java 50 Parameter 'typeId' is not assigned and could be declared final
55897 src/com/gps/hibernate/Address.java 73 publicMethodCommentRequirement Required
55898 src/com/gps/hibernate/Address.java 77 Parameter 'addressId' is not assigned and could be declared final
55899 src/com/gps/hibernate/Address.java 77 publicMethodCommentRequirement Required
55900 src/com/gps/hibernate/Address.java 81 publicMethodCommentRequirement Required
55901 src/com/gps/hibernate/Address.java 85 Parameter 'companyId' is not assigned and could be declared final
55902 src/com/gps/hibernate/Address.java 85 publicMethodCommentRequirement Required
55903 src/com/gps/hibernate/Address.java 89 publicMethodCommentRequirement Required
55904 src/com/gps/hibernate/Address.java 93 Parameter 'userId' is not assigned and could be declared final
55905 src/com/gps/hibernate/Address.java 93 publicMethodCommentRequirement Required
55906 src/com/gps/hibernate/Address.java 97 publicMethodCommentRequirement Required
55907 src/com/gps/hibernate/Address.java 101 Parameter 'userName' is not assigned and could be declared final
55908 src/com/gps/hibernate/Address.java 101 publicMethodCommentRequirement Required
55909 src/com/gps/hibernate/Address.java 105 publicMethodCommentRequirement Required
55910 src/com/gps/hibernate/Address.java 109 Parameter 'createDate' is not assigned and could be declared final
55911 src/com/gps/hibernate/Address.java 109 publicMethodCommentRequirement Required
55912 src/com/gps/hibernate/Address.java 113 publicMethodCommentRequirement Required
55913 src/com/gps/hibernate/Address.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
55914 src/com/gps/hibernate/Address.java 117 publicMethodCommentRequirement Required
55915 src/com/gps/hibernate/Address.java 121 publicMethodCommentRequirement Required
55916 src/com/gps/hibernate/Address.java 125 Parameter 'classNameId' is not assigned and could be declared final
55917 src/com/gps/hibernate/Address.java 125 publicMethodCommentRequirement Required
55918 src/com/gps/hibernate/Address.java 129 publicMethodCommentRequirement Required
55919 src/com/gps/hibernate/Address.java 133 Parameter 'classPk' is not assigned and could be declared final
55920 src/com/gps/hibernate/Address.java 133 publicMethodCommentRequirement Required
55921 src/com/gps/hibernate/Address.java 137 publicMethodCommentRequirement Required
55922 src/com/gps/hibernate/Address.java 141 Parameter 'street1' is not assigned and could be declared final
55923 src/com/gps/hibernate/Address.java 141 publicMethodCommentRequirement Required
55924 src/com/gps/hibernate/Address.java 145 publicMethodCommentRequirement Required
55925 src/com/gps/hibernate/Address.java 149 Parameter 'street2' is not assigned and could be declared final
55926 src/com/gps/hibernate/Address.java 149 publicMethodCommentRequirement Required
55927 src/com/gps/hibernate/Address.java 153 publicMethodCommentRequirement Required
55928 src/com/gps/hibernate/Address.java 157 Parameter 'street3' is not assigned and could be declared final
55929 src/com/gps/hibernate/Address.java 157 publicMethodCommentRequirement Required
55930 src/com/gps/hibernate/Address.java 161 publicMethodCommentRequirement Required
55931 src/com/gps/hibernate/Address.java 165 Parameter 'city' is not assigned and could be declared final
55932 src/com/gps/hibernate/Address.java 165 publicMethodCommentRequirement Required
55933 src/com/gps/hibernate/Address.java 169 publicMethodCommentRequirement Required
55934 src/com/gps/hibernate/Address.java 173 Parameter 'zip' is not assigned and could be declared final
55935 src/com/gps/hibernate/Address.java 173 publicMethodCommentRequirement Required
55936 src/com/gps/hibernate/Address.java 177 publicMethodCommentRequirement Required
55937 src/com/gps/hibernate/Address.java 181 Parameter 'regionId' is not assigned and could be declared final
55938 src/com/gps/hibernate/Address.java 181 publicMethodCommentRequirement Required
55939 src/com/gps/hibernate/Address.java 185 publicMethodCommentRequirement Required
55940 src/com/gps/hibernate/Address.java 189 Parameter 'countryId' is not assigned and could be declared final
55941 src/com/gps/hibernate/Address.java 189 publicMethodCommentRequirement Required
55942 src/com/gps/hibernate/Address.java 193 publicMethodCommentRequirement Required
55943 src/com/gps/hibernate/Address.java 197 Parameter 'typeId' is not assigned and could be declared final
55944 src/com/gps/hibernate/Address.java 197 publicMethodCommentRequirement Required
55945 src/com/gps/hibernate/Address.java 201 publicMethodCommentRequirement Required
55946 src/com/gps/hibernate/Address.java 205 Parameter 'mailing' is not assigned and could be declared final
55947 src/com/gps/hibernate/Address.java 205 publicMethodCommentRequirement Required
55948 src/com/gps/hibernate/Address.java 209 publicMethodCommentRequirement Required
55949 src/com/gps/hibernate/Address.java 213 Parameter 'primary' is not assigned and could be declared final
55950 src/com/gps/hibernate/Address.java 213 publicMethodCommentRequirement Required
55951 src/com/gps/hibernate/AddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
55952 src/com/gps/hibernate/AddressDAO.java 11 Comment is too large: Too many lines
55953 src/com/gps/hibernate/AddressDAO.java 23 This class has too many methods, consider refactoring it.
55954 src/com/gps/hibernate/AddressDAO.java 24 Logger should be defined private static final and have the correct class
55955 src/com/gps/hibernate/AddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
55956 src/com/gps/hibernate/AddressDAO.java 24 fieldCommentRequirement Required
55957 src/com/gps/hibernate/AddressDAO.java 26 fieldCommentRequirement Required
55958 src/com/gps/hibernate/AddressDAO.java 27 fieldCommentRequirement Required
55959 src/com/gps/hibernate/AddressDAO.java 28 fieldCommentRequirement Required
55960 src/com/gps/hibernate/AddressDAO.java 29 fieldCommentRequirement Required
55961 src/com/gps/hibernate/AddressDAO.java 30 fieldCommentRequirement Required
55962 src/com/gps/hibernate/AddressDAO.java 31 fieldCommentRequirement Required
55963 src/com/gps/hibernate/AddressDAO.java 32 fieldCommentRequirement Required
55964 src/com/gps/hibernate/AddressDAO.java 33 fieldCommentRequirement Required
55965 src/com/gps/hibernate/AddressDAO.java 34 fieldCommentRequirement Required
55966 src/com/gps/hibernate/AddressDAO.java 35 fieldCommentRequirement Required
55967 src/com/gps/hibernate/AddressDAO.java 36 fieldCommentRequirement Required
55968 src/com/gps/hibernate/AddressDAO.java 37 fieldCommentRequirement Required
55969 src/com/gps/hibernate/AddressDAO.java 38 fieldCommentRequirement Required
55970 src/com/gps/hibernate/AddressDAO.java 39 fieldCommentRequirement Required
55971 src/com/gps/hibernate/AddressDAO.java 40 fieldCommentRequirement Required
55972 src/com/gps/hibernate/AddressDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
55973 src/com/gps/hibernate/AddressDAO.java 42 publicMethodCommentRequirement Required
55974 src/com/gps/hibernate/AddressDAO.java 43 There is log block not surrounded by if
55975 src/com/gps/hibernate/AddressDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55976 src/com/gps/hibernate/AddressDAO.java 45 Potential violation of Law of Demeter (method chain calls)
55977 src/com/gps/hibernate/AddressDAO.java 46 There is log block not surrounded by if
55978 src/com/gps/hibernate/AddressDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55979 src/com/gps/hibernate/AddressDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55980 src/com/gps/hibernate/AddressDAO.java 48 There is log block not surrounded by if
55981 src/com/gps/hibernate/AddressDAO.java 53 Avoid excessively long variable names like persistentInstance
55982 src/com/gps/hibernate/AddressDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
55983 src/com/gps/hibernate/AddressDAO.java 53 publicMethodCommentRequirement Required
55984 src/com/gps/hibernate/AddressDAO.java 54 There is log block not surrounded by if
55985 src/com/gps/hibernate/AddressDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55986 src/com/gps/hibernate/AddressDAO.java 56 Potential violation of Law of Demeter (method chain calls)
55987 src/com/gps/hibernate/AddressDAO.java 57 There is log block not surrounded by if
55988 src/com/gps/hibernate/AddressDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55989 src/com/gps/hibernate/AddressDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55990 src/com/gps/hibernate/AddressDAO.java 59 There is log block not surrounded by if
55991 src/com/gps/hibernate/AddressDAO.java 64 Avoid variables with short names like id
55992 src/com/gps/hibernate/AddressDAO.java 64 Parameter 'id' is not assigned and could be declared final
55993 src/com/gps/hibernate/AddressDAO.java 64 publicMethodCommentRequirement Required
55994 src/com/gps/hibernate/AddressDAO.java 65 There is log block not surrounded by if
55995 src/com/gps/hibernate/AddressDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
55996 src/com/gps/hibernate/AddressDAO.java 67 Local variable 'instance' could be declared final
55997 src/com/gps/hibernate/AddressDAO.java 67 Potential violation of Law of Demeter (method chain calls)
55998 src/com/gps/hibernate/AddressDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
55999 src/com/gps/hibernate/AddressDAO.java 71 There is log block not surrounded by if
56000 src/com/gps/hibernate/AddressDAO.java 76 Parameter 'instance' is not assigned and could be declared final
56001 src/com/gps/hibernate/AddressDAO.java 76 publicMethodCommentRequirement Required
56002 src/com/gps/hibernate/AddressDAO.java 77 There is log block not surrounded by if
56003 src/com/gps/hibernate/AddressDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56004 src/com/gps/hibernate/AddressDAO.java 79 Local variable 'results' could be declared final
56005 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
56006 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
56007 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
56008 src/com/gps/hibernate/AddressDAO.java 82 There is log block not surrounded by if
56009 src/com/gps/hibernate/AddressDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56010 src/com/gps/hibernate/AddressDAO.java 83 Potential violation of Law of Demeter (object not created locally)
56011 src/com/gps/hibernate/AddressDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56012 src/com/gps/hibernate/AddressDAO.java 86 There is log block not surrounded by if
56013 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
56014 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'value' is not assigned and could be declared final
56015 src/com/gps/hibernate/AddressDAO.java 91 publicMethodCommentRequirement Required
56016 src/com/gps/hibernate/AddressDAO.java 92 There is log block not surrounded by if
56017 src/com/gps/hibernate/AddressDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56018 src/com/gps/hibernate/AddressDAO.java 95 Local variable 'queryString' could be declared final
56019 src/com/gps/hibernate/AddressDAO.java 97 Local variable 'queryObject' could be declared final
56020 src/com/gps/hibernate/AddressDAO.java 97 Potential violation of Law of Demeter (method chain calls)
56021 src/com/gps/hibernate/AddressDAO.java 98 Potential violation of Law of Demeter (object not created locally)
56022 src/com/gps/hibernate/AddressDAO.java 99 Potential violation of Law of Demeter (object not created locally)
56023 src/com/gps/hibernate/AddressDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56024 src/com/gps/hibernate/AddressDAO.java 101 There is log block not surrounded by if
56025 src/com/gps/hibernate/AddressDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
56026 src/com/gps/hibernate/AddressDAO.java 106 publicMethodCommentRequirement Required
56027 src/com/gps/hibernate/AddressDAO.java 110 Parameter 'userId' is not assigned and could be declared final
56028 src/com/gps/hibernate/AddressDAO.java 110 publicMethodCommentRequirement Required
56029 src/com/gps/hibernate/AddressDAO.java 114 Parameter 'userName' is not assigned and could be declared final
56030 src/com/gps/hibernate/AddressDAO.java 114 publicMethodCommentRequirement Required
56031 src/com/gps/hibernate/AddressDAO.java 118 Parameter 'classNameId' is not assigned and could be declared final
56032 src/com/gps/hibernate/AddressDAO.java 118 publicMethodCommentRequirement Required
56033 src/com/gps/hibernate/AddressDAO.java 122 Parameter 'classPk' is not assigned and could be declared final
56034 src/com/gps/hibernate/AddressDAO.java 122 publicMethodCommentRequirement Required
56035 src/com/gps/hibernate/AddressDAO.java 126 Parameter 'street1' is not assigned and could be declared final
56036 src/com/gps/hibernate/AddressDAO.java 126 publicMethodCommentRequirement Required
56037 src/com/gps/hibernate/AddressDAO.java 130 Parameter 'street2' is not assigned and could be declared final
56038 src/com/gps/hibernate/AddressDAO.java 130 publicMethodCommentRequirement Required
56039 src/com/gps/hibernate/AddressDAO.java 134 Parameter 'street3' is not assigned and could be declared final
56040 src/com/gps/hibernate/AddressDAO.java 134 publicMethodCommentRequirement Required
56041 src/com/gps/hibernate/AddressDAO.java 138 Parameter 'city' is not assigned and could be declared final
56042 src/com/gps/hibernate/AddressDAO.java 138 publicMethodCommentRequirement Required
56043 src/com/gps/hibernate/AddressDAO.java 142 Parameter 'zip' is not assigned and could be declared final
56044 src/com/gps/hibernate/AddressDAO.java 142 publicMethodCommentRequirement Required
56045 src/com/gps/hibernate/AddressDAO.java 146 Parameter 'regionId' is not assigned and could be declared final
56046 src/com/gps/hibernate/AddressDAO.java 146 publicMethodCommentRequirement Required
56047 src/com/gps/hibernate/AddressDAO.java 150 Parameter 'countryId' is not assigned and could be declared final
56048 src/com/gps/hibernate/AddressDAO.java 150 publicMethodCommentRequirement Required
56049 src/com/gps/hibernate/AddressDAO.java 154 Parameter 'typeId' is not assigned and could be declared final
56050 src/com/gps/hibernate/AddressDAO.java 154 publicMethodCommentRequirement Required
56051 src/com/gps/hibernate/AddressDAO.java 158 Parameter 'mailing' is not assigned and could be declared final
56052 src/com/gps/hibernate/AddressDAO.java 158 publicMethodCommentRequirement Required
56053 src/com/gps/hibernate/AddressDAO.java 162 Parameter 'primary' is not assigned and could be declared final
56054 src/com/gps/hibernate/AddressDAO.java 162 publicMethodCommentRequirement Required
56055 src/com/gps/hibernate/AddressDAO.java 166 publicMethodCommentRequirement Required
56056 src/com/gps/hibernate/AddressDAO.java 167 There is log block not surrounded by if
56057 src/com/gps/hibernate/AddressDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56058 src/com/gps/hibernate/AddressDAO.java 169 Local variable 'queryString' could be declared final
56059 src/com/gps/hibernate/AddressDAO.java 170 Local variable 'queryObject' could be declared final
56060 src/com/gps/hibernate/AddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
56061 src/com/gps/hibernate/AddressDAO.java 171 Potential violation of Law of Demeter (object not created locally)
56062 src/com/gps/hibernate/AddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56063 src/com/gps/hibernate/AddressDAO.java 173 There is log block not surrounded by if
56064 src/com/gps/hibernate/AddressDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
56065 src/com/gps/hibernate/AddressDAO.java 178 publicMethodCommentRequirement Required
56066 src/com/gps/hibernate/AddressDAO.java 179 There is log block not surrounded by if
56067 src/com/gps/hibernate/AddressDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56068 src/com/gps/hibernate/AddressDAO.java 181 Local variable 'result' could be declared final
56069 src/com/gps/hibernate/AddressDAO.java 181 Potential violation of Law of Demeter (method chain calls)
56070 src/com/gps/hibernate/AddressDAO.java 182 There is log block not surrounded by if
56071 src/com/gps/hibernate/AddressDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56072 src/com/gps/hibernate/AddressDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56073 src/com/gps/hibernate/AddressDAO.java 185 There is log block not surrounded by if
56074 src/com/gps/hibernate/AddressDAO.java 190 Parameter 'instance' is not assigned and could be declared final
56075 src/com/gps/hibernate/AddressDAO.java 190 publicMethodCommentRequirement Required
56076 src/com/gps/hibernate/AddressDAO.java 191 There is log block not surrounded by if
56077 src/com/gps/hibernate/AddressDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56078 src/com/gps/hibernate/AddressDAO.java 193 Potential violation of Law of Demeter (method chain calls)
56079 src/com/gps/hibernate/AddressDAO.java 194 There is log block not surrounded by if
56080 src/com/gps/hibernate/AddressDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56081 src/com/gps/hibernate/AddressDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56082 src/com/gps/hibernate/AddressDAO.java 196 There is log block not surrounded by if
56083 src/com/gps/hibernate/AddressDAO.java 201 Parameter 'instance' is not assigned and could be declared final
56084 src/com/gps/hibernate/AddressDAO.java 201 publicMethodCommentRequirement Required
56085 src/com/gps/hibernate/AddressDAO.java 202 There is log block not surrounded by if
56086 src/com/gps/hibernate/AddressDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56087 src/com/gps/hibernate/AddressDAO.java 204 Potential violation of Law of Demeter (method chain calls)
56088 src/com/gps/hibernate/AddressDAO.java 205 There is log block not surrounded by if
56089 src/com/gps/hibernate/AddressDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56090 src/com/gps/hibernate/AddressDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56091 src/com/gps/hibernate/AddressDAO.java 207 There is log block not surrounded by if
56092 src/com/gps/hibernate/Announcementsdelivery.java 9 Classes implementing Serializable should set a serialVersionUID
56093 src/com/gps/hibernate/Announcementsdelivery.java 13 fieldCommentRequirement Required
56094 src/com/gps/hibernate/Announcementsdelivery.java 14 fieldCommentRequirement Required
56095 src/com/gps/hibernate/Announcementsdelivery.java 15 fieldCommentRequirement Required
56096 src/com/gps/hibernate/Announcementsdelivery.java 16 fieldCommentRequirement Required
56097 src/com/gps/hibernate/Announcementsdelivery.java 17 fieldCommentRequirement Required
56098 src/com/gps/hibernate/Announcementsdelivery.java 18 fieldCommentRequirement Required
56099 src/com/gps/hibernate/Announcementsdelivery.java 19 fieldCommentRequirement Required
56100 src/com/gps/hibernate/Announcementsdelivery.java 24 Document empty constructor
56101 src/com/gps/hibernate/Announcementsdelivery.java 28 Parameter 'deliveryId' is not assigned and could be declared final
56102 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'companyId' is not assigned and could be declared final
56103 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'deliveryId' is not assigned and could be declared final
56104 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'userId' is not assigned and could be declared final
56105 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'email' is not assigned and could be declared final
56106 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'sms' is not assigned and could be declared final
56107 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'type' is not assigned and could be declared final
56108 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'website' is not assigned and could be declared final
56109 src/com/gps/hibernate/Announcementsdelivery.java 46 publicMethodCommentRequirement Required
56110 src/com/gps/hibernate/Announcementsdelivery.java 50 Parameter 'deliveryId' is not assigned and could be declared final
56111 src/com/gps/hibernate/Announcementsdelivery.java 50 publicMethodCommentRequirement Required
56112 src/com/gps/hibernate/Announcementsdelivery.java 54 publicMethodCommentRequirement Required
56113 src/com/gps/hibernate/Announcementsdelivery.java 58 Parameter 'companyId' is not assigned and could be declared final
56114 src/com/gps/hibernate/Announcementsdelivery.java 58 publicMethodCommentRequirement Required
56115 src/com/gps/hibernate/Announcementsdelivery.java 62 publicMethodCommentRequirement Required
56116 src/com/gps/hibernate/Announcementsdelivery.java 66 Parameter 'userId' is not assigned and could be declared final
56117 src/com/gps/hibernate/Announcementsdelivery.java 66 publicMethodCommentRequirement Required
56118 src/com/gps/hibernate/Announcementsdelivery.java 70 publicMethodCommentRequirement Required
56119 src/com/gps/hibernate/Announcementsdelivery.java 74 Parameter 'type' is not assigned and could be declared final
56120 src/com/gps/hibernate/Announcementsdelivery.java 74 publicMethodCommentRequirement Required
56121 src/com/gps/hibernate/Announcementsdelivery.java 78 publicMethodCommentRequirement Required
56122 src/com/gps/hibernate/Announcementsdelivery.java 82 Parameter 'email' is not assigned and could be declared final
56123 src/com/gps/hibernate/Announcementsdelivery.java 82 publicMethodCommentRequirement Required
56124 src/com/gps/hibernate/Announcementsdelivery.java 86 publicMethodCommentRequirement Required
56125 src/com/gps/hibernate/Announcementsdelivery.java 90 Parameter 'sms' is not assigned and could be declared final
56126 src/com/gps/hibernate/Announcementsdelivery.java 90 publicMethodCommentRequirement Required
56127 src/com/gps/hibernate/Announcementsdelivery.java 94 publicMethodCommentRequirement Required
56128 src/com/gps/hibernate/Announcementsdelivery.java 98 Parameter 'website' is not assigned and could be declared final
56129 src/com/gps/hibernate/Announcementsdelivery.java 98 publicMethodCommentRequirement Required
56130 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 10 Comment is too large: Too many lines
56131 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 22 This class has too many methods, consider refactoring it.
56132 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Logger should be defined private static final and have the correct class
56133 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
56134 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 fieldCommentRequirement Required
56135 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 26 fieldCommentRequirement Required
56136 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 27 fieldCommentRequirement Required
56137 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 28 fieldCommentRequirement Required
56138 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 29 fieldCommentRequirement Required
56139 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 30 fieldCommentRequirement Required
56140 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 31 fieldCommentRequirement Required
56141 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
56142 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 publicMethodCommentRequirement Required
56143 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 There is log block not surrounded by if
56144 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56145 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
56146 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 There is log block not surrounded by if
56147 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56148 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56149 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 39 There is log block not surrounded by if
56150 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Avoid excessively long variable names like persistentInstance
56151 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
56152 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 publicMethodCommentRequirement Required
56153 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 There is log block not surrounded by if
56154 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56155 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
56156 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 There is log block not surrounded by if
56157 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56158 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56159 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 50 There is log block not surrounded by if
56160 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Avoid variables with short names like id
56161 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Parameter 'id' is not assigned and could be declared final
56162 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 publicMethodCommentRequirement Required
56163 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 There is log block not surrounded by if
56164 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56165 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Local variable 'instance' could be declared final
56166 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
56167 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56168 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 62 There is log block not surrounded by if
56169 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
56170 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 publicMethodCommentRequirement Required
56171 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 There is log block not surrounded by if
56172 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56173 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Local variable 'results' could be declared final
56174 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
56175 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
56176 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
56177 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 There is log block not surrounded by if
56178 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56179 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
56180 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56181 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 77 There is log block not surrounded by if
56182 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
56183 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'value' is not assigned and could be declared final
56184 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 publicMethodCommentRequirement Required
56185 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 There is log block not surrounded by if
56186 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56187 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 86 Local variable 'queryString' could be declared final
56188 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Local variable 'queryObject' could be declared final
56189 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
56190 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
56191 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
56192 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56193 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 92 There is log block not surrounded by if
56194 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
56195 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 publicMethodCommentRequirement Required
56196 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
56197 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 publicMethodCommentRequirement Required
56198 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 Parameter 'type' is not assigned and could be declared final
56199 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 publicMethodCommentRequirement Required
56200 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 Parameter 'email' is not assigned and could be declared final
56201 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 publicMethodCommentRequirement Required
56202 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 Parameter 'sms' is not assigned and could be declared final
56203 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 publicMethodCommentRequirement Required
56204 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 Parameter 'website' is not assigned and could be declared final
56205 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 publicMethodCommentRequirement Required
56206 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 121 publicMethodCommentRequirement Required
56207 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 There is log block not surrounded by if
56208 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56209 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 124 Local variable 'queryString' could be declared final
56210 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Local variable 'queryObject' could be declared final
56211 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
56212 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
56213 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56214 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 128 There is log block not surrounded by if
56215 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
56216 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 publicMethodCommentRequirement Required
56217 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 There is log block not surrounded by if
56218 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56219 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Local variable 'result' could be declared final
56220 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
56221 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 There is log block not surrounded by if
56222 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56223 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56224 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 141 There is log block not surrounded by if
56225 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
56226 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 publicMethodCommentRequirement Required
56227 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 There is log block not surrounded by if
56228 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56229 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
56230 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 There is log block not surrounded by if
56231 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56232 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56233 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 152 There is log block not surrounded by if
56234 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
56235 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 publicMethodCommentRequirement Required
56236 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 There is log block not surrounded by if
56237 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56238 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
56239 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 There is log block not surrounded by if
56240 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56241 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56242 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 163 There is log block not surrounded by if
56243 src/com/gps/hibernate/Announcementsentry.java 11 Classes implementing Serializable should set a serialVersionUID
56244 src/com/gps/hibernate/Announcementsentry.java 11 Too many fields
56245 src/com/gps/hibernate/Announcementsentry.java 15 fieldCommentRequirement Required
56246 src/com/gps/hibernate/Announcementsentry.java 16 fieldCommentRequirement Required
56247 src/com/gps/hibernate/Announcementsentry.java 17 fieldCommentRequirement Required
56248 src/com/gps/hibernate/Announcementsentry.java 18 fieldCommentRequirement Required
56249 src/com/gps/hibernate/Announcementsentry.java 19 fieldCommentRequirement Required
56250 src/com/gps/hibernate/Announcementsentry.java 20 fieldCommentRequirement Required
56251 src/com/gps/hibernate/Announcementsentry.java 21 fieldCommentRequirement Required
56252 src/com/gps/hibernate/Announcementsentry.java 22 fieldCommentRequirement Required
56253 src/com/gps/hibernate/Announcementsentry.java 23 fieldCommentRequirement Required
56254 src/com/gps/hibernate/Announcementsentry.java 24 fieldCommentRequirement Required
56255 src/com/gps/hibernate/Announcementsentry.java 25 fieldCommentRequirement Required
56256 src/com/gps/hibernate/Announcementsentry.java 26 fieldCommentRequirement Required
56257 src/com/gps/hibernate/Announcementsentry.java 27 fieldCommentRequirement Required
56258 src/com/gps/hibernate/Announcementsentry.java 28 fieldCommentRequirement Required
56259 src/com/gps/hibernate/Announcementsentry.java 29 fieldCommentRequirement Required
56260 src/com/gps/hibernate/Announcementsentry.java 30 fieldCommentRequirement Required
56261 src/com/gps/hibernate/Announcementsentry.java 31 fieldCommentRequirement Required
56262 src/com/gps/hibernate/Announcementsentry.java 36 Document empty constructor
56263 src/com/gps/hibernate/Announcementsentry.java 40 Parameter 'entryId' is not assigned and could be declared final
56264 src/com/gps/hibernate/Announcementsentry.java 45 Avoid long parameter lists.
56265 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'companyId' is not assigned and could be declared final
56266 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'entryId' is not assigned and could be declared final
56267 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'uuid' is not assigned and could be declared final
56268 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'createDate' is not assigned and could be declared final
56269 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'modifiedDate' is not assigned and could be declared final
56270 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userId' is not assigned and could be declared final
56271 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userName' is not assigned and could be declared final
56272 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classNameId' is not assigned and could be declared final
56273 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classPk' is not assigned and could be declared final
56274 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'content' is not assigned and could be declared final
56275 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'title' is not assigned and could be declared final
56276 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'displayDate' is not assigned and could be declared final
56277 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'expirationDate' is not assigned and could be declared final
56278 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'type' is not assigned and could be declared final
56279 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'url' is not assigned and could be declared final
56280 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'alert' is not assigned and could be declared final
56281 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'priority' is not assigned and could be declared final
56282 src/com/gps/hibernate/Announcementsentry.java 71 publicMethodCommentRequirement Required
56283 src/com/gps/hibernate/Announcementsentry.java 75 Parameter 'entryId' is not assigned and could be declared final
56284 src/com/gps/hibernate/Announcementsentry.java 75 publicMethodCommentRequirement Required
56285 src/com/gps/hibernate/Announcementsentry.java 79 publicMethodCommentRequirement Required
56286 src/com/gps/hibernate/Announcementsentry.java 83 Parameter 'uuid' is not assigned and could be declared final
56287 src/com/gps/hibernate/Announcementsentry.java 83 publicMethodCommentRequirement Required
56288 src/com/gps/hibernate/Announcementsentry.java 87 publicMethodCommentRequirement Required
56289 src/com/gps/hibernate/Announcementsentry.java 91 Parameter 'companyId' is not assigned and could be declared final
56290 src/com/gps/hibernate/Announcementsentry.java 91 publicMethodCommentRequirement Required
56291 src/com/gps/hibernate/Announcementsentry.java 95 publicMethodCommentRequirement Required
56292 src/com/gps/hibernate/Announcementsentry.java 99 Parameter 'userId' is not assigned and could be declared final
56293 src/com/gps/hibernate/Announcementsentry.java 99 publicMethodCommentRequirement Required
56294 src/com/gps/hibernate/Announcementsentry.java 103 publicMethodCommentRequirement Required
56295 src/com/gps/hibernate/Announcementsentry.java 107 Parameter 'userName' is not assigned and could be declared final
56296 src/com/gps/hibernate/Announcementsentry.java 107 publicMethodCommentRequirement Required
56297 src/com/gps/hibernate/Announcementsentry.java 111 publicMethodCommentRequirement Required
56298 src/com/gps/hibernate/Announcementsentry.java 115 Parameter 'createDate' is not assigned and could be declared final
56299 src/com/gps/hibernate/Announcementsentry.java 115 publicMethodCommentRequirement Required
56300 src/com/gps/hibernate/Announcementsentry.java 119 publicMethodCommentRequirement Required
56301 src/com/gps/hibernate/Announcementsentry.java 123 Parameter 'modifiedDate' is not assigned and could be declared final
56302 src/com/gps/hibernate/Announcementsentry.java 123 publicMethodCommentRequirement Required
56303 src/com/gps/hibernate/Announcementsentry.java 127 publicMethodCommentRequirement Required
56304 src/com/gps/hibernate/Announcementsentry.java 131 Parameter 'classNameId' is not assigned and could be declared final
56305 src/com/gps/hibernate/Announcementsentry.java 131 publicMethodCommentRequirement Required
56306 src/com/gps/hibernate/Announcementsentry.java 135 publicMethodCommentRequirement Required
56307 src/com/gps/hibernate/Announcementsentry.java 139 Parameter 'classPk' is not assigned and could be declared final
56308 src/com/gps/hibernate/Announcementsentry.java 139 publicMethodCommentRequirement Required
56309 src/com/gps/hibernate/Announcementsentry.java 143 publicMethodCommentRequirement Required
56310 src/com/gps/hibernate/Announcementsentry.java 147 Parameter 'title' is not assigned and could be declared final
56311 src/com/gps/hibernate/Announcementsentry.java 147 publicMethodCommentRequirement Required
56312 src/com/gps/hibernate/Announcementsentry.java 151 publicMethodCommentRequirement Required
56313 src/com/gps/hibernate/Announcementsentry.java 155 Parameter 'content' is not assigned and could be declared final
56314 src/com/gps/hibernate/Announcementsentry.java 155 publicMethodCommentRequirement Required
56315 src/com/gps/hibernate/Announcementsentry.java 159 publicMethodCommentRequirement Required
56316 src/com/gps/hibernate/Announcementsentry.java 163 Parameter 'url' is not assigned and could be declared final
56317 src/com/gps/hibernate/Announcementsentry.java 163 publicMethodCommentRequirement Required
56318 src/com/gps/hibernate/Announcementsentry.java 167 publicMethodCommentRequirement Required
56319 src/com/gps/hibernate/Announcementsentry.java 171 Parameter 'type' is not assigned and could be declared final
56320 src/com/gps/hibernate/Announcementsentry.java 171 publicMethodCommentRequirement Required
56321 src/com/gps/hibernate/Announcementsentry.java 175 publicMethodCommentRequirement Required
56322 src/com/gps/hibernate/Announcementsentry.java 179 Parameter 'displayDate' is not assigned and could be declared final
56323 src/com/gps/hibernate/Announcementsentry.java 179 publicMethodCommentRequirement Required
56324 src/com/gps/hibernate/Announcementsentry.java 183 publicMethodCommentRequirement Required
56325 src/com/gps/hibernate/Announcementsentry.java 187 Parameter 'expirationDate' is not assigned and could be declared final
56326 src/com/gps/hibernate/Announcementsentry.java 187 publicMethodCommentRequirement Required
56327 src/com/gps/hibernate/Announcementsentry.java 191 publicMethodCommentRequirement Required
56328 src/com/gps/hibernate/Announcementsentry.java 195 Parameter 'priority' is not assigned and could be declared final
56329 src/com/gps/hibernate/Announcementsentry.java 195 publicMethodCommentRequirement Required
56330 src/com/gps/hibernate/Announcementsentry.java 199 publicMethodCommentRequirement Required
56331 src/com/gps/hibernate/Announcementsentry.java 203 Parameter 'alert' is not assigned and could be declared final
56332 src/com/gps/hibernate/Announcementsentry.java 203 publicMethodCommentRequirement Required
56333 src/com/gps/hibernate/AnnouncementsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
56334 src/com/gps/hibernate/AnnouncementsentryDAO.java 11 Comment is too large: Too many lines
56335 src/com/gps/hibernate/AnnouncementsentryDAO.java 23 This class has too many methods, consider refactoring it.
56336 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Logger should be defined private static final and have the correct class
56337 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
56338 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 fieldCommentRequirement Required
56339 src/com/gps/hibernate/AnnouncementsentryDAO.java 27 fieldCommentRequirement Required
56340 src/com/gps/hibernate/AnnouncementsentryDAO.java 28 fieldCommentRequirement Required
56341 src/com/gps/hibernate/AnnouncementsentryDAO.java 29 fieldCommentRequirement Required
56342 src/com/gps/hibernate/AnnouncementsentryDAO.java 30 fieldCommentRequirement Required
56343 src/com/gps/hibernate/AnnouncementsentryDAO.java 31 fieldCommentRequirement Required
56344 src/com/gps/hibernate/AnnouncementsentryDAO.java 32 fieldCommentRequirement Required
56345 src/com/gps/hibernate/AnnouncementsentryDAO.java 33 fieldCommentRequirement Required
56346 src/com/gps/hibernate/AnnouncementsentryDAO.java 34 fieldCommentRequirement Required
56347 src/com/gps/hibernate/AnnouncementsentryDAO.java 35 fieldCommentRequirement Required
56348 src/com/gps/hibernate/AnnouncementsentryDAO.java 36 fieldCommentRequirement Required
56349 src/com/gps/hibernate/AnnouncementsentryDAO.java 37 fieldCommentRequirement Required
56350 src/com/gps/hibernate/AnnouncementsentryDAO.java 38 fieldCommentRequirement Required
56351 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
56352 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 publicMethodCommentRequirement Required
56353 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 There is log block not surrounded by if
56354 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56355 src/com/gps/hibernate/AnnouncementsentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
56356 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 There is log block not surrounded by if
56357 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56358 src/com/gps/hibernate/AnnouncementsentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56359 src/com/gps/hibernate/AnnouncementsentryDAO.java 46 There is log block not surrounded by if
56360 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Avoid excessively long variable names like persistentInstance
56361 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
56362 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 publicMethodCommentRequirement Required
56363 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 There is log block not surrounded by if
56364 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56365 src/com/gps/hibernate/AnnouncementsentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
56366 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 There is log block not surrounded by if
56367 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56368 src/com/gps/hibernate/AnnouncementsentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56369 src/com/gps/hibernate/AnnouncementsentryDAO.java 57 There is log block not surrounded by if
56370 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Avoid variables with short names like id
56371 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
56372 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 publicMethodCommentRequirement Required
56373 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 There is log block not surrounded by if
56374 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56375 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Local variable 'instance' could be declared final
56376 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
56377 src/com/gps/hibernate/AnnouncementsentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56378 src/com/gps/hibernate/AnnouncementsentryDAO.java 69 There is log block not surrounded by if
56379 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
56380 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 publicMethodCommentRequirement Required
56381 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 There is log block not surrounded by if
56382 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56383 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Local variable 'results' could be declared final
56384 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
56385 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
56386 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
56387 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 There is log block not surrounded by if
56388 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56389 src/com/gps/hibernate/AnnouncementsentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
56390 src/com/gps/hibernate/AnnouncementsentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56391 src/com/gps/hibernate/AnnouncementsentryDAO.java 84 There is log block not surrounded by if
56392 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
56393 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
56394 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 publicMethodCommentRequirement Required
56395 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 There is log block not surrounded by if
56396 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56397 src/com/gps/hibernate/AnnouncementsentryDAO.java 93 Local variable 'queryString' could be declared final
56398 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Local variable 'queryObject' could be declared final
56399 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
56400 src/com/gps/hibernate/AnnouncementsentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
56401 src/com/gps/hibernate/AnnouncementsentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
56402 src/com/gps/hibernate/AnnouncementsentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56403 src/com/gps/hibernate/AnnouncementsentryDAO.java 99 There is log block not surrounded by if
56404 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 Parameter 'uuid' is not assigned and could be declared final
56405 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 publicMethodCommentRequirement Required
56406 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
56407 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 publicMethodCommentRequirement Required
56408 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
56409 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 publicMethodCommentRequirement Required
56410 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
56411 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 publicMethodCommentRequirement Required
56412 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 Parameter 'classNameId' is not assigned and could be declared final
56413 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 publicMethodCommentRequirement Required
56414 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 Parameter 'classPk' is not assigned and could be declared final
56415 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 publicMethodCommentRequirement Required
56416 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 Parameter 'title' is not assigned and could be declared final
56417 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 publicMethodCommentRequirement Required
56418 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 Parameter 'content' is not assigned and could be declared final
56419 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 publicMethodCommentRequirement Required
56420 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 Parameter 'url' is not assigned and could be declared final
56421 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 publicMethodCommentRequirement Required
56422 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 Parameter 'type' is not assigned and could be declared final
56423 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 publicMethodCommentRequirement Required
56424 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 Parameter 'priority' is not assigned and could be declared final
56425 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 publicMethodCommentRequirement Required
56426 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 Parameter 'alert' is not assigned and could be declared final
56427 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 publicMethodCommentRequirement Required
56428 src/com/gps/hibernate/AnnouncementsentryDAO.java 152 publicMethodCommentRequirement Required
56429 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 There is log block not surrounded by if
56430 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56431 src/com/gps/hibernate/AnnouncementsentryDAO.java 155 Local variable 'queryString' could be declared final
56432 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Local variable 'queryObject' could be declared final
56433 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
56434 src/com/gps/hibernate/AnnouncementsentryDAO.java 157 Potential violation of Law of Demeter (object not created locally)
56435 src/com/gps/hibernate/AnnouncementsentryDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56436 src/com/gps/hibernate/AnnouncementsentryDAO.java 159 There is log block not surrounded by if
56437 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 Parameter 'detachedInstance' is not assigned and could be declared final
56438 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 publicMethodCommentRequirement Required
56439 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 There is log block not surrounded by if
56440 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56441 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Local variable 'result' could be declared final
56442 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Potential violation of Law of Demeter (method chain calls)
56443 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 There is log block not surrounded by if
56444 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56445 src/com/gps/hibernate/AnnouncementsentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56446 src/com/gps/hibernate/AnnouncementsentryDAO.java 172 There is log block not surrounded by if
56447 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
56448 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 publicMethodCommentRequirement Required
56449 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 There is log block not surrounded by if
56450 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56451 src/com/gps/hibernate/AnnouncementsentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
56452 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 There is log block not surrounded by if
56453 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56454 src/com/gps/hibernate/AnnouncementsentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56455 src/com/gps/hibernate/AnnouncementsentryDAO.java 183 There is log block not surrounded by if
56456 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 Parameter 'instance' is not assigned and could be declared final
56457 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 publicMethodCommentRequirement Required
56458 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 There is log block not surrounded by if
56459 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56460 src/com/gps/hibernate/AnnouncementsentryDAO.java 191 Potential violation of Law of Demeter (method chain calls)
56461 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 There is log block not surrounded by if
56462 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56463 src/com/gps/hibernate/AnnouncementsentryDAO.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56464 src/com/gps/hibernate/AnnouncementsentryDAO.java 194 There is log block not surrounded by if
56465 src/com/gps/hibernate/Announcementsflag.java 11 Classes implementing Serializable should set a serialVersionUID
56466 src/com/gps/hibernate/Announcementsflag.java 15 fieldCommentRequirement Required
56467 src/com/gps/hibernate/Announcementsflag.java 16 fieldCommentRequirement Required
56468 src/com/gps/hibernate/Announcementsflag.java 17 fieldCommentRequirement Required
56469 src/com/gps/hibernate/Announcementsflag.java 18 fieldCommentRequirement Required
56470 src/com/gps/hibernate/Announcementsflag.java 19 fieldCommentRequirement Required
56471 src/com/gps/hibernate/Announcementsflag.java 24 Document empty constructor
56472 src/com/gps/hibernate/Announcementsflag.java 28 Parameter 'flagId' is not assigned and could be declared final
56473 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'createDate' is not assigned and could be declared final
56474 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'flagId' is not assigned and could be declared final
56475 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'userId' is not assigned and could be declared final
56476 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'entryId' is not assigned and could be declared final
56477 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'value' is not assigned and could be declared final
56478 src/com/gps/hibernate/Announcementsflag.java 44 publicMethodCommentRequirement Required
56479 src/com/gps/hibernate/Announcementsflag.java 48 Parameter 'flagId' is not assigned and could be declared final
56480 src/com/gps/hibernate/Announcementsflag.java 48 publicMethodCommentRequirement Required
56481 src/com/gps/hibernate/Announcementsflag.java 52 publicMethodCommentRequirement Required
56482 src/com/gps/hibernate/Announcementsflag.java 56 Parameter 'userId' is not assigned and could be declared final
56483 src/com/gps/hibernate/Announcementsflag.java 56 publicMethodCommentRequirement Required
56484 src/com/gps/hibernate/Announcementsflag.java 60 publicMethodCommentRequirement Required
56485 src/com/gps/hibernate/Announcementsflag.java 64 Parameter 'createDate' is not assigned and could be declared final
56486 src/com/gps/hibernate/Announcementsflag.java 64 publicMethodCommentRequirement Required
56487 src/com/gps/hibernate/Announcementsflag.java 68 publicMethodCommentRequirement Required
56488 src/com/gps/hibernate/Announcementsflag.java 72 Parameter 'entryId' is not assigned and could be declared final
56489 src/com/gps/hibernate/Announcementsflag.java 72 publicMethodCommentRequirement Required
56490 src/com/gps/hibernate/Announcementsflag.java 76 publicMethodCommentRequirement Required
56491 src/com/gps/hibernate/Announcementsflag.java 80 Parameter 'value' is not assigned and could be declared final
56492 src/com/gps/hibernate/Announcementsflag.java 80 publicMethodCommentRequirement Required
56493 src/com/gps/hibernate/AnnouncementsflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
56494 src/com/gps/hibernate/AnnouncementsflagDAO.java 11 Comment is too large: Too many lines
56495 src/com/gps/hibernate/AnnouncementsflagDAO.java 23 This class has too many methods, consider refactoring it.
56496 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Logger should be defined private static final and have the correct class
56497 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
56498 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 fieldCommentRequirement Required
56499 src/com/gps/hibernate/AnnouncementsflagDAO.java 27 fieldCommentRequirement Required
56500 src/com/gps/hibernate/AnnouncementsflagDAO.java 28 fieldCommentRequirement Required
56501 src/com/gps/hibernate/AnnouncementsflagDAO.java 29 fieldCommentRequirement Required
56502 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
56503 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 publicMethodCommentRequirement Required
56504 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 There is log block not surrounded by if
56505 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56506 src/com/gps/hibernate/AnnouncementsflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
56507 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 There is log block not surrounded by if
56508 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56509 src/com/gps/hibernate/AnnouncementsflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56510 src/com/gps/hibernate/AnnouncementsflagDAO.java 37 There is log block not surrounded by if
56511 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Avoid excessively long variable names like persistentInstance
56512 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
56513 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 publicMethodCommentRequirement Required
56514 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 There is log block not surrounded by if
56515 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56516 src/com/gps/hibernate/AnnouncementsflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
56517 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 There is log block not surrounded by if
56518 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56519 src/com/gps/hibernate/AnnouncementsflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56520 src/com/gps/hibernate/AnnouncementsflagDAO.java 48 There is log block not surrounded by if
56521 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Avoid variables with short names like id
56522 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
56523 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 publicMethodCommentRequirement Required
56524 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 There is log block not surrounded by if
56525 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56526 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Local variable 'instance' could be declared final
56527 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
56528 src/com/gps/hibernate/AnnouncementsflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56529 src/com/gps/hibernate/AnnouncementsflagDAO.java 60 There is log block not surrounded by if
56530 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
56531 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 publicMethodCommentRequirement Required
56532 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 There is log block not surrounded by if
56533 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56534 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Local variable 'results' could be declared final
56535 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
56536 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
56537 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
56538 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 There is log block not surrounded by if
56539 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56540 src/com/gps/hibernate/AnnouncementsflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
56541 src/com/gps/hibernate/AnnouncementsflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56542 src/com/gps/hibernate/AnnouncementsflagDAO.java 75 There is log block not surrounded by if
56543 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
56544 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
56545 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 publicMethodCommentRequirement Required
56546 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 There is log block not surrounded by if
56547 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56548 src/com/gps/hibernate/AnnouncementsflagDAO.java 84 Local variable 'queryString' could be declared final
56549 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Local variable 'queryObject' could be declared final
56550 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
56551 src/com/gps/hibernate/AnnouncementsflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
56552 src/com/gps/hibernate/AnnouncementsflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
56553 src/com/gps/hibernate/AnnouncementsflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56554 src/com/gps/hibernate/AnnouncementsflagDAO.java 90 There is log block not surrounded by if
56555 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
56556 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 publicMethodCommentRequirement Required
56557 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 Parameter 'entryId' is not assigned and could be declared final
56558 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 publicMethodCommentRequirement Required
56559 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 Parameter 'value' is not assigned and could be declared final
56560 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 publicMethodCommentRequirement Required
56561 src/com/gps/hibernate/AnnouncementsflagDAO.java 107 publicMethodCommentRequirement Required
56562 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 There is log block not surrounded by if
56563 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56564 src/com/gps/hibernate/AnnouncementsflagDAO.java 110 Local variable 'queryString' could be declared final
56565 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Local variable 'queryObject' could be declared final
56566 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Potential violation of Law of Demeter (method chain calls)
56567 src/com/gps/hibernate/AnnouncementsflagDAO.java 112 Potential violation of Law of Demeter (object not created locally)
56568 src/com/gps/hibernate/AnnouncementsflagDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56569 src/com/gps/hibernate/AnnouncementsflagDAO.java 114 There is log block not surrounded by if
56570 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
56571 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 publicMethodCommentRequirement Required
56572 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 There is log block not surrounded by if
56573 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56574 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Local variable 'result' could be declared final
56575 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Potential violation of Law of Demeter (method chain calls)
56576 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 There is log block not surrounded by if
56577 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56578 src/com/gps/hibernate/AnnouncementsflagDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56579 src/com/gps/hibernate/AnnouncementsflagDAO.java 127 There is log block not surrounded by if
56580 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 Parameter 'instance' is not assigned and could be declared final
56581 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 publicMethodCommentRequirement Required
56582 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 There is log block not surrounded by if
56583 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56584 src/com/gps/hibernate/AnnouncementsflagDAO.java 135 Potential violation of Law of Demeter (method chain calls)
56585 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 There is log block not surrounded by if
56586 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56587 src/com/gps/hibernate/AnnouncementsflagDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56588 src/com/gps/hibernate/AnnouncementsflagDAO.java 138 There is log block not surrounded by if
56589 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 Parameter 'instance' is not assigned and could be declared final
56590 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 publicMethodCommentRequirement Required
56591 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 There is log block not surrounded by if
56592 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56593 src/com/gps/hibernate/AnnouncementsflagDAO.java 146 Potential violation of Law of Demeter (method chain calls)
56594 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 There is log block not surrounded by if
56595 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56596 src/com/gps/hibernate/AnnouncementsflagDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56597 src/com/gps/hibernate/AnnouncementsflagDAO.java 149 There is log block not surrounded by if
56598 src/com/gps/hibernate/AutoPkSupport.java 9 Classes implementing Serializable should set a serialVersionUID
56599 src/com/gps/hibernate/AutoPkSupport.java 13 Avoid variables with short names like id
56600 src/com/gps/hibernate/AutoPkSupport.java 13 fieldCommentRequirement Required
56601 src/com/gps/hibernate/AutoPkSupport.java 18 Document empty constructor
56602 src/com/gps/hibernate/AutoPkSupport.java 22 Avoid variables with short names like id
56603 src/com/gps/hibernate/AutoPkSupport.java 22 Parameter 'id' is not assigned and could be declared final
56604 src/com/gps/hibernate/AutoPkSupport.java 28 publicMethodCommentRequirement Required
56605 src/com/gps/hibernate/AutoPkSupport.java 32 Avoid variables with short names like id
56606 src/com/gps/hibernate/AutoPkSupport.java 32 Parameter 'id' is not assigned and could be declared final
56607 src/com/gps/hibernate/AutoPkSupport.java 32 publicMethodCommentRequirement Required
56608 src/com/gps/hibernate/AutoPkSupportDAO.java 10 Comment is too large: Too many lines
56609 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Logger should be defined private static final and have the correct class
56610 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
56611 src/com/gps/hibernate/AutoPkSupportDAO.java 23 fieldCommentRequirement Required
56612 src/com/gps/hibernate/AutoPkSupportDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
56613 src/com/gps/hibernate/AutoPkSupportDAO.java 27 publicMethodCommentRequirement Required
56614 src/com/gps/hibernate/AutoPkSupportDAO.java 28 There is log block not surrounded by if
56615 src/com/gps/hibernate/AutoPkSupportDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56616 src/com/gps/hibernate/AutoPkSupportDAO.java 30 Potential violation of Law of Demeter (method chain calls)
56617 src/com/gps/hibernate/AutoPkSupportDAO.java 31 There is log block not surrounded by if
56618 src/com/gps/hibernate/AutoPkSupportDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56619 src/com/gps/hibernate/AutoPkSupportDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56620 src/com/gps/hibernate/AutoPkSupportDAO.java 33 There is log block not surrounded by if
56621 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Avoid excessively long variable names like persistentInstance
56622 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
56623 src/com/gps/hibernate/AutoPkSupportDAO.java 38 publicMethodCommentRequirement Required
56624 src/com/gps/hibernate/AutoPkSupportDAO.java 39 There is log block not surrounded by if
56625 src/com/gps/hibernate/AutoPkSupportDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56626 src/com/gps/hibernate/AutoPkSupportDAO.java 41 Potential violation of Law of Demeter (method chain calls)
56627 src/com/gps/hibernate/AutoPkSupportDAO.java 42 There is log block not surrounded by if
56628 src/com/gps/hibernate/AutoPkSupportDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56629 src/com/gps/hibernate/AutoPkSupportDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56630 src/com/gps/hibernate/AutoPkSupportDAO.java 44 There is log block not surrounded by if
56631 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Avoid variables with short names like id
56632 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Parameter 'id' is not assigned and could be declared final
56633 src/com/gps/hibernate/AutoPkSupportDAO.java 49 publicMethodCommentRequirement Required
56634 src/com/gps/hibernate/AutoPkSupportDAO.java 50 There is log block not surrounded by if
56635 src/com/gps/hibernate/AutoPkSupportDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56636 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Local variable 'instance' could be declared final
56637 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Potential violation of Law of Demeter (method chain calls)
56638 src/com/gps/hibernate/AutoPkSupportDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56639 src/com/gps/hibernate/AutoPkSupportDAO.java 56 There is log block not surrounded by if
56640 src/com/gps/hibernate/AutoPkSupportDAO.java 61 Parameter 'instance' is not assigned and could be declared final
56641 src/com/gps/hibernate/AutoPkSupportDAO.java 61 publicMethodCommentRequirement Required
56642 src/com/gps/hibernate/AutoPkSupportDAO.java 62 There is log block not surrounded by if
56643 src/com/gps/hibernate/AutoPkSupportDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56644 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Local variable 'results' could be declared final
56645 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
56646 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
56647 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
56648 src/com/gps/hibernate/AutoPkSupportDAO.java 67 There is log block not surrounded by if
56649 src/com/gps/hibernate/AutoPkSupportDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56650 src/com/gps/hibernate/AutoPkSupportDAO.java 68 Potential violation of Law of Demeter (object not created locally)
56651 src/com/gps/hibernate/AutoPkSupportDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56652 src/com/gps/hibernate/AutoPkSupportDAO.java 71 There is log block not surrounded by if
56653 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
56654 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'value' is not assigned and could be declared final
56655 src/com/gps/hibernate/AutoPkSupportDAO.java 76 publicMethodCommentRequirement Required
56656 src/com/gps/hibernate/AutoPkSupportDAO.java 77 There is log block not surrounded by if
56657 src/com/gps/hibernate/AutoPkSupportDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56658 src/com/gps/hibernate/AutoPkSupportDAO.java 80 Local variable 'queryString' could be declared final
56659 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Local variable 'queryObject' could be declared final
56660 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
56661 src/com/gps/hibernate/AutoPkSupportDAO.java 83 Potential violation of Law of Demeter (object not created locally)
56662 src/com/gps/hibernate/AutoPkSupportDAO.java 84 Potential violation of Law of Demeter (object not created locally)
56663 src/com/gps/hibernate/AutoPkSupportDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56664 src/com/gps/hibernate/AutoPkSupportDAO.java 86 There is log block not surrounded by if
56665 src/com/gps/hibernate/AutoPkSupportDAO.java 91 publicMethodCommentRequirement Required
56666 src/com/gps/hibernate/AutoPkSupportDAO.java 92 There is log block not surrounded by if
56667 src/com/gps/hibernate/AutoPkSupportDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56668 src/com/gps/hibernate/AutoPkSupportDAO.java 94 Local variable 'queryString' could be declared final
56669 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Local variable 'queryObject' could be declared final
56670 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Potential violation of Law of Demeter (method chain calls)
56671 src/com/gps/hibernate/AutoPkSupportDAO.java 96 Potential violation of Law of Demeter (object not created locally)
56672 src/com/gps/hibernate/AutoPkSupportDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56673 src/com/gps/hibernate/AutoPkSupportDAO.java 98 There is log block not surrounded by if
56674 src/com/gps/hibernate/AutoPkSupportDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
56675 src/com/gps/hibernate/AutoPkSupportDAO.java 103 publicMethodCommentRequirement Required
56676 src/com/gps/hibernate/AutoPkSupportDAO.java 104 There is log block not surrounded by if
56677 src/com/gps/hibernate/AutoPkSupportDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56678 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Local variable 'result' could be declared final
56679 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Potential violation of Law of Demeter (method chain calls)
56680 src/com/gps/hibernate/AutoPkSupportDAO.java 108 There is log block not surrounded by if
56681 src/com/gps/hibernate/AutoPkSupportDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56682 src/com/gps/hibernate/AutoPkSupportDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56683 src/com/gps/hibernate/AutoPkSupportDAO.java 111 There is log block not surrounded by if
56684 src/com/gps/hibernate/AutoPkSupportDAO.java 116 Parameter 'instance' is not assigned and could be declared final
56685 src/com/gps/hibernate/AutoPkSupportDAO.java 116 publicMethodCommentRequirement Required
56686 src/com/gps/hibernate/AutoPkSupportDAO.java 117 There is log block not surrounded by if
56687 src/com/gps/hibernate/AutoPkSupportDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56688 src/com/gps/hibernate/AutoPkSupportDAO.java 119 Potential violation of Law of Demeter (method chain calls)
56689 src/com/gps/hibernate/AutoPkSupportDAO.java 120 There is log block not surrounded by if
56690 src/com/gps/hibernate/AutoPkSupportDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56691 src/com/gps/hibernate/AutoPkSupportDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56692 src/com/gps/hibernate/AutoPkSupportDAO.java 122 There is log block not surrounded by if
56693 src/com/gps/hibernate/AutoPkSupportDAO.java 127 Parameter 'instance' is not assigned and could be declared final
56694 src/com/gps/hibernate/AutoPkSupportDAO.java 127 publicMethodCommentRequirement Required
56695 src/com/gps/hibernate/AutoPkSupportDAO.java 128 There is log block not surrounded by if
56696 src/com/gps/hibernate/AutoPkSupportDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56697 src/com/gps/hibernate/AutoPkSupportDAO.java 130 Potential violation of Law of Demeter (method chain calls)
56698 src/com/gps/hibernate/AutoPkSupportDAO.java 131 There is log block not surrounded by if
56699 src/com/gps/hibernate/AutoPkSupportDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56700 src/com/gps/hibernate/AutoPkSupportDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56701 src/com/gps/hibernate/AutoPkSupportDAO.java 133 There is log block not surrounded by if
56702 src/com/gps/hibernate/AutoPkSupportId.java 9 Classes implementing Serializable should set a serialVersionUID
56703 src/com/gps/hibernate/AutoPkSupportId.java 13 fieldCommentRequirement Required
56704 src/com/gps/hibernate/AutoPkSupportId.java 14 fieldCommentRequirement Required
56705 src/com/gps/hibernate/AutoPkSupportId.java 19 Document empty constructor
56706 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'nextId' is not assigned and could be declared final
56707 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'tableName' is not assigned and could be declared final
56708 src/com/gps/hibernate/AutoPkSupportId.java 30 publicMethodCommentRequirement Required
56709 src/com/gps/hibernate/AutoPkSupportId.java 34 Parameter 'tableName' is not assigned and could be declared final
56710 src/com/gps/hibernate/AutoPkSupportId.java 34 publicMethodCommentRequirement Required
56711 src/com/gps/hibernate/AutoPkSupportId.java 38 publicMethodCommentRequirement Required
56712 src/com/gps/hibernate/AutoPkSupportId.java 42 Parameter 'nextId' is not assigned and could be declared final
56713 src/com/gps/hibernate/AutoPkSupportId.java 42 publicMethodCommentRequirement Required
56714 src/com/gps/hibernate/AutoPkSupportId.java 46 Parameter 'other' is not assigned and could be declared final
56715 src/com/gps/hibernate/AutoPkSupportId.java 46 publicMethodCommentRequirement Required
56716 src/com/gps/hibernate/AutoPkSupportId.java 47 Avoid using if statements without curly braces
56717 src/com/gps/hibernate/AutoPkSupportId.java 47 Useless parentheses.
56718 src/com/gps/hibernate/AutoPkSupportId.java 48 A method should have only one exit point, and that should be the last statement in the method
56719 src/com/gps/hibernate/AutoPkSupportId.java 49 Avoid using if statements without curly braces
56720 src/com/gps/hibernate/AutoPkSupportId.java 49 Useless parentheses.
56721 src/com/gps/hibernate/AutoPkSupportId.java 50 A method should have only one exit point, and that should be the last statement in the method
56722 src/com/gps/hibernate/AutoPkSupportId.java 51 Avoid using if statements without curly braces
56723 src/com/gps/hibernate/AutoPkSupportId.java 52 A method should have only one exit point, and that should be the last statement in the method
56724 src/com/gps/hibernate/AutoPkSupportId.java 53 Local variable 'castOther' could be declared final
56725 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (method chain calls)
56726 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
56727 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
56728 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
56729 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
56730 src/com/gps/hibernate/AutoPkSupportId.java 57 Potential violation of Law of Demeter (object not created locally)
56731 src/com/gps/hibernate/AutoPkSupportId.java 58 Potential violation of Law of Demeter (object not created locally)
56732 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (method chain calls)
56733 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
56734 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
56735 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
56736 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
56737 src/com/gps/hibernate/AutoPkSupportId.java 61 Potential violation of Law of Demeter (object not created locally)
56738 src/com/gps/hibernate/AutoPkSupportId.java 62 Potential violation of Law of Demeter (object not created locally)
56739 src/com/gps/hibernate/AutoPkSupportId.java 65 publicMethodCommentRequirement Required
56740 src/com/gps/hibernate/AutoPkSupportId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
56741 src/com/gps/hibernate/BaseHibernateDAO.java 8 Avoid unused imports such as 'org.hibernate.cfg.Configuration'
56742 src/com/gps/hibernate/BaseHibernateDAO.java 13 Avoid unused imports such as 'com.mchange.v2.c3p0.cfg.C3P0Config'
56743 src/com/gps/hibernate/BaseHibernateDAO.java 14 Avoid unused imports such as 'com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource'
56744 src/com/gps/hibernate/BaseHibernateDAO.java 15 Avoid unused imports such as 'com.mchange.v2.c3p0.mbean.C3P0PooledDataSource'
56745 src/com/gps/hibernate/BaseHibernateDAO.java 22 The Logger variable declaration does not contain the static and final modifiers
56746 src/com/gps/hibernate/BaseHibernateDAO.java 22 fieldCommentRequirement Required
56747 src/com/gps/hibernate/BaseHibernateDAO.java 23 Avoid using redundant field initializer for 'ds'
56748 src/com/gps/hibernate/BaseHibernateDAO.java 23 Avoid variables with short names like ds
56749 src/com/gps/hibernate/BaseHibernateDAO.java 23 Use explicit scoping instead of the default package private level
56750 src/com/gps/hibernate/BaseHibernateDAO.java 23 fieldCommentRequirement Required
56751 src/com/gps/hibernate/BaseHibernateDAO.java 24 publicMethodCommentRequirement Required
56752 src/com/gps/hibernate/BaseHibernateDAO.java 26 Local variable 'session' could be declared final
56753 src/com/gps/hibernate/BaseHibernateDAO.java 35 Avoid excessively long variable names like connectionIterator
56754 src/com/gps/hibernate/BaseHibernateDAO.java 35 Local variable 'connectionIterator' could be declared final
56755 src/com/gps/hibernate/BaseHibernateDAO.java 35 Potential violation of Law of Demeter (method chain calls)
56756 src/com/gps/hibernate/BaseHibernateDAO.java 40 Local variable 'stacktrace' could be declared final
56757 src/com/gps/hibernate/BaseHibernateDAO.java 40 Potential violation of Law of Demeter (method chain calls)
56758 src/com/gps/hibernate/BaseHibernateDAO.java 41 Avoid variables with short names like e
56759 src/com/gps/hibernate/BaseHibernateDAO.java 41 Local variable 'e' could be declared final
56760 src/com/gps/hibernate/BaseHibernateDAO.java 43 Potential violation of Law of Demeter (object not created locally)
56761 src/com/gps/hibernate/BaseHibernateDAO.java 43 Potential violation of Law of Demeter (object not created locally)
56762 src/com/gps/hibernate/BaseHibernateDAO.java 43 There is log block not surrounded by if
56763 src/com/gps/hibernate/BaseHibernateDAO.java 43 There is log block not surrounded by if
56764 src/com/gps/hibernate/BaseHibernateDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56765 src/com/gps/hibernate/BaseHibernateDAO.java 47 Potential violation of Law of Demeter (object not created locally)
56766 src/com/gps/hibernate/BaseHibernateDAO.java 47 There is log block not surrounded by if
56767 src/com/gps/hibernate/BaseHibernateDAO.java 47 There is log block not surrounded by if
56768 src/com/gps/hibernate/Blogsentry.java 11 Classes implementing Serializable should set a serialVersionUID
56769 src/com/gps/hibernate/Blogsentry.java 15 fieldCommentRequirement Required
56770 src/com/gps/hibernate/Blogsentry.java 16 fieldCommentRequirement Required
56771 src/com/gps/hibernate/Blogsentry.java 17 fieldCommentRequirement Required
56772 src/com/gps/hibernate/Blogsentry.java 18 fieldCommentRequirement Required
56773 src/com/gps/hibernate/Blogsentry.java 19 fieldCommentRequirement Required
56774 src/com/gps/hibernate/Blogsentry.java 20 fieldCommentRequirement Required
56775 src/com/gps/hibernate/Blogsentry.java 21 fieldCommentRequirement Required
56776 src/com/gps/hibernate/Blogsentry.java 22 fieldCommentRequirement Required
56777 src/com/gps/hibernate/Blogsentry.java 23 fieldCommentRequirement Required
56778 src/com/gps/hibernate/Blogsentry.java 24 fieldCommentRequirement Required
56779 src/com/gps/hibernate/Blogsentry.java 25 fieldCommentRequirement Required
56780 src/com/gps/hibernate/Blogsentry.java 26 fieldCommentRequirement Required
56781 src/com/gps/hibernate/Blogsentry.java 27 fieldCommentRequirement Required
56782 src/com/gps/hibernate/Blogsentry.java 28 fieldCommentRequirement Required
56783 src/com/gps/hibernate/Blogsentry.java 29 fieldCommentRequirement Required
56784 src/com/gps/hibernate/Blogsentry.java 34 Document empty constructor
56785 src/com/gps/hibernate/Blogsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
56786 src/com/gps/hibernate/Blogsentry.java 43 Avoid long parameter lists.
56787 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'companyId' is not assigned and could be declared final
56788 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'entryId' is not assigned and could be declared final
56789 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'groupId' is not assigned and could be declared final
56790 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'uuid' is not assigned and could be declared final
56791 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'createDate' is not assigned and could be declared final
56792 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
56793 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userId' is not assigned and could be declared final
56794 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userName' is not assigned and could be declared final
56795 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'content' is not assigned and could be declared final
56796 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'displayDate' is not assigned and could be declared final
56797 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'title' is not assigned and could be declared final
56798 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'urlTitle' is not assigned and could be declared final
56799 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'allowTrackbacks' is not assigned and could be declared final
56800 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'draft' is not assigned and could be declared final
56801 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'trackbacks' is not assigned and could be declared final
56802 src/com/gps/hibernate/Blogsentry.java 66 publicMethodCommentRequirement Required
56803 src/com/gps/hibernate/Blogsentry.java 70 Parameter 'entryId' is not assigned and could be declared final
56804 src/com/gps/hibernate/Blogsentry.java 70 publicMethodCommentRequirement Required
56805 src/com/gps/hibernate/Blogsentry.java 74 publicMethodCommentRequirement Required
56806 src/com/gps/hibernate/Blogsentry.java 78 Parameter 'uuid' is not assigned and could be declared final
56807 src/com/gps/hibernate/Blogsentry.java 78 publicMethodCommentRequirement Required
56808 src/com/gps/hibernate/Blogsentry.java 82 publicMethodCommentRequirement Required
56809 src/com/gps/hibernate/Blogsentry.java 86 Parameter 'groupId' is not assigned and could be declared final
56810 src/com/gps/hibernate/Blogsentry.java 86 publicMethodCommentRequirement Required
56811 src/com/gps/hibernate/Blogsentry.java 90 publicMethodCommentRequirement Required
56812 src/com/gps/hibernate/Blogsentry.java 94 Parameter 'companyId' is not assigned and could be declared final
56813 src/com/gps/hibernate/Blogsentry.java 94 publicMethodCommentRequirement Required
56814 src/com/gps/hibernate/Blogsentry.java 98 publicMethodCommentRequirement Required
56815 src/com/gps/hibernate/Blogsentry.java 102 Parameter 'userId' is not assigned and could be declared final
56816 src/com/gps/hibernate/Blogsentry.java 102 publicMethodCommentRequirement Required
56817 src/com/gps/hibernate/Blogsentry.java 106 publicMethodCommentRequirement Required
56818 src/com/gps/hibernate/Blogsentry.java 110 Parameter 'userName' is not assigned and could be declared final
56819 src/com/gps/hibernate/Blogsentry.java 110 publicMethodCommentRequirement Required
56820 src/com/gps/hibernate/Blogsentry.java 114 publicMethodCommentRequirement Required
56821 src/com/gps/hibernate/Blogsentry.java 118 Parameter 'createDate' is not assigned and could be declared final
56822 src/com/gps/hibernate/Blogsentry.java 118 publicMethodCommentRequirement Required
56823 src/com/gps/hibernate/Blogsentry.java 122 publicMethodCommentRequirement Required
56824 src/com/gps/hibernate/Blogsentry.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
56825 src/com/gps/hibernate/Blogsentry.java 126 publicMethodCommentRequirement Required
56826 src/com/gps/hibernate/Blogsentry.java 130 publicMethodCommentRequirement Required
56827 src/com/gps/hibernate/Blogsentry.java 134 Parameter 'title' is not assigned and could be declared final
56828 src/com/gps/hibernate/Blogsentry.java 134 publicMethodCommentRequirement Required
56829 src/com/gps/hibernate/Blogsentry.java 138 publicMethodCommentRequirement Required
56830 src/com/gps/hibernate/Blogsentry.java 142 Parameter 'urlTitle' is not assigned and could be declared final
56831 src/com/gps/hibernate/Blogsentry.java 142 publicMethodCommentRequirement Required
56832 src/com/gps/hibernate/Blogsentry.java 146 publicMethodCommentRequirement Required
56833 src/com/gps/hibernate/Blogsentry.java 150 Parameter 'content' is not assigned and could be declared final
56834 src/com/gps/hibernate/Blogsentry.java 150 publicMethodCommentRequirement Required
56835 src/com/gps/hibernate/Blogsentry.java 154 publicMethodCommentRequirement Required
56836 src/com/gps/hibernate/Blogsentry.java 158 Parameter 'displayDate' is not assigned and could be declared final
56837 src/com/gps/hibernate/Blogsentry.java 158 publicMethodCommentRequirement Required
56838 src/com/gps/hibernate/Blogsentry.java 162 publicMethodCommentRequirement Required
56839 src/com/gps/hibernate/Blogsentry.java 166 Parameter 'draft' is not assigned and could be declared final
56840 src/com/gps/hibernate/Blogsentry.java 166 publicMethodCommentRequirement Required
56841 src/com/gps/hibernate/Blogsentry.java 170 publicMethodCommentRequirement Required
56842 src/com/gps/hibernate/Blogsentry.java 174 Parameter 'allowTrackbacks' is not assigned and could be declared final
56843 src/com/gps/hibernate/Blogsentry.java 174 publicMethodCommentRequirement Required
56844 src/com/gps/hibernate/Blogsentry.java 178 publicMethodCommentRequirement Required
56845 src/com/gps/hibernate/Blogsentry.java 182 Parameter 'trackbacks' is not assigned and could be declared final
56846 src/com/gps/hibernate/Blogsentry.java 182 publicMethodCommentRequirement Required
56847 src/com/gps/hibernate/BlogsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
56848 src/com/gps/hibernate/BlogsentryDAO.java 11 Comment is too large: Too many lines
56849 src/com/gps/hibernate/BlogsentryDAO.java 23 This class has too many methods, consider refactoring it.
56850 src/com/gps/hibernate/BlogsentryDAO.java 24 Logger should be defined private static final and have the correct class
56851 src/com/gps/hibernate/BlogsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
56852 src/com/gps/hibernate/BlogsentryDAO.java 24 fieldCommentRequirement Required
56853 src/com/gps/hibernate/BlogsentryDAO.java 26 fieldCommentRequirement Required
56854 src/com/gps/hibernate/BlogsentryDAO.java 27 fieldCommentRequirement Required
56855 src/com/gps/hibernate/BlogsentryDAO.java 28 fieldCommentRequirement Required
56856 src/com/gps/hibernate/BlogsentryDAO.java 29 fieldCommentRequirement Required
56857 src/com/gps/hibernate/BlogsentryDAO.java 30 fieldCommentRequirement Required
56858 src/com/gps/hibernate/BlogsentryDAO.java 31 fieldCommentRequirement Required
56859 src/com/gps/hibernate/BlogsentryDAO.java 32 fieldCommentRequirement Required
56860 src/com/gps/hibernate/BlogsentryDAO.java 33 fieldCommentRequirement Required
56861 src/com/gps/hibernate/BlogsentryDAO.java 34 fieldCommentRequirement Required
56862 src/com/gps/hibernate/BlogsentryDAO.java 35 fieldCommentRequirement Required
56863 src/com/gps/hibernate/BlogsentryDAO.java 36 fieldCommentRequirement Required
56864 src/com/gps/hibernate/BlogsentryDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
56865 src/com/gps/hibernate/BlogsentryDAO.java 38 publicMethodCommentRequirement Required
56866 src/com/gps/hibernate/BlogsentryDAO.java 39 There is log block not surrounded by if
56867 src/com/gps/hibernate/BlogsentryDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56868 src/com/gps/hibernate/BlogsentryDAO.java 41 Potential violation of Law of Demeter (method chain calls)
56869 src/com/gps/hibernate/BlogsentryDAO.java 42 There is log block not surrounded by if
56870 src/com/gps/hibernate/BlogsentryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56871 src/com/gps/hibernate/BlogsentryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56872 src/com/gps/hibernate/BlogsentryDAO.java 44 There is log block not surrounded by if
56873 src/com/gps/hibernate/BlogsentryDAO.java 49 Avoid excessively long variable names like persistentInstance
56874 src/com/gps/hibernate/BlogsentryDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
56875 src/com/gps/hibernate/BlogsentryDAO.java 49 publicMethodCommentRequirement Required
56876 src/com/gps/hibernate/BlogsentryDAO.java 50 There is log block not surrounded by if
56877 src/com/gps/hibernate/BlogsentryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56878 src/com/gps/hibernate/BlogsentryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
56879 src/com/gps/hibernate/BlogsentryDAO.java 53 There is log block not surrounded by if
56880 src/com/gps/hibernate/BlogsentryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56881 src/com/gps/hibernate/BlogsentryDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56882 src/com/gps/hibernate/BlogsentryDAO.java 55 There is log block not surrounded by if
56883 src/com/gps/hibernate/BlogsentryDAO.java 60 Avoid variables with short names like id
56884 src/com/gps/hibernate/BlogsentryDAO.java 60 Parameter 'id' is not assigned and could be declared final
56885 src/com/gps/hibernate/BlogsentryDAO.java 60 publicMethodCommentRequirement Required
56886 src/com/gps/hibernate/BlogsentryDAO.java 61 There is log block not surrounded by if
56887 src/com/gps/hibernate/BlogsentryDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56888 src/com/gps/hibernate/BlogsentryDAO.java 63 Local variable 'instance' could be declared final
56889 src/com/gps/hibernate/BlogsentryDAO.java 63 Potential violation of Law of Demeter (method chain calls)
56890 src/com/gps/hibernate/BlogsentryDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56891 src/com/gps/hibernate/BlogsentryDAO.java 67 There is log block not surrounded by if
56892 src/com/gps/hibernate/BlogsentryDAO.java 72 Parameter 'instance' is not assigned and could be declared final
56893 src/com/gps/hibernate/BlogsentryDAO.java 72 publicMethodCommentRequirement Required
56894 src/com/gps/hibernate/BlogsentryDAO.java 73 There is log block not surrounded by if
56895 src/com/gps/hibernate/BlogsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56896 src/com/gps/hibernate/BlogsentryDAO.java 75 Local variable 'results' could be declared final
56897 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
56898 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
56899 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
56900 src/com/gps/hibernate/BlogsentryDAO.java 78 There is log block not surrounded by if
56901 src/com/gps/hibernate/BlogsentryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56902 src/com/gps/hibernate/BlogsentryDAO.java 79 Potential violation of Law of Demeter (object not created locally)
56903 src/com/gps/hibernate/BlogsentryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56904 src/com/gps/hibernate/BlogsentryDAO.java 82 There is log block not surrounded by if
56905 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
56906 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'value' is not assigned and could be declared final
56907 src/com/gps/hibernate/BlogsentryDAO.java 87 publicMethodCommentRequirement Required
56908 src/com/gps/hibernate/BlogsentryDAO.java 88 There is log block not surrounded by if
56909 src/com/gps/hibernate/BlogsentryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56910 src/com/gps/hibernate/BlogsentryDAO.java 91 Local variable 'queryString' could be declared final
56911 src/com/gps/hibernate/BlogsentryDAO.java 93 Local variable 'queryObject' could be declared final
56912 src/com/gps/hibernate/BlogsentryDAO.java 93 Potential violation of Law of Demeter (method chain calls)
56913 src/com/gps/hibernate/BlogsentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
56914 src/com/gps/hibernate/BlogsentryDAO.java 95 Potential violation of Law of Demeter (object not created locally)
56915 src/com/gps/hibernate/BlogsentryDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56916 src/com/gps/hibernate/BlogsentryDAO.java 97 There is log block not surrounded by if
56917 src/com/gps/hibernate/BlogsentryDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
56918 src/com/gps/hibernate/BlogsentryDAO.java 102 publicMethodCommentRequirement Required
56919 src/com/gps/hibernate/BlogsentryDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
56920 src/com/gps/hibernate/BlogsentryDAO.java 106 publicMethodCommentRequirement Required
56921 src/com/gps/hibernate/BlogsentryDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
56922 src/com/gps/hibernate/BlogsentryDAO.java 110 publicMethodCommentRequirement Required
56923 src/com/gps/hibernate/BlogsentryDAO.java 114 Parameter 'userId' is not assigned and could be declared final
56924 src/com/gps/hibernate/BlogsentryDAO.java 114 publicMethodCommentRequirement Required
56925 src/com/gps/hibernate/BlogsentryDAO.java 118 Parameter 'userName' is not assigned and could be declared final
56926 src/com/gps/hibernate/BlogsentryDAO.java 118 publicMethodCommentRequirement Required
56927 src/com/gps/hibernate/BlogsentryDAO.java 122 Parameter 'title' is not assigned and could be declared final
56928 src/com/gps/hibernate/BlogsentryDAO.java 122 publicMethodCommentRequirement Required
56929 src/com/gps/hibernate/BlogsentryDAO.java 126 Parameter 'urlTitle' is not assigned and could be declared final
56930 src/com/gps/hibernate/BlogsentryDAO.java 126 publicMethodCommentRequirement Required
56931 src/com/gps/hibernate/BlogsentryDAO.java 130 Parameter 'content' is not assigned and could be declared final
56932 src/com/gps/hibernate/BlogsentryDAO.java 130 publicMethodCommentRequirement Required
56933 src/com/gps/hibernate/BlogsentryDAO.java 134 Parameter 'draft' is not assigned and could be declared final
56934 src/com/gps/hibernate/BlogsentryDAO.java 134 publicMethodCommentRequirement Required
56935 src/com/gps/hibernate/BlogsentryDAO.java 138 Parameter 'allowTrackbacks' is not assigned and could be declared final
56936 src/com/gps/hibernate/BlogsentryDAO.java 138 publicMethodCommentRequirement Required
56937 src/com/gps/hibernate/BlogsentryDAO.java 142 Parameter 'trackbacks' is not assigned and could be declared final
56938 src/com/gps/hibernate/BlogsentryDAO.java 142 publicMethodCommentRequirement Required
56939 src/com/gps/hibernate/BlogsentryDAO.java 146 publicMethodCommentRequirement Required
56940 src/com/gps/hibernate/BlogsentryDAO.java 147 There is log block not surrounded by if
56941 src/com/gps/hibernate/BlogsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56942 src/com/gps/hibernate/BlogsentryDAO.java 149 Local variable 'queryString' could be declared final
56943 src/com/gps/hibernate/BlogsentryDAO.java 150 Local variable 'queryObject' could be declared final
56944 src/com/gps/hibernate/BlogsentryDAO.java 150 Potential violation of Law of Demeter (method chain calls)
56945 src/com/gps/hibernate/BlogsentryDAO.java 151 Potential violation of Law of Demeter (object not created locally)
56946 src/com/gps/hibernate/BlogsentryDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56947 src/com/gps/hibernate/BlogsentryDAO.java 153 There is log block not surrounded by if
56948 src/com/gps/hibernate/BlogsentryDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
56949 src/com/gps/hibernate/BlogsentryDAO.java 158 publicMethodCommentRequirement Required
56950 src/com/gps/hibernate/BlogsentryDAO.java 159 There is log block not surrounded by if
56951 src/com/gps/hibernate/BlogsentryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56952 src/com/gps/hibernate/BlogsentryDAO.java 161 Local variable 'result' could be declared final
56953 src/com/gps/hibernate/BlogsentryDAO.java 161 Potential violation of Law of Demeter (method chain calls)
56954 src/com/gps/hibernate/BlogsentryDAO.java 163 There is log block not surrounded by if
56955 src/com/gps/hibernate/BlogsentryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56956 src/com/gps/hibernate/BlogsentryDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56957 src/com/gps/hibernate/BlogsentryDAO.java 166 There is log block not surrounded by if
56958 src/com/gps/hibernate/BlogsentryDAO.java 171 Parameter 'instance' is not assigned and could be declared final
56959 src/com/gps/hibernate/BlogsentryDAO.java 171 publicMethodCommentRequirement Required
56960 src/com/gps/hibernate/BlogsentryDAO.java 172 There is log block not surrounded by if
56961 src/com/gps/hibernate/BlogsentryDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56962 src/com/gps/hibernate/BlogsentryDAO.java 174 Potential violation of Law of Demeter (method chain calls)
56963 src/com/gps/hibernate/BlogsentryDAO.java 175 There is log block not surrounded by if
56964 src/com/gps/hibernate/BlogsentryDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56965 src/com/gps/hibernate/BlogsentryDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56966 src/com/gps/hibernate/BlogsentryDAO.java 177 There is log block not surrounded by if
56967 src/com/gps/hibernate/BlogsentryDAO.java 182 Parameter 'instance' is not assigned and could be declared final
56968 src/com/gps/hibernate/BlogsentryDAO.java 182 publicMethodCommentRequirement Required
56969 src/com/gps/hibernate/BlogsentryDAO.java 183 There is log block not surrounded by if
56970 src/com/gps/hibernate/BlogsentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56971 src/com/gps/hibernate/BlogsentryDAO.java 185 Potential violation of Law of Demeter (method chain calls)
56972 src/com/gps/hibernate/BlogsentryDAO.java 186 There is log block not surrounded by if
56973 src/com/gps/hibernate/BlogsentryDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
56974 src/com/gps/hibernate/BlogsentryDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
56975 src/com/gps/hibernate/BlogsentryDAO.java 188 There is log block not surrounded by if
56976 src/com/gps/hibernate/Blogsstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
56977 src/com/gps/hibernate/Blogsstatsuser.java 15 fieldCommentRequirement Required
56978 src/com/gps/hibernate/Blogsstatsuser.java 16 fieldCommentRequirement Required
56979 src/com/gps/hibernate/Blogsstatsuser.java 17 fieldCommentRequirement Required
56980 src/com/gps/hibernate/Blogsstatsuser.java 18 fieldCommentRequirement Required
56981 src/com/gps/hibernate/Blogsstatsuser.java 19 fieldCommentRequirement Required
56982 src/com/gps/hibernate/Blogsstatsuser.java 20 fieldCommentRequirement Required
56983 src/com/gps/hibernate/Blogsstatsuser.java 21 Avoid excessively long variable names like ratingsTotalEntries
56984 src/com/gps/hibernate/Blogsstatsuser.java 21 fieldCommentRequirement Required
56985 src/com/gps/hibernate/Blogsstatsuser.java 22 fieldCommentRequirement Required
56986 src/com/gps/hibernate/Blogsstatsuser.java 23 Avoid excessively long variable names like ratingsAverageScore
56987 src/com/gps/hibernate/Blogsstatsuser.java 23 fieldCommentRequirement Required
56988 src/com/gps/hibernate/Blogsstatsuser.java 28 Document empty constructor
56989 src/com/gps/hibernate/Blogsstatsuser.java 32 Parameter 'statsUserId' is not assigned and could be declared final
56990 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'companyId' is not assigned and could be declared final
56991 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'groupId' is not assigned and could be declared final
56992 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'statsUserId' is not assigned and could be declared final
56993 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'entryCount' is not assigned and could be declared final
56994 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'lastPostDate' is not assigned and could be declared final
56995 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'userId' is not assigned and could be declared final
56996 src/com/gps/hibernate/Blogsstatsuser.java 39 Avoid excessively long variable names like ratingsTotalEntries
56997 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
56998 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalScore' is not assigned and could be declared final
56999 src/com/gps/hibernate/Blogsstatsuser.java 40 Avoid excessively long variable names like ratingsAverageScore
57000 src/com/gps/hibernate/Blogsstatsuser.java 40 Parameter 'ratingsAverageScore' is not assigned and could be declared final
57001 src/com/gps/hibernate/Blogsstatsuser.java 54 publicMethodCommentRequirement Required
57002 src/com/gps/hibernate/Blogsstatsuser.java 58 Parameter 'statsUserId' is not assigned and could be declared final
57003 src/com/gps/hibernate/Blogsstatsuser.java 58 publicMethodCommentRequirement Required
57004 src/com/gps/hibernate/Blogsstatsuser.java 62 publicMethodCommentRequirement Required
57005 src/com/gps/hibernate/Blogsstatsuser.java 66 Parameter 'groupId' is not assigned and could be declared final
57006 src/com/gps/hibernate/Blogsstatsuser.java 66 publicMethodCommentRequirement Required
57007 src/com/gps/hibernate/Blogsstatsuser.java 70 publicMethodCommentRequirement Required
57008 src/com/gps/hibernate/Blogsstatsuser.java 74 Parameter 'companyId' is not assigned and could be declared final
57009 src/com/gps/hibernate/Blogsstatsuser.java 74 publicMethodCommentRequirement Required
57010 src/com/gps/hibernate/Blogsstatsuser.java 78 publicMethodCommentRequirement Required
57011 src/com/gps/hibernate/Blogsstatsuser.java 82 Parameter 'userId' is not assigned and could be declared final
57012 src/com/gps/hibernate/Blogsstatsuser.java 82 publicMethodCommentRequirement Required
57013 src/com/gps/hibernate/Blogsstatsuser.java 86 publicMethodCommentRequirement Required
57014 src/com/gps/hibernate/Blogsstatsuser.java 90 Parameter 'entryCount' is not assigned and could be declared final
57015 src/com/gps/hibernate/Blogsstatsuser.java 90 publicMethodCommentRequirement Required
57016 src/com/gps/hibernate/Blogsstatsuser.java 94 publicMethodCommentRequirement Required
57017 src/com/gps/hibernate/Blogsstatsuser.java 98 Parameter 'lastPostDate' is not assigned and could be declared final
57018 src/com/gps/hibernate/Blogsstatsuser.java 98 publicMethodCommentRequirement Required
57019 src/com/gps/hibernate/Blogsstatsuser.java 102 publicMethodCommentRequirement Required
57020 src/com/gps/hibernate/Blogsstatsuser.java 106 Avoid excessively long variable names like ratingsTotalEntries
57021 src/com/gps/hibernate/Blogsstatsuser.java 106 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
57022 src/com/gps/hibernate/Blogsstatsuser.java 106 publicMethodCommentRequirement Required
57023 src/com/gps/hibernate/Blogsstatsuser.java 110 publicMethodCommentRequirement Required
57024 src/com/gps/hibernate/Blogsstatsuser.java 114 Parameter 'ratingsTotalScore' is not assigned and could be declared final
57025 src/com/gps/hibernate/Blogsstatsuser.java 114 publicMethodCommentRequirement Required
57026 src/com/gps/hibernate/Blogsstatsuser.java 118 publicMethodCommentRequirement Required
57027 src/com/gps/hibernate/Blogsstatsuser.java 122 Avoid excessively long variable names like ratingsAverageScore
57028 src/com/gps/hibernate/Blogsstatsuser.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
57029 src/com/gps/hibernate/Blogsstatsuser.java 122 publicMethodCommentRequirement Required
57030 src/com/gps/hibernate/BlogsstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
57031 src/com/gps/hibernate/BlogsstatsuserDAO.java 11 Comment is too large: Too many lines
57032 src/com/gps/hibernate/BlogsstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
57033 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
57034 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
57035 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 fieldCommentRequirement Required
57036 src/com/gps/hibernate/BlogsstatsuserDAO.java 26 fieldCommentRequirement Required
57037 src/com/gps/hibernate/BlogsstatsuserDAO.java 27 fieldCommentRequirement Required
57038 src/com/gps/hibernate/BlogsstatsuserDAO.java 28 fieldCommentRequirement Required
57039 src/com/gps/hibernate/BlogsstatsuserDAO.java 29 fieldCommentRequirement Required
57040 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 Avoid excessively long variable names like RATINGS_TOTAL_ENTRIES
57041 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 fieldCommentRequirement Required
57042 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 Avoid excessively long variable names like RATINGS_TOTAL_SCORE
57043 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 fieldCommentRequirement Required
57044 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 Avoid excessively long variable names like RATINGS_AVERAGE_SCORE
57045 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 fieldCommentRequirement Required
57046 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
57047 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 publicMethodCommentRequirement Required
57048 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 There is log block not surrounded by if
57049 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57050 src/com/gps/hibernate/BlogsstatsuserDAO.java 37 Potential violation of Law of Demeter (method chain calls)
57051 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 There is log block not surrounded by if
57052 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57053 src/com/gps/hibernate/BlogsstatsuserDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57054 src/com/gps/hibernate/BlogsstatsuserDAO.java 40 There is log block not surrounded by if
57055 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Avoid excessively long variable names like persistentInstance
57056 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
57057 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 publicMethodCommentRequirement Required
57058 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 There is log block not surrounded by if
57059 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57060 src/com/gps/hibernate/BlogsstatsuserDAO.java 48 Potential violation of Law of Demeter (method chain calls)
57061 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 There is log block not surrounded by if
57062 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57063 src/com/gps/hibernate/BlogsstatsuserDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57064 src/com/gps/hibernate/BlogsstatsuserDAO.java 51 There is log block not surrounded by if
57065 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Avoid variables with short names like id
57066 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Parameter 'id' is not assigned and could be declared final
57067 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 publicMethodCommentRequirement Required
57068 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 There is log block not surrounded by if
57069 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57070 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Local variable 'instance' could be declared final
57071 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
57072 src/com/gps/hibernate/BlogsstatsuserDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57073 src/com/gps/hibernate/BlogsstatsuserDAO.java 63 There is log block not surrounded by if
57074 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 Parameter 'instance' is not assigned and could be declared final
57075 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 publicMethodCommentRequirement Required
57076 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 There is log block not surrounded by if
57077 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57078 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Local variable 'results' could be declared final
57079 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57080 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57081 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57082 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 There is log block not surrounded by if
57083 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57084 src/com/gps/hibernate/BlogsstatsuserDAO.java 75 Potential violation of Law of Demeter (object not created locally)
57085 src/com/gps/hibernate/BlogsstatsuserDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57086 src/com/gps/hibernate/BlogsstatsuserDAO.java 78 There is log block not surrounded by if
57087 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
57088 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'value' is not assigned and could be declared final
57089 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 publicMethodCommentRequirement Required
57090 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 There is log block not surrounded by if
57091 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57092 src/com/gps/hibernate/BlogsstatsuserDAO.java 87 Local variable 'queryString' could be declared final
57093 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Local variable 'queryObject' could be declared final
57094 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Potential violation of Law of Demeter (method chain calls)
57095 src/com/gps/hibernate/BlogsstatsuserDAO.java 90 Potential violation of Law of Demeter (object not created locally)
57096 src/com/gps/hibernate/BlogsstatsuserDAO.java 91 Potential violation of Law of Demeter (object not created locally)
57097 src/com/gps/hibernate/BlogsstatsuserDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57098 src/com/gps/hibernate/BlogsstatsuserDAO.java 93 There is log block not surrounded by if
57099 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
57100 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 publicMethodCommentRequirement Required
57101 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
57102 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 publicMethodCommentRequirement Required
57103 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 Parameter 'userId' is not assigned and could be declared final
57104 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 publicMethodCommentRequirement Required
57105 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 Parameter 'entryCount' is not assigned and could be declared final
57106 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 publicMethodCommentRequirement Required
57107 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Avoid excessively long variable names like ratingsTotalEntries
57108 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
57109 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 publicMethodCommentRequirement Required
57110 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 Parameter 'ratingsTotalScore' is not assigned and could be declared final
57111 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 publicMethodCommentRequirement Required
57112 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Avoid excessively long variable names like ratingsAverageScore
57113 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
57114 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 publicMethodCommentRequirement Required
57115 src/com/gps/hibernate/BlogsstatsuserDAO.java 126 publicMethodCommentRequirement Required
57116 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 There is log block not surrounded by if
57117 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57118 src/com/gps/hibernate/BlogsstatsuserDAO.java 129 Local variable 'queryString' could be declared final
57119 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Local variable 'queryObject' could be declared final
57120 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Potential violation of Law of Demeter (method chain calls)
57121 src/com/gps/hibernate/BlogsstatsuserDAO.java 131 Potential violation of Law of Demeter (object not created locally)
57122 src/com/gps/hibernate/BlogsstatsuserDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57123 src/com/gps/hibernate/BlogsstatsuserDAO.java 133 There is log block not surrounded by if
57124 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
57125 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 publicMethodCommentRequirement Required
57126 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 There is log block not surrounded by if
57127 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57128 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Local variable 'result' could be declared final
57129 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Potential violation of Law of Demeter (method chain calls)
57130 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 There is log block not surrounded by if
57131 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57132 src/com/gps/hibernate/BlogsstatsuserDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57133 src/com/gps/hibernate/BlogsstatsuserDAO.java 146 There is log block not surrounded by if
57134 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 Parameter 'instance' is not assigned and could be declared final
57135 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 publicMethodCommentRequirement Required
57136 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 There is log block not surrounded by if
57137 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57138 src/com/gps/hibernate/BlogsstatsuserDAO.java 154 Potential violation of Law of Demeter (method chain calls)
57139 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 There is log block not surrounded by if
57140 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57141 src/com/gps/hibernate/BlogsstatsuserDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57142 src/com/gps/hibernate/BlogsstatsuserDAO.java 157 There is log block not surrounded by if
57143 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 Parameter 'instance' is not assigned and could be declared final
57144 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 publicMethodCommentRequirement Required
57145 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 There is log block not surrounded by if
57146 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57147 src/com/gps/hibernate/BlogsstatsuserDAO.java 165 Potential violation of Law of Demeter (method chain calls)
57148 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 There is log block not surrounded by if
57149 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57150 src/com/gps/hibernate/BlogsstatsuserDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57151 src/com/gps/hibernate/BlogsstatsuserDAO.java 168 There is log block not surrounded by if
57152 src/com/gps/hibernate/Bookmarksentry.java 11 Classes implementing Serializable should set a serialVersionUID
57153 src/com/gps/hibernate/Bookmarksentry.java 15 fieldCommentRequirement Required
57154 src/com/gps/hibernate/Bookmarksentry.java 16 fieldCommentRequirement Required
57155 src/com/gps/hibernate/Bookmarksentry.java 17 fieldCommentRequirement Required
57156 src/com/gps/hibernate/Bookmarksentry.java 18 fieldCommentRequirement Required
57157 src/com/gps/hibernate/Bookmarksentry.java 19 fieldCommentRequirement Required
57158 src/com/gps/hibernate/Bookmarksentry.java 20 fieldCommentRequirement Required
57159 src/com/gps/hibernate/Bookmarksentry.java 21 fieldCommentRequirement Required
57160 src/com/gps/hibernate/Bookmarksentry.java 22 fieldCommentRequirement Required
57161 src/com/gps/hibernate/Bookmarksentry.java 23 fieldCommentRequirement Required
57162 src/com/gps/hibernate/Bookmarksentry.java 24 fieldCommentRequirement Required
57163 src/com/gps/hibernate/Bookmarksentry.java 25 fieldCommentRequirement Required
57164 src/com/gps/hibernate/Bookmarksentry.java 26 fieldCommentRequirement Required
57165 src/com/gps/hibernate/Bookmarksentry.java 27 fieldCommentRequirement Required
57166 src/com/gps/hibernate/Bookmarksentry.java 32 Document empty constructor
57167 src/com/gps/hibernate/Bookmarksentry.java 36 Parameter 'entryId' is not assigned and could be declared final
57168 src/com/gps/hibernate/Bookmarksentry.java 41 Avoid long parameter lists.
57169 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'entryId' is not assigned and could be declared final
57170 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'groupId' is not assigned and could be declared final
57171 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'uuid' is not assigned and could be declared final
57172 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'companyId' is not assigned and could be declared final
57173 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'createDate' is not assigned and could be declared final
57174 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
57175 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'userId' is not assigned and could be declared final
57176 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'comments' is not assigned and could be declared final
57177 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'folderId' is not assigned and could be declared final
57178 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'name' is not assigned and could be declared final
57179 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'url' is not assigned and could be declared final
57180 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'priority' is not assigned and could be declared final
57181 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'visits' is not assigned and could be declared final
57182 src/com/gps/hibernate/Bookmarksentry.java 62 publicMethodCommentRequirement Required
57183 src/com/gps/hibernate/Bookmarksentry.java 66 Parameter 'entryId' is not assigned and could be declared final
57184 src/com/gps/hibernate/Bookmarksentry.java 66 publicMethodCommentRequirement Required
57185 src/com/gps/hibernate/Bookmarksentry.java 70 publicMethodCommentRequirement Required
57186 src/com/gps/hibernate/Bookmarksentry.java 74 Parameter 'uuid' is not assigned and could be declared final
57187 src/com/gps/hibernate/Bookmarksentry.java 74 publicMethodCommentRequirement Required
57188 src/com/gps/hibernate/Bookmarksentry.java 78 publicMethodCommentRequirement Required
57189 src/com/gps/hibernate/Bookmarksentry.java 82 Parameter 'groupId' is not assigned and could be declared final
57190 src/com/gps/hibernate/Bookmarksentry.java 82 publicMethodCommentRequirement Required
57191 src/com/gps/hibernate/Bookmarksentry.java 86 publicMethodCommentRequirement Required
57192 src/com/gps/hibernate/Bookmarksentry.java 90 Parameter 'companyId' is not assigned and could be declared final
57193 src/com/gps/hibernate/Bookmarksentry.java 90 publicMethodCommentRequirement Required
57194 src/com/gps/hibernate/Bookmarksentry.java 94 publicMethodCommentRequirement Required
57195 src/com/gps/hibernate/Bookmarksentry.java 98 Parameter 'userId' is not assigned and could be declared final
57196 src/com/gps/hibernate/Bookmarksentry.java 98 publicMethodCommentRequirement Required
57197 src/com/gps/hibernate/Bookmarksentry.java 102 publicMethodCommentRequirement Required
57198 src/com/gps/hibernate/Bookmarksentry.java 106 Parameter 'createDate' is not assigned and could be declared final
57199 src/com/gps/hibernate/Bookmarksentry.java 106 publicMethodCommentRequirement Required
57200 src/com/gps/hibernate/Bookmarksentry.java 110 publicMethodCommentRequirement Required
57201 src/com/gps/hibernate/Bookmarksentry.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
57202 src/com/gps/hibernate/Bookmarksentry.java 114 publicMethodCommentRequirement Required
57203 src/com/gps/hibernate/Bookmarksentry.java 118 publicMethodCommentRequirement Required
57204 src/com/gps/hibernate/Bookmarksentry.java 122 Parameter 'folderId' is not assigned and could be declared final
57205 src/com/gps/hibernate/Bookmarksentry.java 122 publicMethodCommentRequirement Required
57206 src/com/gps/hibernate/Bookmarksentry.java 126 publicMethodCommentRequirement Required
57207 src/com/gps/hibernate/Bookmarksentry.java 130 Parameter 'name' is not assigned and could be declared final
57208 src/com/gps/hibernate/Bookmarksentry.java 130 publicMethodCommentRequirement Required
57209 src/com/gps/hibernate/Bookmarksentry.java 134 publicMethodCommentRequirement Required
57210 src/com/gps/hibernate/Bookmarksentry.java 138 Parameter 'url' is not assigned and could be declared final
57211 src/com/gps/hibernate/Bookmarksentry.java 138 publicMethodCommentRequirement Required
57212 src/com/gps/hibernate/Bookmarksentry.java 142 publicMethodCommentRequirement Required
57213 src/com/gps/hibernate/Bookmarksentry.java 146 Parameter 'comments' is not assigned and could be declared final
57214 src/com/gps/hibernate/Bookmarksentry.java 146 publicMethodCommentRequirement Required
57215 src/com/gps/hibernate/Bookmarksentry.java 150 publicMethodCommentRequirement Required
57216 src/com/gps/hibernate/Bookmarksentry.java 154 Parameter 'visits' is not assigned and could be declared final
57217 src/com/gps/hibernate/Bookmarksentry.java 154 publicMethodCommentRequirement Required
57218 src/com/gps/hibernate/Bookmarksentry.java 158 publicMethodCommentRequirement Required
57219 src/com/gps/hibernate/Bookmarksentry.java 162 Parameter 'priority' is not assigned and could be declared final
57220 src/com/gps/hibernate/Bookmarksentry.java 162 publicMethodCommentRequirement Required
57221 src/com/gps/hibernate/BookmarksentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
57222 src/com/gps/hibernate/BookmarksentryDAO.java 11 Comment is too large: Too many lines
57223 src/com/gps/hibernate/BookmarksentryDAO.java 23 This class has too many methods, consider refactoring it.
57224 src/com/gps/hibernate/BookmarksentryDAO.java 24 Logger should be defined private static final and have the correct class
57225 src/com/gps/hibernate/BookmarksentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
57226 src/com/gps/hibernate/BookmarksentryDAO.java 24 fieldCommentRequirement Required
57227 src/com/gps/hibernate/BookmarksentryDAO.java 26 fieldCommentRequirement Required
57228 src/com/gps/hibernate/BookmarksentryDAO.java 27 fieldCommentRequirement Required
57229 src/com/gps/hibernate/BookmarksentryDAO.java 28 fieldCommentRequirement Required
57230 src/com/gps/hibernate/BookmarksentryDAO.java 29 fieldCommentRequirement Required
57231 src/com/gps/hibernate/BookmarksentryDAO.java 30 fieldCommentRequirement Required
57232 src/com/gps/hibernate/BookmarksentryDAO.java 31 fieldCommentRequirement Required
57233 src/com/gps/hibernate/BookmarksentryDAO.java 32 fieldCommentRequirement Required
57234 src/com/gps/hibernate/BookmarksentryDAO.java 33 fieldCommentRequirement Required
57235 src/com/gps/hibernate/BookmarksentryDAO.java 34 fieldCommentRequirement Required
57236 src/com/gps/hibernate/BookmarksentryDAO.java 35 fieldCommentRequirement Required
57237 src/com/gps/hibernate/BookmarksentryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
57238 src/com/gps/hibernate/BookmarksentryDAO.java 37 publicMethodCommentRequirement Required
57239 src/com/gps/hibernate/BookmarksentryDAO.java 38 There is log block not surrounded by if
57240 src/com/gps/hibernate/BookmarksentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57241 src/com/gps/hibernate/BookmarksentryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
57242 src/com/gps/hibernate/BookmarksentryDAO.java 41 There is log block not surrounded by if
57243 src/com/gps/hibernate/BookmarksentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57244 src/com/gps/hibernate/BookmarksentryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57245 src/com/gps/hibernate/BookmarksentryDAO.java 43 There is log block not surrounded by if
57246 src/com/gps/hibernate/BookmarksentryDAO.java 48 Avoid excessively long variable names like persistentInstance
57247 src/com/gps/hibernate/BookmarksentryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
57248 src/com/gps/hibernate/BookmarksentryDAO.java 48 publicMethodCommentRequirement Required
57249 src/com/gps/hibernate/BookmarksentryDAO.java 49 There is log block not surrounded by if
57250 src/com/gps/hibernate/BookmarksentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57251 src/com/gps/hibernate/BookmarksentryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
57252 src/com/gps/hibernate/BookmarksentryDAO.java 52 There is log block not surrounded by if
57253 src/com/gps/hibernate/BookmarksentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57254 src/com/gps/hibernate/BookmarksentryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57255 src/com/gps/hibernate/BookmarksentryDAO.java 54 There is log block not surrounded by if
57256 src/com/gps/hibernate/BookmarksentryDAO.java 59 Avoid variables with short names like id
57257 src/com/gps/hibernate/BookmarksentryDAO.java 59 Parameter 'id' is not assigned and could be declared final
57258 src/com/gps/hibernate/BookmarksentryDAO.java 59 publicMethodCommentRequirement Required
57259 src/com/gps/hibernate/BookmarksentryDAO.java 60 There is log block not surrounded by if
57260 src/com/gps/hibernate/BookmarksentryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57261 src/com/gps/hibernate/BookmarksentryDAO.java 62 Local variable 'instance' could be declared final
57262 src/com/gps/hibernate/BookmarksentryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
57263 src/com/gps/hibernate/BookmarksentryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57264 src/com/gps/hibernate/BookmarksentryDAO.java 66 There is log block not surrounded by if
57265 src/com/gps/hibernate/BookmarksentryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
57266 src/com/gps/hibernate/BookmarksentryDAO.java 71 publicMethodCommentRequirement Required
57267 src/com/gps/hibernate/BookmarksentryDAO.java 72 There is log block not surrounded by if
57268 src/com/gps/hibernate/BookmarksentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57269 src/com/gps/hibernate/BookmarksentryDAO.java 74 Local variable 'results' could be declared final
57270 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
57271 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
57272 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
57273 src/com/gps/hibernate/BookmarksentryDAO.java 77 There is log block not surrounded by if
57274 src/com/gps/hibernate/BookmarksentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57275 src/com/gps/hibernate/BookmarksentryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
57276 src/com/gps/hibernate/BookmarksentryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57277 src/com/gps/hibernate/BookmarksentryDAO.java 81 There is log block not surrounded by if
57278 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
57279 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'value' is not assigned and could be declared final
57280 src/com/gps/hibernate/BookmarksentryDAO.java 86 publicMethodCommentRequirement Required
57281 src/com/gps/hibernate/BookmarksentryDAO.java 87 There is log block not surrounded by if
57282 src/com/gps/hibernate/BookmarksentryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57283 src/com/gps/hibernate/BookmarksentryDAO.java 90 Local variable 'queryString' could be declared final
57284 src/com/gps/hibernate/BookmarksentryDAO.java 92 Local variable 'queryObject' could be declared final
57285 src/com/gps/hibernate/BookmarksentryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
57286 src/com/gps/hibernate/BookmarksentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
57287 src/com/gps/hibernate/BookmarksentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
57288 src/com/gps/hibernate/BookmarksentryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57289 src/com/gps/hibernate/BookmarksentryDAO.java 96 There is log block not surrounded by if
57290 src/com/gps/hibernate/BookmarksentryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
57291 src/com/gps/hibernate/BookmarksentryDAO.java 101 publicMethodCommentRequirement Required
57292 src/com/gps/hibernate/BookmarksentryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
57293 src/com/gps/hibernate/BookmarksentryDAO.java 105 publicMethodCommentRequirement Required
57294 src/com/gps/hibernate/BookmarksentryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
57295 src/com/gps/hibernate/BookmarksentryDAO.java 109 publicMethodCommentRequirement Required
57296 src/com/gps/hibernate/BookmarksentryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
57297 src/com/gps/hibernate/BookmarksentryDAO.java 113 publicMethodCommentRequirement Required
57298 src/com/gps/hibernate/BookmarksentryDAO.java 117 Parameter 'folderId' is not assigned and could be declared final
57299 src/com/gps/hibernate/BookmarksentryDAO.java 117 publicMethodCommentRequirement Required
57300 src/com/gps/hibernate/BookmarksentryDAO.java 121 Parameter 'name' is not assigned and could be declared final
57301 src/com/gps/hibernate/BookmarksentryDAO.java 121 publicMethodCommentRequirement Required
57302 src/com/gps/hibernate/BookmarksentryDAO.java 125 Parameter 'url' is not assigned and could be declared final
57303 src/com/gps/hibernate/BookmarksentryDAO.java 125 publicMethodCommentRequirement Required
57304 src/com/gps/hibernate/BookmarksentryDAO.java 129 Parameter 'comments' is not assigned and could be declared final
57305 src/com/gps/hibernate/BookmarksentryDAO.java 129 publicMethodCommentRequirement Required
57306 src/com/gps/hibernate/BookmarksentryDAO.java 133 Parameter 'visits' is not assigned and could be declared final
57307 src/com/gps/hibernate/BookmarksentryDAO.java 133 publicMethodCommentRequirement Required
57308 src/com/gps/hibernate/BookmarksentryDAO.java 137 Parameter 'priority' is not assigned and could be declared final
57309 src/com/gps/hibernate/BookmarksentryDAO.java 137 publicMethodCommentRequirement Required
57310 src/com/gps/hibernate/BookmarksentryDAO.java 141 publicMethodCommentRequirement Required
57311 src/com/gps/hibernate/BookmarksentryDAO.java 142 There is log block not surrounded by if
57312 src/com/gps/hibernate/BookmarksentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57313 src/com/gps/hibernate/BookmarksentryDAO.java 144 Local variable 'queryString' could be declared final
57314 src/com/gps/hibernate/BookmarksentryDAO.java 145 Local variable 'queryObject' could be declared final
57315 src/com/gps/hibernate/BookmarksentryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
57316 src/com/gps/hibernate/BookmarksentryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
57317 src/com/gps/hibernate/BookmarksentryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57318 src/com/gps/hibernate/BookmarksentryDAO.java 148 There is log block not surrounded by if
57319 src/com/gps/hibernate/BookmarksentryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
57320 src/com/gps/hibernate/BookmarksentryDAO.java 153 publicMethodCommentRequirement Required
57321 src/com/gps/hibernate/BookmarksentryDAO.java 154 There is log block not surrounded by if
57322 src/com/gps/hibernate/BookmarksentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57323 src/com/gps/hibernate/BookmarksentryDAO.java 156 Local variable 'result' could be declared final
57324 src/com/gps/hibernate/BookmarksentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
57325 src/com/gps/hibernate/BookmarksentryDAO.java 158 There is log block not surrounded by if
57326 src/com/gps/hibernate/BookmarksentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57327 src/com/gps/hibernate/BookmarksentryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57328 src/com/gps/hibernate/BookmarksentryDAO.java 161 There is log block not surrounded by if
57329 src/com/gps/hibernate/BookmarksentryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
57330 src/com/gps/hibernate/BookmarksentryDAO.java 166 publicMethodCommentRequirement Required
57331 src/com/gps/hibernate/BookmarksentryDAO.java 167 There is log block not surrounded by if
57332 src/com/gps/hibernate/BookmarksentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57333 src/com/gps/hibernate/BookmarksentryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
57334 src/com/gps/hibernate/BookmarksentryDAO.java 170 There is log block not surrounded by if
57335 src/com/gps/hibernate/BookmarksentryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57336 src/com/gps/hibernate/BookmarksentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57337 src/com/gps/hibernate/BookmarksentryDAO.java 172 There is log block not surrounded by if
57338 src/com/gps/hibernate/BookmarksentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
57339 src/com/gps/hibernate/BookmarksentryDAO.java 177 publicMethodCommentRequirement Required
57340 src/com/gps/hibernate/BookmarksentryDAO.java 178 There is log block not surrounded by if
57341 src/com/gps/hibernate/BookmarksentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57342 src/com/gps/hibernate/BookmarksentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
57343 src/com/gps/hibernate/BookmarksentryDAO.java 181 There is log block not surrounded by if
57344 src/com/gps/hibernate/BookmarksentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57345 src/com/gps/hibernate/BookmarksentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57346 src/com/gps/hibernate/BookmarksentryDAO.java 183 There is log block not surrounded by if
57347 src/com/gps/hibernate/Bookmarksfolder.java 11 Classes implementing Serializable should set a serialVersionUID
57348 src/com/gps/hibernate/Bookmarksfolder.java 15 fieldCommentRequirement Required
57349 src/com/gps/hibernate/Bookmarksfolder.java 16 fieldCommentRequirement Required
57350 src/com/gps/hibernate/Bookmarksfolder.java 17 fieldCommentRequirement Required
57351 src/com/gps/hibernate/Bookmarksfolder.java 18 fieldCommentRequirement Required
57352 src/com/gps/hibernate/Bookmarksfolder.java 19 fieldCommentRequirement Required
57353 src/com/gps/hibernate/Bookmarksfolder.java 20 fieldCommentRequirement Required
57354 src/com/gps/hibernate/Bookmarksfolder.java 21 fieldCommentRequirement Required
57355 src/com/gps/hibernate/Bookmarksfolder.java 22 fieldCommentRequirement Required
57356 src/com/gps/hibernate/Bookmarksfolder.java 23 fieldCommentRequirement Required
57357 src/com/gps/hibernate/Bookmarksfolder.java 24 fieldCommentRequirement Required
57358 src/com/gps/hibernate/Bookmarksfolder.java 29 Document empty constructor
57359 src/com/gps/hibernate/Bookmarksfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
57360 src/com/gps/hibernate/Bookmarksfolder.java 38 Avoid long parameter lists.
57361 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
57362 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
57363 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
57364 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'companyId' is not assigned and could be declared final
57365 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
57366 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
57367 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'userId' is not assigned and could be declared final
57368 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'description' is not assigned and could be declared final
57369 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'name' is not assigned and could be declared final
57370 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
57371 src/com/gps/hibernate/Bookmarksfolder.java 55 publicMethodCommentRequirement Required
57372 src/com/gps/hibernate/Bookmarksfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
57373 src/com/gps/hibernate/Bookmarksfolder.java 59 publicMethodCommentRequirement Required
57374 src/com/gps/hibernate/Bookmarksfolder.java 63 publicMethodCommentRequirement Required
57375 src/com/gps/hibernate/Bookmarksfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
57376 src/com/gps/hibernate/Bookmarksfolder.java 67 publicMethodCommentRequirement Required
57377 src/com/gps/hibernate/Bookmarksfolder.java 71 publicMethodCommentRequirement Required
57378 src/com/gps/hibernate/Bookmarksfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
57379 src/com/gps/hibernate/Bookmarksfolder.java 75 publicMethodCommentRequirement Required
57380 src/com/gps/hibernate/Bookmarksfolder.java 79 publicMethodCommentRequirement Required
57381 src/com/gps/hibernate/Bookmarksfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
57382 src/com/gps/hibernate/Bookmarksfolder.java 83 publicMethodCommentRequirement Required
57383 src/com/gps/hibernate/Bookmarksfolder.java 87 publicMethodCommentRequirement Required
57384 src/com/gps/hibernate/Bookmarksfolder.java 91 Parameter 'userId' is not assigned and could be declared final
57385 src/com/gps/hibernate/Bookmarksfolder.java 91 publicMethodCommentRequirement Required
57386 src/com/gps/hibernate/Bookmarksfolder.java 95 publicMethodCommentRequirement Required
57387 src/com/gps/hibernate/Bookmarksfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
57388 src/com/gps/hibernate/Bookmarksfolder.java 99 publicMethodCommentRequirement Required
57389 src/com/gps/hibernate/Bookmarksfolder.java 103 publicMethodCommentRequirement Required
57390 src/com/gps/hibernate/Bookmarksfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
57391 src/com/gps/hibernate/Bookmarksfolder.java 107 publicMethodCommentRequirement Required
57392 src/com/gps/hibernate/Bookmarksfolder.java 111 publicMethodCommentRequirement Required
57393 src/com/gps/hibernate/Bookmarksfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
57394 src/com/gps/hibernate/Bookmarksfolder.java 115 publicMethodCommentRequirement Required
57395 src/com/gps/hibernate/Bookmarksfolder.java 119 publicMethodCommentRequirement Required
57396 src/com/gps/hibernate/Bookmarksfolder.java 123 Parameter 'name' is not assigned and could be declared final
57397 src/com/gps/hibernate/Bookmarksfolder.java 123 publicMethodCommentRequirement Required
57398 src/com/gps/hibernate/Bookmarksfolder.java 127 publicMethodCommentRequirement Required
57399 src/com/gps/hibernate/Bookmarksfolder.java 131 Parameter 'description' is not assigned and could be declared final
57400 src/com/gps/hibernate/Bookmarksfolder.java 131 publicMethodCommentRequirement Required
57401 src/com/gps/hibernate/BookmarksfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
57402 src/com/gps/hibernate/BookmarksfolderDAO.java 11 Comment is too large: Too many lines
57403 src/com/gps/hibernate/BookmarksfolderDAO.java 23 This class has too many methods, consider refactoring it.
57404 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Logger should be defined private static final and have the correct class
57405 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
57406 src/com/gps/hibernate/BookmarksfolderDAO.java 24 fieldCommentRequirement Required
57407 src/com/gps/hibernate/BookmarksfolderDAO.java 26 fieldCommentRequirement Required
57408 src/com/gps/hibernate/BookmarksfolderDAO.java 27 fieldCommentRequirement Required
57409 src/com/gps/hibernate/BookmarksfolderDAO.java 28 fieldCommentRequirement Required
57410 src/com/gps/hibernate/BookmarksfolderDAO.java 29 fieldCommentRequirement Required
57411 src/com/gps/hibernate/BookmarksfolderDAO.java 30 fieldCommentRequirement Required
57412 src/com/gps/hibernate/BookmarksfolderDAO.java 31 fieldCommentRequirement Required
57413 src/com/gps/hibernate/BookmarksfolderDAO.java 32 fieldCommentRequirement Required
57414 src/com/gps/hibernate/BookmarksfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
57415 src/com/gps/hibernate/BookmarksfolderDAO.java 34 publicMethodCommentRequirement Required
57416 src/com/gps/hibernate/BookmarksfolderDAO.java 35 There is log block not surrounded by if
57417 src/com/gps/hibernate/BookmarksfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57418 src/com/gps/hibernate/BookmarksfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
57419 src/com/gps/hibernate/BookmarksfolderDAO.java 38 There is log block not surrounded by if
57420 src/com/gps/hibernate/BookmarksfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57421 src/com/gps/hibernate/BookmarksfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57422 src/com/gps/hibernate/BookmarksfolderDAO.java 40 There is log block not surrounded by if
57423 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
57424 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
57425 src/com/gps/hibernate/BookmarksfolderDAO.java 45 publicMethodCommentRequirement Required
57426 src/com/gps/hibernate/BookmarksfolderDAO.java 46 There is log block not surrounded by if
57427 src/com/gps/hibernate/BookmarksfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57428 src/com/gps/hibernate/BookmarksfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
57429 src/com/gps/hibernate/BookmarksfolderDAO.java 49 There is log block not surrounded by if
57430 src/com/gps/hibernate/BookmarksfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57431 src/com/gps/hibernate/BookmarksfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57432 src/com/gps/hibernate/BookmarksfolderDAO.java 51 There is log block not surrounded by if
57433 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Avoid variables with short names like id
57434 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
57435 src/com/gps/hibernate/BookmarksfolderDAO.java 56 publicMethodCommentRequirement Required
57436 src/com/gps/hibernate/BookmarksfolderDAO.java 57 There is log block not surrounded by if
57437 src/com/gps/hibernate/BookmarksfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57438 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Local variable 'instance' could be declared final
57439 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
57440 src/com/gps/hibernate/BookmarksfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57441 src/com/gps/hibernate/BookmarksfolderDAO.java 63 There is log block not surrounded by if
57442 src/com/gps/hibernate/BookmarksfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
57443 src/com/gps/hibernate/BookmarksfolderDAO.java 68 publicMethodCommentRequirement Required
57444 src/com/gps/hibernate/BookmarksfolderDAO.java 69 There is log block not surrounded by if
57445 src/com/gps/hibernate/BookmarksfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57446 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Local variable 'results' could be declared final
57447 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57448 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57449 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
57450 src/com/gps/hibernate/BookmarksfolderDAO.java 74 There is log block not surrounded by if
57451 src/com/gps/hibernate/BookmarksfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57452 src/com/gps/hibernate/BookmarksfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
57453 src/com/gps/hibernate/BookmarksfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57454 src/com/gps/hibernate/BookmarksfolderDAO.java 78 There is log block not surrounded by if
57455 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
57456 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
57457 src/com/gps/hibernate/BookmarksfolderDAO.java 83 publicMethodCommentRequirement Required
57458 src/com/gps/hibernate/BookmarksfolderDAO.java 84 There is log block not surrounded by if
57459 src/com/gps/hibernate/BookmarksfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57460 src/com/gps/hibernate/BookmarksfolderDAO.java 87 Local variable 'queryString' could be declared final
57461 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Local variable 'queryObject' could be declared final
57462 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
57463 src/com/gps/hibernate/BookmarksfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
57464 src/com/gps/hibernate/BookmarksfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
57465 src/com/gps/hibernate/BookmarksfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57466 src/com/gps/hibernate/BookmarksfolderDAO.java 93 There is log block not surrounded by if
57467 src/com/gps/hibernate/BookmarksfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
57468 src/com/gps/hibernate/BookmarksfolderDAO.java 98 publicMethodCommentRequirement Required
57469 src/com/gps/hibernate/BookmarksfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
57470 src/com/gps/hibernate/BookmarksfolderDAO.java 102 publicMethodCommentRequirement Required
57471 src/com/gps/hibernate/BookmarksfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
57472 src/com/gps/hibernate/BookmarksfolderDAO.java 106 publicMethodCommentRequirement Required
57473 src/com/gps/hibernate/BookmarksfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
57474 src/com/gps/hibernate/BookmarksfolderDAO.java 110 publicMethodCommentRequirement Required
57475 src/com/gps/hibernate/BookmarksfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
57476 src/com/gps/hibernate/BookmarksfolderDAO.java 114 publicMethodCommentRequirement Required
57477 src/com/gps/hibernate/BookmarksfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
57478 src/com/gps/hibernate/BookmarksfolderDAO.java 118 publicMethodCommentRequirement Required
57479 src/com/gps/hibernate/BookmarksfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
57480 src/com/gps/hibernate/BookmarksfolderDAO.java 122 publicMethodCommentRequirement Required
57481 src/com/gps/hibernate/BookmarksfolderDAO.java 126 publicMethodCommentRequirement Required
57482 src/com/gps/hibernate/BookmarksfolderDAO.java 127 There is log block not surrounded by if
57483 src/com/gps/hibernate/BookmarksfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57484 src/com/gps/hibernate/BookmarksfolderDAO.java 129 Local variable 'queryString' could be declared final
57485 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Local variable 'queryObject' could be declared final
57486 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
57487 src/com/gps/hibernate/BookmarksfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
57488 src/com/gps/hibernate/BookmarksfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57489 src/com/gps/hibernate/BookmarksfolderDAO.java 133 There is log block not surrounded by if
57490 src/com/gps/hibernate/BookmarksfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
57491 src/com/gps/hibernate/BookmarksfolderDAO.java 138 publicMethodCommentRequirement Required
57492 src/com/gps/hibernate/BookmarksfolderDAO.java 139 There is log block not surrounded by if
57493 src/com/gps/hibernate/BookmarksfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57494 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Local variable 'result' could be declared final
57495 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
57496 src/com/gps/hibernate/BookmarksfolderDAO.java 143 There is log block not surrounded by if
57497 src/com/gps/hibernate/BookmarksfolderDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57498 src/com/gps/hibernate/BookmarksfolderDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57499 src/com/gps/hibernate/BookmarksfolderDAO.java 146 There is log block not surrounded by if
57500 src/com/gps/hibernate/BookmarksfolderDAO.java 151 Parameter 'instance' is not assigned and could be declared final
57501 src/com/gps/hibernate/BookmarksfolderDAO.java 151 publicMethodCommentRequirement Required
57502 src/com/gps/hibernate/BookmarksfolderDAO.java 152 There is log block not surrounded by if
57503 src/com/gps/hibernate/BookmarksfolderDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57504 src/com/gps/hibernate/BookmarksfolderDAO.java 154 Potential violation of Law of Demeter (method chain calls)
57505 src/com/gps/hibernate/BookmarksfolderDAO.java 155 There is log block not surrounded by if
57506 src/com/gps/hibernate/BookmarksfolderDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57507 src/com/gps/hibernate/BookmarksfolderDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57508 src/com/gps/hibernate/BookmarksfolderDAO.java 157 There is log block not surrounded by if
57509 src/com/gps/hibernate/BookmarksfolderDAO.java 162 Parameter 'instance' is not assigned and could be declared final
57510 src/com/gps/hibernate/BookmarksfolderDAO.java 162 publicMethodCommentRequirement Required
57511 src/com/gps/hibernate/BookmarksfolderDAO.java 163 There is log block not surrounded by if
57512 src/com/gps/hibernate/BookmarksfolderDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57513 src/com/gps/hibernate/BookmarksfolderDAO.java 165 Potential violation of Law of Demeter (method chain calls)
57514 src/com/gps/hibernate/BookmarksfolderDAO.java 166 There is log block not surrounded by if
57515 src/com/gps/hibernate/BookmarksfolderDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57516 src/com/gps/hibernate/BookmarksfolderDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57517 src/com/gps/hibernate/BookmarksfolderDAO.java 168 There is log block not surrounded by if
57518 src/com/gps/hibernate/Browsertracker.java 9 Classes implementing Serializable should set a serialVersionUID
57519 src/com/gps/hibernate/Browsertracker.java 13 fieldCommentRequirement Required
57520 src/com/gps/hibernate/Browsertracker.java 14 fieldCommentRequirement Required
57521 src/com/gps/hibernate/Browsertracker.java 15 fieldCommentRequirement Required
57522 src/com/gps/hibernate/Browsertracker.java 20 Document empty constructor
57523 src/com/gps/hibernate/Browsertracker.java 24 Parameter 'browserTrackerId' is not assigned and could be declared final
57524 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserKey' is not assigned and could be declared final
57525 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserTrackerId' is not assigned and could be declared final
57526 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'userId' is not assigned and could be declared final
57527 src/com/gps/hibernate/Browsertracker.java 37 publicMethodCommentRequirement Required
57528 src/com/gps/hibernate/Browsertracker.java 41 Parameter 'browserTrackerId' is not assigned and could be declared final
57529 src/com/gps/hibernate/Browsertracker.java 41 publicMethodCommentRequirement Required
57530 src/com/gps/hibernate/Browsertracker.java 45 publicMethodCommentRequirement Required
57531 src/com/gps/hibernate/Browsertracker.java 49 Parameter 'userId' is not assigned and could be declared final
57532 src/com/gps/hibernate/Browsertracker.java 49 publicMethodCommentRequirement Required
57533 src/com/gps/hibernate/Browsertracker.java 53 publicMethodCommentRequirement Required
57534 src/com/gps/hibernate/Browsertracker.java 57 Parameter 'browserKey' is not assigned and could be declared final
57535 src/com/gps/hibernate/Browsertracker.java 57 publicMethodCommentRequirement Required
57536 src/com/gps/hibernate/BrowsertrackerDAO.java 10 Comment is too large: Too many lines
57537 src/com/gps/hibernate/BrowsertrackerDAO.java 22 This class has too many methods, consider refactoring it.
57538 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Logger should be defined private static final and have the correct class
57539 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
57540 src/com/gps/hibernate/BrowsertrackerDAO.java 23 fieldCommentRequirement Required
57541 src/com/gps/hibernate/BrowsertrackerDAO.java 25 fieldCommentRequirement Required
57542 src/com/gps/hibernate/BrowsertrackerDAO.java 26 fieldCommentRequirement Required
57543 src/com/gps/hibernate/BrowsertrackerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
57544 src/com/gps/hibernate/BrowsertrackerDAO.java 28 publicMethodCommentRequirement Required
57545 src/com/gps/hibernate/BrowsertrackerDAO.java 29 There is log block not surrounded by if
57546 src/com/gps/hibernate/BrowsertrackerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57547 src/com/gps/hibernate/BrowsertrackerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
57548 src/com/gps/hibernate/BrowsertrackerDAO.java 32 There is log block not surrounded by if
57549 src/com/gps/hibernate/BrowsertrackerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57550 src/com/gps/hibernate/BrowsertrackerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57551 src/com/gps/hibernate/BrowsertrackerDAO.java 34 There is log block not surrounded by if
57552 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Avoid excessively long variable names like persistentInstance
57553 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
57554 src/com/gps/hibernate/BrowsertrackerDAO.java 39 publicMethodCommentRequirement Required
57555 src/com/gps/hibernate/BrowsertrackerDAO.java 40 There is log block not surrounded by if
57556 src/com/gps/hibernate/BrowsertrackerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57557 src/com/gps/hibernate/BrowsertrackerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
57558 src/com/gps/hibernate/BrowsertrackerDAO.java 43 There is log block not surrounded by if
57559 src/com/gps/hibernate/BrowsertrackerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57560 src/com/gps/hibernate/BrowsertrackerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57561 src/com/gps/hibernate/BrowsertrackerDAO.java 45 There is log block not surrounded by if
57562 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Avoid variables with short names like id
57563 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Parameter 'id' is not assigned and could be declared final
57564 src/com/gps/hibernate/BrowsertrackerDAO.java 50 publicMethodCommentRequirement Required
57565 src/com/gps/hibernate/BrowsertrackerDAO.java 51 There is log block not surrounded by if
57566 src/com/gps/hibernate/BrowsertrackerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57567 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Local variable 'instance' could be declared final
57568 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
57569 src/com/gps/hibernate/BrowsertrackerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57570 src/com/gps/hibernate/BrowsertrackerDAO.java 57 There is log block not surrounded by if
57571 src/com/gps/hibernate/BrowsertrackerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
57572 src/com/gps/hibernate/BrowsertrackerDAO.java 62 publicMethodCommentRequirement Required
57573 src/com/gps/hibernate/BrowsertrackerDAO.java 63 There is log block not surrounded by if
57574 src/com/gps/hibernate/BrowsertrackerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57575 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Local variable 'results' could be declared final
57576 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57577 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57578 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57579 src/com/gps/hibernate/BrowsertrackerDAO.java 68 There is log block not surrounded by if
57580 src/com/gps/hibernate/BrowsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57581 src/com/gps/hibernate/BrowsertrackerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
57582 src/com/gps/hibernate/BrowsertrackerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57583 src/com/gps/hibernate/BrowsertrackerDAO.java 72 There is log block not surrounded by if
57584 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
57585 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'value' is not assigned and could be declared final
57586 src/com/gps/hibernate/BrowsertrackerDAO.java 77 publicMethodCommentRequirement Required
57587 src/com/gps/hibernate/BrowsertrackerDAO.java 78 There is log block not surrounded by if
57588 src/com/gps/hibernate/BrowsertrackerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57589 src/com/gps/hibernate/BrowsertrackerDAO.java 81 Local variable 'queryString' could be declared final
57590 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Local variable 'queryObject' could be declared final
57591 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
57592 src/com/gps/hibernate/BrowsertrackerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
57593 src/com/gps/hibernate/BrowsertrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
57594 src/com/gps/hibernate/BrowsertrackerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57595 src/com/gps/hibernate/BrowsertrackerDAO.java 87 There is log block not surrounded by if
57596 src/com/gps/hibernate/BrowsertrackerDAO.java 92 Parameter 'userId' is not assigned and could be declared final
57597 src/com/gps/hibernate/BrowsertrackerDAO.java 92 publicMethodCommentRequirement Required
57598 src/com/gps/hibernate/BrowsertrackerDAO.java 96 Parameter 'browserKey' is not assigned and could be declared final
57599 src/com/gps/hibernate/BrowsertrackerDAO.java 96 publicMethodCommentRequirement Required
57600 src/com/gps/hibernate/BrowsertrackerDAO.java 100 publicMethodCommentRequirement Required
57601 src/com/gps/hibernate/BrowsertrackerDAO.java 101 There is log block not surrounded by if
57602 src/com/gps/hibernate/BrowsertrackerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57603 src/com/gps/hibernate/BrowsertrackerDAO.java 103 Local variable 'queryString' could be declared final
57604 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Local variable 'queryObject' could be declared final
57605 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
57606 src/com/gps/hibernate/BrowsertrackerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
57607 src/com/gps/hibernate/BrowsertrackerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57608 src/com/gps/hibernate/BrowsertrackerDAO.java 107 There is log block not surrounded by if
57609 src/com/gps/hibernate/BrowsertrackerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
57610 src/com/gps/hibernate/BrowsertrackerDAO.java 112 publicMethodCommentRequirement Required
57611 src/com/gps/hibernate/BrowsertrackerDAO.java 113 There is log block not surrounded by if
57612 src/com/gps/hibernate/BrowsertrackerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57613 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Local variable 'result' could be declared final
57614 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
57615 src/com/gps/hibernate/BrowsertrackerDAO.java 117 There is log block not surrounded by if
57616 src/com/gps/hibernate/BrowsertrackerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57617 src/com/gps/hibernate/BrowsertrackerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57618 src/com/gps/hibernate/BrowsertrackerDAO.java 120 There is log block not surrounded by if
57619 src/com/gps/hibernate/BrowsertrackerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
57620 src/com/gps/hibernate/BrowsertrackerDAO.java 125 publicMethodCommentRequirement Required
57621 src/com/gps/hibernate/BrowsertrackerDAO.java 126 There is log block not surrounded by if
57622 src/com/gps/hibernate/BrowsertrackerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57623 src/com/gps/hibernate/BrowsertrackerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
57624 src/com/gps/hibernate/BrowsertrackerDAO.java 129 There is log block not surrounded by if
57625 src/com/gps/hibernate/BrowsertrackerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57626 src/com/gps/hibernate/BrowsertrackerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57627 src/com/gps/hibernate/BrowsertrackerDAO.java 131 There is log block not surrounded by if
57628 src/com/gps/hibernate/BrowsertrackerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
57629 src/com/gps/hibernate/BrowsertrackerDAO.java 136 publicMethodCommentRequirement Required
57630 src/com/gps/hibernate/BrowsertrackerDAO.java 137 There is log block not surrounded by if
57631 src/com/gps/hibernate/BrowsertrackerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57632 src/com/gps/hibernate/BrowsertrackerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
57633 src/com/gps/hibernate/BrowsertrackerDAO.java 140 There is log block not surrounded by if
57634 src/com/gps/hibernate/BrowsertrackerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57635 src/com/gps/hibernate/BrowsertrackerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57636 src/com/gps/hibernate/BrowsertrackerDAO.java 142 There is log block not surrounded by if
57637 src/com/gps/hibernate/Calevent.java 11 Classes implementing Serializable should set a serialVersionUID
57638 src/com/gps/hibernate/Calevent.java 11 Too many fields
57639 src/com/gps/hibernate/Calevent.java 15 fieldCommentRequirement Required
57640 src/com/gps/hibernate/Calevent.java 16 fieldCommentRequirement Required
57641 src/com/gps/hibernate/Calevent.java 17 fieldCommentRequirement Required
57642 src/com/gps/hibernate/Calevent.java 18 fieldCommentRequirement Required
57643 src/com/gps/hibernate/Calevent.java 19 fieldCommentRequirement Required
57644 src/com/gps/hibernate/Calevent.java 20 fieldCommentRequirement Required
57645 src/com/gps/hibernate/Calevent.java 21 fieldCommentRequirement Required
57646 src/com/gps/hibernate/Calevent.java 22 fieldCommentRequirement Required
57647 src/com/gps/hibernate/Calevent.java 23 fieldCommentRequirement Required
57648 src/com/gps/hibernate/Calevent.java 24 fieldCommentRequirement Required
57649 src/com/gps/hibernate/Calevent.java 25 fieldCommentRequirement Required
57650 src/com/gps/hibernate/Calevent.java 26 fieldCommentRequirement Required
57651 src/com/gps/hibernate/Calevent.java 27 fieldCommentRequirement Required
57652 src/com/gps/hibernate/Calevent.java 28 fieldCommentRequirement Required
57653 src/com/gps/hibernate/Calevent.java 29 fieldCommentRequirement Required
57654 src/com/gps/hibernate/Calevent.java 30 fieldCommentRequirement Required
57655 src/com/gps/hibernate/Calevent.java 31 fieldCommentRequirement Required
57656 src/com/gps/hibernate/Calevent.java 32 fieldCommentRequirement Required
57657 src/com/gps/hibernate/Calevent.java 33 fieldCommentRequirement Required
57658 src/com/gps/hibernate/Calevent.java 34 fieldCommentRequirement Required
57659 src/com/gps/hibernate/Calevent.java 35 fieldCommentRequirement Required
57660 src/com/gps/hibernate/Calevent.java 36 fieldCommentRequirement Required
57661 src/com/gps/hibernate/Calevent.java 41 Document empty constructor
57662 src/com/gps/hibernate/Calevent.java 45 Parameter 'eventId' is not assigned and could be declared final
57663 src/com/gps/hibernate/Calevent.java 50 Avoid long parameter lists.
57664 src/com/gps/hibernate/Calevent.java 50 Parameter 'companyId' is not assigned and could be declared final
57665 src/com/gps/hibernate/Calevent.java 50 Parameter 'eventId' is not assigned and could be declared final
57666 src/com/gps/hibernate/Calevent.java 50 Parameter 'groupId' is not assigned and could be declared final
57667 src/com/gps/hibernate/Calevent.java 50 Parameter 'uuid' is not assigned and could be declared final
57668 src/com/gps/hibernate/Calevent.java 51 Parameter 'createDate' is not assigned and could be declared final
57669 src/com/gps/hibernate/Calevent.java 51 Parameter 'modifiedDate' is not assigned and could be declared final
57670 src/com/gps/hibernate/Calevent.java 51 Parameter 'userId' is not assigned and could be declared final
57671 src/com/gps/hibernate/Calevent.java 51 Parameter 'userName' is not assigned and could be declared final
57672 src/com/gps/hibernate/Calevent.java 52 Parameter 'description' is not assigned and could be declared final
57673 src/com/gps/hibernate/Calevent.java 52 Parameter 'endDate' is not assigned and could be declared final
57674 src/com/gps/hibernate/Calevent.java 52 Parameter 'startDate' is not assigned and could be declared final
57675 src/com/gps/hibernate/Calevent.java 52 Parameter 'title' is not assigned and could be declared final
57676 src/com/gps/hibernate/Calevent.java 53 Parameter 'allDay' is not assigned and could be declared final
57677 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationHour' is not assigned and could be declared final
57678 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationMinute' is not assigned and could be declared final
57679 src/com/gps/hibernate/Calevent.java 54 Parameter 'repeating' is not assigned and could be declared final
57680 src/com/gps/hibernate/Calevent.java 54 Parameter 'timeZoneSensitive' is not assigned and could be declared final
57681 src/com/gps/hibernate/Calevent.java 54 Parameter 'type' is not assigned and could be declared final
57682 src/com/gps/hibernate/Calevent.java 55 Parameter 'firstReminder' is not assigned and could be declared final
57683 src/com/gps/hibernate/Calevent.java 55 Parameter 'recurrence' is not assigned and could be declared final
57684 src/com/gps/hibernate/Calevent.java 55 Parameter 'remindBy' is not assigned and could be declared final
57685 src/com/gps/hibernate/Calevent.java 56 Parameter 'secondReminder' is not assigned and could be declared final
57686 src/com/gps/hibernate/Calevent.java 83 publicMethodCommentRequirement Required
57687 src/com/gps/hibernate/Calevent.java 87 Parameter 'eventId' is not assigned and could be declared final
57688 src/com/gps/hibernate/Calevent.java 87 publicMethodCommentRequirement Required
57689 src/com/gps/hibernate/Calevent.java 91 publicMethodCommentRequirement Required
57690 src/com/gps/hibernate/Calevent.java 95 Parameter 'uuid' is not assigned and could be declared final
57691 src/com/gps/hibernate/Calevent.java 95 publicMethodCommentRequirement Required
57692 src/com/gps/hibernate/Calevent.java 99 publicMethodCommentRequirement Required
57693 src/com/gps/hibernate/Calevent.java 103 Parameter 'groupId' is not assigned and could be declared final
57694 src/com/gps/hibernate/Calevent.java 103 publicMethodCommentRequirement Required
57695 src/com/gps/hibernate/Calevent.java 107 publicMethodCommentRequirement Required
57696 src/com/gps/hibernate/Calevent.java 111 Parameter 'companyId' is not assigned and could be declared final
57697 src/com/gps/hibernate/Calevent.java 111 publicMethodCommentRequirement Required
57698 src/com/gps/hibernate/Calevent.java 115 publicMethodCommentRequirement Required
57699 src/com/gps/hibernate/Calevent.java 119 Parameter 'userId' is not assigned and could be declared final
57700 src/com/gps/hibernate/Calevent.java 119 publicMethodCommentRequirement Required
57701 src/com/gps/hibernate/Calevent.java 123 publicMethodCommentRequirement Required
57702 src/com/gps/hibernate/Calevent.java 127 Parameter 'userName' is not assigned and could be declared final
57703 src/com/gps/hibernate/Calevent.java 127 publicMethodCommentRequirement Required
57704 src/com/gps/hibernate/Calevent.java 131 publicMethodCommentRequirement Required
57705 src/com/gps/hibernate/Calevent.java 135 Parameter 'createDate' is not assigned and could be declared final
57706 src/com/gps/hibernate/Calevent.java 135 publicMethodCommentRequirement Required
57707 src/com/gps/hibernate/Calevent.java 139 publicMethodCommentRequirement Required
57708 src/com/gps/hibernate/Calevent.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
57709 src/com/gps/hibernate/Calevent.java 143 publicMethodCommentRequirement Required
57710 src/com/gps/hibernate/Calevent.java 147 publicMethodCommentRequirement Required
57711 src/com/gps/hibernate/Calevent.java 151 Parameter 'title' is not assigned and could be declared final
57712 src/com/gps/hibernate/Calevent.java 151 publicMethodCommentRequirement Required
57713 src/com/gps/hibernate/Calevent.java 155 publicMethodCommentRequirement Required
57714 src/com/gps/hibernate/Calevent.java 159 Parameter 'description' is not assigned and could be declared final
57715 src/com/gps/hibernate/Calevent.java 159 publicMethodCommentRequirement Required
57716 src/com/gps/hibernate/Calevent.java 163 publicMethodCommentRequirement Required
57717 src/com/gps/hibernate/Calevent.java 167 Parameter 'startDate' is not assigned and could be declared final
57718 src/com/gps/hibernate/Calevent.java 167 publicMethodCommentRequirement Required
57719 src/com/gps/hibernate/Calevent.java 171 publicMethodCommentRequirement Required
57720 src/com/gps/hibernate/Calevent.java 175 Parameter 'endDate' is not assigned and could be declared final
57721 src/com/gps/hibernate/Calevent.java 175 publicMethodCommentRequirement Required
57722 src/com/gps/hibernate/Calevent.java 179 publicMethodCommentRequirement Required
57723 src/com/gps/hibernate/Calevent.java 183 Parameter 'durationHour' is not assigned and could be declared final
57724 src/com/gps/hibernate/Calevent.java 183 publicMethodCommentRequirement Required
57725 src/com/gps/hibernate/Calevent.java 187 publicMethodCommentRequirement Required
57726 src/com/gps/hibernate/Calevent.java 191 Parameter 'durationMinute' is not assigned and could be declared final
57727 src/com/gps/hibernate/Calevent.java 191 publicMethodCommentRequirement Required
57728 src/com/gps/hibernate/Calevent.java 195 publicMethodCommentRequirement Required
57729 src/com/gps/hibernate/Calevent.java 199 Parameter 'allDay' is not assigned and could be declared final
57730 src/com/gps/hibernate/Calevent.java 199 publicMethodCommentRequirement Required
57731 src/com/gps/hibernate/Calevent.java 203 publicMethodCommentRequirement Required
57732 src/com/gps/hibernate/Calevent.java 207 Parameter 'timeZoneSensitive' is not assigned and could be declared final
57733 src/com/gps/hibernate/Calevent.java 207 publicMethodCommentRequirement Required
57734 src/com/gps/hibernate/Calevent.java 211 publicMethodCommentRequirement Required
57735 src/com/gps/hibernate/Calevent.java 215 Parameter 'type' is not assigned and could be declared final
57736 src/com/gps/hibernate/Calevent.java 215 publicMethodCommentRequirement Required
57737 src/com/gps/hibernate/Calevent.java 219 publicMethodCommentRequirement Required
57738 src/com/gps/hibernate/Calevent.java 223 Parameter 'repeating' is not assigned and could be declared final
57739 src/com/gps/hibernate/Calevent.java 223 publicMethodCommentRequirement Required
57740 src/com/gps/hibernate/Calevent.java 227 publicMethodCommentRequirement Required
57741 src/com/gps/hibernate/Calevent.java 231 Parameter 'recurrence' is not assigned and could be declared final
57742 src/com/gps/hibernate/Calevent.java 231 publicMethodCommentRequirement Required
57743 src/com/gps/hibernate/Calevent.java 235 publicMethodCommentRequirement Required
57744 src/com/gps/hibernate/Calevent.java 239 Parameter 'remindBy' is not assigned and could be declared final
57745 src/com/gps/hibernate/Calevent.java 239 publicMethodCommentRequirement Required
57746 src/com/gps/hibernate/Calevent.java 243 publicMethodCommentRequirement Required
57747 src/com/gps/hibernate/Calevent.java 247 Parameter 'firstReminder' is not assigned and could be declared final
57748 src/com/gps/hibernate/Calevent.java 247 publicMethodCommentRequirement Required
57749 src/com/gps/hibernate/Calevent.java 251 publicMethodCommentRequirement Required
57750 src/com/gps/hibernate/Calevent.java 255 Parameter 'secondReminder' is not assigned and could be declared final
57751 src/com/gps/hibernate/Calevent.java 255 publicMethodCommentRequirement Required
57752 src/com/gps/hibernate/CaleventDAO.java 3 Avoid unused imports such as 'java.util.Date'
57753 src/com/gps/hibernate/CaleventDAO.java 11 Comment is too large: Too many lines
57754 src/com/gps/hibernate/CaleventDAO.java 23 This class has too many methods, consider refactoring it.
57755 src/com/gps/hibernate/CaleventDAO.java 24 Logger should be defined private static final and have the correct class
57756 src/com/gps/hibernate/CaleventDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
57757 src/com/gps/hibernate/CaleventDAO.java 24 fieldCommentRequirement Required
57758 src/com/gps/hibernate/CaleventDAO.java 26 fieldCommentRequirement Required
57759 src/com/gps/hibernate/CaleventDAO.java 27 fieldCommentRequirement Required
57760 src/com/gps/hibernate/CaleventDAO.java 28 fieldCommentRequirement Required
57761 src/com/gps/hibernate/CaleventDAO.java 29 fieldCommentRequirement Required
57762 src/com/gps/hibernate/CaleventDAO.java 30 fieldCommentRequirement Required
57763 src/com/gps/hibernate/CaleventDAO.java 31 fieldCommentRequirement Required
57764 src/com/gps/hibernate/CaleventDAO.java 32 fieldCommentRequirement Required
57765 src/com/gps/hibernate/CaleventDAO.java 33 fieldCommentRequirement Required
57766 src/com/gps/hibernate/CaleventDAO.java 34 fieldCommentRequirement Required
57767 src/com/gps/hibernate/CaleventDAO.java 35 fieldCommentRequirement Required
57768 src/com/gps/hibernate/CaleventDAO.java 36 Avoid excessively long variable names like TIME_ZONE_SENSITIVE
57769 src/com/gps/hibernate/CaleventDAO.java 36 fieldCommentRequirement Required
57770 src/com/gps/hibernate/CaleventDAO.java 37 fieldCommentRequirement Required
57771 src/com/gps/hibernate/CaleventDAO.java 38 fieldCommentRequirement Required
57772 src/com/gps/hibernate/CaleventDAO.java 39 fieldCommentRequirement Required
57773 src/com/gps/hibernate/CaleventDAO.java 40 fieldCommentRequirement Required
57774 src/com/gps/hibernate/CaleventDAO.java 41 fieldCommentRequirement Required
57775 src/com/gps/hibernate/CaleventDAO.java 42 fieldCommentRequirement Required
57776 src/com/gps/hibernate/CaleventDAO.java 44 Parameter 'transientInstance' is not assigned and could be declared final
57777 src/com/gps/hibernate/CaleventDAO.java 44 publicMethodCommentRequirement Required
57778 src/com/gps/hibernate/CaleventDAO.java 45 There is log block not surrounded by if
57779 src/com/gps/hibernate/CaleventDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57780 src/com/gps/hibernate/CaleventDAO.java 47 Potential violation of Law of Demeter (method chain calls)
57781 src/com/gps/hibernate/CaleventDAO.java 48 There is log block not surrounded by if
57782 src/com/gps/hibernate/CaleventDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57783 src/com/gps/hibernate/CaleventDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57784 src/com/gps/hibernate/CaleventDAO.java 50 There is log block not surrounded by if
57785 src/com/gps/hibernate/CaleventDAO.java 55 Avoid excessively long variable names like persistentInstance
57786 src/com/gps/hibernate/CaleventDAO.java 55 Parameter 'persistentInstance' is not assigned and could be declared final
57787 src/com/gps/hibernate/CaleventDAO.java 55 publicMethodCommentRequirement Required
57788 src/com/gps/hibernate/CaleventDAO.java 56 There is log block not surrounded by if
57789 src/com/gps/hibernate/CaleventDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57790 src/com/gps/hibernate/CaleventDAO.java 58 Potential violation of Law of Demeter (method chain calls)
57791 src/com/gps/hibernate/CaleventDAO.java 59 There is log block not surrounded by if
57792 src/com/gps/hibernate/CaleventDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57793 src/com/gps/hibernate/CaleventDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57794 src/com/gps/hibernate/CaleventDAO.java 61 There is log block not surrounded by if
57795 src/com/gps/hibernate/CaleventDAO.java 66 Avoid variables with short names like id
57796 src/com/gps/hibernate/CaleventDAO.java 66 Parameter 'id' is not assigned and could be declared final
57797 src/com/gps/hibernate/CaleventDAO.java 66 publicMethodCommentRequirement Required
57798 src/com/gps/hibernate/CaleventDAO.java 67 There is log block not surrounded by if
57799 src/com/gps/hibernate/CaleventDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57800 src/com/gps/hibernate/CaleventDAO.java 69 Local variable 'instance' could be declared final
57801 src/com/gps/hibernate/CaleventDAO.java 69 Potential violation of Law of Demeter (method chain calls)
57802 src/com/gps/hibernate/CaleventDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57803 src/com/gps/hibernate/CaleventDAO.java 73 There is log block not surrounded by if
57804 src/com/gps/hibernate/CaleventDAO.java 78 Parameter 'instance' is not assigned and could be declared final
57805 src/com/gps/hibernate/CaleventDAO.java 78 publicMethodCommentRequirement Required
57806 src/com/gps/hibernate/CaleventDAO.java 79 There is log block not surrounded by if
57807 src/com/gps/hibernate/CaleventDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57808 src/com/gps/hibernate/CaleventDAO.java 81 Local variable 'results' could be declared final
57809 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
57810 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
57811 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
57812 src/com/gps/hibernate/CaleventDAO.java 84 There is log block not surrounded by if
57813 src/com/gps/hibernate/CaleventDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57814 src/com/gps/hibernate/CaleventDAO.java 85 Potential violation of Law of Demeter (object not created locally)
57815 src/com/gps/hibernate/CaleventDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57816 src/com/gps/hibernate/CaleventDAO.java 88 There is log block not surrounded by if
57817 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
57818 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'value' is not assigned and could be declared final
57819 src/com/gps/hibernate/CaleventDAO.java 93 publicMethodCommentRequirement Required
57820 src/com/gps/hibernate/CaleventDAO.java 94 There is log block not surrounded by if
57821 src/com/gps/hibernate/CaleventDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57822 src/com/gps/hibernate/CaleventDAO.java 97 Local variable 'queryString' could be declared final
57823 src/com/gps/hibernate/CaleventDAO.java 99 Local variable 'queryObject' could be declared final
57824 src/com/gps/hibernate/CaleventDAO.java 99 Potential violation of Law of Demeter (method chain calls)
57825 src/com/gps/hibernate/CaleventDAO.java 100 Potential violation of Law of Demeter (object not created locally)
57826 src/com/gps/hibernate/CaleventDAO.java 101 Potential violation of Law of Demeter (object not created locally)
57827 src/com/gps/hibernate/CaleventDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57828 src/com/gps/hibernate/CaleventDAO.java 103 There is log block not surrounded by if
57829 src/com/gps/hibernate/CaleventDAO.java 108 Parameter 'uuid' is not assigned and could be declared final
57830 src/com/gps/hibernate/CaleventDAO.java 108 publicMethodCommentRequirement Required
57831 src/com/gps/hibernate/CaleventDAO.java 112 Parameter 'groupId' is not assigned and could be declared final
57832 src/com/gps/hibernate/CaleventDAO.java 112 publicMethodCommentRequirement Required
57833 src/com/gps/hibernate/CaleventDAO.java 116 Parameter 'companyId' is not assigned and could be declared final
57834 src/com/gps/hibernate/CaleventDAO.java 116 publicMethodCommentRequirement Required
57835 src/com/gps/hibernate/CaleventDAO.java 120 Parameter 'userId' is not assigned and could be declared final
57836 src/com/gps/hibernate/CaleventDAO.java 120 publicMethodCommentRequirement Required
57837 src/com/gps/hibernate/CaleventDAO.java 124 Parameter 'userName' is not assigned and could be declared final
57838 src/com/gps/hibernate/CaleventDAO.java 124 publicMethodCommentRequirement Required
57839 src/com/gps/hibernate/CaleventDAO.java 128 Parameter 'title' is not assigned and could be declared final
57840 src/com/gps/hibernate/CaleventDAO.java 128 publicMethodCommentRequirement Required
57841 src/com/gps/hibernate/CaleventDAO.java 132 Parameter 'description' is not assigned and could be declared final
57842 src/com/gps/hibernate/CaleventDAO.java 132 publicMethodCommentRequirement Required
57843 src/com/gps/hibernate/CaleventDAO.java 136 Parameter 'durationHour' is not assigned and could be declared final
57844 src/com/gps/hibernate/CaleventDAO.java 136 publicMethodCommentRequirement Required
57845 src/com/gps/hibernate/CaleventDAO.java 140 Parameter 'durationMinute' is not assigned and could be declared final
57846 src/com/gps/hibernate/CaleventDAO.java 140 publicMethodCommentRequirement Required
57847 src/com/gps/hibernate/CaleventDAO.java 144 Parameter 'allDay' is not assigned and could be declared final
57848 src/com/gps/hibernate/CaleventDAO.java 144 publicMethodCommentRequirement Required
57849 src/com/gps/hibernate/CaleventDAO.java 148 Parameter 'timeZoneSensitive' is not assigned and could be declared final
57850 src/com/gps/hibernate/CaleventDAO.java 148 publicMethodCommentRequirement Required
57851 src/com/gps/hibernate/CaleventDAO.java 152 Parameter 'type' is not assigned and could be declared final
57852 src/com/gps/hibernate/CaleventDAO.java 152 publicMethodCommentRequirement Required
57853 src/com/gps/hibernate/CaleventDAO.java 156 Parameter 'repeating' is not assigned and could be declared final
57854 src/com/gps/hibernate/CaleventDAO.java 156 publicMethodCommentRequirement Required
57855 src/com/gps/hibernate/CaleventDAO.java 160 Parameter 'recurrence' is not assigned and could be declared final
57856 src/com/gps/hibernate/CaleventDAO.java 160 publicMethodCommentRequirement Required
57857 src/com/gps/hibernate/CaleventDAO.java 164 Parameter 'remindBy' is not assigned and could be declared final
57858 src/com/gps/hibernate/CaleventDAO.java 164 publicMethodCommentRequirement Required
57859 src/com/gps/hibernate/CaleventDAO.java 168 Parameter 'firstReminder' is not assigned and could be declared final
57860 src/com/gps/hibernate/CaleventDAO.java 168 publicMethodCommentRequirement Required
57861 src/com/gps/hibernate/CaleventDAO.java 172 Parameter 'secondReminder' is not assigned and could be declared final
57862 src/com/gps/hibernate/CaleventDAO.java 172 publicMethodCommentRequirement Required
57863 src/com/gps/hibernate/CaleventDAO.java 176 publicMethodCommentRequirement Required
57864 src/com/gps/hibernate/CaleventDAO.java 177 There is log block not surrounded by if
57865 src/com/gps/hibernate/CaleventDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57866 src/com/gps/hibernate/CaleventDAO.java 179 Local variable 'queryString' could be declared final
57867 src/com/gps/hibernate/CaleventDAO.java 180 Local variable 'queryObject' could be declared final
57868 src/com/gps/hibernate/CaleventDAO.java 180 Potential violation of Law of Demeter (method chain calls)
57869 src/com/gps/hibernate/CaleventDAO.java 181 Potential violation of Law of Demeter (object not created locally)
57870 src/com/gps/hibernate/CaleventDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57871 src/com/gps/hibernate/CaleventDAO.java 183 There is log block not surrounded by if
57872 src/com/gps/hibernate/CaleventDAO.java 188 Parameter 'detachedInstance' is not assigned and could be declared final
57873 src/com/gps/hibernate/CaleventDAO.java 188 publicMethodCommentRequirement Required
57874 src/com/gps/hibernate/CaleventDAO.java 189 There is log block not surrounded by if
57875 src/com/gps/hibernate/CaleventDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57876 src/com/gps/hibernate/CaleventDAO.java 191 Local variable 'result' could be declared final
57877 src/com/gps/hibernate/CaleventDAO.java 191 Potential violation of Law of Demeter (method chain calls)
57878 src/com/gps/hibernate/CaleventDAO.java 192 There is log block not surrounded by if
57879 src/com/gps/hibernate/CaleventDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57880 src/com/gps/hibernate/CaleventDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57881 src/com/gps/hibernate/CaleventDAO.java 195 There is log block not surrounded by if
57882 src/com/gps/hibernate/CaleventDAO.java 200 Parameter 'instance' is not assigned and could be declared final
57883 src/com/gps/hibernate/CaleventDAO.java 200 publicMethodCommentRequirement Required
57884 src/com/gps/hibernate/CaleventDAO.java 201 There is log block not surrounded by if
57885 src/com/gps/hibernate/CaleventDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57886 src/com/gps/hibernate/CaleventDAO.java 203 Potential violation of Law of Demeter (method chain calls)
57887 src/com/gps/hibernate/CaleventDAO.java 204 There is log block not surrounded by if
57888 src/com/gps/hibernate/CaleventDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57889 src/com/gps/hibernate/CaleventDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57890 src/com/gps/hibernate/CaleventDAO.java 206 There is log block not surrounded by if
57891 src/com/gps/hibernate/CaleventDAO.java 211 Parameter 'instance' is not assigned and could be declared final
57892 src/com/gps/hibernate/CaleventDAO.java 211 publicMethodCommentRequirement Required
57893 src/com/gps/hibernate/CaleventDAO.java 212 There is log block not surrounded by if
57894 src/com/gps/hibernate/CaleventDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57895 src/com/gps/hibernate/CaleventDAO.java 214 Potential violation of Law of Demeter (method chain calls)
57896 src/com/gps/hibernate/CaleventDAO.java 215 There is log block not surrounded by if
57897 src/com/gps/hibernate/CaleventDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57898 src/com/gps/hibernate/CaleventDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57899 src/com/gps/hibernate/CaleventDAO.java 217 There is log block not surrounded by if
57900 src/com/gps/hibernate/CharityBarometer.java 9 Classes implementing Serializable should set a serialVersionUID
57901 src/com/gps/hibernate/CharityBarometer.java 13 fieldCommentRequirement Required
57902 src/com/gps/hibernate/CharityBarometer.java 14 fieldCommentRequirement Required
57903 src/com/gps/hibernate/CharityBarometer.java 15 fieldCommentRequirement Required
57904 src/com/gps/hibernate/CharityBarometer.java 16 fieldCommentRequirement Required
57905 src/com/gps/hibernate/CharityBarometer.java 21 Document empty constructor
57906 src/com/gps/hibernate/CharityBarometer.java 25 Parameter 'userDetails' is not assigned and could be declared final
57907 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'current' is not assigned and could be declared final
57908 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'userDetails' is not assigned and could be declared final
57909 src/com/gps/hibernate/CharityBarometer.java 31 Parameter 'target' is not assigned and could be declared final
57910 src/com/gps/hibernate/CharityBarometer.java 39 publicMethodCommentRequirement Required
57911 src/com/gps/hibernate/CharityBarometer.java 43 Parameter 'barometerId' is not assigned and could be declared final
57912 src/com/gps/hibernate/CharityBarometer.java 43 publicMethodCommentRequirement Required
57913 src/com/gps/hibernate/CharityBarometer.java 47 publicMethodCommentRequirement Required
57914 src/com/gps/hibernate/CharityBarometer.java 51 Parameter 'userDetails' is not assigned and could be declared final
57915 src/com/gps/hibernate/CharityBarometer.java 51 publicMethodCommentRequirement Required
57916 src/com/gps/hibernate/CharityBarometer.java 55 publicMethodCommentRequirement Required
57917 src/com/gps/hibernate/CharityBarometer.java 59 Parameter 'current' is not assigned and could be declared final
57918 src/com/gps/hibernate/CharityBarometer.java 59 publicMethodCommentRequirement Required
57919 src/com/gps/hibernate/CharityBarometer.java 63 publicMethodCommentRequirement Required
57920 src/com/gps/hibernate/CharityBarometer.java 67 Parameter 'target' is not assigned and could be declared final
57921 src/com/gps/hibernate/CharityBarometer.java 67 publicMethodCommentRequirement Required
57922 src/com/gps/hibernate/CharityBarometerDAO.java 10 Comment is too large: Too many lines
57923 src/com/gps/hibernate/CharityBarometerDAO.java 22 This class has too many methods, consider refactoring it.
57924 src/com/gps/hibernate/CharityBarometerDAO.java 23 Logger should be defined private static final and have the correct class
57925 src/com/gps/hibernate/CharityBarometerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
57926 src/com/gps/hibernate/CharityBarometerDAO.java 23 fieldCommentRequirement Required
57927 src/com/gps/hibernate/CharityBarometerDAO.java 25 fieldCommentRequirement Required
57928 src/com/gps/hibernate/CharityBarometerDAO.java 26 fieldCommentRequirement Required
57929 src/com/gps/hibernate/CharityBarometerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
57930 src/com/gps/hibernate/CharityBarometerDAO.java 28 publicMethodCommentRequirement Required
57931 src/com/gps/hibernate/CharityBarometerDAO.java 29 There is log block not surrounded by if
57932 src/com/gps/hibernate/CharityBarometerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57933 src/com/gps/hibernate/CharityBarometerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
57934 src/com/gps/hibernate/CharityBarometerDAO.java 32 There is log block not surrounded by if
57935 src/com/gps/hibernate/CharityBarometerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57936 src/com/gps/hibernate/CharityBarometerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57937 src/com/gps/hibernate/CharityBarometerDAO.java 34 There is log block not surrounded by if
57938 src/com/gps/hibernate/CharityBarometerDAO.java 39 Avoid excessively long variable names like persistentInstance
57939 src/com/gps/hibernate/CharityBarometerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
57940 src/com/gps/hibernate/CharityBarometerDAO.java 39 publicMethodCommentRequirement Required
57941 src/com/gps/hibernate/CharityBarometerDAO.java 40 There is log block not surrounded by if
57942 src/com/gps/hibernate/CharityBarometerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57943 src/com/gps/hibernate/CharityBarometerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
57944 src/com/gps/hibernate/CharityBarometerDAO.java 43 There is log block not surrounded by if
57945 src/com/gps/hibernate/CharityBarometerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57946 src/com/gps/hibernate/CharityBarometerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57947 src/com/gps/hibernate/CharityBarometerDAO.java 45 There is log block not surrounded by if
57948 src/com/gps/hibernate/CharityBarometerDAO.java 50 Avoid variables with short names like id
57949 src/com/gps/hibernate/CharityBarometerDAO.java 50 Parameter 'id' is not assigned and could be declared final
57950 src/com/gps/hibernate/CharityBarometerDAO.java 50 publicMethodCommentRequirement Required
57951 src/com/gps/hibernate/CharityBarometerDAO.java 51 There is log block not surrounded by if
57952 src/com/gps/hibernate/CharityBarometerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57953 src/com/gps/hibernate/CharityBarometerDAO.java 53 Local variable 'instance' could be declared final
57954 src/com/gps/hibernate/CharityBarometerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
57955 src/com/gps/hibernate/CharityBarometerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57956 src/com/gps/hibernate/CharityBarometerDAO.java 57 There is log block not surrounded by if
57957 src/com/gps/hibernate/CharityBarometerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
57958 src/com/gps/hibernate/CharityBarometerDAO.java 62 publicMethodCommentRequirement Required
57959 src/com/gps/hibernate/CharityBarometerDAO.java 63 There is log block not surrounded by if
57960 src/com/gps/hibernate/CharityBarometerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57961 src/com/gps/hibernate/CharityBarometerDAO.java 65 Local variable 'results' could be declared final
57962 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57963 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57964 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
57965 src/com/gps/hibernate/CharityBarometerDAO.java 68 There is log block not surrounded by if
57966 src/com/gps/hibernate/CharityBarometerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57967 src/com/gps/hibernate/CharityBarometerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
57968 src/com/gps/hibernate/CharityBarometerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57969 src/com/gps/hibernate/CharityBarometerDAO.java 72 There is log block not surrounded by if
57970 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
57971 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'value' is not assigned and could be declared final
57972 src/com/gps/hibernate/CharityBarometerDAO.java 77 publicMethodCommentRequirement Required
57973 src/com/gps/hibernate/CharityBarometerDAO.java 78 There is log block not surrounded by if
57974 src/com/gps/hibernate/CharityBarometerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57975 src/com/gps/hibernate/CharityBarometerDAO.java 81 Local variable 'queryString' could be declared final
57976 src/com/gps/hibernate/CharityBarometerDAO.java 83 Local variable 'queryObject' could be declared final
57977 src/com/gps/hibernate/CharityBarometerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
57978 src/com/gps/hibernate/CharityBarometerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
57979 src/com/gps/hibernate/CharityBarometerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
57980 src/com/gps/hibernate/CharityBarometerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57981 src/com/gps/hibernate/CharityBarometerDAO.java 87 There is log block not surrounded by if
57982 src/com/gps/hibernate/CharityBarometerDAO.java 92 Parameter 'current' is not assigned and could be declared final
57983 src/com/gps/hibernate/CharityBarometerDAO.java 92 publicMethodCommentRequirement Required
57984 src/com/gps/hibernate/CharityBarometerDAO.java 96 Parameter 'target' is not assigned and could be declared final
57985 src/com/gps/hibernate/CharityBarometerDAO.java 96 publicMethodCommentRequirement Required
57986 src/com/gps/hibernate/CharityBarometerDAO.java 100 publicMethodCommentRequirement Required
57987 src/com/gps/hibernate/CharityBarometerDAO.java 101 There is log block not surrounded by if
57988 src/com/gps/hibernate/CharityBarometerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57989 src/com/gps/hibernate/CharityBarometerDAO.java 103 Local variable 'queryString' could be declared final
57990 src/com/gps/hibernate/CharityBarometerDAO.java 104 Local variable 'queryObject' could be declared final
57991 src/com/gps/hibernate/CharityBarometerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
57992 src/com/gps/hibernate/CharityBarometerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
57993 src/com/gps/hibernate/CharityBarometerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
57994 src/com/gps/hibernate/CharityBarometerDAO.java 107 There is log block not surrounded by if
57995 src/com/gps/hibernate/CharityBarometerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
57996 src/com/gps/hibernate/CharityBarometerDAO.java 112 publicMethodCommentRequirement Required
57997 src/com/gps/hibernate/CharityBarometerDAO.java 113 There is log block not surrounded by if
57998 src/com/gps/hibernate/CharityBarometerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
57999 src/com/gps/hibernate/CharityBarometerDAO.java 115 Local variable 'result' could be declared final
58000 src/com/gps/hibernate/CharityBarometerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
58001 src/com/gps/hibernate/CharityBarometerDAO.java 117 There is log block not surrounded by if
58002 src/com/gps/hibernate/CharityBarometerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58003 src/com/gps/hibernate/CharityBarometerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58004 src/com/gps/hibernate/CharityBarometerDAO.java 120 There is log block not surrounded by if
58005 src/com/gps/hibernate/CharityBarometerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
58006 src/com/gps/hibernate/CharityBarometerDAO.java 125 publicMethodCommentRequirement Required
58007 src/com/gps/hibernate/CharityBarometerDAO.java 126 There is log block not surrounded by if
58008 src/com/gps/hibernate/CharityBarometerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58009 src/com/gps/hibernate/CharityBarometerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
58010 src/com/gps/hibernate/CharityBarometerDAO.java 129 There is log block not surrounded by if
58011 src/com/gps/hibernate/CharityBarometerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58012 src/com/gps/hibernate/CharityBarometerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58013 src/com/gps/hibernate/CharityBarometerDAO.java 131 There is log block not surrounded by if
58014 src/com/gps/hibernate/CharityBarometerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
58015 src/com/gps/hibernate/CharityBarometerDAO.java 136 publicMethodCommentRequirement Required
58016 src/com/gps/hibernate/CharityBarometerDAO.java 137 There is log block not surrounded by if
58017 src/com/gps/hibernate/CharityBarometerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58018 src/com/gps/hibernate/CharityBarometerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
58019 src/com/gps/hibernate/CharityBarometerDAO.java 140 There is log block not surrounded by if
58020 src/com/gps/hibernate/CharityBarometerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58021 src/com/gps/hibernate/CharityBarometerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58022 src/com/gps/hibernate/CharityBarometerDAO.java 142 There is log block not surrounded by if
58023 src/com/gps/hibernate/ChatEntry.java 9 Classes implementing Serializable should set a serialVersionUID
58024 src/com/gps/hibernate/ChatEntry.java 13 fieldCommentRequirement Required
58025 src/com/gps/hibernate/ChatEntry.java 14 fieldCommentRequirement Required
58026 src/com/gps/hibernate/ChatEntry.java 15 fieldCommentRequirement Required
58027 src/com/gps/hibernate/ChatEntry.java 16 fieldCommentRequirement Required
58028 src/com/gps/hibernate/ChatEntry.java 17 fieldCommentRequirement Required
58029 src/com/gps/hibernate/ChatEntry.java 22 Document empty constructor
58030 src/com/gps/hibernate/ChatEntry.java 26 Parameter 'entryId' is not assigned and could be declared final
58031 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'createDate' is not assigned and could be declared final
58032 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'entryId' is not assigned and could be declared final
58033 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'fromUserId' is not assigned and could be declared final
58034 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'content' is not assigned and could be declared final
58035 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'toUserId' is not assigned and could be declared final
58036 src/com/gps/hibernate/ChatEntry.java 42 publicMethodCommentRequirement Required
58037 src/com/gps/hibernate/ChatEntry.java 46 Parameter 'entryId' is not assigned and could be declared final
58038 src/com/gps/hibernate/ChatEntry.java 46 publicMethodCommentRequirement Required
58039 src/com/gps/hibernate/ChatEntry.java 50 publicMethodCommentRequirement Required
58040 src/com/gps/hibernate/ChatEntry.java 54 Parameter 'createDate' is not assigned and could be declared final
58041 src/com/gps/hibernate/ChatEntry.java 54 publicMethodCommentRequirement Required
58042 src/com/gps/hibernate/ChatEntry.java 58 publicMethodCommentRequirement Required
58043 src/com/gps/hibernate/ChatEntry.java 62 Parameter 'fromUserId' is not assigned and could be declared final
58044 src/com/gps/hibernate/ChatEntry.java 62 publicMethodCommentRequirement Required
58045 src/com/gps/hibernate/ChatEntry.java 66 publicMethodCommentRequirement Required
58046 src/com/gps/hibernate/ChatEntry.java 70 Parameter 'toUserId' is not assigned and could be declared final
58047 src/com/gps/hibernate/ChatEntry.java 70 publicMethodCommentRequirement Required
58048 src/com/gps/hibernate/ChatEntry.java 74 publicMethodCommentRequirement Required
58049 src/com/gps/hibernate/ChatEntry.java 78 Parameter 'content' is not assigned and could be declared final
58050 src/com/gps/hibernate/ChatEntry.java 78 publicMethodCommentRequirement Required
58051 src/com/gps/hibernate/ChatEntryDAO.java 10 Comment is too large: Too many lines
58052 src/com/gps/hibernate/ChatEntryDAO.java 22 This class has too many methods, consider refactoring it.
58053 src/com/gps/hibernate/ChatEntryDAO.java 23 Logger should be defined private static final and have the correct class
58054 src/com/gps/hibernate/ChatEntryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
58055 src/com/gps/hibernate/ChatEntryDAO.java 23 fieldCommentRequirement Required
58056 src/com/gps/hibernate/ChatEntryDAO.java 25 fieldCommentRequirement Required
58057 src/com/gps/hibernate/ChatEntryDAO.java 26 fieldCommentRequirement Required
58058 src/com/gps/hibernate/ChatEntryDAO.java 27 fieldCommentRequirement Required
58059 src/com/gps/hibernate/ChatEntryDAO.java 28 fieldCommentRequirement Required
58060 src/com/gps/hibernate/ChatEntryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
58061 src/com/gps/hibernate/ChatEntryDAO.java 30 publicMethodCommentRequirement Required
58062 src/com/gps/hibernate/ChatEntryDAO.java 31 There is log block not surrounded by if
58063 src/com/gps/hibernate/ChatEntryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58064 src/com/gps/hibernate/ChatEntryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
58065 src/com/gps/hibernate/ChatEntryDAO.java 34 There is log block not surrounded by if
58066 src/com/gps/hibernate/ChatEntryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58067 src/com/gps/hibernate/ChatEntryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58068 src/com/gps/hibernate/ChatEntryDAO.java 36 There is log block not surrounded by if
58069 src/com/gps/hibernate/ChatEntryDAO.java 41 Avoid excessively long variable names like persistentInstance
58070 src/com/gps/hibernate/ChatEntryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
58071 src/com/gps/hibernate/ChatEntryDAO.java 41 publicMethodCommentRequirement Required
58072 src/com/gps/hibernate/ChatEntryDAO.java 42 There is log block not surrounded by if
58073 src/com/gps/hibernate/ChatEntryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58074 src/com/gps/hibernate/ChatEntryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
58075 src/com/gps/hibernate/ChatEntryDAO.java 45 There is log block not surrounded by if
58076 src/com/gps/hibernate/ChatEntryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58077 src/com/gps/hibernate/ChatEntryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58078 src/com/gps/hibernate/ChatEntryDAO.java 47 There is log block not surrounded by if
58079 src/com/gps/hibernate/ChatEntryDAO.java 52 Avoid variables with short names like id
58080 src/com/gps/hibernate/ChatEntryDAO.java 52 Parameter 'id' is not assigned and could be declared final
58081 src/com/gps/hibernate/ChatEntryDAO.java 52 publicMethodCommentRequirement Required
58082 src/com/gps/hibernate/ChatEntryDAO.java 53 There is log block not surrounded by if
58083 src/com/gps/hibernate/ChatEntryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58084 src/com/gps/hibernate/ChatEntryDAO.java 55 Local variable 'instance' could be declared final
58085 src/com/gps/hibernate/ChatEntryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
58086 src/com/gps/hibernate/ChatEntryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58087 src/com/gps/hibernate/ChatEntryDAO.java 59 There is log block not surrounded by if
58088 src/com/gps/hibernate/ChatEntryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
58089 src/com/gps/hibernate/ChatEntryDAO.java 64 publicMethodCommentRequirement Required
58090 src/com/gps/hibernate/ChatEntryDAO.java 65 There is log block not surrounded by if
58091 src/com/gps/hibernate/ChatEntryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58092 src/com/gps/hibernate/ChatEntryDAO.java 67 Local variable 'results' could be declared final
58093 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
58094 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
58095 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
58096 src/com/gps/hibernate/ChatEntryDAO.java 70 There is log block not surrounded by if
58097 src/com/gps/hibernate/ChatEntryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58098 src/com/gps/hibernate/ChatEntryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
58099 src/com/gps/hibernate/ChatEntryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58100 src/com/gps/hibernate/ChatEntryDAO.java 74 There is log block not surrounded by if
58101 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
58102 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'value' is not assigned and could be declared final
58103 src/com/gps/hibernate/ChatEntryDAO.java 79 publicMethodCommentRequirement Required
58104 src/com/gps/hibernate/ChatEntryDAO.java 80 There is log block not surrounded by if
58105 src/com/gps/hibernate/ChatEntryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58106 src/com/gps/hibernate/ChatEntryDAO.java 83 Local variable 'queryString' could be declared final
58107 src/com/gps/hibernate/ChatEntryDAO.java 85 Local variable 'queryObject' could be declared final
58108 src/com/gps/hibernate/ChatEntryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
58109 src/com/gps/hibernate/ChatEntryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
58110 src/com/gps/hibernate/ChatEntryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
58111 src/com/gps/hibernate/ChatEntryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58112 src/com/gps/hibernate/ChatEntryDAO.java 89 There is log block not surrounded by if
58113 src/com/gps/hibernate/ChatEntryDAO.java 94 Parameter 'createDate' is not assigned and could be declared final
58114 src/com/gps/hibernate/ChatEntryDAO.java 94 publicMethodCommentRequirement Required
58115 src/com/gps/hibernate/ChatEntryDAO.java 98 Parameter 'fromUserId' is not assigned and could be declared final
58116 src/com/gps/hibernate/ChatEntryDAO.java 98 publicMethodCommentRequirement Required
58117 src/com/gps/hibernate/ChatEntryDAO.java 102 Parameter 'toUserId' is not assigned and could be declared final
58118 src/com/gps/hibernate/ChatEntryDAO.java 102 publicMethodCommentRequirement Required
58119 src/com/gps/hibernate/ChatEntryDAO.java 106 Parameter 'content' is not assigned and could be declared final
58120 src/com/gps/hibernate/ChatEntryDAO.java 106 publicMethodCommentRequirement Required
58121 src/com/gps/hibernate/ChatEntryDAO.java 110 publicMethodCommentRequirement Required
58122 src/com/gps/hibernate/ChatEntryDAO.java 111 There is log block not surrounded by if
58123 src/com/gps/hibernate/ChatEntryDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58124 src/com/gps/hibernate/ChatEntryDAO.java 113 Local variable 'queryString' could be declared final
58125 src/com/gps/hibernate/ChatEntryDAO.java 114 Local variable 'queryObject' could be declared final
58126 src/com/gps/hibernate/ChatEntryDAO.java 114 Potential violation of Law of Demeter (method chain calls)
58127 src/com/gps/hibernate/ChatEntryDAO.java 115 Potential violation of Law of Demeter (object not created locally)
58128 src/com/gps/hibernate/ChatEntryDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58129 src/com/gps/hibernate/ChatEntryDAO.java 117 There is log block not surrounded by if
58130 src/com/gps/hibernate/ChatEntryDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
58131 src/com/gps/hibernate/ChatEntryDAO.java 122 publicMethodCommentRequirement Required
58132 src/com/gps/hibernate/ChatEntryDAO.java 123 There is log block not surrounded by if
58133 src/com/gps/hibernate/ChatEntryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58134 src/com/gps/hibernate/ChatEntryDAO.java 125 Local variable 'result' could be declared final
58135 src/com/gps/hibernate/ChatEntryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
58136 src/com/gps/hibernate/ChatEntryDAO.java 126 There is log block not surrounded by if
58137 src/com/gps/hibernate/ChatEntryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58138 src/com/gps/hibernate/ChatEntryDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58139 src/com/gps/hibernate/ChatEntryDAO.java 129 There is log block not surrounded by if
58140 src/com/gps/hibernate/ChatEntryDAO.java 134 Parameter 'instance' is not assigned and could be declared final
58141 src/com/gps/hibernate/ChatEntryDAO.java 134 publicMethodCommentRequirement Required
58142 src/com/gps/hibernate/ChatEntryDAO.java 135 There is log block not surrounded by if
58143 src/com/gps/hibernate/ChatEntryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58144 src/com/gps/hibernate/ChatEntryDAO.java 137 Potential violation of Law of Demeter (method chain calls)
58145 src/com/gps/hibernate/ChatEntryDAO.java 138 There is log block not surrounded by if
58146 src/com/gps/hibernate/ChatEntryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58147 src/com/gps/hibernate/ChatEntryDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58148 src/com/gps/hibernate/ChatEntryDAO.java 140 There is log block not surrounded by if
58149 src/com/gps/hibernate/ChatEntryDAO.java 145 Parameter 'instance' is not assigned and could be declared final
58150 src/com/gps/hibernate/ChatEntryDAO.java 145 publicMethodCommentRequirement Required
58151 src/com/gps/hibernate/ChatEntryDAO.java 146 There is log block not surrounded by if
58152 src/com/gps/hibernate/ChatEntryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58153 src/com/gps/hibernate/ChatEntryDAO.java 148 Potential violation of Law of Demeter (method chain calls)
58154 src/com/gps/hibernate/ChatEntryDAO.java 149 There is log block not surrounded by if
58155 src/com/gps/hibernate/ChatEntryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58156 src/com/gps/hibernate/ChatEntryDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58157 src/com/gps/hibernate/ChatEntryDAO.java 151 There is log block not surrounded by if
58158 src/com/gps/hibernate/ChatStatus.java 9 Classes implementing Serializable should set a serialVersionUID
58159 src/com/gps/hibernate/ChatStatus.java 13 fieldCommentRequirement Required
58160 src/com/gps/hibernate/ChatStatus.java 14 fieldCommentRequirement Required
58161 src/com/gps/hibernate/ChatStatus.java 15 fieldCommentRequirement Required
58162 src/com/gps/hibernate/ChatStatus.java 16 fieldCommentRequirement Required
58163 src/com/gps/hibernate/ChatStatus.java 17 fieldCommentRequirement Required
58164 src/com/gps/hibernate/ChatStatus.java 18 fieldCommentRequirement Required
58165 src/com/gps/hibernate/ChatStatus.java 19 fieldCommentRequirement Required
58166 src/com/gps/hibernate/ChatStatus.java 20 fieldCommentRequirement Required
58167 src/com/gps/hibernate/ChatStatus.java 25 Document empty constructor
58168 src/com/gps/hibernate/ChatStatus.java 29 Parameter 'statusId' is not assigned and could be declared final
58169 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
58170 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'statusId' is not assigned and could be declared final
58171 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'userId' is not assigned and could be declared final
58172 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'activePanelId' is not assigned and could be declared final
58173 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'awake' is not assigned and could be declared final
58174 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'message' is not assigned and could be declared final
58175 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'online' is not assigned and could be declared final
58176 src/com/gps/hibernate/ChatStatus.java 36 Parameter 'playSound' is not assigned and could be declared final
58177 src/com/gps/hibernate/ChatStatus.java 49 publicMethodCommentRequirement Required
58178 src/com/gps/hibernate/ChatStatus.java 53 Parameter 'statusId' is not assigned and could be declared final
58179 src/com/gps/hibernate/ChatStatus.java 53 publicMethodCommentRequirement Required
58180 src/com/gps/hibernate/ChatStatus.java 57 publicMethodCommentRequirement Required
58181 src/com/gps/hibernate/ChatStatus.java 61 Parameter 'userId' is not assigned and could be declared final
58182 src/com/gps/hibernate/ChatStatus.java 61 publicMethodCommentRequirement Required
58183 src/com/gps/hibernate/ChatStatus.java 65 publicMethodCommentRequirement Required
58184 src/com/gps/hibernate/ChatStatus.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
58185 src/com/gps/hibernate/ChatStatus.java 69 publicMethodCommentRequirement Required
58186 src/com/gps/hibernate/ChatStatus.java 73 publicMethodCommentRequirement Required
58187 src/com/gps/hibernate/ChatStatus.java 77 Parameter 'online' is not assigned and could be declared final
58188 src/com/gps/hibernate/ChatStatus.java 77 publicMethodCommentRequirement Required
58189 src/com/gps/hibernate/ChatStatus.java 81 publicMethodCommentRequirement Required
58190 src/com/gps/hibernate/ChatStatus.java 85 Parameter 'awake' is not assigned and could be declared final
58191 src/com/gps/hibernate/ChatStatus.java 85 publicMethodCommentRequirement Required
58192 src/com/gps/hibernate/ChatStatus.java 89 publicMethodCommentRequirement Required
58193 src/com/gps/hibernate/ChatStatus.java 93 Parameter 'activePanelId' is not assigned and could be declared final
58194 src/com/gps/hibernate/ChatStatus.java 93 publicMethodCommentRequirement Required
58195 src/com/gps/hibernate/ChatStatus.java 97 publicMethodCommentRequirement Required
58196 src/com/gps/hibernate/ChatStatus.java 101 Parameter 'message' is not assigned and could be declared final
58197 src/com/gps/hibernate/ChatStatus.java 101 publicMethodCommentRequirement Required
58198 src/com/gps/hibernate/ChatStatus.java 105 publicMethodCommentRequirement Required
58199 src/com/gps/hibernate/ChatStatus.java 109 Parameter 'playSound' is not assigned and could be declared final
58200 src/com/gps/hibernate/ChatStatus.java 109 publicMethodCommentRequirement Required
58201 src/com/gps/hibernate/ChatStatusDAO.java 10 Comment is too large: Too many lines
58202 src/com/gps/hibernate/ChatStatusDAO.java 22 This class has too many methods, consider refactoring it.
58203 src/com/gps/hibernate/ChatStatusDAO.java 23 Logger should be defined private static final and have the correct class
58204 src/com/gps/hibernate/ChatStatusDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
58205 src/com/gps/hibernate/ChatStatusDAO.java 23 fieldCommentRequirement Required
58206 src/com/gps/hibernate/ChatStatusDAO.java 25 fieldCommentRequirement Required
58207 src/com/gps/hibernate/ChatStatusDAO.java 26 fieldCommentRequirement Required
58208 src/com/gps/hibernate/ChatStatusDAO.java 27 fieldCommentRequirement Required
58209 src/com/gps/hibernate/ChatStatusDAO.java 28 fieldCommentRequirement Required
58210 src/com/gps/hibernate/ChatStatusDAO.java 29 fieldCommentRequirement Required
58211 src/com/gps/hibernate/ChatStatusDAO.java 30 fieldCommentRequirement Required
58212 src/com/gps/hibernate/ChatStatusDAO.java 31 fieldCommentRequirement Required
58213 src/com/gps/hibernate/ChatStatusDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
58214 src/com/gps/hibernate/ChatStatusDAO.java 33 publicMethodCommentRequirement Required
58215 src/com/gps/hibernate/ChatStatusDAO.java 34 There is log block not surrounded by if
58216 src/com/gps/hibernate/ChatStatusDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58217 src/com/gps/hibernate/ChatStatusDAO.java 36 Potential violation of Law of Demeter (method chain calls)
58218 src/com/gps/hibernate/ChatStatusDAO.java 37 There is log block not surrounded by if
58219 src/com/gps/hibernate/ChatStatusDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58220 src/com/gps/hibernate/ChatStatusDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58221 src/com/gps/hibernate/ChatStatusDAO.java 39 There is log block not surrounded by if
58222 src/com/gps/hibernate/ChatStatusDAO.java 44 Avoid excessively long variable names like persistentInstance
58223 src/com/gps/hibernate/ChatStatusDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
58224 src/com/gps/hibernate/ChatStatusDAO.java 44 publicMethodCommentRequirement Required
58225 src/com/gps/hibernate/ChatStatusDAO.java 45 There is log block not surrounded by if
58226 src/com/gps/hibernate/ChatStatusDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58227 src/com/gps/hibernate/ChatStatusDAO.java 47 Potential violation of Law of Demeter (method chain calls)
58228 src/com/gps/hibernate/ChatStatusDAO.java 48 There is log block not surrounded by if
58229 src/com/gps/hibernate/ChatStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58230 src/com/gps/hibernate/ChatStatusDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58231 src/com/gps/hibernate/ChatStatusDAO.java 50 There is log block not surrounded by if
58232 src/com/gps/hibernate/ChatStatusDAO.java 55 Avoid variables with short names like id
58233 src/com/gps/hibernate/ChatStatusDAO.java 55 Parameter 'id' is not assigned and could be declared final
58234 src/com/gps/hibernate/ChatStatusDAO.java 55 publicMethodCommentRequirement Required
58235 src/com/gps/hibernate/ChatStatusDAO.java 56 There is log block not surrounded by if
58236 src/com/gps/hibernate/ChatStatusDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58237 src/com/gps/hibernate/ChatStatusDAO.java 58 Local variable 'instance' could be declared final
58238 src/com/gps/hibernate/ChatStatusDAO.java 58 Potential violation of Law of Demeter (method chain calls)
58239 src/com/gps/hibernate/ChatStatusDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58240 src/com/gps/hibernate/ChatStatusDAO.java 62 There is log block not surrounded by if
58241 src/com/gps/hibernate/ChatStatusDAO.java 67 Parameter 'instance' is not assigned and could be declared final
58242 src/com/gps/hibernate/ChatStatusDAO.java 67 publicMethodCommentRequirement Required
58243 src/com/gps/hibernate/ChatStatusDAO.java 68 There is log block not surrounded by if
58244 src/com/gps/hibernate/ChatStatusDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58245 src/com/gps/hibernate/ChatStatusDAO.java 70 Local variable 'results' could be declared final
58246 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
58247 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
58248 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
58249 src/com/gps/hibernate/ChatStatusDAO.java 73 There is log block not surrounded by if
58250 src/com/gps/hibernate/ChatStatusDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58251 src/com/gps/hibernate/ChatStatusDAO.java 74 Potential violation of Law of Demeter (object not created locally)
58252 src/com/gps/hibernate/ChatStatusDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58253 src/com/gps/hibernate/ChatStatusDAO.java 77 There is log block not surrounded by if
58254 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
58255 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'value' is not assigned and could be declared final
58256 src/com/gps/hibernate/ChatStatusDAO.java 82 publicMethodCommentRequirement Required
58257 src/com/gps/hibernate/ChatStatusDAO.java 83 There is log block not surrounded by if
58258 src/com/gps/hibernate/ChatStatusDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58259 src/com/gps/hibernate/ChatStatusDAO.java 86 Local variable 'queryString' could be declared final
58260 src/com/gps/hibernate/ChatStatusDAO.java 88 Local variable 'queryObject' could be declared final
58261 src/com/gps/hibernate/ChatStatusDAO.java 88 Potential violation of Law of Demeter (method chain calls)
58262 src/com/gps/hibernate/ChatStatusDAO.java 89 Potential violation of Law of Demeter (object not created locally)
58263 src/com/gps/hibernate/ChatStatusDAO.java 90 Potential violation of Law of Demeter (object not created locally)
58264 src/com/gps/hibernate/ChatStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58265 src/com/gps/hibernate/ChatStatusDAO.java 92 There is log block not surrounded by if
58266 src/com/gps/hibernate/ChatStatusDAO.java 97 Parameter 'userId' is not assigned and could be declared final
58267 src/com/gps/hibernate/ChatStatusDAO.java 97 publicMethodCommentRequirement Required
58268 src/com/gps/hibernate/ChatStatusDAO.java 101 Parameter 'modifiedDate' is not assigned and could be declared final
58269 src/com/gps/hibernate/ChatStatusDAO.java 101 publicMethodCommentRequirement Required
58270 src/com/gps/hibernate/ChatStatusDAO.java 105 Parameter 'online' is not assigned and could be declared final
58271 src/com/gps/hibernate/ChatStatusDAO.java 105 publicMethodCommentRequirement Required
58272 src/com/gps/hibernate/ChatStatusDAO.java 109 Parameter 'awake' is not assigned and could be declared final
58273 src/com/gps/hibernate/ChatStatusDAO.java 109 publicMethodCommentRequirement Required
58274 src/com/gps/hibernate/ChatStatusDAO.java 113 Parameter 'activePanelId' is not assigned and could be declared final
58275 src/com/gps/hibernate/ChatStatusDAO.java 113 publicMethodCommentRequirement Required
58276 src/com/gps/hibernate/ChatStatusDAO.java 117 Parameter 'message' is not assigned and could be declared final
58277 src/com/gps/hibernate/ChatStatusDAO.java 117 publicMethodCommentRequirement Required
58278 src/com/gps/hibernate/ChatStatusDAO.java 121 Parameter 'playSound' is not assigned and could be declared final
58279 src/com/gps/hibernate/ChatStatusDAO.java 121 publicMethodCommentRequirement Required
58280 src/com/gps/hibernate/ChatStatusDAO.java 125 publicMethodCommentRequirement Required
58281 src/com/gps/hibernate/ChatStatusDAO.java 126 There is log block not surrounded by if
58282 src/com/gps/hibernate/ChatStatusDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58283 src/com/gps/hibernate/ChatStatusDAO.java 128 Local variable 'queryString' could be declared final
58284 src/com/gps/hibernate/ChatStatusDAO.java 129 Local variable 'queryObject' could be declared final
58285 src/com/gps/hibernate/ChatStatusDAO.java 129 Potential violation of Law of Demeter (method chain calls)
58286 src/com/gps/hibernate/ChatStatusDAO.java 130 Potential violation of Law of Demeter (object not created locally)
58287 src/com/gps/hibernate/ChatStatusDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58288 src/com/gps/hibernate/ChatStatusDAO.java 132 There is log block not surrounded by if
58289 src/com/gps/hibernate/ChatStatusDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
58290 src/com/gps/hibernate/ChatStatusDAO.java 137 publicMethodCommentRequirement Required
58291 src/com/gps/hibernate/ChatStatusDAO.java 138 There is log block not surrounded by if
58292 src/com/gps/hibernate/ChatStatusDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58293 src/com/gps/hibernate/ChatStatusDAO.java 140 Local variable 'result' could be declared final
58294 src/com/gps/hibernate/ChatStatusDAO.java 140 Potential violation of Law of Demeter (method chain calls)
58295 src/com/gps/hibernate/ChatStatusDAO.java 142 There is log block not surrounded by if
58296 src/com/gps/hibernate/ChatStatusDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58297 src/com/gps/hibernate/ChatStatusDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58298 src/com/gps/hibernate/ChatStatusDAO.java 145 There is log block not surrounded by if
58299 src/com/gps/hibernate/ChatStatusDAO.java 150 Parameter 'instance' is not assigned and could be declared final
58300 src/com/gps/hibernate/ChatStatusDAO.java 150 publicMethodCommentRequirement Required
58301 src/com/gps/hibernate/ChatStatusDAO.java 151 There is log block not surrounded by if
58302 src/com/gps/hibernate/ChatStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58303 src/com/gps/hibernate/ChatStatusDAO.java 153 Potential violation of Law of Demeter (method chain calls)
58304 src/com/gps/hibernate/ChatStatusDAO.java 154 There is log block not surrounded by if
58305 src/com/gps/hibernate/ChatStatusDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58306 src/com/gps/hibernate/ChatStatusDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58307 src/com/gps/hibernate/ChatStatusDAO.java 156 There is log block not surrounded by if
58308 src/com/gps/hibernate/ChatStatusDAO.java 161 Parameter 'instance' is not assigned and could be declared final
58309 src/com/gps/hibernate/ChatStatusDAO.java 161 publicMethodCommentRequirement Required
58310 src/com/gps/hibernate/ChatStatusDAO.java 162 There is log block not surrounded by if
58311 src/com/gps/hibernate/ChatStatusDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58312 src/com/gps/hibernate/ChatStatusDAO.java 164 Potential violation of Law of Demeter (method chain calls)
58313 src/com/gps/hibernate/ChatStatusDAO.java 165 There is log block not surrounded by if
58314 src/com/gps/hibernate/ChatStatusDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58315 src/com/gps/hibernate/ChatStatusDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58316 src/com/gps/hibernate/ChatStatusDAO.java 167 There is log block not surrounded by if
58317 src/com/gps/hibernate/Classname.java 9 Classes implementing Serializable should set a serialVersionUID
58318 src/com/gps/hibernate/Classname.java 13 fieldCommentRequirement Required
58319 src/com/gps/hibernate/Classname.java 14 fieldCommentRequirement Required
58320 src/com/gps/hibernate/Classname.java 19 Document empty constructor
58321 src/com/gps/hibernate/Classname.java 23 Parameter 'classNameId' is not assigned and could be declared final
58322 src/com/gps/hibernate/Classname.java 28 Parameter 'classNameId' is not assigned and could be declared final
58323 src/com/gps/hibernate/Classname.java 28 Parameter 'value' is not assigned and could be declared final
58324 src/com/gps/hibernate/Classname.java 35 publicMethodCommentRequirement Required
58325 src/com/gps/hibernate/Classname.java 39 Parameter 'classNameId' is not assigned and could be declared final
58326 src/com/gps/hibernate/Classname.java 39 publicMethodCommentRequirement Required
58327 src/com/gps/hibernate/Classname.java 43 publicMethodCommentRequirement Required
58328 src/com/gps/hibernate/Classname.java 47 Parameter 'value' is not assigned and could be declared final
58329 src/com/gps/hibernate/Classname.java 47 publicMethodCommentRequirement Required
58330 src/com/gps/hibernate/ClassnameDAO.java 10 Comment is too large: Too many lines
58331 src/com/gps/hibernate/ClassnameDAO.java 23 Logger should be defined private static final and have the correct class
58332 src/com/gps/hibernate/ClassnameDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
58333 src/com/gps/hibernate/ClassnameDAO.java 23 fieldCommentRequirement Required
58334 src/com/gps/hibernate/ClassnameDAO.java 25 fieldCommentRequirement Required
58335 src/com/gps/hibernate/ClassnameDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
58336 src/com/gps/hibernate/ClassnameDAO.java 27 publicMethodCommentRequirement Required
58337 src/com/gps/hibernate/ClassnameDAO.java 28 There is log block not surrounded by if
58338 src/com/gps/hibernate/ClassnameDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58339 src/com/gps/hibernate/ClassnameDAO.java 30 Potential violation of Law of Demeter (method chain calls)
58340 src/com/gps/hibernate/ClassnameDAO.java 31 There is log block not surrounded by if
58341 src/com/gps/hibernate/ClassnameDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58342 src/com/gps/hibernate/ClassnameDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58343 src/com/gps/hibernate/ClassnameDAO.java 33 There is log block not surrounded by if
58344 src/com/gps/hibernate/ClassnameDAO.java 38 Avoid excessively long variable names like persistentInstance
58345 src/com/gps/hibernate/ClassnameDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
58346 src/com/gps/hibernate/ClassnameDAO.java 38 publicMethodCommentRequirement Required
58347 src/com/gps/hibernate/ClassnameDAO.java 39 There is log block not surrounded by if
58348 src/com/gps/hibernate/ClassnameDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58349 src/com/gps/hibernate/ClassnameDAO.java 41 Potential violation of Law of Demeter (method chain calls)
58350 src/com/gps/hibernate/ClassnameDAO.java 42 There is log block not surrounded by if
58351 src/com/gps/hibernate/ClassnameDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58352 src/com/gps/hibernate/ClassnameDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58353 src/com/gps/hibernate/ClassnameDAO.java 44 There is log block not surrounded by if
58354 src/com/gps/hibernate/ClassnameDAO.java 49 Avoid variables with short names like id
58355 src/com/gps/hibernate/ClassnameDAO.java 49 Parameter 'id' is not assigned and could be declared final
58356 src/com/gps/hibernate/ClassnameDAO.java 49 publicMethodCommentRequirement Required
58357 src/com/gps/hibernate/ClassnameDAO.java 50 There is log block not surrounded by if
58358 src/com/gps/hibernate/ClassnameDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58359 src/com/gps/hibernate/ClassnameDAO.java 52 Local variable 'instance' could be declared final
58360 src/com/gps/hibernate/ClassnameDAO.java 52 Potential violation of Law of Demeter (method chain calls)
58361 src/com/gps/hibernate/ClassnameDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58362 src/com/gps/hibernate/ClassnameDAO.java 56 There is log block not surrounded by if
58363 src/com/gps/hibernate/ClassnameDAO.java 61 Parameter 'instance' is not assigned and could be declared final
58364 src/com/gps/hibernate/ClassnameDAO.java 61 publicMethodCommentRequirement Required
58365 src/com/gps/hibernate/ClassnameDAO.java 62 There is log block not surrounded by if
58366 src/com/gps/hibernate/ClassnameDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58367 src/com/gps/hibernate/ClassnameDAO.java 64 Local variable 'results' could be declared final
58368 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58369 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58370 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58371 src/com/gps/hibernate/ClassnameDAO.java 67 There is log block not surrounded by if
58372 src/com/gps/hibernate/ClassnameDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58373 src/com/gps/hibernate/ClassnameDAO.java 68 Potential violation of Law of Demeter (object not created locally)
58374 src/com/gps/hibernate/ClassnameDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58375 src/com/gps/hibernate/ClassnameDAO.java 71 There is log block not surrounded by if
58376 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
58377 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'value' is not assigned and could be declared final
58378 src/com/gps/hibernate/ClassnameDAO.java 76 publicMethodCommentRequirement Required
58379 src/com/gps/hibernate/ClassnameDAO.java 77 There is log block not surrounded by if
58380 src/com/gps/hibernate/ClassnameDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58381 src/com/gps/hibernate/ClassnameDAO.java 80 Local variable 'queryString' could be declared final
58382 src/com/gps/hibernate/ClassnameDAO.java 82 Local variable 'queryObject' could be declared final
58383 src/com/gps/hibernate/ClassnameDAO.java 82 Potential violation of Law of Demeter (method chain calls)
58384 src/com/gps/hibernate/ClassnameDAO.java 83 Potential violation of Law of Demeter (object not created locally)
58385 src/com/gps/hibernate/ClassnameDAO.java 84 Potential violation of Law of Demeter (object not created locally)
58386 src/com/gps/hibernate/ClassnameDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58387 src/com/gps/hibernate/ClassnameDAO.java 86 There is log block not surrounded by if
58388 src/com/gps/hibernate/ClassnameDAO.java 91 Parameter 'value' is not assigned and could be declared final
58389 src/com/gps/hibernate/ClassnameDAO.java 91 publicMethodCommentRequirement Required
58390 src/com/gps/hibernate/ClassnameDAO.java 95 publicMethodCommentRequirement Required
58391 src/com/gps/hibernate/ClassnameDAO.java 96 There is log block not surrounded by if
58392 src/com/gps/hibernate/ClassnameDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58393 src/com/gps/hibernate/ClassnameDAO.java 98 Local variable 'queryString' could be declared final
58394 src/com/gps/hibernate/ClassnameDAO.java 99 Local variable 'queryObject' could be declared final
58395 src/com/gps/hibernate/ClassnameDAO.java 99 Potential violation of Law of Demeter (method chain calls)
58396 src/com/gps/hibernate/ClassnameDAO.java 100 Potential violation of Law of Demeter (object not created locally)
58397 src/com/gps/hibernate/ClassnameDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58398 src/com/gps/hibernate/ClassnameDAO.java 102 There is log block not surrounded by if
58399 src/com/gps/hibernate/ClassnameDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
58400 src/com/gps/hibernate/ClassnameDAO.java 107 publicMethodCommentRequirement Required
58401 src/com/gps/hibernate/ClassnameDAO.java 108 There is log block not surrounded by if
58402 src/com/gps/hibernate/ClassnameDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58403 src/com/gps/hibernate/ClassnameDAO.java 110 Local variable 'result' could be declared final
58404 src/com/gps/hibernate/ClassnameDAO.java 110 Potential violation of Law of Demeter (method chain calls)
58405 src/com/gps/hibernate/ClassnameDAO.java 111 There is log block not surrounded by if
58406 src/com/gps/hibernate/ClassnameDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58407 src/com/gps/hibernate/ClassnameDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58408 src/com/gps/hibernate/ClassnameDAO.java 114 There is log block not surrounded by if
58409 src/com/gps/hibernate/ClassnameDAO.java 119 Parameter 'instance' is not assigned and could be declared final
58410 src/com/gps/hibernate/ClassnameDAO.java 119 publicMethodCommentRequirement Required
58411 src/com/gps/hibernate/ClassnameDAO.java 120 There is log block not surrounded by if
58412 src/com/gps/hibernate/ClassnameDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58413 src/com/gps/hibernate/ClassnameDAO.java 122 Potential violation of Law of Demeter (method chain calls)
58414 src/com/gps/hibernate/ClassnameDAO.java 123 There is log block not surrounded by if
58415 src/com/gps/hibernate/ClassnameDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58416 src/com/gps/hibernate/ClassnameDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58417 src/com/gps/hibernate/ClassnameDAO.java 125 There is log block not surrounded by if
58418 src/com/gps/hibernate/ClassnameDAO.java 130 Parameter 'instance' is not assigned and could be declared final
58419 src/com/gps/hibernate/ClassnameDAO.java 130 publicMethodCommentRequirement Required
58420 src/com/gps/hibernate/ClassnameDAO.java 131 There is log block not surrounded by if
58421 src/com/gps/hibernate/ClassnameDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58422 src/com/gps/hibernate/ClassnameDAO.java 133 Potential violation of Law of Demeter (method chain calls)
58423 src/com/gps/hibernate/ClassnameDAO.java 134 There is log block not surrounded by if
58424 src/com/gps/hibernate/ClassnameDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58425 src/com/gps/hibernate/ClassnameDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58426 src/com/gps/hibernate/ClassnameDAO.java 136 There is log block not surrounded by if
58427 src/com/gps/hibernate/Company.java 9 Classes implementing Serializable should set a serialVersionUID
58428 src/com/gps/hibernate/Company.java 13 fieldCommentRequirement Required
58429 src/com/gps/hibernate/Company.java 14 fieldCommentRequirement Required
58430 src/com/gps/hibernate/Company.java 15 fieldCommentRequirement Required
58431 src/com/gps/hibernate/Company.java 16 fieldCommentRequirement Required
58432 src/com/gps/hibernate/Company.java 17 fieldCommentRequirement Required
58433 src/com/gps/hibernate/Company.java 18 Avoid variables with short names like mx
58434 src/com/gps/hibernate/Company.java 18 fieldCommentRequirement Required
58435 src/com/gps/hibernate/Company.java 19 fieldCommentRequirement Required
58436 src/com/gps/hibernate/Company.java 20 fieldCommentRequirement Required
58437 src/com/gps/hibernate/Company.java 21 fieldCommentRequirement Required
58438 src/com/gps/hibernate/Company.java 26 Document empty constructor
58439 src/com/gps/hibernate/Company.java 30 Parameter 'companyId' is not assigned and could be declared final
58440 src/com/gps/hibernate/Company.java 35 Parameter 'accountId' is not assigned and could be declared final
58441 src/com/gps/hibernate/Company.java 35 Parameter 'companyId' is not assigned and could be declared final
58442 src/com/gps/hibernate/Company.java 35 Parameter 'key' is not assigned and could be declared final
58443 src/com/gps/hibernate/Company.java 35 Parameter 'webId' is not assigned and could be declared final
58444 src/com/gps/hibernate/Company.java 36 Avoid variables with short names like mx
58445 src/com/gps/hibernate/Company.java 36 Parameter 'homeUrl' is not assigned and could be declared final
58446 src/com/gps/hibernate/Company.java 36 Parameter 'logoId' is not assigned and could be declared final
58447 src/com/gps/hibernate/Company.java 36 Parameter 'mx' is not assigned and could be declared final
58448 src/com/gps/hibernate/Company.java 36 Parameter 'virtualHost' is not assigned and could be declared final
58449 src/com/gps/hibernate/Company.java 37 Parameter 'system' is not assigned and could be declared final
58450 src/com/gps/hibernate/Company.java 51 publicMethodCommentRequirement Required
58451 src/com/gps/hibernate/Company.java 55 Parameter 'companyId' is not assigned and could be declared final
58452 src/com/gps/hibernate/Company.java 55 publicMethodCommentRequirement Required
58453 src/com/gps/hibernate/Company.java 59 publicMethodCommentRequirement Required
58454 src/com/gps/hibernate/Company.java 63 Parameter 'accountId' is not assigned and could be declared final
58455 src/com/gps/hibernate/Company.java 63 publicMethodCommentRequirement Required
58456 src/com/gps/hibernate/Company.java 67 publicMethodCommentRequirement Required
58457 src/com/gps/hibernate/Company.java 71 Parameter 'webId' is not assigned and could be declared final
58458 src/com/gps/hibernate/Company.java 71 publicMethodCommentRequirement Required
58459 src/com/gps/hibernate/Company.java 75 publicMethodCommentRequirement Required
58460 src/com/gps/hibernate/Company.java 79 Parameter 'key' is not assigned and could be declared final
58461 src/com/gps/hibernate/Company.java 79 publicMethodCommentRequirement Required
58462 src/com/gps/hibernate/Company.java 83 publicMethodCommentRequirement Required
58463 src/com/gps/hibernate/Company.java 87 Parameter 'virtualHost' is not assigned and could be declared final
58464 src/com/gps/hibernate/Company.java 87 publicMethodCommentRequirement Required
58465 src/com/gps/hibernate/Company.java 91 publicMethodCommentRequirement Required
58466 src/com/gps/hibernate/Company.java 95 Avoid variables with short names like mx
58467 src/com/gps/hibernate/Company.java 95 Parameter 'mx' is not assigned and could be declared final
58468 src/com/gps/hibernate/Company.java 95 publicMethodCommentRequirement Required
58469 src/com/gps/hibernate/Company.java 99 publicMethodCommentRequirement Required
58470 src/com/gps/hibernate/Company.java 103 Parameter 'homeUrl' is not assigned and could be declared final
58471 src/com/gps/hibernate/Company.java 103 publicMethodCommentRequirement Required
58472 src/com/gps/hibernate/Company.java 107 publicMethodCommentRequirement Required
58473 src/com/gps/hibernate/Company.java 111 Parameter 'logoId' is not assigned and could be declared final
58474 src/com/gps/hibernate/Company.java 111 publicMethodCommentRequirement Required
58475 src/com/gps/hibernate/Company.java 115 publicMethodCommentRequirement Required
58476 src/com/gps/hibernate/Company.java 119 Parameter 'system' is not assigned and could be declared final
58477 src/com/gps/hibernate/Company.java 119 publicMethodCommentRequirement Required
58478 src/com/gps/hibernate/CompanyDAO.java 10 Comment is too large: Too many lines
58479 src/com/gps/hibernate/CompanyDAO.java 22 This class has too many methods, consider refactoring it.
58480 src/com/gps/hibernate/CompanyDAO.java 23 Logger should be defined private static final and have the correct class
58481 src/com/gps/hibernate/CompanyDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
58482 src/com/gps/hibernate/CompanyDAO.java 23 fieldCommentRequirement Required
58483 src/com/gps/hibernate/CompanyDAO.java 25 fieldCommentRequirement Required
58484 src/com/gps/hibernate/CompanyDAO.java 26 fieldCommentRequirement Required
58485 src/com/gps/hibernate/CompanyDAO.java 27 fieldCommentRequirement Required
58486 src/com/gps/hibernate/CompanyDAO.java 28 fieldCommentRequirement Required
58487 src/com/gps/hibernate/CompanyDAO.java 29 Avoid variables with short names like MX
58488 src/com/gps/hibernate/CompanyDAO.java 29 fieldCommentRequirement Required
58489 src/com/gps/hibernate/CompanyDAO.java 30 fieldCommentRequirement Required
58490 src/com/gps/hibernate/CompanyDAO.java 31 fieldCommentRequirement Required
58491 src/com/gps/hibernate/CompanyDAO.java 32 fieldCommentRequirement Required
58492 src/com/gps/hibernate/CompanyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
58493 src/com/gps/hibernate/CompanyDAO.java 34 publicMethodCommentRequirement Required
58494 src/com/gps/hibernate/CompanyDAO.java 35 There is log block not surrounded by if
58495 src/com/gps/hibernate/CompanyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58496 src/com/gps/hibernate/CompanyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
58497 src/com/gps/hibernate/CompanyDAO.java 38 There is log block not surrounded by if
58498 src/com/gps/hibernate/CompanyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58499 src/com/gps/hibernate/CompanyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58500 src/com/gps/hibernate/CompanyDAO.java 40 There is log block not surrounded by if
58501 src/com/gps/hibernate/CompanyDAO.java 45 Avoid excessively long variable names like persistentInstance
58502 src/com/gps/hibernate/CompanyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
58503 src/com/gps/hibernate/CompanyDAO.java 45 publicMethodCommentRequirement Required
58504 src/com/gps/hibernate/CompanyDAO.java 46 There is log block not surrounded by if
58505 src/com/gps/hibernate/CompanyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58506 src/com/gps/hibernate/CompanyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
58507 src/com/gps/hibernate/CompanyDAO.java 49 There is log block not surrounded by if
58508 src/com/gps/hibernate/CompanyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58509 src/com/gps/hibernate/CompanyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58510 src/com/gps/hibernate/CompanyDAO.java 51 There is log block not surrounded by if
58511 src/com/gps/hibernate/CompanyDAO.java 56 Avoid variables with short names like id
58512 src/com/gps/hibernate/CompanyDAO.java 56 Parameter 'id' is not assigned and could be declared final
58513 src/com/gps/hibernate/CompanyDAO.java 56 publicMethodCommentRequirement Required
58514 src/com/gps/hibernate/CompanyDAO.java 57 There is log block not surrounded by if
58515 src/com/gps/hibernate/CompanyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58516 src/com/gps/hibernate/CompanyDAO.java 59 Local variable 'instance' could be declared final
58517 src/com/gps/hibernate/CompanyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
58518 src/com/gps/hibernate/CompanyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58519 src/com/gps/hibernate/CompanyDAO.java 63 There is log block not surrounded by if
58520 src/com/gps/hibernate/CompanyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
58521 src/com/gps/hibernate/CompanyDAO.java 68 publicMethodCommentRequirement Required
58522 src/com/gps/hibernate/CompanyDAO.java 69 There is log block not surrounded by if
58523 src/com/gps/hibernate/CompanyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58524 src/com/gps/hibernate/CompanyDAO.java 71 Local variable 'results' could be declared final
58525 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
58526 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
58527 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
58528 src/com/gps/hibernate/CompanyDAO.java 74 There is log block not surrounded by if
58529 src/com/gps/hibernate/CompanyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58530 src/com/gps/hibernate/CompanyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
58531 src/com/gps/hibernate/CompanyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58532 src/com/gps/hibernate/CompanyDAO.java 78 There is log block not surrounded by if
58533 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
58534 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'value' is not assigned and could be declared final
58535 src/com/gps/hibernate/CompanyDAO.java 83 publicMethodCommentRequirement Required
58536 src/com/gps/hibernate/CompanyDAO.java 84 There is log block not surrounded by if
58537 src/com/gps/hibernate/CompanyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58538 src/com/gps/hibernate/CompanyDAO.java 87 Local variable 'queryString' could be declared final
58539 src/com/gps/hibernate/CompanyDAO.java 89 Local variable 'queryObject' could be declared final
58540 src/com/gps/hibernate/CompanyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
58541 src/com/gps/hibernate/CompanyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
58542 src/com/gps/hibernate/CompanyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
58543 src/com/gps/hibernate/CompanyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58544 src/com/gps/hibernate/CompanyDAO.java 93 There is log block not surrounded by if
58545 src/com/gps/hibernate/CompanyDAO.java 98 Parameter 'accountId' is not assigned and could be declared final
58546 src/com/gps/hibernate/CompanyDAO.java 98 publicMethodCommentRequirement Required
58547 src/com/gps/hibernate/CompanyDAO.java 102 Parameter 'webId' is not assigned and could be declared final
58548 src/com/gps/hibernate/CompanyDAO.java 102 publicMethodCommentRequirement Required
58549 src/com/gps/hibernate/CompanyDAO.java 106 Parameter 'key' is not assigned and could be declared final
58550 src/com/gps/hibernate/CompanyDAO.java 106 publicMethodCommentRequirement Required
58551 src/com/gps/hibernate/CompanyDAO.java 110 Parameter 'virtualHost' is not assigned and could be declared final
58552 src/com/gps/hibernate/CompanyDAO.java 110 publicMethodCommentRequirement Required
58553 src/com/gps/hibernate/CompanyDAO.java 114 Avoid variables with short names like mx
58554 src/com/gps/hibernate/CompanyDAO.java 114 Parameter 'mx' is not assigned and could be declared final
58555 src/com/gps/hibernate/CompanyDAO.java 114 publicMethodCommentRequirement Required
58556 src/com/gps/hibernate/CompanyDAO.java 118 Parameter 'homeUrl' is not assigned and could be declared final
58557 src/com/gps/hibernate/CompanyDAO.java 118 publicMethodCommentRequirement Required
58558 src/com/gps/hibernate/CompanyDAO.java 122 Parameter 'logoId' is not assigned and could be declared final
58559 src/com/gps/hibernate/CompanyDAO.java 122 publicMethodCommentRequirement Required
58560 src/com/gps/hibernate/CompanyDAO.java 126 Parameter 'system' is not assigned and could be declared final
58561 src/com/gps/hibernate/CompanyDAO.java 126 publicMethodCommentRequirement Required
58562 src/com/gps/hibernate/CompanyDAO.java 130 publicMethodCommentRequirement Required
58563 src/com/gps/hibernate/CompanyDAO.java 131 There is log block not surrounded by if
58564 src/com/gps/hibernate/CompanyDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58565 src/com/gps/hibernate/CompanyDAO.java 133 Local variable 'queryString' could be declared final
58566 src/com/gps/hibernate/CompanyDAO.java 134 Local variable 'queryObject' could be declared final
58567 src/com/gps/hibernate/CompanyDAO.java 134 Potential violation of Law of Demeter (method chain calls)
58568 src/com/gps/hibernate/CompanyDAO.java 135 Potential violation of Law of Demeter (object not created locally)
58569 src/com/gps/hibernate/CompanyDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58570 src/com/gps/hibernate/CompanyDAO.java 137 There is log block not surrounded by if
58571 src/com/gps/hibernate/CompanyDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
58572 src/com/gps/hibernate/CompanyDAO.java 142 publicMethodCommentRequirement Required
58573 src/com/gps/hibernate/CompanyDAO.java 143 There is log block not surrounded by if
58574 src/com/gps/hibernate/CompanyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58575 src/com/gps/hibernate/CompanyDAO.java 145 Local variable 'result' could be declared final
58576 src/com/gps/hibernate/CompanyDAO.java 145 Potential violation of Law of Demeter (method chain calls)
58577 src/com/gps/hibernate/CompanyDAO.java 146 There is log block not surrounded by if
58578 src/com/gps/hibernate/CompanyDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58579 src/com/gps/hibernate/CompanyDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58580 src/com/gps/hibernate/CompanyDAO.java 149 There is log block not surrounded by if
58581 src/com/gps/hibernate/CompanyDAO.java 154 Parameter 'instance' is not assigned and could be declared final
58582 src/com/gps/hibernate/CompanyDAO.java 154 publicMethodCommentRequirement Required
58583 src/com/gps/hibernate/CompanyDAO.java 155 There is log block not surrounded by if
58584 src/com/gps/hibernate/CompanyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58585 src/com/gps/hibernate/CompanyDAO.java 157 Potential violation of Law of Demeter (method chain calls)
58586 src/com/gps/hibernate/CompanyDAO.java 158 There is log block not surrounded by if
58587 src/com/gps/hibernate/CompanyDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58588 src/com/gps/hibernate/CompanyDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58589 src/com/gps/hibernate/CompanyDAO.java 160 There is log block not surrounded by if
58590 src/com/gps/hibernate/CompanyDAO.java 165 Parameter 'instance' is not assigned and could be declared final
58591 src/com/gps/hibernate/CompanyDAO.java 165 publicMethodCommentRequirement Required
58592 src/com/gps/hibernate/CompanyDAO.java 166 There is log block not surrounded by if
58593 src/com/gps/hibernate/CompanyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58594 src/com/gps/hibernate/CompanyDAO.java 168 Potential violation of Law of Demeter (method chain calls)
58595 src/com/gps/hibernate/CompanyDAO.java 169 There is log block not surrounded by if
58596 src/com/gps/hibernate/CompanyDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58597 src/com/gps/hibernate/CompanyDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58598 src/com/gps/hibernate/CompanyDAO.java 171 There is log block not surrounded by if
58599 src/com/gps/hibernate/Contact.java 1 This class has a bunch of public methods and attributes
58600 src/com/gps/hibernate/Contact.java 11 Classes implementing Serializable should set a serialVersionUID
58601 src/com/gps/hibernate/Contact.java 11 Too many fields
58602 src/com/gps/hibernate/Contact.java 15 fieldCommentRequirement Required
58603 src/com/gps/hibernate/Contact.java 16 fieldCommentRequirement Required
58604 src/com/gps/hibernate/Contact.java 17 fieldCommentRequirement Required
58605 src/com/gps/hibernate/Contact.java 18 fieldCommentRequirement Required
58606 src/com/gps/hibernate/Contact.java 19 fieldCommentRequirement Required
58607 src/com/gps/hibernate/Contact.java 20 fieldCommentRequirement Required
58608 src/com/gps/hibernate/Contact.java 21 fieldCommentRequirement Required
58609 src/com/gps/hibernate/Contact.java 22 fieldCommentRequirement Required
58610 src/com/gps/hibernate/Contact.java 23 fieldCommentRequirement Required
58611 src/com/gps/hibernate/Contact.java 24 fieldCommentRequirement Required
58612 src/com/gps/hibernate/Contact.java 25 fieldCommentRequirement Required
58613 src/com/gps/hibernate/Contact.java 26 fieldCommentRequirement Required
58614 src/com/gps/hibernate/Contact.java 27 fieldCommentRequirement Required
58615 src/com/gps/hibernate/Contact.java 28 fieldCommentRequirement Required
58616 src/com/gps/hibernate/Contact.java 29 fieldCommentRequirement Required
58617 src/com/gps/hibernate/Contact.java 30 fieldCommentRequirement Required
58618 src/com/gps/hibernate/Contact.java 31 fieldCommentRequirement Required
58619 src/com/gps/hibernate/Contact.java 32 fieldCommentRequirement Required
58620 src/com/gps/hibernate/Contact.java 33 fieldCommentRequirement Required
58621 src/com/gps/hibernate/Contact.java 34 fieldCommentRequirement Required
58622 src/com/gps/hibernate/Contact.java 35 fieldCommentRequirement Required
58623 src/com/gps/hibernate/Contact.java 36 fieldCommentRequirement Required
58624 src/com/gps/hibernate/Contact.java 37 fieldCommentRequirement Required
58625 src/com/gps/hibernate/Contact.java 38 fieldCommentRequirement Required
58626 src/com/gps/hibernate/Contact.java 39 fieldCommentRequirement Required
58627 src/com/gps/hibernate/Contact.java 40 fieldCommentRequirement Required
58628 src/com/gps/hibernate/Contact.java 41 fieldCommentRequirement Required
58629 src/com/gps/hibernate/Contact.java 42 fieldCommentRequirement Required
58630 src/com/gps/hibernate/Contact.java 43 fieldCommentRequirement Required
58631 src/com/gps/hibernate/Contact.java 44 fieldCommentRequirement Required
58632 src/com/gps/hibernate/Contact.java 49 Document empty constructor
58633 src/com/gps/hibernate/Contact.java 53 Parameter 'contactId' is not assigned and could be declared final
58634 src/com/gps/hibernate/Contact.java 58 Avoid long parameter lists.
58635 src/com/gps/hibernate/Contact.java 58 Parameter 'companyId' is not assigned and could be declared final
58636 src/com/gps/hibernate/Contact.java 58 Parameter 'contactId' is not assigned and could be declared final
58637 src/com/gps/hibernate/Contact.java 58 Parameter 'userId' is not assigned and could be declared final
58638 src/com/gps/hibernate/Contact.java 59 Parameter 'createDate' is not assigned and could be declared final
58639 src/com/gps/hibernate/Contact.java 59 Parameter 'modifiedDate' is not assigned and could be declared final
58640 src/com/gps/hibernate/Contact.java 59 Parameter 'userName' is not assigned and could be declared final
58641 src/com/gps/hibernate/Contact.java 60 Parameter 'accountId' is not assigned and could be declared final
58642 src/com/gps/hibernate/Contact.java 60 Parameter 'firstName' is not assigned and could be declared final
58643 src/com/gps/hibernate/Contact.java 60 Parameter 'parentContactId' is not assigned and could be declared final
58644 src/com/gps/hibernate/Contact.java 61 Parameter 'lastName' is not assigned and could be declared final
58645 src/com/gps/hibernate/Contact.java 61 Parameter 'middleName' is not assigned and could be declared final
58646 src/com/gps/hibernate/Contact.java 61 Parameter 'prefixId' is not assigned and could be declared final
58647 src/com/gps/hibernate/Contact.java 62 Parameter 'birthday' is not assigned and could be declared final
58648 src/com/gps/hibernate/Contact.java 62 Parameter 'male' is not assigned and could be declared final
58649 src/com/gps/hibernate/Contact.java 62 Parameter 'smsSn' is not assigned and could be declared final
58650 src/com/gps/hibernate/Contact.java 62 Parameter 'suffixId' is not assigned and could be declared final
58651 src/com/gps/hibernate/Contact.java 63 Parameter 'aimSn' is not assigned and could be declared final
58652 src/com/gps/hibernate/Contact.java 63 Parameter 'facebookSn' is not assigned and could be declared final
58653 src/com/gps/hibernate/Contact.java 63 Parameter 'icqSn' is not assigned and could be declared final
58654 src/com/gps/hibernate/Contact.java 63 Parameter 'jabberSn' is not assigned and could be declared final
58655 src/com/gps/hibernate/Contact.java 64 Parameter 'msnSn' is not assigned and could be declared final
58656 src/com/gps/hibernate/Contact.java 64 Parameter 'mySpaceSn' is not assigned and could be declared final
58657 src/com/gps/hibernate/Contact.java 64 Parameter 'skypeSn' is not assigned and could be declared final
58658 src/com/gps/hibernate/Contact.java 64 Parameter 'twitterSn' is not assigned and could be declared final
58659 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeNumber' is not assigned and could be declared final
58660 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeStatusId' is not assigned and could be declared final
58661 src/com/gps/hibernate/Contact.java 65 Parameter 'ymSn' is not assigned and could be declared final
58662 src/com/gps/hibernate/Contact.java 66 Parameter 'hoursOfOperation' is not assigned and could be declared final
58663 src/com/gps/hibernate/Contact.java 66 Parameter 'jobClass' is not assigned and could be declared final
58664 src/com/gps/hibernate/Contact.java 66 Parameter 'jobTitle' is not assigned and could be declared final
58665 src/com/gps/hibernate/Contact.java 101 publicMethodCommentRequirement Required
58666 src/com/gps/hibernate/Contact.java 105 Parameter 'contactId' is not assigned and could be declared final
58667 src/com/gps/hibernate/Contact.java 105 publicMethodCommentRequirement Required
58668 src/com/gps/hibernate/Contact.java 109 publicMethodCommentRequirement Required
58669 src/com/gps/hibernate/Contact.java 113 Parameter 'companyId' is not assigned and could be declared final
58670 src/com/gps/hibernate/Contact.java 113 publicMethodCommentRequirement Required
58671 src/com/gps/hibernate/Contact.java 117 publicMethodCommentRequirement Required
58672 src/com/gps/hibernate/Contact.java 121 Parameter 'userId' is not assigned and could be declared final
58673 src/com/gps/hibernate/Contact.java 121 publicMethodCommentRequirement Required
58674 src/com/gps/hibernate/Contact.java 125 publicMethodCommentRequirement Required
58675 src/com/gps/hibernate/Contact.java 129 Parameter 'userName' is not assigned and could be declared final
58676 src/com/gps/hibernate/Contact.java 129 publicMethodCommentRequirement Required
58677 src/com/gps/hibernate/Contact.java 133 publicMethodCommentRequirement Required
58678 src/com/gps/hibernate/Contact.java 137 Parameter 'createDate' is not assigned and could be declared final
58679 src/com/gps/hibernate/Contact.java 137 publicMethodCommentRequirement Required
58680 src/com/gps/hibernate/Contact.java 141 publicMethodCommentRequirement Required
58681 src/com/gps/hibernate/Contact.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
58682 src/com/gps/hibernate/Contact.java 145 publicMethodCommentRequirement Required
58683 src/com/gps/hibernate/Contact.java 149 publicMethodCommentRequirement Required
58684 src/com/gps/hibernate/Contact.java 153 Parameter 'accountId' is not assigned and could be declared final
58685 src/com/gps/hibernate/Contact.java 153 publicMethodCommentRequirement Required
58686 src/com/gps/hibernate/Contact.java 157 publicMethodCommentRequirement Required
58687 src/com/gps/hibernate/Contact.java 161 Parameter 'parentContactId' is not assigned and could be declared final
58688 src/com/gps/hibernate/Contact.java 161 publicMethodCommentRequirement Required
58689 src/com/gps/hibernate/Contact.java 165 publicMethodCommentRequirement Required
58690 src/com/gps/hibernate/Contact.java 169 Parameter 'firstName' is not assigned and could be declared final
58691 src/com/gps/hibernate/Contact.java 169 publicMethodCommentRequirement Required
58692 src/com/gps/hibernate/Contact.java 173 publicMethodCommentRequirement Required
58693 src/com/gps/hibernate/Contact.java 177 Parameter 'middleName' is not assigned and could be declared final
58694 src/com/gps/hibernate/Contact.java 177 publicMethodCommentRequirement Required
58695 src/com/gps/hibernate/Contact.java 181 publicMethodCommentRequirement Required
58696 src/com/gps/hibernate/Contact.java 185 Parameter 'lastName' is not assigned and could be declared final
58697 src/com/gps/hibernate/Contact.java 185 publicMethodCommentRequirement Required
58698 src/com/gps/hibernate/Contact.java 189 publicMethodCommentRequirement Required
58699 src/com/gps/hibernate/Contact.java 193 Parameter 'prefixId' is not assigned and could be declared final
58700 src/com/gps/hibernate/Contact.java 193 publicMethodCommentRequirement Required
58701 src/com/gps/hibernate/Contact.java 197 publicMethodCommentRequirement Required
58702 src/com/gps/hibernate/Contact.java 201 Parameter 'suffixId' is not assigned and could be declared final
58703 src/com/gps/hibernate/Contact.java 201 publicMethodCommentRequirement Required
58704 src/com/gps/hibernate/Contact.java 205 publicMethodCommentRequirement Required
58705 src/com/gps/hibernate/Contact.java 209 Parameter 'male' is not assigned and could be declared final
58706 src/com/gps/hibernate/Contact.java 209 publicMethodCommentRequirement Required
58707 src/com/gps/hibernate/Contact.java 213 publicMethodCommentRequirement Required
58708 src/com/gps/hibernate/Contact.java 217 Parameter 'birthday' is not assigned and could be declared final
58709 src/com/gps/hibernate/Contact.java 217 publicMethodCommentRequirement Required
58710 src/com/gps/hibernate/Contact.java 221 publicMethodCommentRequirement Required
58711 src/com/gps/hibernate/Contact.java 225 Parameter 'smsSn' is not assigned and could be declared final
58712 src/com/gps/hibernate/Contact.java 225 publicMethodCommentRequirement Required
58713 src/com/gps/hibernate/Contact.java 229 publicMethodCommentRequirement Required
58714 src/com/gps/hibernate/Contact.java 233 Parameter 'aimSn' is not assigned and could be declared final
58715 src/com/gps/hibernate/Contact.java 233 publicMethodCommentRequirement Required
58716 src/com/gps/hibernate/Contact.java 237 publicMethodCommentRequirement Required
58717 src/com/gps/hibernate/Contact.java 241 Parameter 'facebookSn' is not assigned and could be declared final
58718 src/com/gps/hibernate/Contact.java 241 publicMethodCommentRequirement Required
58719 src/com/gps/hibernate/Contact.java 245 publicMethodCommentRequirement Required
58720 src/com/gps/hibernate/Contact.java 249 Parameter 'icqSn' is not assigned and could be declared final
58721 src/com/gps/hibernate/Contact.java 249 publicMethodCommentRequirement Required
58722 src/com/gps/hibernate/Contact.java 253 publicMethodCommentRequirement Required
58723 src/com/gps/hibernate/Contact.java 257 Parameter 'jabberSn' is not assigned and could be declared final
58724 src/com/gps/hibernate/Contact.java 257 publicMethodCommentRequirement Required
58725 src/com/gps/hibernate/Contact.java 261 publicMethodCommentRequirement Required
58726 src/com/gps/hibernate/Contact.java 265 Parameter 'msnSn' is not assigned and could be declared final
58727 src/com/gps/hibernate/Contact.java 265 publicMethodCommentRequirement Required
58728 src/com/gps/hibernate/Contact.java 269 publicMethodCommentRequirement Required
58729 src/com/gps/hibernate/Contact.java 273 Parameter 'mySpaceSn' is not assigned and could be declared final
58730 src/com/gps/hibernate/Contact.java 273 publicMethodCommentRequirement Required
58731 src/com/gps/hibernate/Contact.java 277 publicMethodCommentRequirement Required
58732 src/com/gps/hibernate/Contact.java 281 Parameter 'skypeSn' is not assigned and could be declared final
58733 src/com/gps/hibernate/Contact.java 281 publicMethodCommentRequirement Required
58734 src/com/gps/hibernate/Contact.java 285 publicMethodCommentRequirement Required
58735 src/com/gps/hibernate/Contact.java 289 Parameter 'twitterSn' is not assigned and could be declared final
58736 src/com/gps/hibernate/Contact.java 289 publicMethodCommentRequirement Required
58737 src/com/gps/hibernate/Contact.java 293 publicMethodCommentRequirement Required
58738 src/com/gps/hibernate/Contact.java 297 Parameter 'ymSn' is not assigned and could be declared final
58739 src/com/gps/hibernate/Contact.java 297 publicMethodCommentRequirement Required
58740 src/com/gps/hibernate/Contact.java 301 publicMethodCommentRequirement Required
58741 src/com/gps/hibernate/Contact.java 305 Parameter 'employeeStatusId' is not assigned and could be declared final
58742 src/com/gps/hibernate/Contact.java 305 publicMethodCommentRequirement Required
58743 src/com/gps/hibernate/Contact.java 309 publicMethodCommentRequirement Required
58744 src/com/gps/hibernate/Contact.java 313 Parameter 'employeeNumber' is not assigned and could be declared final
58745 src/com/gps/hibernate/Contact.java 313 publicMethodCommentRequirement Required
58746 src/com/gps/hibernate/Contact.java 317 publicMethodCommentRequirement Required
58747 src/com/gps/hibernate/Contact.java 321 Parameter 'jobTitle' is not assigned and could be declared final
58748 src/com/gps/hibernate/Contact.java 321 publicMethodCommentRequirement Required
58749 src/com/gps/hibernate/Contact.java 325 publicMethodCommentRequirement Required
58750 src/com/gps/hibernate/Contact.java 329 Parameter 'jobClass' is not assigned and could be declared final
58751 src/com/gps/hibernate/Contact.java 329 publicMethodCommentRequirement Required
58752 src/com/gps/hibernate/Contact.java 333 publicMethodCommentRequirement Required
58753 src/com/gps/hibernate/Contact.java 337 Parameter 'hoursOfOperation' is not assigned and could be declared final
58754 src/com/gps/hibernate/Contact.java 337 publicMethodCommentRequirement Required
58755 src/com/gps/hibernate/ContactDAO.java 3 Avoid unused imports such as 'java.util.Date'
58756 src/com/gps/hibernate/ContactDAO.java 11 Comment is too large: Too many lines
58757 src/com/gps/hibernate/ContactDAO.java 23 This class has too many methods, consider refactoring it.
58758 src/com/gps/hibernate/ContactDAO.java 24 Logger should be defined private static final and have the correct class
58759 src/com/gps/hibernate/ContactDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
58760 src/com/gps/hibernate/ContactDAO.java 24 fieldCommentRequirement Required
58761 src/com/gps/hibernate/ContactDAO.java 26 fieldCommentRequirement Required
58762 src/com/gps/hibernate/ContactDAO.java 27 fieldCommentRequirement Required
58763 src/com/gps/hibernate/ContactDAO.java 28 fieldCommentRequirement Required
58764 src/com/gps/hibernate/ContactDAO.java 29 fieldCommentRequirement Required
58765 src/com/gps/hibernate/ContactDAO.java 30 fieldCommentRequirement Required
58766 src/com/gps/hibernate/ContactDAO.java 31 fieldCommentRequirement Required
58767 src/com/gps/hibernate/ContactDAO.java 32 fieldCommentRequirement Required
58768 src/com/gps/hibernate/ContactDAO.java 33 fieldCommentRequirement Required
58769 src/com/gps/hibernate/ContactDAO.java 34 fieldCommentRequirement Required
58770 src/com/gps/hibernate/ContactDAO.java 35 fieldCommentRequirement Required
58771 src/com/gps/hibernate/ContactDAO.java 36 fieldCommentRequirement Required
58772 src/com/gps/hibernate/ContactDAO.java 37 fieldCommentRequirement Required
58773 src/com/gps/hibernate/ContactDAO.java 38 fieldCommentRequirement Required
58774 src/com/gps/hibernate/ContactDAO.java 39 fieldCommentRequirement Required
58775 src/com/gps/hibernate/ContactDAO.java 40 fieldCommentRequirement Required
58776 src/com/gps/hibernate/ContactDAO.java 41 fieldCommentRequirement Required
58777 src/com/gps/hibernate/ContactDAO.java 42 fieldCommentRequirement Required
58778 src/com/gps/hibernate/ContactDAO.java 43 fieldCommentRequirement Required
58779 src/com/gps/hibernate/ContactDAO.java 44 fieldCommentRequirement Required
58780 src/com/gps/hibernate/ContactDAO.java 45 fieldCommentRequirement Required
58781 src/com/gps/hibernate/ContactDAO.java 46 fieldCommentRequirement Required
58782 src/com/gps/hibernate/ContactDAO.java 47 Avoid excessively long variable names like EMPLOYEE_STATUS_ID
58783 src/com/gps/hibernate/ContactDAO.java 47 fieldCommentRequirement Required
58784 src/com/gps/hibernate/ContactDAO.java 48 fieldCommentRequirement Required
58785 src/com/gps/hibernate/ContactDAO.java 49 fieldCommentRequirement Required
58786 src/com/gps/hibernate/ContactDAO.java 50 fieldCommentRequirement Required
58787 src/com/gps/hibernate/ContactDAO.java 51 Avoid excessively long variable names like HOURS_OF_OPERATION
58788 src/com/gps/hibernate/ContactDAO.java 51 fieldCommentRequirement Required
58789 src/com/gps/hibernate/ContactDAO.java 53 Parameter 'transientInstance' is not assigned and could be declared final
58790 src/com/gps/hibernate/ContactDAO.java 53 publicMethodCommentRequirement Required
58791 src/com/gps/hibernate/ContactDAO.java 54 There is log block not surrounded by if
58792 src/com/gps/hibernate/ContactDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58793 src/com/gps/hibernate/ContactDAO.java 56 Potential violation of Law of Demeter (method chain calls)
58794 src/com/gps/hibernate/ContactDAO.java 57 There is log block not surrounded by if
58795 src/com/gps/hibernate/ContactDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58796 src/com/gps/hibernate/ContactDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58797 src/com/gps/hibernate/ContactDAO.java 59 There is log block not surrounded by if
58798 src/com/gps/hibernate/ContactDAO.java 64 Avoid excessively long variable names like persistentInstance
58799 src/com/gps/hibernate/ContactDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
58800 src/com/gps/hibernate/ContactDAO.java 64 publicMethodCommentRequirement Required
58801 src/com/gps/hibernate/ContactDAO.java 65 There is log block not surrounded by if
58802 src/com/gps/hibernate/ContactDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58803 src/com/gps/hibernate/ContactDAO.java 67 Potential violation of Law of Demeter (method chain calls)
58804 src/com/gps/hibernate/ContactDAO.java 68 There is log block not surrounded by if
58805 src/com/gps/hibernate/ContactDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58806 src/com/gps/hibernate/ContactDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58807 src/com/gps/hibernate/ContactDAO.java 70 There is log block not surrounded by if
58808 src/com/gps/hibernate/ContactDAO.java 75 Avoid variables with short names like id
58809 src/com/gps/hibernate/ContactDAO.java 75 Parameter 'id' is not assigned and could be declared final
58810 src/com/gps/hibernate/ContactDAO.java 75 publicMethodCommentRequirement Required
58811 src/com/gps/hibernate/ContactDAO.java 76 There is log block not surrounded by if
58812 src/com/gps/hibernate/ContactDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58813 src/com/gps/hibernate/ContactDAO.java 78 Local variable 'instance' could be declared final
58814 src/com/gps/hibernate/ContactDAO.java 78 Potential violation of Law of Demeter (method chain calls)
58815 src/com/gps/hibernate/ContactDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58816 src/com/gps/hibernate/ContactDAO.java 82 There is log block not surrounded by if
58817 src/com/gps/hibernate/ContactDAO.java 87 Parameter 'instance' is not assigned and could be declared final
58818 src/com/gps/hibernate/ContactDAO.java 87 publicMethodCommentRequirement Required
58819 src/com/gps/hibernate/ContactDAO.java 88 There is log block not surrounded by if
58820 src/com/gps/hibernate/ContactDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58821 src/com/gps/hibernate/ContactDAO.java 90 Local variable 'results' could be declared final
58822 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
58823 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
58824 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
58825 src/com/gps/hibernate/ContactDAO.java 93 There is log block not surrounded by if
58826 src/com/gps/hibernate/ContactDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58827 src/com/gps/hibernate/ContactDAO.java 94 Potential violation of Law of Demeter (object not created locally)
58828 src/com/gps/hibernate/ContactDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58829 src/com/gps/hibernate/ContactDAO.java 97 There is log block not surrounded by if
58830 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
58831 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'value' is not assigned and could be declared final
58832 src/com/gps/hibernate/ContactDAO.java 102 publicMethodCommentRequirement Required
58833 src/com/gps/hibernate/ContactDAO.java 103 There is log block not surrounded by if
58834 src/com/gps/hibernate/ContactDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58835 src/com/gps/hibernate/ContactDAO.java 106 Local variable 'queryString' could be declared final
58836 src/com/gps/hibernate/ContactDAO.java 108 Local variable 'queryObject' could be declared final
58837 src/com/gps/hibernate/ContactDAO.java 108 Potential violation of Law of Demeter (method chain calls)
58838 src/com/gps/hibernate/ContactDAO.java 109 Potential violation of Law of Demeter (object not created locally)
58839 src/com/gps/hibernate/ContactDAO.java 110 Potential violation of Law of Demeter (object not created locally)
58840 src/com/gps/hibernate/ContactDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58841 src/com/gps/hibernate/ContactDAO.java 112 There is log block not surrounded by if
58842 src/com/gps/hibernate/ContactDAO.java 117 Parameter 'companyId' is not assigned and could be declared final
58843 src/com/gps/hibernate/ContactDAO.java 117 publicMethodCommentRequirement Required
58844 src/com/gps/hibernate/ContactDAO.java 121 Parameter 'userId' is not assigned and could be declared final
58845 src/com/gps/hibernate/ContactDAO.java 121 publicMethodCommentRequirement Required
58846 src/com/gps/hibernate/ContactDAO.java 125 Parameter 'userName' is not assigned and could be declared final
58847 src/com/gps/hibernate/ContactDAO.java 125 publicMethodCommentRequirement Required
58848 src/com/gps/hibernate/ContactDAO.java 129 Parameter 'accountId' is not assigned and could be declared final
58849 src/com/gps/hibernate/ContactDAO.java 129 publicMethodCommentRequirement Required
58850 src/com/gps/hibernate/ContactDAO.java 133 Parameter 'parentContactId' is not assigned and could be declared final
58851 src/com/gps/hibernate/ContactDAO.java 133 publicMethodCommentRequirement Required
58852 src/com/gps/hibernate/ContactDAO.java 137 Parameter 'firstName' is not assigned and could be declared final
58853 src/com/gps/hibernate/ContactDAO.java 137 publicMethodCommentRequirement Required
58854 src/com/gps/hibernate/ContactDAO.java 141 Parameter 'middleName' is not assigned and could be declared final
58855 src/com/gps/hibernate/ContactDAO.java 141 publicMethodCommentRequirement Required
58856 src/com/gps/hibernate/ContactDAO.java 145 Parameter 'lastName' is not assigned and could be declared final
58857 src/com/gps/hibernate/ContactDAO.java 145 publicMethodCommentRequirement Required
58858 src/com/gps/hibernate/ContactDAO.java 149 Parameter 'prefixId' is not assigned and could be declared final
58859 src/com/gps/hibernate/ContactDAO.java 149 publicMethodCommentRequirement Required
58860 src/com/gps/hibernate/ContactDAO.java 153 Parameter 'suffixId' is not assigned and could be declared final
58861 src/com/gps/hibernate/ContactDAO.java 153 publicMethodCommentRequirement Required
58862 src/com/gps/hibernate/ContactDAO.java 157 Parameter 'male' is not assigned and could be declared final
58863 src/com/gps/hibernate/ContactDAO.java 157 publicMethodCommentRequirement Required
58864 src/com/gps/hibernate/ContactDAO.java 161 Parameter 'smsSn' is not assigned and could be declared final
58865 src/com/gps/hibernate/ContactDAO.java 161 publicMethodCommentRequirement Required
58866 src/com/gps/hibernate/ContactDAO.java 165 Parameter 'aimSn' is not assigned and could be declared final
58867 src/com/gps/hibernate/ContactDAO.java 165 publicMethodCommentRequirement Required
58868 src/com/gps/hibernate/ContactDAO.java 169 Parameter 'facebookSn' is not assigned and could be declared final
58869 src/com/gps/hibernate/ContactDAO.java 169 publicMethodCommentRequirement Required
58870 src/com/gps/hibernate/ContactDAO.java 173 Parameter 'icqSn' is not assigned and could be declared final
58871 src/com/gps/hibernate/ContactDAO.java 173 publicMethodCommentRequirement Required
58872 src/com/gps/hibernate/ContactDAO.java 177 Parameter 'jabberSn' is not assigned and could be declared final
58873 src/com/gps/hibernate/ContactDAO.java 177 publicMethodCommentRequirement Required
58874 src/com/gps/hibernate/ContactDAO.java 181 Parameter 'msnSn' is not assigned and could be declared final
58875 src/com/gps/hibernate/ContactDAO.java 181 publicMethodCommentRequirement Required
58876 src/com/gps/hibernate/ContactDAO.java 185 Parameter 'mySpaceSn' is not assigned and could be declared final
58877 src/com/gps/hibernate/ContactDAO.java 185 publicMethodCommentRequirement Required
58878 src/com/gps/hibernate/ContactDAO.java 189 Parameter 'skypeSn' is not assigned and could be declared final
58879 src/com/gps/hibernate/ContactDAO.java 189 publicMethodCommentRequirement Required
58880 src/com/gps/hibernate/ContactDAO.java 193 Parameter 'twitterSn' is not assigned and could be declared final
58881 src/com/gps/hibernate/ContactDAO.java 193 publicMethodCommentRequirement Required
58882 src/com/gps/hibernate/ContactDAO.java 197 Parameter 'ymSn' is not assigned and could be declared final
58883 src/com/gps/hibernate/ContactDAO.java 197 publicMethodCommentRequirement Required
58884 src/com/gps/hibernate/ContactDAO.java 201 Parameter 'employeeStatusId' is not assigned and could be declared final
58885 src/com/gps/hibernate/ContactDAO.java 201 publicMethodCommentRequirement Required
58886 src/com/gps/hibernate/ContactDAO.java 205 Parameter 'employeeNumber' is not assigned and could be declared final
58887 src/com/gps/hibernate/ContactDAO.java 205 publicMethodCommentRequirement Required
58888 src/com/gps/hibernate/ContactDAO.java 209 Parameter 'jobTitle' is not assigned and could be declared final
58889 src/com/gps/hibernate/ContactDAO.java 209 publicMethodCommentRequirement Required
58890 src/com/gps/hibernate/ContactDAO.java 213 Parameter 'jobClass' is not assigned and could be declared final
58891 src/com/gps/hibernate/ContactDAO.java 213 publicMethodCommentRequirement Required
58892 src/com/gps/hibernate/ContactDAO.java 217 Parameter 'hoursOfOperation' is not assigned and could be declared final
58893 src/com/gps/hibernate/ContactDAO.java 217 publicMethodCommentRequirement Required
58894 src/com/gps/hibernate/ContactDAO.java 221 publicMethodCommentRequirement Required
58895 src/com/gps/hibernate/ContactDAO.java 222 There is log block not surrounded by if
58896 src/com/gps/hibernate/ContactDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58897 src/com/gps/hibernate/ContactDAO.java 224 Local variable 'queryString' could be declared final
58898 src/com/gps/hibernate/ContactDAO.java 225 Local variable 'queryObject' could be declared final
58899 src/com/gps/hibernate/ContactDAO.java 225 Potential violation of Law of Demeter (method chain calls)
58900 src/com/gps/hibernate/ContactDAO.java 226 Potential violation of Law of Demeter (object not created locally)
58901 src/com/gps/hibernate/ContactDAO.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58902 src/com/gps/hibernate/ContactDAO.java 228 There is log block not surrounded by if
58903 src/com/gps/hibernate/ContactDAO.java 233 Parameter 'detachedInstance' is not assigned and could be declared final
58904 src/com/gps/hibernate/ContactDAO.java 233 publicMethodCommentRequirement Required
58905 src/com/gps/hibernate/ContactDAO.java 234 There is log block not surrounded by if
58906 src/com/gps/hibernate/ContactDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58907 src/com/gps/hibernate/ContactDAO.java 236 Local variable 'result' could be declared final
58908 src/com/gps/hibernate/ContactDAO.java 236 Potential violation of Law of Demeter (method chain calls)
58909 src/com/gps/hibernate/ContactDAO.java 237 There is log block not surrounded by if
58910 src/com/gps/hibernate/ContactDAO.java 237 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58911 src/com/gps/hibernate/ContactDAO.java 239 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58912 src/com/gps/hibernate/ContactDAO.java 240 There is log block not surrounded by if
58913 src/com/gps/hibernate/ContactDAO.java 245 Parameter 'instance' is not assigned and could be declared final
58914 src/com/gps/hibernate/ContactDAO.java 245 publicMethodCommentRequirement Required
58915 src/com/gps/hibernate/ContactDAO.java 246 There is log block not surrounded by if
58916 src/com/gps/hibernate/ContactDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58917 src/com/gps/hibernate/ContactDAO.java 248 Potential violation of Law of Demeter (method chain calls)
58918 src/com/gps/hibernate/ContactDAO.java 249 There is log block not surrounded by if
58919 src/com/gps/hibernate/ContactDAO.java 249 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58920 src/com/gps/hibernate/ContactDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58921 src/com/gps/hibernate/ContactDAO.java 251 There is log block not surrounded by if
58922 src/com/gps/hibernate/ContactDAO.java 256 Parameter 'instance' is not assigned and could be declared final
58923 src/com/gps/hibernate/ContactDAO.java 256 publicMethodCommentRequirement Required
58924 src/com/gps/hibernate/ContactDAO.java 257 There is log block not surrounded by if
58925 src/com/gps/hibernate/ContactDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58926 src/com/gps/hibernate/ContactDAO.java 259 Potential violation of Law of Demeter (method chain calls)
58927 src/com/gps/hibernate/ContactDAO.java 260 There is log block not surrounded by if
58928 src/com/gps/hibernate/ContactDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58929 src/com/gps/hibernate/ContactDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58930 src/com/gps/hibernate/ContactDAO.java 262 There is log block not surrounded by if
58931 src/com/gps/hibernate/Counter.java 9 Classes implementing Serializable should set a serialVersionUID
58932 src/com/gps/hibernate/Counter.java 13 fieldCommentRequirement Required
58933 src/com/gps/hibernate/Counter.java 14 fieldCommentRequirement Required
58934 src/com/gps/hibernate/Counter.java 19 Document empty constructor
58935 src/com/gps/hibernate/Counter.java 23 Parameter 'name' is not assigned and could be declared final
58936 src/com/gps/hibernate/Counter.java 28 Parameter 'currentId' is not assigned and could be declared final
58937 src/com/gps/hibernate/Counter.java 28 Parameter 'name' is not assigned and could be declared final
58938 src/com/gps/hibernate/Counter.java 35 publicMethodCommentRequirement Required
58939 src/com/gps/hibernate/Counter.java 39 Parameter 'name' is not assigned and could be declared final
58940 src/com/gps/hibernate/Counter.java 39 publicMethodCommentRequirement Required
58941 src/com/gps/hibernate/Counter.java 43 publicMethodCommentRequirement Required
58942 src/com/gps/hibernate/Counter.java 47 Parameter 'currentId' is not assigned and could be declared final
58943 src/com/gps/hibernate/Counter.java 47 publicMethodCommentRequirement Required
58944 src/com/gps/hibernate/CounterDAO.java 10 Comment is too large: Too many lines
58945 src/com/gps/hibernate/CounterDAO.java 23 Logger should be defined private static final and have the correct class
58946 src/com/gps/hibernate/CounterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
58947 src/com/gps/hibernate/CounterDAO.java 23 fieldCommentRequirement Required
58948 src/com/gps/hibernate/CounterDAO.java 25 fieldCommentRequirement Required
58949 src/com/gps/hibernate/CounterDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
58950 src/com/gps/hibernate/CounterDAO.java 27 publicMethodCommentRequirement Required
58951 src/com/gps/hibernate/CounterDAO.java 28 There is log block not surrounded by if
58952 src/com/gps/hibernate/CounterDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58953 src/com/gps/hibernate/CounterDAO.java 30 Potential violation of Law of Demeter (method chain calls)
58954 src/com/gps/hibernate/CounterDAO.java 31 There is log block not surrounded by if
58955 src/com/gps/hibernate/CounterDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58956 src/com/gps/hibernate/CounterDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58957 src/com/gps/hibernate/CounterDAO.java 33 There is log block not surrounded by if
58958 src/com/gps/hibernate/CounterDAO.java 38 Avoid excessively long variable names like persistentInstance
58959 src/com/gps/hibernate/CounterDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
58960 src/com/gps/hibernate/CounterDAO.java 38 publicMethodCommentRequirement Required
58961 src/com/gps/hibernate/CounterDAO.java 39 There is log block not surrounded by if
58962 src/com/gps/hibernate/CounterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58963 src/com/gps/hibernate/CounterDAO.java 41 Potential violation of Law of Demeter (method chain calls)
58964 src/com/gps/hibernate/CounterDAO.java 42 There is log block not surrounded by if
58965 src/com/gps/hibernate/CounterDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58966 src/com/gps/hibernate/CounterDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58967 src/com/gps/hibernate/CounterDAO.java 44 There is log block not surrounded by if
58968 src/com/gps/hibernate/CounterDAO.java 49 Avoid variables with short names like id
58969 src/com/gps/hibernate/CounterDAO.java 49 Parameter 'id' is not assigned and could be declared final
58970 src/com/gps/hibernate/CounterDAO.java 49 publicMethodCommentRequirement Required
58971 src/com/gps/hibernate/CounterDAO.java 50 There is log block not surrounded by if
58972 src/com/gps/hibernate/CounterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58973 src/com/gps/hibernate/CounterDAO.java 52 Local variable 'instance' could be declared final
58974 src/com/gps/hibernate/CounterDAO.java 52 Potential violation of Law of Demeter (method chain calls)
58975 src/com/gps/hibernate/CounterDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58976 src/com/gps/hibernate/CounterDAO.java 56 There is log block not surrounded by if
58977 src/com/gps/hibernate/CounterDAO.java 61 Parameter 'instance' is not assigned and could be declared final
58978 src/com/gps/hibernate/CounterDAO.java 61 publicMethodCommentRequirement Required
58979 src/com/gps/hibernate/CounterDAO.java 62 There is log block not surrounded by if
58980 src/com/gps/hibernate/CounterDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58981 src/com/gps/hibernate/CounterDAO.java 64 Local variable 'results' could be declared final
58982 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58983 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58984 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
58985 src/com/gps/hibernate/CounterDAO.java 67 There is log block not surrounded by if
58986 src/com/gps/hibernate/CounterDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58987 src/com/gps/hibernate/CounterDAO.java 68 Potential violation of Law of Demeter (object not created locally)
58988 src/com/gps/hibernate/CounterDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
58989 src/com/gps/hibernate/CounterDAO.java 71 There is log block not surrounded by if
58990 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
58991 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'value' is not assigned and could be declared final
58992 src/com/gps/hibernate/CounterDAO.java 76 publicMethodCommentRequirement Required
58993 src/com/gps/hibernate/CounterDAO.java 77 There is log block not surrounded by if
58994 src/com/gps/hibernate/CounterDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
58995 src/com/gps/hibernate/CounterDAO.java 80 Local variable 'queryString' could be declared final
58996 src/com/gps/hibernate/CounterDAO.java 82 Local variable 'queryObject' could be declared final
58997 src/com/gps/hibernate/CounterDAO.java 82 Potential violation of Law of Demeter (method chain calls)
58998 src/com/gps/hibernate/CounterDAO.java 83 Potential violation of Law of Demeter (object not created locally)
58999 src/com/gps/hibernate/CounterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
59000 src/com/gps/hibernate/CounterDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59001 src/com/gps/hibernate/CounterDAO.java 86 There is log block not surrounded by if
59002 src/com/gps/hibernate/CounterDAO.java 91 Parameter 'currentId' is not assigned and could be declared final
59003 src/com/gps/hibernate/CounterDAO.java 91 publicMethodCommentRequirement Required
59004 src/com/gps/hibernate/CounterDAO.java 95 publicMethodCommentRequirement Required
59005 src/com/gps/hibernate/CounterDAO.java 96 There is log block not surrounded by if
59006 src/com/gps/hibernate/CounterDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59007 src/com/gps/hibernate/CounterDAO.java 98 Local variable 'queryString' could be declared final
59008 src/com/gps/hibernate/CounterDAO.java 99 Local variable 'queryObject' could be declared final
59009 src/com/gps/hibernate/CounterDAO.java 99 Potential violation of Law of Demeter (method chain calls)
59010 src/com/gps/hibernate/CounterDAO.java 100 Potential violation of Law of Demeter (object not created locally)
59011 src/com/gps/hibernate/CounterDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59012 src/com/gps/hibernate/CounterDAO.java 102 There is log block not surrounded by if
59013 src/com/gps/hibernate/CounterDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
59014 src/com/gps/hibernate/CounterDAO.java 107 publicMethodCommentRequirement Required
59015 src/com/gps/hibernate/CounterDAO.java 108 There is log block not surrounded by if
59016 src/com/gps/hibernate/CounterDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59017 src/com/gps/hibernate/CounterDAO.java 110 Local variable 'result' could be declared final
59018 src/com/gps/hibernate/CounterDAO.java 110 Potential violation of Law of Demeter (method chain calls)
59019 src/com/gps/hibernate/CounterDAO.java 111 There is log block not surrounded by if
59020 src/com/gps/hibernate/CounterDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59021 src/com/gps/hibernate/CounterDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59022 src/com/gps/hibernate/CounterDAO.java 114 There is log block not surrounded by if
59023 src/com/gps/hibernate/CounterDAO.java 119 Parameter 'instance' is not assigned and could be declared final
59024 src/com/gps/hibernate/CounterDAO.java 119 publicMethodCommentRequirement Required
59025 src/com/gps/hibernate/CounterDAO.java 120 There is log block not surrounded by if
59026 src/com/gps/hibernate/CounterDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59027 src/com/gps/hibernate/CounterDAO.java 122 Potential violation of Law of Demeter (method chain calls)
59028 src/com/gps/hibernate/CounterDAO.java 123 There is log block not surrounded by if
59029 src/com/gps/hibernate/CounterDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59030 src/com/gps/hibernate/CounterDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59031 src/com/gps/hibernate/CounterDAO.java 125 There is log block not surrounded by if
59032 src/com/gps/hibernate/CounterDAO.java 130 Parameter 'instance' is not assigned and could be declared final
59033 src/com/gps/hibernate/CounterDAO.java 130 publicMethodCommentRequirement Required
59034 src/com/gps/hibernate/CounterDAO.java 131 There is log block not surrounded by if
59035 src/com/gps/hibernate/CounterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59036 src/com/gps/hibernate/CounterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
59037 src/com/gps/hibernate/CounterDAO.java 134 There is log block not surrounded by if
59038 src/com/gps/hibernate/CounterDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59039 src/com/gps/hibernate/CounterDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59040 src/com/gps/hibernate/CounterDAO.java 136 There is log block not surrounded by if
59041 src/com/gps/hibernate/Country.java 9 Classes implementing Serializable should set a serialVersionUID
59042 src/com/gps/hibernate/Country.java 13 fieldCommentRequirement Required
59043 src/com/gps/hibernate/Country.java 14 fieldCommentRequirement Required
59044 src/com/gps/hibernate/Country.java 15 Avoid variables with short names like a2
59045 src/com/gps/hibernate/Country.java 15 fieldCommentRequirement Required
59046 src/com/gps/hibernate/Country.java 16 Avoid variables with short names like a3
59047 src/com/gps/hibernate/Country.java 16 fieldCommentRequirement Required
59048 src/com/gps/hibernate/Country.java 17 fieldCommentRequirement Required
59049 src/com/gps/hibernate/Country.java 18 fieldCommentRequirement Required
59050 src/com/gps/hibernate/Country.java 19 fieldCommentRequirement Required
59051 src/com/gps/hibernate/Country.java 24 Document empty constructor
59052 src/com/gps/hibernate/Country.java 28 Parameter 'countryId' is not assigned and could be declared final
59053 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a2
59054 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a3
59055 src/com/gps/hibernate/Country.java 33 Parameter 'a2' is not assigned and could be declared final
59056 src/com/gps/hibernate/Country.java 33 Parameter 'a3' is not assigned and could be declared final
59057 src/com/gps/hibernate/Country.java 33 Parameter 'countryId' is not assigned and could be declared final
59058 src/com/gps/hibernate/Country.java 33 Parameter 'name' is not assigned and could be declared final
59059 src/com/gps/hibernate/Country.java 34 Parameter 'active' is not assigned and could be declared final
59060 src/com/gps/hibernate/Country.java 34 Parameter 'idd' is not assigned and could be declared final
59061 src/com/gps/hibernate/Country.java 34 Parameter 'number' is not assigned and could be declared final
59062 src/com/gps/hibernate/Country.java 46 publicMethodCommentRequirement Required
59063 src/com/gps/hibernate/Country.java 50 Parameter 'countryId' is not assigned and could be declared final
59064 src/com/gps/hibernate/Country.java 50 publicMethodCommentRequirement Required
59065 src/com/gps/hibernate/Country.java 54 publicMethodCommentRequirement Required
59066 src/com/gps/hibernate/Country.java 58 Parameter 'name' is not assigned and could be declared final
59067 src/com/gps/hibernate/Country.java 58 publicMethodCommentRequirement Required
59068 src/com/gps/hibernate/Country.java 62 publicMethodCommentRequirement Required
59069 src/com/gps/hibernate/Country.java 66 Avoid variables with short names like a2
59070 src/com/gps/hibernate/Country.java 66 Parameter 'a2' is not assigned and could be declared final
59071 src/com/gps/hibernate/Country.java 66 publicMethodCommentRequirement Required
59072 src/com/gps/hibernate/Country.java 70 publicMethodCommentRequirement Required
59073 src/com/gps/hibernate/Country.java 74 Avoid variables with short names like a3
59074 src/com/gps/hibernate/Country.java 74 Parameter 'a3' is not assigned and could be declared final
59075 src/com/gps/hibernate/Country.java 74 publicMethodCommentRequirement Required
59076 src/com/gps/hibernate/Country.java 78 publicMethodCommentRequirement Required
59077 src/com/gps/hibernate/Country.java 82 Parameter 'number' is not assigned and could be declared final
59078 src/com/gps/hibernate/Country.java 82 publicMethodCommentRequirement Required
59079 src/com/gps/hibernate/Country.java 86 publicMethodCommentRequirement Required
59080 src/com/gps/hibernate/Country.java 90 Parameter 'idd' is not assigned and could be declared final
59081 src/com/gps/hibernate/Country.java 90 publicMethodCommentRequirement Required
59082 src/com/gps/hibernate/Country.java 94 publicMethodCommentRequirement Required
59083 src/com/gps/hibernate/Country.java 98 Parameter 'active' is not assigned and could be declared final
59084 src/com/gps/hibernate/Country.java 98 publicMethodCommentRequirement Required
59085 src/com/gps/hibernate/CountryDAO.java 10 Comment is too large: Too many lines
59086 src/com/gps/hibernate/CountryDAO.java 22 This class has too many methods, consider refactoring it.
59087 src/com/gps/hibernate/CountryDAO.java 23 Logger should be defined private static final and have the correct class
59088 src/com/gps/hibernate/CountryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
59089 src/com/gps/hibernate/CountryDAO.java 23 fieldCommentRequirement Required
59090 src/com/gps/hibernate/CountryDAO.java 25 fieldCommentRequirement Required
59091 src/com/gps/hibernate/CountryDAO.java 26 Avoid variables with short names like A2
59092 src/com/gps/hibernate/CountryDAO.java 26 fieldCommentRequirement Required
59093 src/com/gps/hibernate/CountryDAO.java 27 Avoid variables with short names like A3
59094 src/com/gps/hibernate/CountryDAO.java 27 fieldCommentRequirement Required
59095 src/com/gps/hibernate/CountryDAO.java 28 fieldCommentRequirement Required
59096 src/com/gps/hibernate/CountryDAO.java 29 fieldCommentRequirement Required
59097 src/com/gps/hibernate/CountryDAO.java 30 fieldCommentRequirement Required
59098 src/com/gps/hibernate/CountryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
59099 src/com/gps/hibernate/CountryDAO.java 32 publicMethodCommentRequirement Required
59100 src/com/gps/hibernate/CountryDAO.java 33 There is log block not surrounded by if
59101 src/com/gps/hibernate/CountryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59102 src/com/gps/hibernate/CountryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
59103 src/com/gps/hibernate/CountryDAO.java 36 There is log block not surrounded by if
59104 src/com/gps/hibernate/CountryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59105 src/com/gps/hibernate/CountryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59106 src/com/gps/hibernate/CountryDAO.java 38 There is log block not surrounded by if
59107 src/com/gps/hibernate/CountryDAO.java 43 Avoid excessively long variable names like persistentInstance
59108 src/com/gps/hibernate/CountryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
59109 src/com/gps/hibernate/CountryDAO.java 43 publicMethodCommentRequirement Required
59110 src/com/gps/hibernate/CountryDAO.java 44 There is log block not surrounded by if
59111 src/com/gps/hibernate/CountryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59112 src/com/gps/hibernate/CountryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
59113 src/com/gps/hibernate/CountryDAO.java 47 There is log block not surrounded by if
59114 src/com/gps/hibernate/CountryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59115 src/com/gps/hibernate/CountryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59116 src/com/gps/hibernate/CountryDAO.java 49 There is log block not surrounded by if
59117 src/com/gps/hibernate/CountryDAO.java 54 Avoid variables with short names like id
59118 src/com/gps/hibernate/CountryDAO.java 54 Parameter 'id' is not assigned and could be declared final
59119 src/com/gps/hibernate/CountryDAO.java 54 publicMethodCommentRequirement Required
59120 src/com/gps/hibernate/CountryDAO.java 55 There is log block not surrounded by if
59121 src/com/gps/hibernate/CountryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59122 src/com/gps/hibernate/CountryDAO.java 57 Local variable 'instance' could be declared final
59123 src/com/gps/hibernate/CountryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
59124 src/com/gps/hibernate/CountryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59125 src/com/gps/hibernate/CountryDAO.java 61 There is log block not surrounded by if
59126 src/com/gps/hibernate/CountryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
59127 src/com/gps/hibernate/CountryDAO.java 66 publicMethodCommentRequirement Required
59128 src/com/gps/hibernate/CountryDAO.java 67 There is log block not surrounded by if
59129 src/com/gps/hibernate/CountryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59130 src/com/gps/hibernate/CountryDAO.java 69 Local variable 'results' could be declared final
59131 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59132 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59133 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59134 src/com/gps/hibernate/CountryDAO.java 72 There is log block not surrounded by if
59135 src/com/gps/hibernate/CountryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59136 src/com/gps/hibernate/CountryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
59137 src/com/gps/hibernate/CountryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59138 src/com/gps/hibernate/CountryDAO.java 76 There is log block not surrounded by if
59139 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
59140 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'value' is not assigned and could be declared final
59141 src/com/gps/hibernate/CountryDAO.java 81 publicMethodCommentRequirement Required
59142 src/com/gps/hibernate/CountryDAO.java 82 There is log block not surrounded by if
59143 src/com/gps/hibernate/CountryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59144 src/com/gps/hibernate/CountryDAO.java 85 Local variable 'queryString' could be declared final
59145 src/com/gps/hibernate/CountryDAO.java 87 Local variable 'queryObject' could be declared final
59146 src/com/gps/hibernate/CountryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
59147 src/com/gps/hibernate/CountryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
59148 src/com/gps/hibernate/CountryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
59149 src/com/gps/hibernate/CountryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59150 src/com/gps/hibernate/CountryDAO.java 91 There is log block not surrounded by if
59151 src/com/gps/hibernate/CountryDAO.java 96 Parameter 'name' is not assigned and could be declared final
59152 src/com/gps/hibernate/CountryDAO.java 96 publicMethodCommentRequirement Required
59153 src/com/gps/hibernate/CountryDAO.java 100 Avoid variables with short names like a2
59154 src/com/gps/hibernate/CountryDAO.java 100 Parameter 'a2' is not assigned and could be declared final
59155 src/com/gps/hibernate/CountryDAO.java 100 publicMethodCommentRequirement Required
59156 src/com/gps/hibernate/CountryDAO.java 104 Avoid variables with short names like a3
59157 src/com/gps/hibernate/CountryDAO.java 104 Parameter 'a3' is not assigned and could be declared final
59158 src/com/gps/hibernate/CountryDAO.java 104 publicMethodCommentRequirement Required
59159 src/com/gps/hibernate/CountryDAO.java 108 Parameter 'number' is not assigned and could be declared final
59160 src/com/gps/hibernate/CountryDAO.java 108 publicMethodCommentRequirement Required
59161 src/com/gps/hibernate/CountryDAO.java 112 Parameter 'idd' is not assigned and could be declared final
59162 src/com/gps/hibernate/CountryDAO.java 112 publicMethodCommentRequirement Required
59163 src/com/gps/hibernate/CountryDAO.java 116 Parameter 'active' is not assigned and could be declared final
59164 src/com/gps/hibernate/CountryDAO.java 116 publicMethodCommentRequirement Required
59165 src/com/gps/hibernate/CountryDAO.java 120 publicMethodCommentRequirement Required
59166 src/com/gps/hibernate/CountryDAO.java 121 There is log block not surrounded by if
59167 src/com/gps/hibernate/CountryDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59168 src/com/gps/hibernate/CountryDAO.java 123 Local variable 'queryString' could be declared final
59169 src/com/gps/hibernate/CountryDAO.java 124 Local variable 'queryObject' could be declared final
59170 src/com/gps/hibernate/CountryDAO.java 124 Potential violation of Law of Demeter (method chain calls)
59171 src/com/gps/hibernate/CountryDAO.java 125 Potential violation of Law of Demeter (object not created locally)
59172 src/com/gps/hibernate/CountryDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59173 src/com/gps/hibernate/CountryDAO.java 127 There is log block not surrounded by if
59174 src/com/gps/hibernate/CountryDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
59175 src/com/gps/hibernate/CountryDAO.java 132 publicMethodCommentRequirement Required
59176 src/com/gps/hibernate/CountryDAO.java 133 There is log block not surrounded by if
59177 src/com/gps/hibernate/CountryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59178 src/com/gps/hibernate/CountryDAO.java 135 Local variable 'result' could be declared final
59179 src/com/gps/hibernate/CountryDAO.java 135 Potential violation of Law of Demeter (method chain calls)
59180 src/com/gps/hibernate/CountryDAO.java 136 There is log block not surrounded by if
59181 src/com/gps/hibernate/CountryDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59182 src/com/gps/hibernate/CountryDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59183 src/com/gps/hibernate/CountryDAO.java 139 There is log block not surrounded by if
59184 src/com/gps/hibernate/CountryDAO.java 144 Parameter 'instance' is not assigned and could be declared final
59185 src/com/gps/hibernate/CountryDAO.java 144 publicMethodCommentRequirement Required
59186 src/com/gps/hibernate/CountryDAO.java 145 There is log block not surrounded by if
59187 src/com/gps/hibernate/CountryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59188 src/com/gps/hibernate/CountryDAO.java 147 Potential violation of Law of Demeter (method chain calls)
59189 src/com/gps/hibernate/CountryDAO.java 148 There is log block not surrounded by if
59190 src/com/gps/hibernate/CountryDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59191 src/com/gps/hibernate/CountryDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59192 src/com/gps/hibernate/CountryDAO.java 150 There is log block not surrounded by if
59193 src/com/gps/hibernate/CountryDAO.java 155 Parameter 'instance' is not assigned and could be declared final
59194 src/com/gps/hibernate/CountryDAO.java 155 publicMethodCommentRequirement Required
59195 src/com/gps/hibernate/CountryDAO.java 156 There is log block not surrounded by if
59196 src/com/gps/hibernate/CountryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59197 src/com/gps/hibernate/CountryDAO.java 158 Potential violation of Law of Demeter (method chain calls)
59198 src/com/gps/hibernate/CountryDAO.java 159 There is log block not surrounded by if
59199 src/com/gps/hibernate/CountryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59200 src/com/gps/hibernate/CountryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59201 src/com/gps/hibernate/CountryDAO.java 161 There is log block not surrounded by if
59202 src/com/gps/hibernate/Cyrususer.java 9 Classes implementing Serializable should set a serialVersionUID
59203 src/com/gps/hibernate/Cyrususer.java 13 fieldCommentRequirement Required
59204 src/com/gps/hibernate/Cyrususer.java 14 fieldCommentRequirement Required
59205 src/com/gps/hibernate/Cyrususer.java 19 Document empty constructor
59206 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'password' is not assigned and could be declared final
59207 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'userId' is not assigned and could be declared final
59208 src/com/gps/hibernate/Cyrususer.java 30 publicMethodCommentRequirement Required
59209 src/com/gps/hibernate/Cyrususer.java 34 Parameter 'userId' is not assigned and could be declared final
59210 src/com/gps/hibernate/Cyrususer.java 34 publicMethodCommentRequirement Required
59211 src/com/gps/hibernate/Cyrususer.java 38 publicMethodCommentRequirement Required
59212 src/com/gps/hibernate/Cyrususer.java 42 Parameter 'password' is not assigned and could be declared final
59213 src/com/gps/hibernate/Cyrususer.java 42 publicMethodCommentRequirement Required
59214 src/com/gps/hibernate/CyrususerDAO.java 10 Comment is too large: Too many lines
59215 src/com/gps/hibernate/CyrususerDAO.java 23 Logger should be defined private static final and have the correct class
59216 src/com/gps/hibernate/CyrususerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
59217 src/com/gps/hibernate/CyrususerDAO.java 23 fieldCommentRequirement Required
59218 src/com/gps/hibernate/CyrususerDAO.java 25 fieldCommentRequirement Required
59219 src/com/gps/hibernate/CyrususerDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
59220 src/com/gps/hibernate/CyrususerDAO.java 27 publicMethodCommentRequirement Required
59221 src/com/gps/hibernate/CyrususerDAO.java 28 There is log block not surrounded by if
59222 src/com/gps/hibernate/CyrususerDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59223 src/com/gps/hibernate/CyrususerDAO.java 30 Potential violation of Law of Demeter (method chain calls)
59224 src/com/gps/hibernate/CyrususerDAO.java 31 There is log block not surrounded by if
59225 src/com/gps/hibernate/CyrususerDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59226 src/com/gps/hibernate/CyrususerDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59227 src/com/gps/hibernate/CyrususerDAO.java 33 There is log block not surrounded by if
59228 src/com/gps/hibernate/CyrususerDAO.java 38 Avoid excessively long variable names like persistentInstance
59229 src/com/gps/hibernate/CyrususerDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
59230 src/com/gps/hibernate/CyrususerDAO.java 38 publicMethodCommentRequirement Required
59231 src/com/gps/hibernate/CyrususerDAO.java 39 There is log block not surrounded by if
59232 src/com/gps/hibernate/CyrususerDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59233 src/com/gps/hibernate/CyrususerDAO.java 41 Potential violation of Law of Demeter (method chain calls)
59234 src/com/gps/hibernate/CyrususerDAO.java 42 There is log block not surrounded by if
59235 src/com/gps/hibernate/CyrususerDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59236 src/com/gps/hibernate/CyrususerDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59237 src/com/gps/hibernate/CyrususerDAO.java 44 There is log block not surrounded by if
59238 src/com/gps/hibernate/CyrususerDAO.java 49 Avoid variables with short names like id
59239 src/com/gps/hibernate/CyrususerDAO.java 49 Parameter 'id' is not assigned and could be declared final
59240 src/com/gps/hibernate/CyrususerDAO.java 49 publicMethodCommentRequirement Required
59241 src/com/gps/hibernate/CyrususerDAO.java 50 There is log block not surrounded by if
59242 src/com/gps/hibernate/CyrususerDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59243 src/com/gps/hibernate/CyrususerDAO.java 52 Local variable 'instance' could be declared final
59244 src/com/gps/hibernate/CyrususerDAO.java 52 Potential violation of Law of Demeter (method chain calls)
59245 src/com/gps/hibernate/CyrususerDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59246 src/com/gps/hibernate/CyrususerDAO.java 56 There is log block not surrounded by if
59247 src/com/gps/hibernate/CyrususerDAO.java 61 Parameter 'instance' is not assigned and could be declared final
59248 src/com/gps/hibernate/CyrususerDAO.java 61 publicMethodCommentRequirement Required
59249 src/com/gps/hibernate/CyrususerDAO.java 62 There is log block not surrounded by if
59250 src/com/gps/hibernate/CyrususerDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59251 src/com/gps/hibernate/CyrususerDAO.java 64 Local variable 'results' could be declared final
59252 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59253 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59254 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59255 src/com/gps/hibernate/CyrususerDAO.java 67 There is log block not surrounded by if
59256 src/com/gps/hibernate/CyrususerDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59257 src/com/gps/hibernate/CyrususerDAO.java 68 Potential violation of Law of Demeter (object not created locally)
59258 src/com/gps/hibernate/CyrususerDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59259 src/com/gps/hibernate/CyrususerDAO.java 71 There is log block not surrounded by if
59260 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
59261 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'value' is not assigned and could be declared final
59262 src/com/gps/hibernate/CyrususerDAO.java 76 publicMethodCommentRequirement Required
59263 src/com/gps/hibernate/CyrususerDAO.java 77 There is log block not surrounded by if
59264 src/com/gps/hibernate/CyrususerDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59265 src/com/gps/hibernate/CyrususerDAO.java 80 Local variable 'queryString' could be declared final
59266 src/com/gps/hibernate/CyrususerDAO.java 82 Local variable 'queryObject' could be declared final
59267 src/com/gps/hibernate/CyrususerDAO.java 82 Potential violation of Law of Demeter (method chain calls)
59268 src/com/gps/hibernate/CyrususerDAO.java 83 Potential violation of Law of Demeter (object not created locally)
59269 src/com/gps/hibernate/CyrususerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
59270 src/com/gps/hibernate/CyrususerDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59271 src/com/gps/hibernate/CyrususerDAO.java 86 There is log block not surrounded by if
59272 src/com/gps/hibernate/CyrususerDAO.java 91 Parameter 'password' is not assigned and could be declared final
59273 src/com/gps/hibernate/CyrususerDAO.java 91 publicMethodCommentRequirement Required
59274 src/com/gps/hibernate/CyrususerDAO.java 95 publicMethodCommentRequirement Required
59275 src/com/gps/hibernate/CyrususerDAO.java 96 There is log block not surrounded by if
59276 src/com/gps/hibernate/CyrususerDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59277 src/com/gps/hibernate/CyrususerDAO.java 98 Local variable 'queryString' could be declared final
59278 src/com/gps/hibernate/CyrususerDAO.java 99 Local variable 'queryObject' could be declared final
59279 src/com/gps/hibernate/CyrususerDAO.java 99 Potential violation of Law of Demeter (method chain calls)
59280 src/com/gps/hibernate/CyrususerDAO.java 100 Potential violation of Law of Demeter (object not created locally)
59281 src/com/gps/hibernate/CyrususerDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59282 src/com/gps/hibernate/CyrususerDAO.java 102 There is log block not surrounded by if
59283 src/com/gps/hibernate/CyrususerDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
59284 src/com/gps/hibernate/CyrususerDAO.java 107 publicMethodCommentRequirement Required
59285 src/com/gps/hibernate/CyrususerDAO.java 108 There is log block not surrounded by if
59286 src/com/gps/hibernate/CyrususerDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59287 src/com/gps/hibernate/CyrususerDAO.java 110 Local variable 'result' could be declared final
59288 src/com/gps/hibernate/CyrususerDAO.java 110 Potential violation of Law of Demeter (method chain calls)
59289 src/com/gps/hibernate/CyrususerDAO.java 111 There is log block not surrounded by if
59290 src/com/gps/hibernate/CyrususerDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59291 src/com/gps/hibernate/CyrususerDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59292 src/com/gps/hibernate/CyrususerDAO.java 114 There is log block not surrounded by if
59293 src/com/gps/hibernate/CyrususerDAO.java 119 Parameter 'instance' is not assigned and could be declared final
59294 src/com/gps/hibernate/CyrususerDAO.java 119 publicMethodCommentRequirement Required
59295 src/com/gps/hibernate/CyrususerDAO.java 120 There is log block not surrounded by if
59296 src/com/gps/hibernate/CyrususerDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59297 src/com/gps/hibernate/CyrususerDAO.java 122 Potential violation of Law of Demeter (method chain calls)
59298 src/com/gps/hibernate/CyrususerDAO.java 123 There is log block not surrounded by if
59299 src/com/gps/hibernate/CyrususerDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59300 src/com/gps/hibernate/CyrususerDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59301 src/com/gps/hibernate/CyrususerDAO.java 125 There is log block not surrounded by if
59302 src/com/gps/hibernate/CyrususerDAO.java 130 Parameter 'instance' is not assigned and could be declared final
59303 src/com/gps/hibernate/CyrususerDAO.java 130 publicMethodCommentRequirement Required
59304 src/com/gps/hibernate/CyrususerDAO.java 131 There is log block not surrounded by if
59305 src/com/gps/hibernate/CyrususerDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59306 src/com/gps/hibernate/CyrususerDAO.java 133 Potential violation of Law of Demeter (method chain calls)
59307 src/com/gps/hibernate/CyrususerDAO.java 134 There is log block not surrounded by if
59308 src/com/gps/hibernate/CyrususerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59309 src/com/gps/hibernate/CyrususerDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59310 src/com/gps/hibernate/CyrususerDAO.java 136 There is log block not surrounded by if
59311 src/com/gps/hibernate/Cyrusvirtual.java 9 Classes implementing Serializable should set a serialVersionUID
59312 src/com/gps/hibernate/Cyrusvirtual.java 13 fieldCommentRequirement Required
59313 src/com/gps/hibernate/Cyrusvirtual.java 14 fieldCommentRequirement Required
59314 src/com/gps/hibernate/Cyrusvirtual.java 19 Document empty constructor
59315 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'emailAddress' is not assigned and could be declared final
59316 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'userId' is not assigned and could be declared final
59317 src/com/gps/hibernate/Cyrusvirtual.java 30 publicMethodCommentRequirement Required
59318 src/com/gps/hibernate/Cyrusvirtual.java 34 Parameter 'emailAddress' is not assigned and could be declared final
59319 src/com/gps/hibernate/Cyrusvirtual.java 34 publicMethodCommentRequirement Required
59320 src/com/gps/hibernate/Cyrusvirtual.java 38 publicMethodCommentRequirement Required
59321 src/com/gps/hibernate/Cyrusvirtual.java 42 Parameter 'userId' is not assigned and could be declared final
59322 src/com/gps/hibernate/Cyrusvirtual.java 42 publicMethodCommentRequirement Required
59323 src/com/gps/hibernate/CyrusvirtualDAO.java 10 Comment is too large: Too many lines
59324 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Logger should be defined private static final and have the correct class
59325 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
59326 src/com/gps/hibernate/CyrusvirtualDAO.java 23 fieldCommentRequirement Required
59327 src/com/gps/hibernate/CyrusvirtualDAO.java 25 fieldCommentRequirement Required
59328 src/com/gps/hibernate/CyrusvirtualDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
59329 src/com/gps/hibernate/CyrusvirtualDAO.java 27 publicMethodCommentRequirement Required
59330 src/com/gps/hibernate/CyrusvirtualDAO.java 28 There is log block not surrounded by if
59331 src/com/gps/hibernate/CyrusvirtualDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59332 src/com/gps/hibernate/CyrusvirtualDAO.java 30 Potential violation of Law of Demeter (method chain calls)
59333 src/com/gps/hibernate/CyrusvirtualDAO.java 31 There is log block not surrounded by if
59334 src/com/gps/hibernate/CyrusvirtualDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59335 src/com/gps/hibernate/CyrusvirtualDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59336 src/com/gps/hibernate/CyrusvirtualDAO.java 33 There is log block not surrounded by if
59337 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Avoid excessively long variable names like persistentInstance
59338 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
59339 src/com/gps/hibernate/CyrusvirtualDAO.java 38 publicMethodCommentRequirement Required
59340 src/com/gps/hibernate/CyrusvirtualDAO.java 39 There is log block not surrounded by if
59341 src/com/gps/hibernate/CyrusvirtualDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59342 src/com/gps/hibernate/CyrusvirtualDAO.java 41 Potential violation of Law of Demeter (method chain calls)
59343 src/com/gps/hibernate/CyrusvirtualDAO.java 42 There is log block not surrounded by if
59344 src/com/gps/hibernate/CyrusvirtualDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59345 src/com/gps/hibernate/CyrusvirtualDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59346 src/com/gps/hibernate/CyrusvirtualDAO.java 44 There is log block not surrounded by if
59347 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Avoid variables with short names like id
59348 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Parameter 'id' is not assigned and could be declared final
59349 src/com/gps/hibernate/CyrusvirtualDAO.java 49 publicMethodCommentRequirement Required
59350 src/com/gps/hibernate/CyrusvirtualDAO.java 50 There is log block not surrounded by if
59351 src/com/gps/hibernate/CyrusvirtualDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59352 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Local variable 'instance' could be declared final
59353 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Potential violation of Law of Demeter (method chain calls)
59354 src/com/gps/hibernate/CyrusvirtualDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59355 src/com/gps/hibernate/CyrusvirtualDAO.java 56 There is log block not surrounded by if
59356 src/com/gps/hibernate/CyrusvirtualDAO.java 61 Parameter 'instance' is not assigned and could be declared final
59357 src/com/gps/hibernate/CyrusvirtualDAO.java 61 publicMethodCommentRequirement Required
59358 src/com/gps/hibernate/CyrusvirtualDAO.java 62 There is log block not surrounded by if
59359 src/com/gps/hibernate/CyrusvirtualDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59360 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Local variable 'results' could be declared final
59361 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59362 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59363 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
59364 src/com/gps/hibernate/CyrusvirtualDAO.java 67 There is log block not surrounded by if
59365 src/com/gps/hibernate/CyrusvirtualDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59366 src/com/gps/hibernate/CyrusvirtualDAO.java 68 Potential violation of Law of Demeter (object not created locally)
59367 src/com/gps/hibernate/CyrusvirtualDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59368 src/com/gps/hibernate/CyrusvirtualDAO.java 71 There is log block not surrounded by if
59369 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
59370 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'value' is not assigned and could be declared final
59371 src/com/gps/hibernate/CyrusvirtualDAO.java 76 publicMethodCommentRequirement Required
59372 src/com/gps/hibernate/CyrusvirtualDAO.java 77 There is log block not surrounded by if
59373 src/com/gps/hibernate/CyrusvirtualDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59374 src/com/gps/hibernate/CyrusvirtualDAO.java 80 Local variable 'queryString' could be declared final
59375 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Local variable 'queryObject' could be declared final
59376 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Potential violation of Law of Demeter (method chain calls)
59377 src/com/gps/hibernate/CyrusvirtualDAO.java 83 Potential violation of Law of Demeter (object not created locally)
59378 src/com/gps/hibernate/CyrusvirtualDAO.java 84 Potential violation of Law of Demeter (object not created locally)
59379 src/com/gps/hibernate/CyrusvirtualDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59380 src/com/gps/hibernate/CyrusvirtualDAO.java 86 There is log block not surrounded by if
59381 src/com/gps/hibernate/CyrusvirtualDAO.java 91 Parameter 'userId' is not assigned and could be declared final
59382 src/com/gps/hibernate/CyrusvirtualDAO.java 91 publicMethodCommentRequirement Required
59383 src/com/gps/hibernate/CyrusvirtualDAO.java 95 publicMethodCommentRequirement Required
59384 src/com/gps/hibernate/CyrusvirtualDAO.java 96 There is log block not surrounded by if
59385 src/com/gps/hibernate/CyrusvirtualDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59386 src/com/gps/hibernate/CyrusvirtualDAO.java 98 Local variable 'queryString' could be declared final
59387 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Local variable 'queryObject' could be declared final
59388 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Potential violation of Law of Demeter (method chain calls)
59389 src/com/gps/hibernate/CyrusvirtualDAO.java 100 Potential violation of Law of Demeter (object not created locally)
59390 src/com/gps/hibernate/CyrusvirtualDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59391 src/com/gps/hibernate/CyrusvirtualDAO.java 102 There is log block not surrounded by if
59392 src/com/gps/hibernate/CyrusvirtualDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
59393 src/com/gps/hibernate/CyrusvirtualDAO.java 107 publicMethodCommentRequirement Required
59394 src/com/gps/hibernate/CyrusvirtualDAO.java 108 There is log block not surrounded by if
59395 src/com/gps/hibernate/CyrusvirtualDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59396 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Local variable 'result' could be declared final
59397 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Potential violation of Law of Demeter (method chain calls)
59398 src/com/gps/hibernate/CyrusvirtualDAO.java 112 There is log block not surrounded by if
59399 src/com/gps/hibernate/CyrusvirtualDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59400 src/com/gps/hibernate/CyrusvirtualDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59401 src/com/gps/hibernate/CyrusvirtualDAO.java 115 There is log block not surrounded by if
59402 src/com/gps/hibernate/CyrusvirtualDAO.java 120 Parameter 'instance' is not assigned and could be declared final
59403 src/com/gps/hibernate/CyrusvirtualDAO.java 120 publicMethodCommentRequirement Required
59404 src/com/gps/hibernate/CyrusvirtualDAO.java 121 There is log block not surrounded by if
59405 src/com/gps/hibernate/CyrusvirtualDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59406 src/com/gps/hibernate/CyrusvirtualDAO.java 123 Potential violation of Law of Demeter (method chain calls)
59407 src/com/gps/hibernate/CyrusvirtualDAO.java 124 There is log block not surrounded by if
59408 src/com/gps/hibernate/CyrusvirtualDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59409 src/com/gps/hibernate/CyrusvirtualDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59410 src/com/gps/hibernate/CyrusvirtualDAO.java 126 There is log block not surrounded by if
59411 src/com/gps/hibernate/CyrusvirtualDAO.java 131 Parameter 'instance' is not assigned and could be declared final
59412 src/com/gps/hibernate/CyrusvirtualDAO.java 131 publicMethodCommentRequirement Required
59413 src/com/gps/hibernate/CyrusvirtualDAO.java 132 There is log block not surrounded by if
59414 src/com/gps/hibernate/CyrusvirtualDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59415 src/com/gps/hibernate/CyrusvirtualDAO.java 134 Potential violation of Law of Demeter (method chain calls)
59416 src/com/gps/hibernate/CyrusvirtualDAO.java 135 There is log block not surrounded by if
59417 src/com/gps/hibernate/CyrusvirtualDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59418 src/com/gps/hibernate/CyrusvirtualDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59419 src/com/gps/hibernate/CyrusvirtualDAO.java 137 There is log block not surrounded by if
59420 src/com/gps/hibernate/Device.java 14 Classes implementing Serializable should set a serialVersionUID
59421 src/com/gps/hibernate/Device.java 18 fieldCommentRequirement Required
59422 src/com/gps/hibernate/Device.java 19 fieldCommentRequirement Required
59423 src/com/gps/hibernate/Device.java 20 fieldCommentRequirement Required
59424 src/com/gps/hibernate/Device.java 21 Avoid excessively long variable names like lastPacketReceivedTime
59425 src/com/gps/hibernate/Device.java 21 fieldCommentRequirement Required
59426 src/com/gps/hibernate/Device.java 22 fieldCommentRequirement Required
59427 src/com/gps/hibernate/Device.java 23 fieldCommentRequirement Required
59428 src/com/gps/hibernate/Device.java 24 fieldCommentRequirement Required
59429 src/com/gps/hibernate/Device.java 25 fieldCommentRequirement Required
59430 src/com/gps/hibernate/Device.java 26 fieldCommentRequirement Required
59431 src/com/gps/hibernate/Device.java 27 fieldCommentRequirement Required
59432 src/com/gps/hibernate/Device.java 28 fieldCommentRequirement Required
59433 src/com/gps/hibernate/Device.java 29 publicMethodCommentRequirement Required
59434 src/com/gps/hibernate/Device.java 33 Parameter 'workStatus' is not assigned and could be declared final
59435 src/com/gps/hibernate/Device.java 33 publicMethodCommentRequirement Required
59436 src/com/gps/hibernate/Device.java 37 publicMethodCommentRequirement Required
59437 src/com/gps/hibernate/Device.java 41 Parameter 'inuseStatus' is not assigned and could be declared final
59438 src/com/gps/hibernate/Device.java 41 publicMethodCommentRequirement Required
59439 src/com/gps/hibernate/Device.java 45 publicMethodCommentRequirement Required
59440 src/com/gps/hibernate/Device.java 49 Parameter 'enableStatus' is not assigned and could be declared final
59441 src/com/gps/hibernate/Device.java 49 publicMethodCommentRequirement Required
59442 src/com/gps/hibernate/Device.java 53 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
59443 src/com/gps/hibernate/Device.java 53 fieldCommentRequirement Required
59444 src/com/gps/hibernate/Device.java 58 Document empty constructor
59445 src/com/gps/hibernate/Device.java 62 Avoid excessively long variable names like lastPacketReceivedTime
59446 src/com/gps/hibernate/Device.java 62 Parameter 'imeiNumber' is not assigned and could be declared final
59447 src/com/gps/hibernate/Device.java 62 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
59448 src/com/gps/hibernate/Device.java 63 Parameter 'firmwareVersion' is not assigned and could be declared final
59449 src/com/gps/hibernate/Device.java 63 Parameter 'lastKnownIp' is not assigned and could be declared final
59450 src/com/gps/hibernate/Device.java 63 Parameter 'mobileNumber' is not assigned and could be declared final
59451 src/com/gps/hibernate/Device.java 72 Avoid excessively long variable names like lastPacketReceivedTime
59452 src/com/gps/hibernate/Device.java 72 Parameter 'imeiNumber' is not assigned and could be declared final
59453 src/com/gps/hibernate/Device.java 72 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
59454 src/com/gps/hibernate/Device.java 73 Parameter 'firmwareVersion' is not assigned and could be declared final
59455 src/com/gps/hibernate/Device.java 73 Parameter 'lastKnownIp' is not assigned and could be declared final
59456 src/com/gps/hibernate/Device.java 73 Parameter 'mobileNumber' is not assigned and could be declared final
59457 src/com/gps/hibernate/Device.java 74 Parameter 'vehicleDetailses' is not assigned and could be declared final
59458 src/com/gps/hibernate/Device.java 88 publicMethodCommentRequirement Required
59459 src/com/gps/hibernate/Device.java 92 publicMethodCommentRequirement Required
59460 src/com/gps/hibernate/Device.java 96 Parameter 'aliasName' is not assigned and could be declared final
59461 src/com/gps/hibernate/Device.java 96 publicMethodCommentRequirement Required
59462 src/com/gps/hibernate/Device.java 100 Parameter 'deviceId' is not assigned and could be declared final
59463 src/com/gps/hibernate/Device.java 100 publicMethodCommentRequirement Required
59464 src/com/gps/hibernate/Device.java 104 publicMethodCommentRequirement Required
59465 src/com/gps/hibernate/Device.java 108 Parameter 'imeiNumber' is not assigned and could be declared final
59466 src/com/gps/hibernate/Device.java 108 publicMethodCommentRequirement Required
59467 src/com/gps/hibernate/Device.java 112 publicMethodCommentRequirement Required
59468 src/com/gps/hibernate/Device.java 116 Avoid excessively long variable names like lastPacketReceivedTime
59469 src/com/gps/hibernate/Device.java 116 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
59470 src/com/gps/hibernate/Device.java 116 publicMethodCommentRequirement Required
59471 src/com/gps/hibernate/Device.java 120 publicMethodCommentRequirement Required
59472 src/com/gps/hibernate/Device.java 124 Parameter 'lastKnownIp' is not assigned and could be declared final
59473 src/com/gps/hibernate/Device.java 124 publicMethodCommentRequirement Required
59474 src/com/gps/hibernate/Device.java 128 publicMethodCommentRequirement Required
59475 src/com/gps/hibernate/Device.java 132 Parameter 'firmwareVersion' is not assigned and could be declared final
59476 src/com/gps/hibernate/Device.java 132 publicMethodCommentRequirement Required
59477 src/com/gps/hibernate/Device.java 136 publicMethodCommentRequirement Required
59478 src/com/gps/hibernate/Device.java 140 Parameter 'mobileNumber' is not assigned and could be declared final
59479 src/com/gps/hibernate/Device.java 140 publicMethodCommentRequirement Required
59480 src/com/gps/hibernate/Device.java 144 publicMethodCommentRequirement Required
59481 src/com/gps/hibernate/Device.java 148 Parameter 'vehicleDetailses' is not assigned and could be declared final
59482 src/com/gps/hibernate/Device.java 148 publicMethodCommentRequirement Required
59483 src/com/gps/hibernate/Device.java 152 publicMethodCommentRequirement Required
59484 src/com/gps/hibernate/Device.java 156 Parameter 'organization' is not assigned and could be declared final
59485 src/com/gps/hibernate/Device.java 156 publicMethodCommentRequirement Required
59486 src/com/gps/hibernate/DeviceDAO.java 4 Avoid unused imports such as 'java.util.Date'
59487 src/com/gps/hibernate/DeviceDAO.java 6 Avoid unused imports such as 'java.util.Set'
59488 src/com/gps/hibernate/DeviceDAO.java 13 Comment is too large: Too many lines
59489 src/com/gps/hibernate/DeviceDAO.java 25 This class has too many methods, consider refactoring it.
59490 src/com/gps/hibernate/DeviceDAO.java 26 Logger should be defined private static final and have the correct class
59491 src/com/gps/hibernate/DeviceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
59492 src/com/gps/hibernate/DeviceDAO.java 26 fieldCommentRequirement Required
59493 src/com/gps/hibernate/DeviceDAO.java 28 fieldCommentRequirement Required
59494 src/com/gps/hibernate/DeviceDAO.java 29 fieldCommentRequirement Required
59495 src/com/gps/hibernate/DeviceDAO.java 30 fieldCommentRequirement Required
59496 src/com/gps/hibernate/DeviceDAO.java 31 fieldCommentRequirement Required
59497 src/com/gps/hibernate/DeviceDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
59498 src/com/gps/hibernate/DeviceDAO.java 33 publicMethodCommentRequirement Required
59499 src/com/gps/hibernate/DeviceDAO.java 34 There is log block not surrounded by if
59500 src/com/gps/hibernate/DeviceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59501 src/com/gps/hibernate/DeviceDAO.java 36 Potential violation of Law of Demeter (method chain calls)
59502 src/com/gps/hibernate/DeviceDAO.java 37 There is log block not surrounded by if
59503 src/com/gps/hibernate/DeviceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59504 src/com/gps/hibernate/DeviceDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59505 src/com/gps/hibernate/DeviceDAO.java 39 There is log block not surrounded by if
59506 src/com/gps/hibernate/DeviceDAO.java 44 Avoid excessively long variable names like persistentInstance
59507 src/com/gps/hibernate/DeviceDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
59508 src/com/gps/hibernate/DeviceDAO.java 44 publicMethodCommentRequirement Required
59509 src/com/gps/hibernate/DeviceDAO.java 45 There is log block not surrounded by if
59510 src/com/gps/hibernate/DeviceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59511 src/com/gps/hibernate/DeviceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
59512 src/com/gps/hibernate/DeviceDAO.java 48 There is log block not surrounded by if
59513 src/com/gps/hibernate/DeviceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59514 src/com/gps/hibernate/DeviceDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59515 src/com/gps/hibernate/DeviceDAO.java 50 There is log block not surrounded by if
59516 src/com/gps/hibernate/DeviceDAO.java 55 Avoid variables with short names like id
59517 src/com/gps/hibernate/DeviceDAO.java 55 Parameter 'id' is not assigned and could be declared final
59518 src/com/gps/hibernate/DeviceDAO.java 55 publicMethodCommentRequirement Required
59519 src/com/gps/hibernate/DeviceDAO.java 56 There is log block not surrounded by if
59520 src/com/gps/hibernate/DeviceDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59521 src/com/gps/hibernate/DeviceDAO.java 58 Local variable 'instance' could be declared final
59522 src/com/gps/hibernate/DeviceDAO.java 58 Potential violation of Law of Demeter (method chain calls)
59523 src/com/gps/hibernate/DeviceDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59524 src/com/gps/hibernate/DeviceDAO.java 62 There is log block not surrounded by if
59525 src/com/gps/hibernate/DeviceDAO.java 67 Parameter 'instance' is not assigned and could be declared final
59526 src/com/gps/hibernate/DeviceDAO.java 67 publicMethodCommentRequirement Required
59527 src/com/gps/hibernate/DeviceDAO.java 68 There is log block not surrounded by if
59528 src/com/gps/hibernate/DeviceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59529 src/com/gps/hibernate/DeviceDAO.java 70 Local variable 'results' could be declared final
59530 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
59531 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
59532 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
59533 src/com/gps/hibernate/DeviceDAO.java 73 There is log block not surrounded by if
59534 src/com/gps/hibernate/DeviceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59535 src/com/gps/hibernate/DeviceDAO.java 74 Potential violation of Law of Demeter (object not created locally)
59536 src/com/gps/hibernate/DeviceDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59537 src/com/gps/hibernate/DeviceDAO.java 77 There is log block not surrounded by if
59538 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
59539 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'value' is not assigned and could be declared final
59540 src/com/gps/hibernate/DeviceDAO.java 82 publicMethodCommentRequirement Required
59541 src/com/gps/hibernate/DeviceDAO.java 83 There is log block not surrounded by if
59542 src/com/gps/hibernate/DeviceDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59543 src/com/gps/hibernate/DeviceDAO.java 86 Local variable 'queryString' could be declared final
59544 src/com/gps/hibernate/DeviceDAO.java 88 Local variable 'queryObject' could be declared final
59545 src/com/gps/hibernate/DeviceDAO.java 88 Potential violation of Law of Demeter (method chain calls)
59546 src/com/gps/hibernate/DeviceDAO.java 89 Potential violation of Law of Demeter (object not created locally)
59547 src/com/gps/hibernate/DeviceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
59548 src/com/gps/hibernate/DeviceDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59549 src/com/gps/hibernate/DeviceDAO.java 92 There is log block not surrounded by if
59550 src/com/gps/hibernate/DeviceDAO.java 97 Parameter 'imeiNumber' is not assigned and could be declared final
59551 src/com/gps/hibernate/DeviceDAO.java 97 publicMethodCommentRequirement Required
59552 src/com/gps/hibernate/DeviceDAO.java 101 Parameter 'lastKnownIp' is not assigned and could be declared final
59553 src/com/gps/hibernate/DeviceDAO.java 101 publicMethodCommentRequirement Required
59554 src/com/gps/hibernate/DeviceDAO.java 105 Parameter 'firmwareVersion' is not assigned and could be declared final
59555 src/com/gps/hibernate/DeviceDAO.java 105 publicMethodCommentRequirement Required
59556 src/com/gps/hibernate/DeviceDAO.java 109 Parameter 'mobileNumber' is not assigned and could be declared final
59557 src/com/gps/hibernate/DeviceDAO.java 109 publicMethodCommentRequirement Required
59558 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'first' is not assigned and could be declared final
59559 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'last' is not assigned and could be declared final
59560 src/com/gps/hibernate/DeviceDAO.java 113 publicMethodCommentRequirement Required
59561 src/com/gps/hibernate/DeviceDAO.java 114 There is log block not surrounded by if
59562 src/com/gps/hibernate/DeviceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59563 src/com/gps/hibernate/DeviceDAO.java 116 Local variable 'queryString' could be declared final
59564 src/com/gps/hibernate/DeviceDAO.java 117 Local variable 'queryObject' could be declared final
59565 src/com/gps/hibernate/DeviceDAO.java 117 Potential violation of Law of Demeter (method chain calls)
59566 src/com/gps/hibernate/DeviceDAO.java 118 Potential violation of Law of Demeter (object not created locally)
59567 src/com/gps/hibernate/DeviceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59568 src/com/gps/hibernate/DeviceDAO.java 120 There is log block not surrounded by if
59569 src/com/gps/hibernate/DeviceDAO.java 125 Parameter 'detachedInstance' is not assigned and could be declared final
59570 src/com/gps/hibernate/DeviceDAO.java 125 publicMethodCommentRequirement Required
59571 src/com/gps/hibernate/DeviceDAO.java 126 There is log block not surrounded by if
59572 src/com/gps/hibernate/DeviceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59573 src/com/gps/hibernate/DeviceDAO.java 128 Local variable 'result' could be declared final
59574 src/com/gps/hibernate/DeviceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
59575 src/com/gps/hibernate/DeviceDAO.java 129 There is log block not surrounded by if
59576 src/com/gps/hibernate/DeviceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59577 src/com/gps/hibernate/DeviceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59578 src/com/gps/hibernate/DeviceDAO.java 132 There is log block not surrounded by if
59579 src/com/gps/hibernate/DeviceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
59580 src/com/gps/hibernate/DeviceDAO.java 137 publicMethodCommentRequirement Required
59581 src/com/gps/hibernate/DeviceDAO.java 138 There is log block not surrounded by if
59582 src/com/gps/hibernate/DeviceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59583 src/com/gps/hibernate/DeviceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
59584 src/com/gps/hibernate/DeviceDAO.java 141 There is log block not surrounded by if
59585 src/com/gps/hibernate/DeviceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59586 src/com/gps/hibernate/DeviceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59587 src/com/gps/hibernate/DeviceDAO.java 143 There is log block not surrounded by if
59588 src/com/gps/hibernate/DeviceDAO.java 148 Parameter 'instance' is not assigned and could be declared final
59589 src/com/gps/hibernate/DeviceDAO.java 148 publicMethodCommentRequirement Required
59590 src/com/gps/hibernate/DeviceDAO.java 149 There is log block not surrounded by if
59591 src/com/gps/hibernate/DeviceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59592 src/com/gps/hibernate/DeviceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
59593 src/com/gps/hibernate/DeviceDAO.java 152 There is log block not surrounded by if
59594 src/com/gps/hibernate/DeviceDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59595 src/com/gps/hibernate/DeviceDAO.java 153 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59596 src/com/gps/hibernate/DeviceDAO.java 154 There is log block not surrounded by if
59597 src/com/gps/hibernate/Dlfileentry.java 11 Classes implementing Serializable should set a serialVersionUID
59598 src/com/gps/hibernate/Dlfileentry.java 11 Too many fields
59599 src/com/gps/hibernate/Dlfileentry.java 15 fieldCommentRequirement Required
59600 src/com/gps/hibernate/Dlfileentry.java 16 fieldCommentRequirement Required
59601 src/com/gps/hibernate/Dlfileentry.java 17 fieldCommentRequirement Required
59602 src/com/gps/hibernate/Dlfileentry.java 18 fieldCommentRequirement Required
59603 src/com/gps/hibernate/Dlfileentry.java 19 fieldCommentRequirement Required
59604 src/com/gps/hibernate/Dlfileentry.java 20 fieldCommentRequirement Required
59605 src/com/gps/hibernate/Dlfileentry.java 21 fieldCommentRequirement Required
59606 src/com/gps/hibernate/Dlfileentry.java 22 fieldCommentRequirement Required
59607 src/com/gps/hibernate/Dlfileentry.java 23 fieldCommentRequirement Required
59608 src/com/gps/hibernate/Dlfileentry.java 24 fieldCommentRequirement Required
59609 src/com/gps/hibernate/Dlfileentry.java 25 fieldCommentRequirement Required
59610 src/com/gps/hibernate/Dlfileentry.java 26 fieldCommentRequirement Required
59611 src/com/gps/hibernate/Dlfileentry.java 27 fieldCommentRequirement Required
59612 src/com/gps/hibernate/Dlfileentry.java 28 fieldCommentRequirement Required
59613 src/com/gps/hibernate/Dlfileentry.java 29 fieldCommentRequirement Required
59614 src/com/gps/hibernate/Dlfileentry.java 30 fieldCommentRequirement Required
59615 src/com/gps/hibernate/Dlfileentry.java 31 fieldCommentRequirement Required
59616 src/com/gps/hibernate/Dlfileentry.java 32 fieldCommentRequirement Required
59617 src/com/gps/hibernate/Dlfileentry.java 37 Document empty constructor
59618 src/com/gps/hibernate/Dlfileentry.java 41 Parameter 'fileEntryId' is not assigned and could be declared final
59619 src/com/gps/hibernate/Dlfileentry.java 46 Avoid long parameter lists.
59620 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'fileEntryId' is not assigned and could be declared final
59621 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'groupId' is not assigned and could be declared final
59622 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'uuid' is not assigned and could be declared final
59623 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'companyId' is not assigned and could be declared final
59624 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userId' is not assigned and could be declared final
59625 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userName' is not assigned and could be declared final
59626 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'versionUserId' is not assigned and could be declared final
59627 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'createDate' is not assigned and could be declared final
59628 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'modifiedDate' is not assigned and could be declared final
59629 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'versionUserName' is not assigned and could be declared final
59630 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'description' is not assigned and could be declared final
59631 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'folderId' is not assigned and could be declared final
59632 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'name' is not assigned and could be declared final
59633 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'title' is not assigned and could be declared final
59634 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'readCount' is not assigned and could be declared final
59635 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'size' is not assigned and could be declared final
59636 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'version' is not assigned and could be declared final
59637 src/com/gps/hibernate/Dlfileentry.java 51 Parameter 'extraSettings' is not assigned and could be declared final
59638 src/com/gps/hibernate/Dlfileentry.java 74 publicMethodCommentRequirement Required
59639 src/com/gps/hibernate/Dlfileentry.java 78 Parameter 'fileEntryId' is not assigned and could be declared final
59640 src/com/gps/hibernate/Dlfileentry.java 78 publicMethodCommentRequirement Required
59641 src/com/gps/hibernate/Dlfileentry.java 82 publicMethodCommentRequirement Required
59642 src/com/gps/hibernate/Dlfileentry.java 86 Parameter 'uuid' is not assigned and could be declared final
59643 src/com/gps/hibernate/Dlfileentry.java 86 publicMethodCommentRequirement Required
59644 src/com/gps/hibernate/Dlfileentry.java 90 publicMethodCommentRequirement Required
59645 src/com/gps/hibernate/Dlfileentry.java 94 Parameter 'groupId' is not assigned and could be declared final
59646 src/com/gps/hibernate/Dlfileentry.java 94 publicMethodCommentRequirement Required
59647 src/com/gps/hibernate/Dlfileentry.java 98 publicMethodCommentRequirement Required
59648 src/com/gps/hibernate/Dlfileentry.java 102 Parameter 'companyId' is not assigned and could be declared final
59649 src/com/gps/hibernate/Dlfileentry.java 102 publicMethodCommentRequirement Required
59650 src/com/gps/hibernate/Dlfileentry.java 106 publicMethodCommentRequirement Required
59651 src/com/gps/hibernate/Dlfileentry.java 110 Parameter 'userId' is not assigned and could be declared final
59652 src/com/gps/hibernate/Dlfileentry.java 110 publicMethodCommentRequirement Required
59653 src/com/gps/hibernate/Dlfileentry.java 114 publicMethodCommentRequirement Required
59654 src/com/gps/hibernate/Dlfileentry.java 118 Parameter 'userName' is not assigned and could be declared final
59655 src/com/gps/hibernate/Dlfileentry.java 118 publicMethodCommentRequirement Required
59656 src/com/gps/hibernate/Dlfileentry.java 122 publicMethodCommentRequirement Required
59657 src/com/gps/hibernate/Dlfileentry.java 126 Parameter 'versionUserId' is not assigned and could be declared final
59658 src/com/gps/hibernate/Dlfileentry.java 126 publicMethodCommentRequirement Required
59659 src/com/gps/hibernate/Dlfileentry.java 130 publicMethodCommentRequirement Required
59660 src/com/gps/hibernate/Dlfileentry.java 134 Parameter 'versionUserName' is not assigned and could be declared final
59661 src/com/gps/hibernate/Dlfileentry.java 134 publicMethodCommentRequirement Required
59662 src/com/gps/hibernate/Dlfileentry.java 138 publicMethodCommentRequirement Required
59663 src/com/gps/hibernate/Dlfileentry.java 142 Parameter 'createDate' is not assigned and could be declared final
59664 src/com/gps/hibernate/Dlfileentry.java 142 publicMethodCommentRequirement Required
59665 src/com/gps/hibernate/Dlfileentry.java 146 publicMethodCommentRequirement Required
59666 src/com/gps/hibernate/Dlfileentry.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
59667 src/com/gps/hibernate/Dlfileentry.java 150 publicMethodCommentRequirement Required
59668 src/com/gps/hibernate/Dlfileentry.java 154 publicMethodCommentRequirement Required
59669 src/com/gps/hibernate/Dlfileentry.java 158 Parameter 'folderId' is not assigned and could be declared final
59670 src/com/gps/hibernate/Dlfileentry.java 158 publicMethodCommentRequirement Required
59671 src/com/gps/hibernate/Dlfileentry.java 162 publicMethodCommentRequirement Required
59672 src/com/gps/hibernate/Dlfileentry.java 166 Parameter 'name' is not assigned and could be declared final
59673 src/com/gps/hibernate/Dlfileentry.java 166 publicMethodCommentRequirement Required
59674 src/com/gps/hibernate/Dlfileentry.java 170 publicMethodCommentRequirement Required
59675 src/com/gps/hibernate/Dlfileentry.java 174 Parameter 'title' is not assigned and could be declared final
59676 src/com/gps/hibernate/Dlfileentry.java 174 publicMethodCommentRequirement Required
59677 src/com/gps/hibernate/Dlfileentry.java 178 publicMethodCommentRequirement Required
59678 src/com/gps/hibernate/Dlfileentry.java 182 Parameter 'description' is not assigned and could be declared final
59679 src/com/gps/hibernate/Dlfileentry.java 182 publicMethodCommentRequirement Required
59680 src/com/gps/hibernate/Dlfileentry.java 186 publicMethodCommentRequirement Required
59681 src/com/gps/hibernate/Dlfileentry.java 190 Parameter 'version' is not assigned and could be declared final
59682 src/com/gps/hibernate/Dlfileentry.java 190 publicMethodCommentRequirement Required
59683 src/com/gps/hibernate/Dlfileentry.java 194 publicMethodCommentRequirement Required
59684 src/com/gps/hibernate/Dlfileentry.java 198 Parameter 'size' is not assigned and could be declared final
59685 src/com/gps/hibernate/Dlfileentry.java 198 publicMethodCommentRequirement Required
59686 src/com/gps/hibernate/Dlfileentry.java 202 publicMethodCommentRequirement Required
59687 src/com/gps/hibernate/Dlfileentry.java 206 Parameter 'readCount' is not assigned and could be declared final
59688 src/com/gps/hibernate/Dlfileentry.java 206 publicMethodCommentRequirement Required
59689 src/com/gps/hibernate/Dlfileentry.java 210 publicMethodCommentRequirement Required
59690 src/com/gps/hibernate/Dlfileentry.java 214 Parameter 'extraSettings' is not assigned and could be declared final
59691 src/com/gps/hibernate/Dlfileentry.java 214 publicMethodCommentRequirement Required
59692 src/com/gps/hibernate/DlfileentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
59693 src/com/gps/hibernate/DlfileentryDAO.java 11 Comment is too large: Too many lines
59694 src/com/gps/hibernate/DlfileentryDAO.java 23 This class has too many methods, consider refactoring it.
59695 src/com/gps/hibernate/DlfileentryDAO.java 24 Logger should be defined private static final and have the correct class
59696 src/com/gps/hibernate/DlfileentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
59697 src/com/gps/hibernate/DlfileentryDAO.java 24 fieldCommentRequirement Required
59698 src/com/gps/hibernate/DlfileentryDAO.java 26 fieldCommentRequirement Required
59699 src/com/gps/hibernate/DlfileentryDAO.java 27 fieldCommentRequirement Required
59700 src/com/gps/hibernate/DlfileentryDAO.java 28 fieldCommentRequirement Required
59701 src/com/gps/hibernate/DlfileentryDAO.java 29 fieldCommentRequirement Required
59702 src/com/gps/hibernate/DlfileentryDAO.java 30 fieldCommentRequirement Required
59703 src/com/gps/hibernate/DlfileentryDAO.java 31 fieldCommentRequirement Required
59704 src/com/gps/hibernate/DlfileentryDAO.java 32 fieldCommentRequirement Required
59705 src/com/gps/hibernate/DlfileentryDAO.java 33 fieldCommentRequirement Required
59706 src/com/gps/hibernate/DlfileentryDAO.java 34 fieldCommentRequirement Required
59707 src/com/gps/hibernate/DlfileentryDAO.java 35 fieldCommentRequirement Required
59708 src/com/gps/hibernate/DlfileentryDAO.java 36 fieldCommentRequirement Required
59709 src/com/gps/hibernate/DlfileentryDAO.java 37 fieldCommentRequirement Required
59710 src/com/gps/hibernate/DlfileentryDAO.java 38 fieldCommentRequirement Required
59711 src/com/gps/hibernate/DlfileentryDAO.java 39 fieldCommentRequirement Required
59712 src/com/gps/hibernate/DlfileentryDAO.java 40 fieldCommentRequirement Required
59713 src/com/gps/hibernate/DlfileentryDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
59714 src/com/gps/hibernate/DlfileentryDAO.java 42 publicMethodCommentRequirement Required
59715 src/com/gps/hibernate/DlfileentryDAO.java 43 There is log block not surrounded by if
59716 src/com/gps/hibernate/DlfileentryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59717 src/com/gps/hibernate/DlfileentryDAO.java 45 Potential violation of Law of Demeter (method chain calls)
59718 src/com/gps/hibernate/DlfileentryDAO.java 46 There is log block not surrounded by if
59719 src/com/gps/hibernate/DlfileentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59720 src/com/gps/hibernate/DlfileentryDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59721 src/com/gps/hibernate/DlfileentryDAO.java 48 There is log block not surrounded by if
59722 src/com/gps/hibernate/DlfileentryDAO.java 53 Avoid excessively long variable names like persistentInstance
59723 src/com/gps/hibernate/DlfileentryDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
59724 src/com/gps/hibernate/DlfileentryDAO.java 53 publicMethodCommentRequirement Required
59725 src/com/gps/hibernate/DlfileentryDAO.java 54 There is log block not surrounded by if
59726 src/com/gps/hibernate/DlfileentryDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59727 src/com/gps/hibernate/DlfileentryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
59728 src/com/gps/hibernate/DlfileentryDAO.java 57 There is log block not surrounded by if
59729 src/com/gps/hibernate/DlfileentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59730 src/com/gps/hibernate/DlfileentryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59731 src/com/gps/hibernate/DlfileentryDAO.java 59 There is log block not surrounded by if
59732 src/com/gps/hibernate/DlfileentryDAO.java 64 Avoid variables with short names like id
59733 src/com/gps/hibernate/DlfileentryDAO.java 64 Parameter 'id' is not assigned and could be declared final
59734 src/com/gps/hibernate/DlfileentryDAO.java 64 publicMethodCommentRequirement Required
59735 src/com/gps/hibernate/DlfileentryDAO.java 65 There is log block not surrounded by if
59736 src/com/gps/hibernate/DlfileentryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59737 src/com/gps/hibernate/DlfileentryDAO.java 67 Local variable 'instance' could be declared final
59738 src/com/gps/hibernate/DlfileentryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
59739 src/com/gps/hibernate/DlfileentryDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59740 src/com/gps/hibernate/DlfileentryDAO.java 71 There is log block not surrounded by if
59741 src/com/gps/hibernate/DlfileentryDAO.java 76 Parameter 'instance' is not assigned and could be declared final
59742 src/com/gps/hibernate/DlfileentryDAO.java 76 publicMethodCommentRequirement Required
59743 src/com/gps/hibernate/DlfileentryDAO.java 77 There is log block not surrounded by if
59744 src/com/gps/hibernate/DlfileentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59745 src/com/gps/hibernate/DlfileentryDAO.java 79 Local variable 'results' could be declared final
59746 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
59747 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
59748 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
59749 src/com/gps/hibernate/DlfileentryDAO.java 82 There is log block not surrounded by if
59750 src/com/gps/hibernate/DlfileentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59751 src/com/gps/hibernate/DlfileentryDAO.java 83 Potential violation of Law of Demeter (object not created locally)
59752 src/com/gps/hibernate/DlfileentryDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59753 src/com/gps/hibernate/DlfileentryDAO.java 86 There is log block not surrounded by if
59754 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
59755 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'value' is not assigned and could be declared final
59756 src/com/gps/hibernate/DlfileentryDAO.java 91 publicMethodCommentRequirement Required
59757 src/com/gps/hibernate/DlfileentryDAO.java 92 There is log block not surrounded by if
59758 src/com/gps/hibernate/DlfileentryDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59759 src/com/gps/hibernate/DlfileentryDAO.java 95 Local variable 'queryString' could be declared final
59760 src/com/gps/hibernate/DlfileentryDAO.java 97 Local variable 'queryObject' could be declared final
59761 src/com/gps/hibernate/DlfileentryDAO.java 97 Potential violation of Law of Demeter (method chain calls)
59762 src/com/gps/hibernate/DlfileentryDAO.java 98 Potential violation of Law of Demeter (object not created locally)
59763 src/com/gps/hibernate/DlfileentryDAO.java 99 Potential violation of Law of Demeter (object not created locally)
59764 src/com/gps/hibernate/DlfileentryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59765 src/com/gps/hibernate/DlfileentryDAO.java 101 There is log block not surrounded by if
59766 src/com/gps/hibernate/DlfileentryDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
59767 src/com/gps/hibernate/DlfileentryDAO.java 106 publicMethodCommentRequirement Required
59768 src/com/gps/hibernate/DlfileentryDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
59769 src/com/gps/hibernate/DlfileentryDAO.java 110 publicMethodCommentRequirement Required
59770 src/com/gps/hibernate/DlfileentryDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
59771 src/com/gps/hibernate/DlfileentryDAO.java 114 publicMethodCommentRequirement Required
59772 src/com/gps/hibernate/DlfileentryDAO.java 118 Parameter 'userId' is not assigned and could be declared final
59773 src/com/gps/hibernate/DlfileentryDAO.java 118 publicMethodCommentRequirement Required
59774 src/com/gps/hibernate/DlfileentryDAO.java 122 Parameter 'userName' is not assigned and could be declared final
59775 src/com/gps/hibernate/DlfileentryDAO.java 122 publicMethodCommentRequirement Required
59776 src/com/gps/hibernate/DlfileentryDAO.java 126 Parameter 'versionUserId' is not assigned and could be declared final
59777 src/com/gps/hibernate/DlfileentryDAO.java 126 publicMethodCommentRequirement Required
59778 src/com/gps/hibernate/DlfileentryDAO.java 130 Parameter 'versionUserName' is not assigned and could be declared final
59779 src/com/gps/hibernate/DlfileentryDAO.java 130 publicMethodCommentRequirement Required
59780 src/com/gps/hibernate/DlfileentryDAO.java 134 Parameter 'folderId' is not assigned and could be declared final
59781 src/com/gps/hibernate/DlfileentryDAO.java 134 publicMethodCommentRequirement Required
59782 src/com/gps/hibernate/DlfileentryDAO.java 138 Parameter 'name' is not assigned and could be declared final
59783 src/com/gps/hibernate/DlfileentryDAO.java 138 publicMethodCommentRequirement Required
59784 src/com/gps/hibernate/DlfileentryDAO.java 142 Parameter 'title' is not assigned and could be declared final
59785 src/com/gps/hibernate/DlfileentryDAO.java 142 publicMethodCommentRequirement Required
59786 src/com/gps/hibernate/DlfileentryDAO.java 146 Parameter 'description' is not assigned and could be declared final
59787 src/com/gps/hibernate/DlfileentryDAO.java 146 publicMethodCommentRequirement Required
59788 src/com/gps/hibernate/DlfileentryDAO.java 150 Parameter 'version' is not assigned and could be declared final
59789 src/com/gps/hibernate/DlfileentryDAO.java 150 publicMethodCommentRequirement Required
59790 src/com/gps/hibernate/DlfileentryDAO.java 154 Parameter 'size' is not assigned and could be declared final
59791 src/com/gps/hibernate/DlfileentryDAO.java 154 publicMethodCommentRequirement Required
59792 src/com/gps/hibernate/DlfileentryDAO.java 158 Parameter 'readCount' is not assigned and could be declared final
59793 src/com/gps/hibernate/DlfileentryDAO.java 158 publicMethodCommentRequirement Required
59794 src/com/gps/hibernate/DlfileentryDAO.java 162 Parameter 'extraSettings' is not assigned and could be declared final
59795 src/com/gps/hibernate/DlfileentryDAO.java 162 publicMethodCommentRequirement Required
59796 src/com/gps/hibernate/DlfileentryDAO.java 166 publicMethodCommentRequirement Required
59797 src/com/gps/hibernate/DlfileentryDAO.java 167 There is log block not surrounded by if
59798 src/com/gps/hibernate/DlfileentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59799 src/com/gps/hibernate/DlfileentryDAO.java 169 Local variable 'queryString' could be declared final
59800 src/com/gps/hibernate/DlfileentryDAO.java 170 Local variable 'queryObject' could be declared final
59801 src/com/gps/hibernate/DlfileentryDAO.java 170 Potential violation of Law of Demeter (method chain calls)
59802 src/com/gps/hibernate/DlfileentryDAO.java 171 Potential violation of Law of Demeter (object not created locally)
59803 src/com/gps/hibernate/DlfileentryDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59804 src/com/gps/hibernate/DlfileentryDAO.java 173 There is log block not surrounded by if
59805 src/com/gps/hibernate/DlfileentryDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
59806 src/com/gps/hibernate/DlfileentryDAO.java 178 publicMethodCommentRequirement Required
59807 src/com/gps/hibernate/DlfileentryDAO.java 179 There is log block not surrounded by if
59808 src/com/gps/hibernate/DlfileentryDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59809 src/com/gps/hibernate/DlfileentryDAO.java 181 Local variable 'result' could be declared final
59810 src/com/gps/hibernate/DlfileentryDAO.java 181 Potential violation of Law of Demeter (method chain calls)
59811 src/com/gps/hibernate/DlfileentryDAO.java 183 There is log block not surrounded by if
59812 src/com/gps/hibernate/DlfileentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59813 src/com/gps/hibernate/DlfileentryDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59814 src/com/gps/hibernate/DlfileentryDAO.java 186 There is log block not surrounded by if
59815 src/com/gps/hibernate/DlfileentryDAO.java 191 Parameter 'instance' is not assigned and could be declared final
59816 src/com/gps/hibernate/DlfileentryDAO.java 191 publicMethodCommentRequirement Required
59817 src/com/gps/hibernate/DlfileentryDAO.java 192 There is log block not surrounded by if
59818 src/com/gps/hibernate/DlfileentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59819 src/com/gps/hibernate/DlfileentryDAO.java 194 Potential violation of Law of Demeter (method chain calls)
59820 src/com/gps/hibernate/DlfileentryDAO.java 195 There is log block not surrounded by if
59821 src/com/gps/hibernate/DlfileentryDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59822 src/com/gps/hibernate/DlfileentryDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59823 src/com/gps/hibernate/DlfileentryDAO.java 197 There is log block not surrounded by if
59824 src/com/gps/hibernate/DlfileentryDAO.java 202 Parameter 'instance' is not assigned and could be declared final
59825 src/com/gps/hibernate/DlfileentryDAO.java 202 publicMethodCommentRequirement Required
59826 src/com/gps/hibernate/DlfileentryDAO.java 203 There is log block not surrounded by if
59827 src/com/gps/hibernate/DlfileentryDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59828 src/com/gps/hibernate/DlfileentryDAO.java 205 Potential violation of Law of Demeter (method chain calls)
59829 src/com/gps/hibernate/DlfileentryDAO.java 206 There is log block not surrounded by if
59830 src/com/gps/hibernate/DlfileentryDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59831 src/com/gps/hibernate/DlfileentryDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59832 src/com/gps/hibernate/DlfileentryDAO.java 208 There is log block not surrounded by if
59833 src/com/gps/hibernate/Dlfilerank.java 11 Classes implementing Serializable should set a serialVersionUID
59834 src/com/gps/hibernate/Dlfilerank.java 15 fieldCommentRequirement Required
59835 src/com/gps/hibernate/Dlfilerank.java 16 fieldCommentRequirement Required
59836 src/com/gps/hibernate/Dlfilerank.java 17 fieldCommentRequirement Required
59837 src/com/gps/hibernate/Dlfilerank.java 18 fieldCommentRequirement Required
59838 src/com/gps/hibernate/Dlfilerank.java 19 fieldCommentRequirement Required
59839 src/com/gps/hibernate/Dlfilerank.java 20 fieldCommentRequirement Required
59840 src/com/gps/hibernate/Dlfilerank.java 21 fieldCommentRequirement Required
59841 src/com/gps/hibernate/Dlfilerank.java 26 Document empty constructor
59842 src/com/gps/hibernate/Dlfilerank.java 30 Parameter 'fileRankId' is not assigned and could be declared final
59843 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'companyId' is not assigned and could be declared final
59844 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'fileRankId' is not assigned and could be declared final
59845 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'groupId' is not assigned and could be declared final
59846 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'createDate' is not assigned and could be declared final
59847 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'folderId' is not assigned and could be declared final
59848 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'name' is not assigned and could be declared final
59849 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'userId' is not assigned and could be declared final
59850 src/com/gps/hibernate/Dlfilerank.java 48 publicMethodCommentRequirement Required
59851 src/com/gps/hibernate/Dlfilerank.java 52 Parameter 'fileRankId' is not assigned and could be declared final
59852 src/com/gps/hibernate/Dlfilerank.java 52 publicMethodCommentRequirement Required
59853 src/com/gps/hibernate/Dlfilerank.java 56 publicMethodCommentRequirement Required
59854 src/com/gps/hibernate/Dlfilerank.java 60 Parameter 'groupId' is not assigned and could be declared final
59855 src/com/gps/hibernate/Dlfilerank.java 60 publicMethodCommentRequirement Required
59856 src/com/gps/hibernate/Dlfilerank.java 64 publicMethodCommentRequirement Required
59857 src/com/gps/hibernate/Dlfilerank.java 68 Parameter 'companyId' is not assigned and could be declared final
59858 src/com/gps/hibernate/Dlfilerank.java 68 publicMethodCommentRequirement Required
59859 src/com/gps/hibernate/Dlfilerank.java 72 publicMethodCommentRequirement Required
59860 src/com/gps/hibernate/Dlfilerank.java 76 Parameter 'userId' is not assigned and could be declared final
59861 src/com/gps/hibernate/Dlfilerank.java 76 publicMethodCommentRequirement Required
59862 src/com/gps/hibernate/Dlfilerank.java 80 publicMethodCommentRequirement Required
59863 src/com/gps/hibernate/Dlfilerank.java 84 Parameter 'createDate' is not assigned and could be declared final
59864 src/com/gps/hibernate/Dlfilerank.java 84 publicMethodCommentRequirement Required
59865 src/com/gps/hibernate/Dlfilerank.java 88 publicMethodCommentRequirement Required
59866 src/com/gps/hibernate/Dlfilerank.java 92 Parameter 'folderId' is not assigned and could be declared final
59867 src/com/gps/hibernate/Dlfilerank.java 92 publicMethodCommentRequirement Required
59868 src/com/gps/hibernate/Dlfilerank.java 96 publicMethodCommentRequirement Required
59869 src/com/gps/hibernate/Dlfilerank.java 100 Parameter 'name' is not assigned and could be declared final
59870 src/com/gps/hibernate/Dlfilerank.java 100 publicMethodCommentRequirement Required
59871 src/com/gps/hibernate/DlfilerankDAO.java 3 Avoid unused imports such as 'java.util.Date'
59872 src/com/gps/hibernate/DlfilerankDAO.java 11 Comment is too large: Too many lines
59873 src/com/gps/hibernate/DlfilerankDAO.java 23 This class has too many methods, consider refactoring it.
59874 src/com/gps/hibernate/DlfilerankDAO.java 24 Logger should be defined private static final and have the correct class
59875 src/com/gps/hibernate/DlfilerankDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
59876 src/com/gps/hibernate/DlfilerankDAO.java 24 fieldCommentRequirement Required
59877 src/com/gps/hibernate/DlfilerankDAO.java 26 fieldCommentRequirement Required
59878 src/com/gps/hibernate/DlfilerankDAO.java 27 fieldCommentRequirement Required
59879 src/com/gps/hibernate/DlfilerankDAO.java 28 fieldCommentRequirement Required
59880 src/com/gps/hibernate/DlfilerankDAO.java 29 fieldCommentRequirement Required
59881 src/com/gps/hibernate/DlfilerankDAO.java 30 fieldCommentRequirement Required
59882 src/com/gps/hibernate/DlfilerankDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
59883 src/com/gps/hibernate/DlfilerankDAO.java 32 publicMethodCommentRequirement Required
59884 src/com/gps/hibernate/DlfilerankDAO.java 33 There is log block not surrounded by if
59885 src/com/gps/hibernate/DlfilerankDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59886 src/com/gps/hibernate/DlfilerankDAO.java 35 Potential violation of Law of Demeter (method chain calls)
59887 src/com/gps/hibernate/DlfilerankDAO.java 36 There is log block not surrounded by if
59888 src/com/gps/hibernate/DlfilerankDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59889 src/com/gps/hibernate/DlfilerankDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59890 src/com/gps/hibernate/DlfilerankDAO.java 38 There is log block not surrounded by if
59891 src/com/gps/hibernate/DlfilerankDAO.java 43 Avoid excessively long variable names like persistentInstance
59892 src/com/gps/hibernate/DlfilerankDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
59893 src/com/gps/hibernate/DlfilerankDAO.java 43 publicMethodCommentRequirement Required
59894 src/com/gps/hibernate/DlfilerankDAO.java 44 There is log block not surrounded by if
59895 src/com/gps/hibernate/DlfilerankDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59896 src/com/gps/hibernate/DlfilerankDAO.java 46 Potential violation of Law of Demeter (method chain calls)
59897 src/com/gps/hibernate/DlfilerankDAO.java 47 There is log block not surrounded by if
59898 src/com/gps/hibernate/DlfilerankDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59899 src/com/gps/hibernate/DlfilerankDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59900 src/com/gps/hibernate/DlfilerankDAO.java 49 There is log block not surrounded by if
59901 src/com/gps/hibernate/DlfilerankDAO.java 54 Avoid variables with short names like id
59902 src/com/gps/hibernate/DlfilerankDAO.java 54 Parameter 'id' is not assigned and could be declared final
59903 src/com/gps/hibernate/DlfilerankDAO.java 54 publicMethodCommentRequirement Required
59904 src/com/gps/hibernate/DlfilerankDAO.java 55 There is log block not surrounded by if
59905 src/com/gps/hibernate/DlfilerankDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59906 src/com/gps/hibernate/DlfilerankDAO.java 57 Local variable 'instance' could be declared final
59907 src/com/gps/hibernate/DlfilerankDAO.java 57 Potential violation of Law of Demeter (method chain calls)
59908 src/com/gps/hibernate/DlfilerankDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59909 src/com/gps/hibernate/DlfilerankDAO.java 61 There is log block not surrounded by if
59910 src/com/gps/hibernate/DlfilerankDAO.java 66 Parameter 'instance' is not assigned and could be declared final
59911 src/com/gps/hibernate/DlfilerankDAO.java 66 publicMethodCommentRequirement Required
59912 src/com/gps/hibernate/DlfilerankDAO.java 67 There is log block not surrounded by if
59913 src/com/gps/hibernate/DlfilerankDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59914 src/com/gps/hibernate/DlfilerankDAO.java 69 Local variable 'results' could be declared final
59915 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59916 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59917 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
59918 src/com/gps/hibernate/DlfilerankDAO.java 72 There is log block not surrounded by if
59919 src/com/gps/hibernate/DlfilerankDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59920 src/com/gps/hibernate/DlfilerankDAO.java 73 Potential violation of Law of Demeter (object not created locally)
59921 src/com/gps/hibernate/DlfilerankDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59922 src/com/gps/hibernate/DlfilerankDAO.java 76 There is log block not surrounded by if
59923 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
59924 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'value' is not assigned and could be declared final
59925 src/com/gps/hibernate/DlfilerankDAO.java 81 publicMethodCommentRequirement Required
59926 src/com/gps/hibernate/DlfilerankDAO.java 82 There is log block not surrounded by if
59927 src/com/gps/hibernate/DlfilerankDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59928 src/com/gps/hibernate/DlfilerankDAO.java 85 Local variable 'queryString' could be declared final
59929 src/com/gps/hibernate/DlfilerankDAO.java 87 Local variable 'queryObject' could be declared final
59930 src/com/gps/hibernate/DlfilerankDAO.java 87 Potential violation of Law of Demeter (method chain calls)
59931 src/com/gps/hibernate/DlfilerankDAO.java 88 Potential violation of Law of Demeter (object not created locally)
59932 src/com/gps/hibernate/DlfilerankDAO.java 89 Potential violation of Law of Demeter (object not created locally)
59933 src/com/gps/hibernate/DlfilerankDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59934 src/com/gps/hibernate/DlfilerankDAO.java 91 There is log block not surrounded by if
59935 src/com/gps/hibernate/DlfilerankDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
59936 src/com/gps/hibernate/DlfilerankDAO.java 96 publicMethodCommentRequirement Required
59937 src/com/gps/hibernate/DlfilerankDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
59938 src/com/gps/hibernate/DlfilerankDAO.java 100 publicMethodCommentRequirement Required
59939 src/com/gps/hibernate/DlfilerankDAO.java 104 Parameter 'userId' is not assigned and could be declared final
59940 src/com/gps/hibernate/DlfilerankDAO.java 104 publicMethodCommentRequirement Required
59941 src/com/gps/hibernate/DlfilerankDAO.java 108 Parameter 'folderId' is not assigned and could be declared final
59942 src/com/gps/hibernate/DlfilerankDAO.java 108 publicMethodCommentRequirement Required
59943 src/com/gps/hibernate/DlfilerankDAO.java 112 Parameter 'name' is not assigned and could be declared final
59944 src/com/gps/hibernate/DlfilerankDAO.java 112 publicMethodCommentRequirement Required
59945 src/com/gps/hibernate/DlfilerankDAO.java 116 publicMethodCommentRequirement Required
59946 src/com/gps/hibernate/DlfilerankDAO.java 117 There is log block not surrounded by if
59947 src/com/gps/hibernate/DlfilerankDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59948 src/com/gps/hibernate/DlfilerankDAO.java 119 Local variable 'queryString' could be declared final
59949 src/com/gps/hibernate/DlfilerankDAO.java 120 Local variable 'queryObject' could be declared final
59950 src/com/gps/hibernate/DlfilerankDAO.java 120 Potential violation of Law of Demeter (method chain calls)
59951 src/com/gps/hibernate/DlfilerankDAO.java 121 Potential violation of Law of Demeter (object not created locally)
59952 src/com/gps/hibernate/DlfilerankDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59953 src/com/gps/hibernate/DlfilerankDAO.java 123 There is log block not surrounded by if
59954 src/com/gps/hibernate/DlfilerankDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
59955 src/com/gps/hibernate/DlfilerankDAO.java 128 publicMethodCommentRequirement Required
59956 src/com/gps/hibernate/DlfilerankDAO.java 129 There is log block not surrounded by if
59957 src/com/gps/hibernate/DlfilerankDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59958 src/com/gps/hibernate/DlfilerankDAO.java 131 Local variable 'result' could be declared final
59959 src/com/gps/hibernate/DlfilerankDAO.java 131 Potential violation of Law of Demeter (method chain calls)
59960 src/com/gps/hibernate/DlfilerankDAO.java 133 There is log block not surrounded by if
59961 src/com/gps/hibernate/DlfilerankDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59962 src/com/gps/hibernate/DlfilerankDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59963 src/com/gps/hibernate/DlfilerankDAO.java 136 There is log block not surrounded by if
59964 src/com/gps/hibernate/DlfilerankDAO.java 141 Parameter 'instance' is not assigned and could be declared final
59965 src/com/gps/hibernate/DlfilerankDAO.java 141 publicMethodCommentRequirement Required
59966 src/com/gps/hibernate/DlfilerankDAO.java 142 There is log block not surrounded by if
59967 src/com/gps/hibernate/DlfilerankDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59968 src/com/gps/hibernate/DlfilerankDAO.java 144 Potential violation of Law of Demeter (method chain calls)
59969 src/com/gps/hibernate/DlfilerankDAO.java 145 There is log block not surrounded by if
59970 src/com/gps/hibernate/DlfilerankDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59971 src/com/gps/hibernate/DlfilerankDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59972 src/com/gps/hibernate/DlfilerankDAO.java 147 There is log block not surrounded by if
59973 src/com/gps/hibernate/DlfilerankDAO.java 152 Parameter 'instance' is not assigned and could be declared final
59974 src/com/gps/hibernate/DlfilerankDAO.java 152 publicMethodCommentRequirement Required
59975 src/com/gps/hibernate/DlfilerankDAO.java 153 There is log block not surrounded by if
59976 src/com/gps/hibernate/DlfilerankDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59977 src/com/gps/hibernate/DlfilerankDAO.java 155 Potential violation of Law of Demeter (method chain calls)
59978 src/com/gps/hibernate/DlfilerankDAO.java 156 There is log block not surrounded by if
59979 src/com/gps/hibernate/DlfilerankDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
59980 src/com/gps/hibernate/DlfilerankDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
59981 src/com/gps/hibernate/DlfilerankDAO.java 158 There is log block not surrounded by if
59982 src/com/gps/hibernate/Dlfileshortcut.java 11 Classes implementing Serializable should set a serialVersionUID
59983 src/com/gps/hibernate/Dlfileshortcut.java 15 fieldCommentRequirement Required
59984 src/com/gps/hibernate/Dlfileshortcut.java 16 fieldCommentRequirement Required
59985 src/com/gps/hibernate/Dlfileshortcut.java 17 fieldCommentRequirement Required
59986 src/com/gps/hibernate/Dlfileshortcut.java 18 fieldCommentRequirement Required
59987 src/com/gps/hibernate/Dlfileshortcut.java 19 fieldCommentRequirement Required
59988 src/com/gps/hibernate/Dlfileshortcut.java 20 fieldCommentRequirement Required
59989 src/com/gps/hibernate/Dlfileshortcut.java 21 fieldCommentRequirement Required
59990 src/com/gps/hibernate/Dlfileshortcut.java 22 fieldCommentRequirement Required
59991 src/com/gps/hibernate/Dlfileshortcut.java 23 fieldCommentRequirement Required
59992 src/com/gps/hibernate/Dlfileshortcut.java 24 fieldCommentRequirement Required
59993 src/com/gps/hibernate/Dlfileshortcut.java 25 fieldCommentRequirement Required
59994 src/com/gps/hibernate/Dlfileshortcut.java 30 Document empty constructor
59995 src/com/gps/hibernate/Dlfileshortcut.java 34 Parameter 'fileShortcutId' is not assigned and could be declared final
59996 src/com/gps/hibernate/Dlfileshortcut.java 39 Avoid long parameter lists.
59997 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'fileShortcutId' is not assigned and could be declared final
59998 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'groupId' is not assigned and could be declared final
59999 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'uuid' is not assigned and could be declared final
60000 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'companyId' is not assigned and could be declared final
60001 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'createDate' is not assigned and could be declared final
60002 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userId' is not assigned and could be declared final
60003 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userName' is not assigned and could be declared final
60004 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'folderId' is not assigned and could be declared final
60005 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
60006 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toFolderId' is not assigned and could be declared final
60007 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toName' is not assigned and could be declared final
60008 src/com/gps/hibernate/Dlfileshortcut.java 57 publicMethodCommentRequirement Required
60009 src/com/gps/hibernate/Dlfileshortcut.java 61 Parameter 'fileShortcutId' is not assigned and could be declared final
60010 src/com/gps/hibernate/Dlfileshortcut.java 61 publicMethodCommentRequirement Required
60011 src/com/gps/hibernate/Dlfileshortcut.java 65 publicMethodCommentRequirement Required
60012 src/com/gps/hibernate/Dlfileshortcut.java 69 Parameter 'uuid' is not assigned and could be declared final
60013 src/com/gps/hibernate/Dlfileshortcut.java 69 publicMethodCommentRequirement Required
60014 src/com/gps/hibernate/Dlfileshortcut.java 73 publicMethodCommentRequirement Required
60015 src/com/gps/hibernate/Dlfileshortcut.java 77 Parameter 'groupId' is not assigned and could be declared final
60016 src/com/gps/hibernate/Dlfileshortcut.java 77 publicMethodCommentRequirement Required
60017 src/com/gps/hibernate/Dlfileshortcut.java 81 publicMethodCommentRequirement Required
60018 src/com/gps/hibernate/Dlfileshortcut.java 85 Parameter 'companyId' is not assigned and could be declared final
60019 src/com/gps/hibernate/Dlfileshortcut.java 85 publicMethodCommentRequirement Required
60020 src/com/gps/hibernate/Dlfileshortcut.java 89 publicMethodCommentRequirement Required
60021 src/com/gps/hibernate/Dlfileshortcut.java 93 Parameter 'userId' is not assigned and could be declared final
60022 src/com/gps/hibernate/Dlfileshortcut.java 93 publicMethodCommentRequirement Required
60023 src/com/gps/hibernate/Dlfileshortcut.java 97 publicMethodCommentRequirement Required
60024 src/com/gps/hibernate/Dlfileshortcut.java 101 Parameter 'userName' is not assigned and could be declared final
60025 src/com/gps/hibernate/Dlfileshortcut.java 101 publicMethodCommentRequirement Required
60026 src/com/gps/hibernate/Dlfileshortcut.java 105 publicMethodCommentRequirement Required
60027 src/com/gps/hibernate/Dlfileshortcut.java 109 Parameter 'createDate' is not assigned and could be declared final
60028 src/com/gps/hibernate/Dlfileshortcut.java 109 publicMethodCommentRequirement Required
60029 src/com/gps/hibernate/Dlfileshortcut.java 113 publicMethodCommentRequirement Required
60030 src/com/gps/hibernate/Dlfileshortcut.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
60031 src/com/gps/hibernate/Dlfileshortcut.java 117 publicMethodCommentRequirement Required
60032 src/com/gps/hibernate/Dlfileshortcut.java 121 publicMethodCommentRequirement Required
60033 src/com/gps/hibernate/Dlfileshortcut.java 125 Parameter 'folderId' is not assigned and could be declared final
60034 src/com/gps/hibernate/Dlfileshortcut.java 125 publicMethodCommentRequirement Required
60035 src/com/gps/hibernate/Dlfileshortcut.java 129 publicMethodCommentRequirement Required
60036 src/com/gps/hibernate/Dlfileshortcut.java 133 Parameter 'toFolderId' is not assigned and could be declared final
60037 src/com/gps/hibernate/Dlfileshortcut.java 133 publicMethodCommentRequirement Required
60038 src/com/gps/hibernate/Dlfileshortcut.java 137 publicMethodCommentRequirement Required
60039 src/com/gps/hibernate/Dlfileshortcut.java 141 Parameter 'toName' is not assigned and could be declared final
60040 src/com/gps/hibernate/Dlfileshortcut.java 141 publicMethodCommentRequirement Required
60041 src/com/gps/hibernate/DlfileshortcutDAO.java 3 Avoid unused imports such as 'java.util.Date'
60042 src/com/gps/hibernate/DlfileshortcutDAO.java 11 Comment is too large: Too many lines
60043 src/com/gps/hibernate/DlfileshortcutDAO.java 23 This class has too many methods, consider refactoring it.
60044 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Logger should be defined private static final and have the correct class
60045 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
60046 src/com/gps/hibernate/DlfileshortcutDAO.java 24 fieldCommentRequirement Required
60047 src/com/gps/hibernate/DlfileshortcutDAO.java 26 fieldCommentRequirement Required
60048 src/com/gps/hibernate/DlfileshortcutDAO.java 27 fieldCommentRequirement Required
60049 src/com/gps/hibernate/DlfileshortcutDAO.java 28 fieldCommentRequirement Required
60050 src/com/gps/hibernate/DlfileshortcutDAO.java 29 fieldCommentRequirement Required
60051 src/com/gps/hibernate/DlfileshortcutDAO.java 30 fieldCommentRequirement Required
60052 src/com/gps/hibernate/DlfileshortcutDAO.java 31 fieldCommentRequirement Required
60053 src/com/gps/hibernate/DlfileshortcutDAO.java 32 fieldCommentRequirement Required
60054 src/com/gps/hibernate/DlfileshortcutDAO.java 33 fieldCommentRequirement Required
60055 src/com/gps/hibernate/DlfileshortcutDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
60056 src/com/gps/hibernate/DlfileshortcutDAO.java 35 publicMethodCommentRequirement Required
60057 src/com/gps/hibernate/DlfileshortcutDAO.java 36 There is log block not surrounded by if
60058 src/com/gps/hibernate/DlfileshortcutDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60059 src/com/gps/hibernate/DlfileshortcutDAO.java 38 Potential violation of Law of Demeter (method chain calls)
60060 src/com/gps/hibernate/DlfileshortcutDAO.java 39 There is log block not surrounded by if
60061 src/com/gps/hibernate/DlfileshortcutDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60062 src/com/gps/hibernate/DlfileshortcutDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60063 src/com/gps/hibernate/DlfileshortcutDAO.java 41 There is log block not surrounded by if
60064 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Avoid excessively long variable names like persistentInstance
60065 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
60066 src/com/gps/hibernate/DlfileshortcutDAO.java 46 publicMethodCommentRequirement Required
60067 src/com/gps/hibernate/DlfileshortcutDAO.java 47 There is log block not surrounded by if
60068 src/com/gps/hibernate/DlfileshortcutDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60069 src/com/gps/hibernate/DlfileshortcutDAO.java 49 Potential violation of Law of Demeter (method chain calls)
60070 src/com/gps/hibernate/DlfileshortcutDAO.java 50 There is log block not surrounded by if
60071 src/com/gps/hibernate/DlfileshortcutDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60072 src/com/gps/hibernate/DlfileshortcutDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60073 src/com/gps/hibernate/DlfileshortcutDAO.java 52 There is log block not surrounded by if
60074 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Avoid variables with short names like id
60075 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Parameter 'id' is not assigned and could be declared final
60076 src/com/gps/hibernate/DlfileshortcutDAO.java 57 publicMethodCommentRequirement Required
60077 src/com/gps/hibernate/DlfileshortcutDAO.java 58 There is log block not surrounded by if
60078 src/com/gps/hibernate/DlfileshortcutDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60079 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Local variable 'instance' could be declared final
60080 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Potential violation of Law of Demeter (method chain calls)
60081 src/com/gps/hibernate/DlfileshortcutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60082 src/com/gps/hibernate/DlfileshortcutDAO.java 64 There is log block not surrounded by if
60083 src/com/gps/hibernate/DlfileshortcutDAO.java 69 Parameter 'instance' is not assigned and could be declared final
60084 src/com/gps/hibernate/DlfileshortcutDAO.java 69 publicMethodCommentRequirement Required
60085 src/com/gps/hibernate/DlfileshortcutDAO.java 70 There is log block not surrounded by if
60086 src/com/gps/hibernate/DlfileshortcutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60087 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Local variable 'results' could be declared final
60088 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60089 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60090 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60091 src/com/gps/hibernate/DlfileshortcutDAO.java 75 There is log block not surrounded by if
60092 src/com/gps/hibernate/DlfileshortcutDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60093 src/com/gps/hibernate/DlfileshortcutDAO.java 76 Potential violation of Law of Demeter (object not created locally)
60094 src/com/gps/hibernate/DlfileshortcutDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60095 src/com/gps/hibernate/DlfileshortcutDAO.java 79 There is log block not surrounded by if
60096 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
60097 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'value' is not assigned and could be declared final
60098 src/com/gps/hibernate/DlfileshortcutDAO.java 84 publicMethodCommentRequirement Required
60099 src/com/gps/hibernate/DlfileshortcutDAO.java 85 There is log block not surrounded by if
60100 src/com/gps/hibernate/DlfileshortcutDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60101 src/com/gps/hibernate/DlfileshortcutDAO.java 88 Local variable 'queryString' could be declared final
60102 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Local variable 'queryObject' could be declared final
60103 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Potential violation of Law of Demeter (method chain calls)
60104 src/com/gps/hibernate/DlfileshortcutDAO.java 91 Potential violation of Law of Demeter (object not created locally)
60105 src/com/gps/hibernate/DlfileshortcutDAO.java 92 Potential violation of Law of Demeter (object not created locally)
60106 src/com/gps/hibernate/DlfileshortcutDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60107 src/com/gps/hibernate/DlfileshortcutDAO.java 94 There is log block not surrounded by if
60108 src/com/gps/hibernate/DlfileshortcutDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
60109 src/com/gps/hibernate/DlfileshortcutDAO.java 99 publicMethodCommentRequirement Required
60110 src/com/gps/hibernate/DlfileshortcutDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
60111 src/com/gps/hibernate/DlfileshortcutDAO.java 103 publicMethodCommentRequirement Required
60112 src/com/gps/hibernate/DlfileshortcutDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
60113 src/com/gps/hibernate/DlfileshortcutDAO.java 107 publicMethodCommentRequirement Required
60114 src/com/gps/hibernate/DlfileshortcutDAO.java 111 Parameter 'userId' is not assigned and could be declared final
60115 src/com/gps/hibernate/DlfileshortcutDAO.java 111 publicMethodCommentRequirement Required
60116 src/com/gps/hibernate/DlfileshortcutDAO.java 115 Parameter 'userName' is not assigned and could be declared final
60117 src/com/gps/hibernate/DlfileshortcutDAO.java 115 publicMethodCommentRequirement Required
60118 src/com/gps/hibernate/DlfileshortcutDAO.java 119 Parameter 'folderId' is not assigned and could be declared final
60119 src/com/gps/hibernate/DlfileshortcutDAO.java 119 publicMethodCommentRequirement Required
60120 src/com/gps/hibernate/DlfileshortcutDAO.java 123 Parameter 'toFolderId' is not assigned and could be declared final
60121 src/com/gps/hibernate/DlfileshortcutDAO.java 123 publicMethodCommentRequirement Required
60122 src/com/gps/hibernate/DlfileshortcutDAO.java 127 Parameter 'toName' is not assigned and could be declared final
60123 src/com/gps/hibernate/DlfileshortcutDAO.java 127 publicMethodCommentRequirement Required
60124 src/com/gps/hibernate/DlfileshortcutDAO.java 131 publicMethodCommentRequirement Required
60125 src/com/gps/hibernate/DlfileshortcutDAO.java 132 There is log block not surrounded by if
60126 src/com/gps/hibernate/DlfileshortcutDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60127 src/com/gps/hibernate/DlfileshortcutDAO.java 134 Local variable 'queryString' could be declared final
60128 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Local variable 'queryObject' could be declared final
60129 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Potential violation of Law of Demeter (method chain calls)
60130 src/com/gps/hibernate/DlfileshortcutDAO.java 136 Potential violation of Law of Demeter (object not created locally)
60131 src/com/gps/hibernate/DlfileshortcutDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60132 src/com/gps/hibernate/DlfileshortcutDAO.java 138 There is log block not surrounded by if
60133 src/com/gps/hibernate/DlfileshortcutDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
60134 src/com/gps/hibernate/DlfileshortcutDAO.java 143 publicMethodCommentRequirement Required
60135 src/com/gps/hibernate/DlfileshortcutDAO.java 144 There is log block not surrounded by if
60136 src/com/gps/hibernate/DlfileshortcutDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60137 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Local variable 'result' could be declared final
60138 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Potential violation of Law of Demeter (method chain calls)
60139 src/com/gps/hibernate/DlfileshortcutDAO.java 148 There is log block not surrounded by if
60140 src/com/gps/hibernate/DlfileshortcutDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60141 src/com/gps/hibernate/DlfileshortcutDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60142 src/com/gps/hibernate/DlfileshortcutDAO.java 151 There is log block not surrounded by if
60143 src/com/gps/hibernate/DlfileshortcutDAO.java 156 Parameter 'instance' is not assigned and could be declared final
60144 src/com/gps/hibernate/DlfileshortcutDAO.java 156 publicMethodCommentRequirement Required
60145 src/com/gps/hibernate/DlfileshortcutDAO.java 157 There is log block not surrounded by if
60146 src/com/gps/hibernate/DlfileshortcutDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60147 src/com/gps/hibernate/DlfileshortcutDAO.java 159 Potential violation of Law of Demeter (method chain calls)
60148 src/com/gps/hibernate/DlfileshortcutDAO.java 160 There is log block not surrounded by if
60149 src/com/gps/hibernate/DlfileshortcutDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60150 src/com/gps/hibernate/DlfileshortcutDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60151 src/com/gps/hibernate/DlfileshortcutDAO.java 162 There is log block not surrounded by if
60152 src/com/gps/hibernate/DlfileshortcutDAO.java 167 Parameter 'instance' is not assigned and could be declared final
60153 src/com/gps/hibernate/DlfileshortcutDAO.java 167 publicMethodCommentRequirement Required
60154 src/com/gps/hibernate/DlfileshortcutDAO.java 168 There is log block not surrounded by if
60155 src/com/gps/hibernate/DlfileshortcutDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60156 src/com/gps/hibernate/DlfileshortcutDAO.java 170 Potential violation of Law of Demeter (method chain calls)
60157 src/com/gps/hibernate/DlfileshortcutDAO.java 171 There is log block not surrounded by if
60158 src/com/gps/hibernate/DlfileshortcutDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60159 src/com/gps/hibernate/DlfileshortcutDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60160 src/com/gps/hibernate/DlfileshortcutDAO.java 173 There is log block not surrounded by if
60161 src/com/gps/hibernate/Dlfileversion.java 11 Classes implementing Serializable should set a serialVersionUID
60162 src/com/gps/hibernate/Dlfileversion.java 15 fieldCommentRequirement Required
60163 src/com/gps/hibernate/Dlfileversion.java 16 fieldCommentRequirement Required
60164 src/com/gps/hibernate/Dlfileversion.java 17 fieldCommentRequirement Required
60165 src/com/gps/hibernate/Dlfileversion.java 18 fieldCommentRequirement Required
60166 src/com/gps/hibernate/Dlfileversion.java 19 fieldCommentRequirement Required
60167 src/com/gps/hibernate/Dlfileversion.java 20 fieldCommentRequirement Required
60168 src/com/gps/hibernate/Dlfileversion.java 21 fieldCommentRequirement Required
60169 src/com/gps/hibernate/Dlfileversion.java 22 fieldCommentRequirement Required
60170 src/com/gps/hibernate/Dlfileversion.java 23 fieldCommentRequirement Required
60171 src/com/gps/hibernate/Dlfileversion.java 24 fieldCommentRequirement Required
60172 src/com/gps/hibernate/Dlfileversion.java 29 Document empty constructor
60173 src/com/gps/hibernate/Dlfileversion.java 33 Parameter 'fileVersionId' is not assigned and could be declared final
60174 src/com/gps/hibernate/Dlfileversion.java 38 Avoid long parameter lists.
60175 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'companyId' is not assigned and could be declared final
60176 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'fileVersionId' is not assigned and could be declared final
60177 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'groupId' is not assigned and could be declared final
60178 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'createDate' is not assigned and could be declared final
60179 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'folderId' is not assigned and could be declared final
60180 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userId' is not assigned and could be declared final
60181 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userName' is not assigned and could be declared final
60182 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'name' is not assigned and could be declared final
60183 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'size' is not assigned and could be declared final
60184 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'version' is not assigned and could be declared final
60185 src/com/gps/hibernate/Dlfileversion.java 55 publicMethodCommentRequirement Required
60186 src/com/gps/hibernate/Dlfileversion.java 59 Parameter 'fileVersionId' is not assigned and could be declared final
60187 src/com/gps/hibernate/Dlfileversion.java 59 publicMethodCommentRequirement Required
60188 src/com/gps/hibernate/Dlfileversion.java 63 publicMethodCommentRequirement Required
60189 src/com/gps/hibernate/Dlfileversion.java 67 Parameter 'groupId' is not assigned and could be declared final
60190 src/com/gps/hibernate/Dlfileversion.java 67 publicMethodCommentRequirement Required
60191 src/com/gps/hibernate/Dlfileversion.java 71 publicMethodCommentRequirement Required
60192 src/com/gps/hibernate/Dlfileversion.java 75 Parameter 'companyId' is not assigned and could be declared final
60193 src/com/gps/hibernate/Dlfileversion.java 75 publicMethodCommentRequirement Required
60194 src/com/gps/hibernate/Dlfileversion.java 79 publicMethodCommentRequirement Required
60195 src/com/gps/hibernate/Dlfileversion.java 83 Parameter 'userId' is not assigned and could be declared final
60196 src/com/gps/hibernate/Dlfileversion.java 83 publicMethodCommentRequirement Required
60197 src/com/gps/hibernate/Dlfileversion.java 87 publicMethodCommentRequirement Required
60198 src/com/gps/hibernate/Dlfileversion.java 91 Parameter 'userName' is not assigned and could be declared final
60199 src/com/gps/hibernate/Dlfileversion.java 91 publicMethodCommentRequirement Required
60200 src/com/gps/hibernate/Dlfileversion.java 95 publicMethodCommentRequirement Required
60201 src/com/gps/hibernate/Dlfileversion.java 99 Parameter 'createDate' is not assigned and could be declared final
60202 src/com/gps/hibernate/Dlfileversion.java 99 publicMethodCommentRequirement Required
60203 src/com/gps/hibernate/Dlfileversion.java 103 publicMethodCommentRequirement Required
60204 src/com/gps/hibernate/Dlfileversion.java 107 Parameter 'folderId' is not assigned and could be declared final
60205 src/com/gps/hibernate/Dlfileversion.java 107 publicMethodCommentRequirement Required
60206 src/com/gps/hibernate/Dlfileversion.java 111 publicMethodCommentRequirement Required
60207 src/com/gps/hibernate/Dlfileversion.java 115 Parameter 'name' is not assigned and could be declared final
60208 src/com/gps/hibernate/Dlfileversion.java 115 publicMethodCommentRequirement Required
60209 src/com/gps/hibernate/Dlfileversion.java 119 publicMethodCommentRequirement Required
60210 src/com/gps/hibernate/Dlfileversion.java 123 Parameter 'version' is not assigned and could be declared final
60211 src/com/gps/hibernate/Dlfileversion.java 123 publicMethodCommentRequirement Required
60212 src/com/gps/hibernate/Dlfileversion.java 127 publicMethodCommentRequirement Required
60213 src/com/gps/hibernate/Dlfileversion.java 131 Parameter 'size' is not assigned and could be declared final
60214 src/com/gps/hibernate/Dlfileversion.java 131 publicMethodCommentRequirement Required
60215 src/com/gps/hibernate/DlfileversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
60216 src/com/gps/hibernate/DlfileversionDAO.java 11 Comment is too large: Too many lines
60217 src/com/gps/hibernate/DlfileversionDAO.java 23 This class has too many methods, consider refactoring it.
60218 src/com/gps/hibernate/DlfileversionDAO.java 24 Logger should be defined private static final and have the correct class
60219 src/com/gps/hibernate/DlfileversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
60220 src/com/gps/hibernate/DlfileversionDAO.java 24 fieldCommentRequirement Required
60221 src/com/gps/hibernate/DlfileversionDAO.java 26 fieldCommentRequirement Required
60222 src/com/gps/hibernate/DlfileversionDAO.java 27 fieldCommentRequirement Required
60223 src/com/gps/hibernate/DlfileversionDAO.java 28 fieldCommentRequirement Required
60224 src/com/gps/hibernate/DlfileversionDAO.java 29 fieldCommentRequirement Required
60225 src/com/gps/hibernate/DlfileversionDAO.java 30 fieldCommentRequirement Required
60226 src/com/gps/hibernate/DlfileversionDAO.java 31 fieldCommentRequirement Required
60227 src/com/gps/hibernate/DlfileversionDAO.java 32 fieldCommentRequirement Required
60228 src/com/gps/hibernate/DlfileversionDAO.java 33 fieldCommentRequirement Required
60229 src/com/gps/hibernate/DlfileversionDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
60230 src/com/gps/hibernate/DlfileversionDAO.java 35 publicMethodCommentRequirement Required
60231 src/com/gps/hibernate/DlfileversionDAO.java 36 There is log block not surrounded by if
60232 src/com/gps/hibernate/DlfileversionDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60233 src/com/gps/hibernate/DlfileversionDAO.java 38 Potential violation of Law of Demeter (method chain calls)
60234 src/com/gps/hibernate/DlfileversionDAO.java 39 There is log block not surrounded by if
60235 src/com/gps/hibernate/DlfileversionDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60236 src/com/gps/hibernate/DlfileversionDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60237 src/com/gps/hibernate/DlfileversionDAO.java 41 There is log block not surrounded by if
60238 src/com/gps/hibernate/DlfileversionDAO.java 46 Avoid excessively long variable names like persistentInstance
60239 src/com/gps/hibernate/DlfileversionDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
60240 src/com/gps/hibernate/DlfileversionDAO.java 46 publicMethodCommentRequirement Required
60241 src/com/gps/hibernate/DlfileversionDAO.java 47 There is log block not surrounded by if
60242 src/com/gps/hibernate/DlfileversionDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60243 src/com/gps/hibernate/DlfileversionDAO.java 49 Potential violation of Law of Demeter (method chain calls)
60244 src/com/gps/hibernate/DlfileversionDAO.java 50 There is log block not surrounded by if
60245 src/com/gps/hibernate/DlfileversionDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60246 src/com/gps/hibernate/DlfileversionDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60247 src/com/gps/hibernate/DlfileversionDAO.java 52 There is log block not surrounded by if
60248 src/com/gps/hibernate/DlfileversionDAO.java 57 Avoid variables with short names like id
60249 src/com/gps/hibernate/DlfileversionDAO.java 57 Parameter 'id' is not assigned and could be declared final
60250 src/com/gps/hibernate/DlfileversionDAO.java 57 publicMethodCommentRequirement Required
60251 src/com/gps/hibernate/DlfileversionDAO.java 58 There is log block not surrounded by if
60252 src/com/gps/hibernate/DlfileversionDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60253 src/com/gps/hibernate/DlfileversionDAO.java 60 Local variable 'instance' could be declared final
60254 src/com/gps/hibernate/DlfileversionDAO.java 60 Potential violation of Law of Demeter (method chain calls)
60255 src/com/gps/hibernate/DlfileversionDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60256 src/com/gps/hibernate/DlfileversionDAO.java 64 There is log block not surrounded by if
60257 src/com/gps/hibernate/DlfileversionDAO.java 69 Parameter 'instance' is not assigned and could be declared final
60258 src/com/gps/hibernate/DlfileversionDAO.java 69 publicMethodCommentRequirement Required
60259 src/com/gps/hibernate/DlfileversionDAO.java 70 There is log block not surrounded by if
60260 src/com/gps/hibernate/DlfileversionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60261 src/com/gps/hibernate/DlfileversionDAO.java 72 Local variable 'results' could be declared final
60262 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60263 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60264 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60265 src/com/gps/hibernate/DlfileversionDAO.java 75 There is log block not surrounded by if
60266 src/com/gps/hibernate/DlfileversionDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60267 src/com/gps/hibernate/DlfileversionDAO.java 76 Potential violation of Law of Demeter (object not created locally)
60268 src/com/gps/hibernate/DlfileversionDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60269 src/com/gps/hibernate/DlfileversionDAO.java 79 There is log block not surrounded by if
60270 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
60271 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'value' is not assigned and could be declared final
60272 src/com/gps/hibernate/DlfileversionDAO.java 84 publicMethodCommentRequirement Required
60273 src/com/gps/hibernate/DlfileversionDAO.java 85 There is log block not surrounded by if
60274 src/com/gps/hibernate/DlfileversionDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60275 src/com/gps/hibernate/DlfileversionDAO.java 88 Local variable 'queryString' could be declared final
60276 src/com/gps/hibernate/DlfileversionDAO.java 90 Local variable 'queryObject' could be declared final
60277 src/com/gps/hibernate/DlfileversionDAO.java 90 Potential violation of Law of Demeter (method chain calls)
60278 src/com/gps/hibernate/DlfileversionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
60279 src/com/gps/hibernate/DlfileversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
60280 src/com/gps/hibernate/DlfileversionDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60281 src/com/gps/hibernate/DlfileversionDAO.java 94 There is log block not surrounded by if
60282 src/com/gps/hibernate/DlfileversionDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
60283 src/com/gps/hibernate/DlfileversionDAO.java 99 publicMethodCommentRequirement Required
60284 src/com/gps/hibernate/DlfileversionDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
60285 src/com/gps/hibernate/DlfileversionDAO.java 103 publicMethodCommentRequirement Required
60286 src/com/gps/hibernate/DlfileversionDAO.java 107 Parameter 'userId' is not assigned and could be declared final
60287 src/com/gps/hibernate/DlfileversionDAO.java 107 publicMethodCommentRequirement Required
60288 src/com/gps/hibernate/DlfileversionDAO.java 111 Parameter 'userName' is not assigned and could be declared final
60289 src/com/gps/hibernate/DlfileversionDAO.java 111 publicMethodCommentRequirement Required
60290 src/com/gps/hibernate/DlfileversionDAO.java 115 Parameter 'folderId' is not assigned and could be declared final
60291 src/com/gps/hibernate/DlfileversionDAO.java 115 publicMethodCommentRequirement Required
60292 src/com/gps/hibernate/DlfileversionDAO.java 119 Parameter 'name' is not assigned and could be declared final
60293 src/com/gps/hibernate/DlfileversionDAO.java 119 publicMethodCommentRequirement Required
60294 src/com/gps/hibernate/DlfileversionDAO.java 123 Parameter 'version' is not assigned and could be declared final
60295 src/com/gps/hibernate/DlfileversionDAO.java 123 publicMethodCommentRequirement Required
60296 src/com/gps/hibernate/DlfileversionDAO.java 127 Parameter 'size' is not assigned and could be declared final
60297 src/com/gps/hibernate/DlfileversionDAO.java 127 publicMethodCommentRequirement Required
60298 src/com/gps/hibernate/DlfileversionDAO.java 131 publicMethodCommentRequirement Required
60299 src/com/gps/hibernate/DlfileversionDAO.java 132 There is log block not surrounded by if
60300 src/com/gps/hibernate/DlfileversionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60301 src/com/gps/hibernate/DlfileversionDAO.java 134 Local variable 'queryString' could be declared final
60302 src/com/gps/hibernate/DlfileversionDAO.java 135 Local variable 'queryObject' could be declared final
60303 src/com/gps/hibernate/DlfileversionDAO.java 135 Potential violation of Law of Demeter (method chain calls)
60304 src/com/gps/hibernate/DlfileversionDAO.java 136 Potential violation of Law of Demeter (object not created locally)
60305 src/com/gps/hibernate/DlfileversionDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60306 src/com/gps/hibernate/DlfileversionDAO.java 138 There is log block not surrounded by if
60307 src/com/gps/hibernate/DlfileversionDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
60308 src/com/gps/hibernate/DlfileversionDAO.java 143 publicMethodCommentRequirement Required
60309 src/com/gps/hibernate/DlfileversionDAO.java 144 There is log block not surrounded by if
60310 src/com/gps/hibernate/DlfileversionDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60311 src/com/gps/hibernate/DlfileversionDAO.java 146 Local variable 'result' could be declared final
60312 src/com/gps/hibernate/DlfileversionDAO.java 146 Potential violation of Law of Demeter (method chain calls)
60313 src/com/gps/hibernate/DlfileversionDAO.java 148 There is log block not surrounded by if
60314 src/com/gps/hibernate/DlfileversionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60315 src/com/gps/hibernate/DlfileversionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60316 src/com/gps/hibernate/DlfileversionDAO.java 151 There is log block not surrounded by if
60317 src/com/gps/hibernate/DlfileversionDAO.java 156 Parameter 'instance' is not assigned and could be declared final
60318 src/com/gps/hibernate/DlfileversionDAO.java 156 publicMethodCommentRequirement Required
60319 src/com/gps/hibernate/DlfileversionDAO.java 157 There is log block not surrounded by if
60320 src/com/gps/hibernate/DlfileversionDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60321 src/com/gps/hibernate/DlfileversionDAO.java 159 Potential violation of Law of Demeter (method chain calls)
60322 src/com/gps/hibernate/DlfileversionDAO.java 160 There is log block not surrounded by if
60323 src/com/gps/hibernate/DlfileversionDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60324 src/com/gps/hibernate/DlfileversionDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60325 src/com/gps/hibernate/DlfileversionDAO.java 162 There is log block not surrounded by if
60326 src/com/gps/hibernate/DlfileversionDAO.java 167 Parameter 'instance' is not assigned and could be declared final
60327 src/com/gps/hibernate/DlfileversionDAO.java 167 publicMethodCommentRequirement Required
60328 src/com/gps/hibernate/DlfileversionDAO.java 168 There is log block not surrounded by if
60329 src/com/gps/hibernate/DlfileversionDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60330 src/com/gps/hibernate/DlfileversionDAO.java 170 Potential violation of Law of Demeter (method chain calls)
60331 src/com/gps/hibernate/DlfileversionDAO.java 171 There is log block not surrounded by if
60332 src/com/gps/hibernate/DlfileversionDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60333 src/com/gps/hibernate/DlfileversionDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60334 src/com/gps/hibernate/DlfileversionDAO.java 173 There is log block not surrounded by if
60335 src/com/gps/hibernate/Dlfolder.java 11 Classes implementing Serializable should set a serialVersionUID
60336 src/com/gps/hibernate/Dlfolder.java 15 fieldCommentRequirement Required
60337 src/com/gps/hibernate/Dlfolder.java 16 fieldCommentRequirement Required
60338 src/com/gps/hibernate/Dlfolder.java 17 fieldCommentRequirement Required
60339 src/com/gps/hibernate/Dlfolder.java 18 fieldCommentRequirement Required
60340 src/com/gps/hibernate/Dlfolder.java 19 fieldCommentRequirement Required
60341 src/com/gps/hibernate/Dlfolder.java 20 fieldCommentRequirement Required
60342 src/com/gps/hibernate/Dlfolder.java 21 fieldCommentRequirement Required
60343 src/com/gps/hibernate/Dlfolder.java 22 fieldCommentRequirement Required
60344 src/com/gps/hibernate/Dlfolder.java 23 fieldCommentRequirement Required
60345 src/com/gps/hibernate/Dlfolder.java 24 fieldCommentRequirement Required
60346 src/com/gps/hibernate/Dlfolder.java 25 fieldCommentRequirement Required
60347 src/com/gps/hibernate/Dlfolder.java 26 fieldCommentRequirement Required
60348 src/com/gps/hibernate/Dlfolder.java 31 Document empty constructor
60349 src/com/gps/hibernate/Dlfolder.java 35 Parameter 'folderId' is not assigned and could be declared final
60350 src/com/gps/hibernate/Dlfolder.java 40 Avoid long parameter lists.
60351 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'companyId' is not assigned and could be declared final
60352 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'folderId' is not assigned and could be declared final
60353 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'groupId' is not assigned and could be declared final
60354 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'uuid' is not assigned and could be declared final
60355 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'createDate' is not assigned and could be declared final
60356 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
60357 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userId' is not assigned and could be declared final
60358 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userName' is not assigned and could be declared final
60359 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'description' is not assigned and could be declared final
60360 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'name' is not assigned and could be declared final
60361 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'parentFolderId' is not assigned and could be declared final
60362 src/com/gps/hibernate/Dlfolder.java 43 Parameter 'lastPostDate' is not assigned and could be declared final
60363 src/com/gps/hibernate/Dlfolder.java 60 publicMethodCommentRequirement Required
60364 src/com/gps/hibernate/Dlfolder.java 64 Parameter 'folderId' is not assigned and could be declared final
60365 src/com/gps/hibernate/Dlfolder.java 64 publicMethodCommentRequirement Required
60366 src/com/gps/hibernate/Dlfolder.java 68 publicMethodCommentRequirement Required
60367 src/com/gps/hibernate/Dlfolder.java 72 Parameter 'uuid' is not assigned and could be declared final
60368 src/com/gps/hibernate/Dlfolder.java 72 publicMethodCommentRequirement Required
60369 src/com/gps/hibernate/Dlfolder.java 76 publicMethodCommentRequirement Required
60370 src/com/gps/hibernate/Dlfolder.java 80 Parameter 'groupId' is not assigned and could be declared final
60371 src/com/gps/hibernate/Dlfolder.java 80 publicMethodCommentRequirement Required
60372 src/com/gps/hibernate/Dlfolder.java 84 publicMethodCommentRequirement Required
60373 src/com/gps/hibernate/Dlfolder.java 88 Parameter 'companyId' is not assigned and could be declared final
60374 src/com/gps/hibernate/Dlfolder.java 88 publicMethodCommentRequirement Required
60375 src/com/gps/hibernate/Dlfolder.java 92 publicMethodCommentRequirement Required
60376 src/com/gps/hibernate/Dlfolder.java 96 Parameter 'userId' is not assigned and could be declared final
60377 src/com/gps/hibernate/Dlfolder.java 96 publicMethodCommentRequirement Required
60378 src/com/gps/hibernate/Dlfolder.java 100 publicMethodCommentRequirement Required
60379 src/com/gps/hibernate/Dlfolder.java 104 Parameter 'userName' is not assigned and could be declared final
60380 src/com/gps/hibernate/Dlfolder.java 104 publicMethodCommentRequirement Required
60381 src/com/gps/hibernate/Dlfolder.java 108 publicMethodCommentRequirement Required
60382 src/com/gps/hibernate/Dlfolder.java 112 Parameter 'createDate' is not assigned and could be declared final
60383 src/com/gps/hibernate/Dlfolder.java 112 publicMethodCommentRequirement Required
60384 src/com/gps/hibernate/Dlfolder.java 116 publicMethodCommentRequirement Required
60385 src/com/gps/hibernate/Dlfolder.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
60386 src/com/gps/hibernate/Dlfolder.java 120 publicMethodCommentRequirement Required
60387 src/com/gps/hibernate/Dlfolder.java 124 publicMethodCommentRequirement Required
60388 src/com/gps/hibernate/Dlfolder.java 128 Parameter 'parentFolderId' is not assigned and could be declared final
60389 src/com/gps/hibernate/Dlfolder.java 128 publicMethodCommentRequirement Required
60390 src/com/gps/hibernate/Dlfolder.java 132 publicMethodCommentRequirement Required
60391 src/com/gps/hibernate/Dlfolder.java 136 Parameter 'name' is not assigned and could be declared final
60392 src/com/gps/hibernate/Dlfolder.java 136 publicMethodCommentRequirement Required
60393 src/com/gps/hibernate/Dlfolder.java 140 publicMethodCommentRequirement Required
60394 src/com/gps/hibernate/Dlfolder.java 144 Parameter 'description' is not assigned and could be declared final
60395 src/com/gps/hibernate/Dlfolder.java 144 publicMethodCommentRequirement Required
60396 src/com/gps/hibernate/Dlfolder.java 148 publicMethodCommentRequirement Required
60397 src/com/gps/hibernate/Dlfolder.java 152 Parameter 'lastPostDate' is not assigned and could be declared final
60398 src/com/gps/hibernate/Dlfolder.java 152 publicMethodCommentRequirement Required
60399 src/com/gps/hibernate/DlfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
60400 src/com/gps/hibernate/DlfolderDAO.java 11 Comment is too large: Too many lines
60401 src/com/gps/hibernate/DlfolderDAO.java 23 This class has too many methods, consider refactoring it.
60402 src/com/gps/hibernate/DlfolderDAO.java 24 Logger should be defined private static final and have the correct class
60403 src/com/gps/hibernate/DlfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
60404 src/com/gps/hibernate/DlfolderDAO.java 24 fieldCommentRequirement Required
60405 src/com/gps/hibernate/DlfolderDAO.java 26 fieldCommentRequirement Required
60406 src/com/gps/hibernate/DlfolderDAO.java 27 fieldCommentRequirement Required
60407 src/com/gps/hibernate/DlfolderDAO.java 28 fieldCommentRequirement Required
60408 src/com/gps/hibernate/DlfolderDAO.java 29 fieldCommentRequirement Required
60409 src/com/gps/hibernate/DlfolderDAO.java 30 fieldCommentRequirement Required
60410 src/com/gps/hibernate/DlfolderDAO.java 31 fieldCommentRequirement Required
60411 src/com/gps/hibernate/DlfolderDAO.java 32 fieldCommentRequirement Required
60412 src/com/gps/hibernate/DlfolderDAO.java 33 fieldCommentRequirement Required
60413 src/com/gps/hibernate/DlfolderDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
60414 src/com/gps/hibernate/DlfolderDAO.java 35 publicMethodCommentRequirement Required
60415 src/com/gps/hibernate/DlfolderDAO.java 36 There is log block not surrounded by if
60416 src/com/gps/hibernate/DlfolderDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60417 src/com/gps/hibernate/DlfolderDAO.java 38 Potential violation of Law of Demeter (method chain calls)
60418 src/com/gps/hibernate/DlfolderDAO.java 39 There is log block not surrounded by if
60419 src/com/gps/hibernate/DlfolderDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60420 src/com/gps/hibernate/DlfolderDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60421 src/com/gps/hibernate/DlfolderDAO.java 41 There is log block not surrounded by if
60422 src/com/gps/hibernate/DlfolderDAO.java 46 Avoid excessively long variable names like persistentInstance
60423 src/com/gps/hibernate/DlfolderDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
60424 src/com/gps/hibernate/DlfolderDAO.java 46 publicMethodCommentRequirement Required
60425 src/com/gps/hibernate/DlfolderDAO.java 47 There is log block not surrounded by if
60426 src/com/gps/hibernate/DlfolderDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60427 src/com/gps/hibernate/DlfolderDAO.java 49 Potential violation of Law of Demeter (method chain calls)
60428 src/com/gps/hibernate/DlfolderDAO.java 50 There is log block not surrounded by if
60429 src/com/gps/hibernate/DlfolderDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60430 src/com/gps/hibernate/DlfolderDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60431 src/com/gps/hibernate/DlfolderDAO.java 52 There is log block not surrounded by if
60432 src/com/gps/hibernate/DlfolderDAO.java 57 Avoid variables with short names like id
60433 src/com/gps/hibernate/DlfolderDAO.java 57 Parameter 'id' is not assigned and could be declared final
60434 src/com/gps/hibernate/DlfolderDAO.java 57 publicMethodCommentRequirement Required
60435 src/com/gps/hibernate/DlfolderDAO.java 58 There is log block not surrounded by if
60436 src/com/gps/hibernate/DlfolderDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60437 src/com/gps/hibernate/DlfolderDAO.java 60 Local variable 'instance' could be declared final
60438 src/com/gps/hibernate/DlfolderDAO.java 60 Potential violation of Law of Demeter (method chain calls)
60439 src/com/gps/hibernate/DlfolderDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60440 src/com/gps/hibernate/DlfolderDAO.java 64 There is log block not surrounded by if
60441 src/com/gps/hibernate/DlfolderDAO.java 69 Parameter 'instance' is not assigned and could be declared final
60442 src/com/gps/hibernate/DlfolderDAO.java 69 publicMethodCommentRequirement Required
60443 src/com/gps/hibernate/DlfolderDAO.java 70 There is log block not surrounded by if
60444 src/com/gps/hibernate/DlfolderDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60445 src/com/gps/hibernate/DlfolderDAO.java 72 Local variable 'results' could be declared final
60446 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60447 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60448 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60449 src/com/gps/hibernate/DlfolderDAO.java 75 There is log block not surrounded by if
60450 src/com/gps/hibernate/DlfolderDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60451 src/com/gps/hibernate/DlfolderDAO.java 76 Potential violation of Law of Demeter (object not created locally)
60452 src/com/gps/hibernate/DlfolderDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60453 src/com/gps/hibernate/DlfolderDAO.java 79 There is log block not surrounded by if
60454 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
60455 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'value' is not assigned and could be declared final
60456 src/com/gps/hibernate/DlfolderDAO.java 84 publicMethodCommentRequirement Required
60457 src/com/gps/hibernate/DlfolderDAO.java 85 There is log block not surrounded by if
60458 src/com/gps/hibernate/DlfolderDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60459 src/com/gps/hibernate/DlfolderDAO.java 88 Local variable 'queryString' could be declared final
60460 src/com/gps/hibernate/DlfolderDAO.java 90 Local variable 'queryObject' could be declared final
60461 src/com/gps/hibernate/DlfolderDAO.java 90 Potential violation of Law of Demeter (method chain calls)
60462 src/com/gps/hibernate/DlfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
60463 src/com/gps/hibernate/DlfolderDAO.java 92 Potential violation of Law of Demeter (object not created locally)
60464 src/com/gps/hibernate/DlfolderDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60465 src/com/gps/hibernate/DlfolderDAO.java 94 There is log block not surrounded by if
60466 src/com/gps/hibernate/DlfolderDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
60467 src/com/gps/hibernate/DlfolderDAO.java 99 publicMethodCommentRequirement Required
60468 src/com/gps/hibernate/DlfolderDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
60469 src/com/gps/hibernate/DlfolderDAO.java 103 publicMethodCommentRequirement Required
60470 src/com/gps/hibernate/DlfolderDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
60471 src/com/gps/hibernate/DlfolderDAO.java 107 publicMethodCommentRequirement Required
60472 src/com/gps/hibernate/DlfolderDAO.java 111 Parameter 'userId' is not assigned and could be declared final
60473 src/com/gps/hibernate/DlfolderDAO.java 111 publicMethodCommentRequirement Required
60474 src/com/gps/hibernate/DlfolderDAO.java 115 Parameter 'userName' is not assigned and could be declared final
60475 src/com/gps/hibernate/DlfolderDAO.java 115 publicMethodCommentRequirement Required
60476 src/com/gps/hibernate/DlfolderDAO.java 119 Parameter 'parentFolderId' is not assigned and could be declared final
60477 src/com/gps/hibernate/DlfolderDAO.java 119 publicMethodCommentRequirement Required
60478 src/com/gps/hibernate/DlfolderDAO.java 123 Parameter 'name' is not assigned and could be declared final
60479 src/com/gps/hibernate/DlfolderDAO.java 123 publicMethodCommentRequirement Required
60480 src/com/gps/hibernate/DlfolderDAO.java 127 Parameter 'description' is not assigned and could be declared final
60481 src/com/gps/hibernate/DlfolderDAO.java 127 publicMethodCommentRequirement Required
60482 src/com/gps/hibernate/DlfolderDAO.java 131 publicMethodCommentRequirement Required
60483 src/com/gps/hibernate/DlfolderDAO.java 132 There is log block not surrounded by if
60484 src/com/gps/hibernate/DlfolderDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60485 src/com/gps/hibernate/DlfolderDAO.java 134 Local variable 'queryString' could be declared final
60486 src/com/gps/hibernate/DlfolderDAO.java 135 Local variable 'queryObject' could be declared final
60487 src/com/gps/hibernate/DlfolderDAO.java 135 Potential violation of Law of Demeter (method chain calls)
60488 src/com/gps/hibernate/DlfolderDAO.java 136 Potential violation of Law of Demeter (object not created locally)
60489 src/com/gps/hibernate/DlfolderDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60490 src/com/gps/hibernate/DlfolderDAO.java 138 There is log block not surrounded by if
60491 src/com/gps/hibernate/DlfolderDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
60492 src/com/gps/hibernate/DlfolderDAO.java 143 publicMethodCommentRequirement Required
60493 src/com/gps/hibernate/DlfolderDAO.java 144 There is log block not surrounded by if
60494 src/com/gps/hibernate/DlfolderDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60495 src/com/gps/hibernate/DlfolderDAO.java 146 Local variable 'result' could be declared final
60496 src/com/gps/hibernate/DlfolderDAO.java 146 Potential violation of Law of Demeter (method chain calls)
60497 src/com/gps/hibernate/DlfolderDAO.java 147 There is log block not surrounded by if
60498 src/com/gps/hibernate/DlfolderDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60499 src/com/gps/hibernate/DlfolderDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60500 src/com/gps/hibernate/DlfolderDAO.java 150 There is log block not surrounded by if
60501 src/com/gps/hibernate/DlfolderDAO.java 155 Parameter 'instance' is not assigned and could be declared final
60502 src/com/gps/hibernate/DlfolderDAO.java 155 publicMethodCommentRequirement Required
60503 src/com/gps/hibernate/DlfolderDAO.java 156 There is log block not surrounded by if
60504 src/com/gps/hibernate/DlfolderDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60505 src/com/gps/hibernate/DlfolderDAO.java 158 Potential violation of Law of Demeter (method chain calls)
60506 src/com/gps/hibernate/DlfolderDAO.java 159 There is log block not surrounded by if
60507 src/com/gps/hibernate/DlfolderDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60508 src/com/gps/hibernate/DlfolderDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60509 src/com/gps/hibernate/DlfolderDAO.java 161 There is log block not surrounded by if
60510 src/com/gps/hibernate/DlfolderDAO.java 166 Parameter 'instance' is not assigned and could be declared final
60511 src/com/gps/hibernate/DlfolderDAO.java 166 publicMethodCommentRequirement Required
60512 src/com/gps/hibernate/DlfolderDAO.java 167 There is log block not surrounded by if
60513 src/com/gps/hibernate/DlfolderDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60514 src/com/gps/hibernate/DlfolderDAO.java 169 Potential violation of Law of Demeter (method chain calls)
60515 src/com/gps/hibernate/DlfolderDAO.java 170 There is log block not surrounded by if
60516 src/com/gps/hibernate/DlfolderDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60517 src/com/gps/hibernate/DlfolderDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60518 src/com/gps/hibernate/DlfolderDAO.java 172 There is log block not surrounded by if
60519 src/com/gps/hibernate/Emailaddress.java 11 Classes implementing Serializable should set a serialVersionUID
60520 src/com/gps/hibernate/Emailaddress.java 15 fieldCommentRequirement Required
60521 src/com/gps/hibernate/Emailaddress.java 16 fieldCommentRequirement Required
60522 src/com/gps/hibernate/Emailaddress.java 17 fieldCommentRequirement Required
60523 src/com/gps/hibernate/Emailaddress.java 18 fieldCommentRequirement Required
60524 src/com/gps/hibernate/Emailaddress.java 19 fieldCommentRequirement Required
60525 src/com/gps/hibernate/Emailaddress.java 20 fieldCommentRequirement Required
60526 src/com/gps/hibernate/Emailaddress.java 21 fieldCommentRequirement Required
60527 src/com/gps/hibernate/Emailaddress.java 22 fieldCommentRequirement Required
60528 src/com/gps/hibernate/Emailaddress.java 23 fieldCommentRequirement Required
60529 src/com/gps/hibernate/Emailaddress.java 24 fieldCommentRequirement Required
60530 src/com/gps/hibernate/Emailaddress.java 25 fieldCommentRequirement Required
60531 src/com/gps/hibernate/Emailaddress.java 30 Document empty constructor
60532 src/com/gps/hibernate/Emailaddress.java 34 Parameter 'emailAddressId' is not assigned and could be declared final
60533 src/com/gps/hibernate/Emailaddress.java 39 Avoid long parameter lists.
60534 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'companyId' is not assigned and could be declared final
60535 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'emailAddressId' is not assigned and could be declared final
60536 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'userId' is not assigned and could be declared final
60537 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'createDate' is not assigned and could be declared final
60538 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
60539 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'userName' is not assigned and could be declared final
60540 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'address' is not assigned and could be declared final
60541 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classNameId' is not assigned and could be declared final
60542 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classPk' is not assigned and could be declared final
60543 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'typeId' is not assigned and could be declared final
60544 src/com/gps/hibernate/Emailaddress.java 42 Parameter 'primary' is not assigned and could be declared final
60545 src/com/gps/hibernate/Emailaddress.java 58 publicMethodCommentRequirement Required
60546 src/com/gps/hibernate/Emailaddress.java 62 Parameter 'emailAddressId' is not assigned and could be declared final
60547 src/com/gps/hibernate/Emailaddress.java 62 publicMethodCommentRequirement Required
60548 src/com/gps/hibernate/Emailaddress.java 66 publicMethodCommentRequirement Required
60549 src/com/gps/hibernate/Emailaddress.java 70 Parameter 'companyId' is not assigned and could be declared final
60550 src/com/gps/hibernate/Emailaddress.java 70 publicMethodCommentRequirement Required
60551 src/com/gps/hibernate/Emailaddress.java 74 publicMethodCommentRequirement Required
60552 src/com/gps/hibernate/Emailaddress.java 78 Parameter 'userId' is not assigned and could be declared final
60553 src/com/gps/hibernate/Emailaddress.java 78 publicMethodCommentRequirement Required
60554 src/com/gps/hibernate/Emailaddress.java 82 publicMethodCommentRequirement Required
60555 src/com/gps/hibernate/Emailaddress.java 86 Parameter 'userName' is not assigned and could be declared final
60556 src/com/gps/hibernate/Emailaddress.java 86 publicMethodCommentRequirement Required
60557 src/com/gps/hibernate/Emailaddress.java 90 publicMethodCommentRequirement Required
60558 src/com/gps/hibernate/Emailaddress.java 94 Parameter 'createDate' is not assigned and could be declared final
60559 src/com/gps/hibernate/Emailaddress.java 94 publicMethodCommentRequirement Required
60560 src/com/gps/hibernate/Emailaddress.java 98 publicMethodCommentRequirement Required
60561 src/com/gps/hibernate/Emailaddress.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
60562 src/com/gps/hibernate/Emailaddress.java 102 publicMethodCommentRequirement Required
60563 src/com/gps/hibernate/Emailaddress.java 106 publicMethodCommentRequirement Required
60564 src/com/gps/hibernate/Emailaddress.java 110 Parameter 'classNameId' is not assigned and could be declared final
60565 src/com/gps/hibernate/Emailaddress.java 110 publicMethodCommentRequirement Required
60566 src/com/gps/hibernate/Emailaddress.java 114 publicMethodCommentRequirement Required
60567 src/com/gps/hibernate/Emailaddress.java 118 Parameter 'classPk' is not assigned and could be declared final
60568 src/com/gps/hibernate/Emailaddress.java 118 publicMethodCommentRequirement Required
60569 src/com/gps/hibernate/Emailaddress.java 122 publicMethodCommentRequirement Required
60570 src/com/gps/hibernate/Emailaddress.java 126 Parameter 'address' is not assigned and could be declared final
60571 src/com/gps/hibernate/Emailaddress.java 126 publicMethodCommentRequirement Required
60572 src/com/gps/hibernate/Emailaddress.java 130 publicMethodCommentRequirement Required
60573 src/com/gps/hibernate/Emailaddress.java 134 Parameter 'typeId' is not assigned and could be declared final
60574 src/com/gps/hibernate/Emailaddress.java 134 publicMethodCommentRequirement Required
60575 src/com/gps/hibernate/Emailaddress.java 138 publicMethodCommentRequirement Required
60576 src/com/gps/hibernate/Emailaddress.java 142 Parameter 'primary' is not assigned and could be declared final
60577 src/com/gps/hibernate/Emailaddress.java 142 publicMethodCommentRequirement Required
60578 src/com/gps/hibernate/EmailaddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
60579 src/com/gps/hibernate/EmailaddressDAO.java 11 Comment is too large: Too many lines
60580 src/com/gps/hibernate/EmailaddressDAO.java 23 This class has too many methods, consider refactoring it.
60581 src/com/gps/hibernate/EmailaddressDAO.java 24 Logger should be defined private static final and have the correct class
60582 src/com/gps/hibernate/EmailaddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
60583 src/com/gps/hibernate/EmailaddressDAO.java 24 fieldCommentRequirement Required
60584 src/com/gps/hibernate/EmailaddressDAO.java 26 fieldCommentRequirement Required
60585 src/com/gps/hibernate/EmailaddressDAO.java 27 fieldCommentRequirement Required
60586 src/com/gps/hibernate/EmailaddressDAO.java 28 fieldCommentRequirement Required
60587 src/com/gps/hibernate/EmailaddressDAO.java 29 fieldCommentRequirement Required
60588 src/com/gps/hibernate/EmailaddressDAO.java 30 fieldCommentRequirement Required
60589 src/com/gps/hibernate/EmailaddressDAO.java 31 fieldCommentRequirement Required
60590 src/com/gps/hibernate/EmailaddressDAO.java 32 fieldCommentRequirement Required
60591 src/com/gps/hibernate/EmailaddressDAO.java 33 fieldCommentRequirement Required
60592 src/com/gps/hibernate/EmailaddressDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
60593 src/com/gps/hibernate/EmailaddressDAO.java 35 publicMethodCommentRequirement Required
60594 src/com/gps/hibernate/EmailaddressDAO.java 36 There is log block not surrounded by if
60595 src/com/gps/hibernate/EmailaddressDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60596 src/com/gps/hibernate/EmailaddressDAO.java 38 Potential violation of Law of Demeter (method chain calls)
60597 src/com/gps/hibernate/EmailaddressDAO.java 39 There is log block not surrounded by if
60598 src/com/gps/hibernate/EmailaddressDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60599 src/com/gps/hibernate/EmailaddressDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60600 src/com/gps/hibernate/EmailaddressDAO.java 41 There is log block not surrounded by if
60601 src/com/gps/hibernate/EmailaddressDAO.java 46 Avoid excessively long variable names like persistentInstance
60602 src/com/gps/hibernate/EmailaddressDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
60603 src/com/gps/hibernate/EmailaddressDAO.java 46 publicMethodCommentRequirement Required
60604 src/com/gps/hibernate/EmailaddressDAO.java 47 There is log block not surrounded by if
60605 src/com/gps/hibernate/EmailaddressDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60606 src/com/gps/hibernate/EmailaddressDAO.java 49 Potential violation of Law of Demeter (method chain calls)
60607 src/com/gps/hibernate/EmailaddressDAO.java 50 There is log block not surrounded by if
60608 src/com/gps/hibernate/EmailaddressDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60609 src/com/gps/hibernate/EmailaddressDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60610 src/com/gps/hibernate/EmailaddressDAO.java 52 There is log block not surrounded by if
60611 src/com/gps/hibernate/EmailaddressDAO.java 57 Avoid variables with short names like id
60612 src/com/gps/hibernate/EmailaddressDAO.java 57 Parameter 'id' is not assigned and could be declared final
60613 src/com/gps/hibernate/EmailaddressDAO.java 57 publicMethodCommentRequirement Required
60614 src/com/gps/hibernate/EmailaddressDAO.java 58 There is log block not surrounded by if
60615 src/com/gps/hibernate/EmailaddressDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60616 src/com/gps/hibernate/EmailaddressDAO.java 60 Local variable 'instance' could be declared final
60617 src/com/gps/hibernate/EmailaddressDAO.java 60 Potential violation of Law of Demeter (method chain calls)
60618 src/com/gps/hibernate/EmailaddressDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60619 src/com/gps/hibernate/EmailaddressDAO.java 64 There is log block not surrounded by if
60620 src/com/gps/hibernate/EmailaddressDAO.java 69 Parameter 'instance' is not assigned and could be declared final
60621 src/com/gps/hibernate/EmailaddressDAO.java 69 publicMethodCommentRequirement Required
60622 src/com/gps/hibernate/EmailaddressDAO.java 70 There is log block not surrounded by if
60623 src/com/gps/hibernate/EmailaddressDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60624 src/com/gps/hibernate/EmailaddressDAO.java 72 Local variable 'results' could be declared final
60625 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60626 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60627 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
60628 src/com/gps/hibernate/EmailaddressDAO.java 75 There is log block not surrounded by if
60629 src/com/gps/hibernate/EmailaddressDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60630 src/com/gps/hibernate/EmailaddressDAO.java 76 Potential violation of Law of Demeter (object not created locally)
60631 src/com/gps/hibernate/EmailaddressDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60632 src/com/gps/hibernate/EmailaddressDAO.java 79 There is log block not surrounded by if
60633 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
60634 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'value' is not assigned and could be declared final
60635 src/com/gps/hibernate/EmailaddressDAO.java 84 publicMethodCommentRequirement Required
60636 src/com/gps/hibernate/EmailaddressDAO.java 85 There is log block not surrounded by if
60637 src/com/gps/hibernate/EmailaddressDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60638 src/com/gps/hibernate/EmailaddressDAO.java 88 Local variable 'queryString' could be declared final
60639 src/com/gps/hibernate/EmailaddressDAO.java 90 Local variable 'queryObject' could be declared final
60640 src/com/gps/hibernate/EmailaddressDAO.java 90 Potential violation of Law of Demeter (method chain calls)
60641 src/com/gps/hibernate/EmailaddressDAO.java 91 Potential violation of Law of Demeter (object not created locally)
60642 src/com/gps/hibernate/EmailaddressDAO.java 92 Potential violation of Law of Demeter (object not created locally)
60643 src/com/gps/hibernate/EmailaddressDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60644 src/com/gps/hibernate/EmailaddressDAO.java 94 There is log block not surrounded by if
60645 src/com/gps/hibernate/EmailaddressDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
60646 src/com/gps/hibernate/EmailaddressDAO.java 99 publicMethodCommentRequirement Required
60647 src/com/gps/hibernate/EmailaddressDAO.java 103 Parameter 'userId' is not assigned and could be declared final
60648 src/com/gps/hibernate/EmailaddressDAO.java 103 publicMethodCommentRequirement Required
60649 src/com/gps/hibernate/EmailaddressDAO.java 107 Parameter 'userName' is not assigned and could be declared final
60650 src/com/gps/hibernate/EmailaddressDAO.java 107 publicMethodCommentRequirement Required
60651 src/com/gps/hibernate/EmailaddressDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
60652 src/com/gps/hibernate/EmailaddressDAO.java 111 publicMethodCommentRequirement Required
60653 src/com/gps/hibernate/EmailaddressDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
60654 src/com/gps/hibernate/EmailaddressDAO.java 115 publicMethodCommentRequirement Required
60655 src/com/gps/hibernate/EmailaddressDAO.java 119 Parameter 'address' is not assigned and could be declared final
60656 src/com/gps/hibernate/EmailaddressDAO.java 119 publicMethodCommentRequirement Required
60657 src/com/gps/hibernate/EmailaddressDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
60658 src/com/gps/hibernate/EmailaddressDAO.java 123 publicMethodCommentRequirement Required
60659 src/com/gps/hibernate/EmailaddressDAO.java 127 Parameter 'primary' is not assigned and could be declared final
60660 src/com/gps/hibernate/EmailaddressDAO.java 127 publicMethodCommentRequirement Required
60661 src/com/gps/hibernate/EmailaddressDAO.java 131 publicMethodCommentRequirement Required
60662 src/com/gps/hibernate/EmailaddressDAO.java 132 There is log block not surrounded by if
60663 src/com/gps/hibernate/EmailaddressDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60664 src/com/gps/hibernate/EmailaddressDAO.java 134 Local variable 'queryString' could be declared final
60665 src/com/gps/hibernate/EmailaddressDAO.java 135 Local variable 'queryObject' could be declared final
60666 src/com/gps/hibernate/EmailaddressDAO.java 135 Potential violation of Law of Demeter (method chain calls)
60667 src/com/gps/hibernate/EmailaddressDAO.java 136 Potential violation of Law of Demeter (object not created locally)
60668 src/com/gps/hibernate/EmailaddressDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60669 src/com/gps/hibernate/EmailaddressDAO.java 138 There is log block not surrounded by if
60670 src/com/gps/hibernate/EmailaddressDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
60671 src/com/gps/hibernate/EmailaddressDAO.java 143 publicMethodCommentRequirement Required
60672 src/com/gps/hibernate/EmailaddressDAO.java 144 There is log block not surrounded by if
60673 src/com/gps/hibernate/EmailaddressDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60674 src/com/gps/hibernate/EmailaddressDAO.java 146 Local variable 'result' could be declared final
60675 src/com/gps/hibernate/EmailaddressDAO.java 146 Potential violation of Law of Demeter (method chain calls)
60676 src/com/gps/hibernate/EmailaddressDAO.java 148 There is log block not surrounded by if
60677 src/com/gps/hibernate/EmailaddressDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60678 src/com/gps/hibernate/EmailaddressDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60679 src/com/gps/hibernate/EmailaddressDAO.java 151 There is log block not surrounded by if
60680 src/com/gps/hibernate/EmailaddressDAO.java 156 Parameter 'instance' is not assigned and could be declared final
60681 src/com/gps/hibernate/EmailaddressDAO.java 156 publicMethodCommentRequirement Required
60682 src/com/gps/hibernate/EmailaddressDAO.java 157 There is log block not surrounded by if
60683 src/com/gps/hibernate/EmailaddressDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60684 src/com/gps/hibernate/EmailaddressDAO.java 159 Potential violation of Law of Demeter (method chain calls)
60685 src/com/gps/hibernate/EmailaddressDAO.java 160 There is log block not surrounded by if
60686 src/com/gps/hibernate/EmailaddressDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60687 src/com/gps/hibernate/EmailaddressDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60688 src/com/gps/hibernate/EmailaddressDAO.java 162 There is log block not surrounded by if
60689 src/com/gps/hibernate/EmailaddressDAO.java 167 Parameter 'instance' is not assigned and could be declared final
60690 src/com/gps/hibernate/EmailaddressDAO.java 167 publicMethodCommentRequirement Required
60691 src/com/gps/hibernate/EmailaddressDAO.java 168 There is log block not surrounded by if
60692 src/com/gps/hibernate/EmailaddressDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60693 src/com/gps/hibernate/EmailaddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
60694 src/com/gps/hibernate/EmailaddressDAO.java 171 There is log block not surrounded by if
60695 src/com/gps/hibernate/EmailaddressDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60696 src/com/gps/hibernate/EmailaddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60697 src/com/gps/hibernate/EmailaddressDAO.java 173 There is log block not surrounded by if
60698 src/com/gps/hibernate/EventNotification.java 12 headerCommentRequirement Required
60699 src/com/gps/hibernate/EventNotification.java 14 Variables should start with a lowercase character, 'Alertid' starts with uppercase character.
60700 src/com/gps/hibernate/EventNotification.java 14 fieldCommentRequirement Required
60701 src/com/gps/hibernate/EventNotification.java 15 Variables should start with a lowercase character, 'Orgid' starts with uppercase character.
60702 src/com/gps/hibernate/EventNotification.java 15 fieldCommentRequirement Required
60703 src/com/gps/hibernate/EventNotification.java 16 fieldCommentRequirement Required
60704 src/com/gps/hibernate/EventNotification.java 17 fieldCommentRequirement Required
60705 src/com/gps/hibernate/EventNotification.java 18 fieldCommentRequirement Required
60706 src/com/gps/hibernate/EventNotification.java 19 Variables should start with a lowercase character, 'StartTime' starts with uppercase character.
60707 src/com/gps/hibernate/EventNotification.java 19 fieldCommentRequirement Required
60708 src/com/gps/hibernate/EventNotification.java 20 Variables should start with a lowercase character, 'EndTime' starts with uppercase character.
60709 src/com/gps/hibernate/EventNotification.java 20 fieldCommentRequirement Required
60710 src/com/gps/hibernate/EventNotification.java 22 fieldCommentRequirement Required
60711 src/com/gps/hibernate/EventNotification.java 24 publicMethodCommentRequirement Required
60712 src/com/gps/hibernate/EventNotification.java 27 Parameter 'startTime' is not assigned and could be declared final
60713 src/com/gps/hibernate/EventNotification.java 27 publicMethodCommentRequirement Required
60714 src/com/gps/hibernate/EventNotification.java 30 publicMethodCommentRequirement Required
60715 src/com/gps/hibernate/EventNotification.java 33 Parameter 'endTime' is not assigned and could be declared final
60716 src/com/gps/hibernate/EventNotification.java 33 publicMethodCommentRequirement Required
60717 src/com/gps/hibernate/EventNotification.java 36 publicMethodCommentRequirement Required
60718 src/com/gps/hibernate/EventNotification.java 39 Parameter 'alertid' is not assigned and could be declared final
60719 src/com/gps/hibernate/EventNotification.java 39 publicMethodCommentRequirement Required
60720 src/com/gps/hibernate/EventNotification.java 42 publicMethodCommentRequirement Required
60721 src/com/gps/hibernate/EventNotification.java 45 Parameter 'orgid' is not assigned and could be declared final
60722 src/com/gps/hibernate/EventNotification.java 45 publicMethodCommentRequirement Required
60723 src/com/gps/hibernate/EventNotification.java 48 publicMethodCommentRequirement Required
60724 src/com/gps/hibernate/EventNotification.java 51 Parameter 'phone' is not assigned and could be declared final
60725 src/com/gps/hibernate/EventNotification.java 51 publicMethodCommentRequirement Required
60726 src/com/gps/hibernate/EventNotification.java 54 publicMethodCommentRequirement Required
60727 src/com/gps/hibernate/EventNotification.java 57 Parameter 'event' is not assigned and could be declared final
60728 src/com/gps/hibernate/EventNotification.java 57 publicMethodCommentRequirement Required
60729 src/com/gps/hibernate/EventNotification.java 60 publicMethodCommentRequirement Required
60730 src/com/gps/hibernate/EventNotification.java 63 Parameter 'alertTrip' is not assigned and could be declared final
60731 src/com/gps/hibernate/EventNotification.java 63 publicMethodCommentRequirement Required
60732 src/com/gps/hibernate/EventNotification.java 67 publicMethodCommentRequirement Required
60733 src/com/gps/hibernate/EventNotification.java 70 Parameter 'mode' is not assigned and could be declared final
60734 src/com/gps/hibernate/EventNotification.java 70 publicMethodCommentRequirement Required
60735 src/com/gps/hibernate/EventNotificationDAO.java 19 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
60736 src/com/gps/hibernate/EventNotificationDAO.java 23 headerCommentRequirement Required
60737 src/com/gps/hibernate/EventNotificationDAO.java 25 Logger should be defined private static final and have the correct class
60738 src/com/gps/hibernate/EventNotificationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
60739 src/com/gps/hibernate/EventNotificationDAO.java 25 fieldCommentRequirement Required
60740 src/com/gps/hibernate/EventNotificationDAO.java 26 Parameter 'eventCode' is not assigned and could be declared final
60741 src/com/gps/hibernate/EventNotificationDAO.java 26 Parameter 'orgid' is not assigned and could be declared final
60742 src/com/gps/hibernate/EventNotificationDAO.java 26 publicMethodCommentRequirement Required
60743 src/com/gps/hibernate/EventNotificationDAO.java 28 Local variable 'SendTo' could be declared final
60744 src/com/gps/hibernate/EventNotificationDAO.java 28 Variables should start with a lowercase character, 'SendTo' starts with uppercase character.
60745 src/com/gps/hibernate/EventNotificationDAO.java 30 Found 'DD'-anomaly for variable 'orgType' (lines '30'-'35').
60746 src/com/gps/hibernate/EventNotificationDAO.java 31 Found 'DD'-anomaly for variable 'eventNotification' (lines '31'-'45').
60747 src/com/gps/hibernate/EventNotificationDAO.java 31 Found 'DU'-anomaly for variable 'eventNotification' (lines '31'-'63').
60748 src/com/gps/hibernate/EventNotificationDAO.java 35 Potential violation of Law of Demeter (method chain calls)
60749 src/com/gps/hibernate/EventNotificationDAO.java 36 Local variable 'eventNotifyQry' could be declared final
60750 src/com/gps/hibernate/EventNotificationDAO.java 36 Potential violation of Law of Demeter (method chain calls)
60751 src/com/gps/hibernate/EventNotificationDAO.java 40 Local variable 'schedulerList' could be declared final
60752 src/com/gps/hibernate/EventNotificationDAO.java 42 Local variable 'schedulerIter' could be declared final
60753 src/com/gps/hibernate/EventNotificationDAO.java 44 Local variable 'rows' could be declared final
60754 src/com/gps/hibernate/EventNotificationDAO.java 45 Avoid instantiating new objects inside loops
60755 src/com/gps/hibernate/EventNotificationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
60756 src/com/gps/hibernate/EventNotificationDAO.java 47 Potential violation of Law of Demeter (method chain calls)
60757 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
60758 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
60759 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
60760 src/com/gps/hibernate/EventNotificationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
60761 src/com/gps/hibernate/EventNotificationDAO.java 49 Potential violation of Law of Demeter (method chain calls)
60762 src/com/gps/hibernate/EventNotificationDAO.java 50 Potential violation of Law of Demeter (method chain calls)
60763 src/com/gps/hibernate/EventNotificationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
60764 src/com/gps/hibernate/EventNotificationDAO.java 52 Potential violation of Law of Demeter (method chain calls)
60765 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
60766 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
60767 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
60768 src/com/gps/hibernate/EventNotificationDAO.java 53 Potential violation of Law of Demeter (method chain calls)
60769 src/com/gps/hibernate/EventNotificationDAO.java 57 There is log block not surrounded by if
60770 src/com/gps/hibernate/EventNotificationDAO.java 57 There is log block not surrounded by if
60771 src/com/gps/hibernate/EventNotificationDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60772 src/com/gps/hibernate/EventNotificationDAO.java 59 There is log block not surrounded by if
60773 src/com/gps/hibernate/Expandocolumn.java 9 Classes implementing Serializable should set a serialVersionUID
60774 src/com/gps/hibernate/Expandocolumn.java 13 fieldCommentRequirement Required
60775 src/com/gps/hibernate/Expandocolumn.java 14 fieldCommentRequirement Required
60776 src/com/gps/hibernate/Expandocolumn.java 15 fieldCommentRequirement Required
60777 src/com/gps/hibernate/Expandocolumn.java 16 fieldCommentRequirement Required
60778 src/com/gps/hibernate/Expandocolumn.java 17 fieldCommentRequirement Required
60779 src/com/gps/hibernate/Expandocolumn.java 18 fieldCommentRequirement Required
60780 src/com/gps/hibernate/Expandocolumn.java 19 fieldCommentRequirement Required
60781 src/com/gps/hibernate/Expandocolumn.java 24 Document empty constructor
60782 src/com/gps/hibernate/Expandocolumn.java 28 Parameter 'columnId' is not assigned and could be declared final
60783 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'columnId' is not assigned and could be declared final
60784 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'companyId' is not assigned and could be declared final
60785 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'tableId' is not assigned and could be declared final
60786 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'defaultData' is not assigned and could be declared final
60787 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'name' is not assigned and could be declared final
60788 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'type' is not assigned and could be declared final
60789 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'typeSettings' is not assigned and could be declared final
60790 src/com/gps/hibernate/Expandocolumn.java 46 publicMethodCommentRequirement Required
60791 src/com/gps/hibernate/Expandocolumn.java 50 Parameter 'columnId' is not assigned and could be declared final
60792 src/com/gps/hibernate/Expandocolumn.java 50 publicMethodCommentRequirement Required
60793 src/com/gps/hibernate/Expandocolumn.java 54 publicMethodCommentRequirement Required
60794 src/com/gps/hibernate/Expandocolumn.java 58 Parameter 'companyId' is not assigned and could be declared final
60795 src/com/gps/hibernate/Expandocolumn.java 58 publicMethodCommentRequirement Required
60796 src/com/gps/hibernate/Expandocolumn.java 62 publicMethodCommentRequirement Required
60797 src/com/gps/hibernate/Expandocolumn.java 66 Parameter 'tableId' is not assigned and could be declared final
60798 src/com/gps/hibernate/Expandocolumn.java 66 publicMethodCommentRequirement Required
60799 src/com/gps/hibernate/Expandocolumn.java 70 publicMethodCommentRequirement Required
60800 src/com/gps/hibernate/Expandocolumn.java 74 Parameter 'name' is not assigned and could be declared final
60801 src/com/gps/hibernate/Expandocolumn.java 74 publicMethodCommentRequirement Required
60802 src/com/gps/hibernate/Expandocolumn.java 78 publicMethodCommentRequirement Required
60803 src/com/gps/hibernate/Expandocolumn.java 82 Parameter 'type' is not assigned and could be declared final
60804 src/com/gps/hibernate/Expandocolumn.java 82 publicMethodCommentRequirement Required
60805 src/com/gps/hibernate/Expandocolumn.java 86 publicMethodCommentRequirement Required
60806 src/com/gps/hibernate/Expandocolumn.java 90 Parameter 'defaultData' is not assigned and could be declared final
60807 src/com/gps/hibernate/Expandocolumn.java 90 publicMethodCommentRequirement Required
60808 src/com/gps/hibernate/Expandocolumn.java 94 publicMethodCommentRequirement Required
60809 src/com/gps/hibernate/Expandocolumn.java 98 Parameter 'typeSettings' is not assigned and could be declared final
60810 src/com/gps/hibernate/Expandocolumn.java 98 publicMethodCommentRequirement Required
60811 src/com/gps/hibernate/ExpandocolumnDAO.java 10 Comment is too large: Too many lines
60812 src/com/gps/hibernate/ExpandocolumnDAO.java 22 This class has too many methods, consider refactoring it.
60813 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Logger should be defined private static final and have the correct class
60814 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
60815 src/com/gps/hibernate/ExpandocolumnDAO.java 23 fieldCommentRequirement Required
60816 src/com/gps/hibernate/ExpandocolumnDAO.java 25 fieldCommentRequirement Required
60817 src/com/gps/hibernate/ExpandocolumnDAO.java 26 fieldCommentRequirement Required
60818 src/com/gps/hibernate/ExpandocolumnDAO.java 27 fieldCommentRequirement Required
60819 src/com/gps/hibernate/ExpandocolumnDAO.java 28 fieldCommentRequirement Required
60820 src/com/gps/hibernate/ExpandocolumnDAO.java 29 fieldCommentRequirement Required
60821 src/com/gps/hibernate/ExpandocolumnDAO.java 30 fieldCommentRequirement Required
60822 src/com/gps/hibernate/ExpandocolumnDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
60823 src/com/gps/hibernate/ExpandocolumnDAO.java 32 publicMethodCommentRequirement Required
60824 src/com/gps/hibernate/ExpandocolumnDAO.java 33 There is log block not surrounded by if
60825 src/com/gps/hibernate/ExpandocolumnDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60826 src/com/gps/hibernate/ExpandocolumnDAO.java 35 Potential violation of Law of Demeter (method chain calls)
60827 src/com/gps/hibernate/ExpandocolumnDAO.java 36 There is log block not surrounded by if
60828 src/com/gps/hibernate/ExpandocolumnDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60829 src/com/gps/hibernate/ExpandocolumnDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60830 src/com/gps/hibernate/ExpandocolumnDAO.java 38 There is log block not surrounded by if
60831 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Avoid excessively long variable names like persistentInstance
60832 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
60833 src/com/gps/hibernate/ExpandocolumnDAO.java 43 publicMethodCommentRequirement Required
60834 src/com/gps/hibernate/ExpandocolumnDAO.java 44 There is log block not surrounded by if
60835 src/com/gps/hibernate/ExpandocolumnDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60836 src/com/gps/hibernate/ExpandocolumnDAO.java 46 Potential violation of Law of Demeter (method chain calls)
60837 src/com/gps/hibernate/ExpandocolumnDAO.java 47 There is log block not surrounded by if
60838 src/com/gps/hibernate/ExpandocolumnDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60839 src/com/gps/hibernate/ExpandocolumnDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60840 src/com/gps/hibernate/ExpandocolumnDAO.java 49 There is log block not surrounded by if
60841 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Avoid variables with short names like id
60842 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Parameter 'id' is not assigned and could be declared final
60843 src/com/gps/hibernate/ExpandocolumnDAO.java 54 publicMethodCommentRequirement Required
60844 src/com/gps/hibernate/ExpandocolumnDAO.java 55 There is log block not surrounded by if
60845 src/com/gps/hibernate/ExpandocolumnDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60846 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Local variable 'instance' could be declared final
60847 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Potential violation of Law of Demeter (method chain calls)
60848 src/com/gps/hibernate/ExpandocolumnDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60849 src/com/gps/hibernate/ExpandocolumnDAO.java 61 There is log block not surrounded by if
60850 src/com/gps/hibernate/ExpandocolumnDAO.java 66 Parameter 'instance' is not assigned and could be declared final
60851 src/com/gps/hibernate/ExpandocolumnDAO.java 66 publicMethodCommentRequirement Required
60852 src/com/gps/hibernate/ExpandocolumnDAO.java 67 There is log block not surrounded by if
60853 src/com/gps/hibernate/ExpandocolumnDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60854 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Local variable 'results' could be declared final
60855 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
60856 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
60857 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
60858 src/com/gps/hibernate/ExpandocolumnDAO.java 72 There is log block not surrounded by if
60859 src/com/gps/hibernate/ExpandocolumnDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60860 src/com/gps/hibernate/ExpandocolumnDAO.java 73 Potential violation of Law of Demeter (object not created locally)
60861 src/com/gps/hibernate/ExpandocolumnDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60862 src/com/gps/hibernate/ExpandocolumnDAO.java 76 There is log block not surrounded by if
60863 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
60864 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'value' is not assigned and could be declared final
60865 src/com/gps/hibernate/ExpandocolumnDAO.java 81 publicMethodCommentRequirement Required
60866 src/com/gps/hibernate/ExpandocolumnDAO.java 82 There is log block not surrounded by if
60867 src/com/gps/hibernate/ExpandocolumnDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60868 src/com/gps/hibernate/ExpandocolumnDAO.java 85 Local variable 'queryString' could be declared final
60869 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Local variable 'queryObject' could be declared final
60870 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Potential violation of Law of Demeter (method chain calls)
60871 src/com/gps/hibernate/ExpandocolumnDAO.java 88 Potential violation of Law of Demeter (object not created locally)
60872 src/com/gps/hibernate/ExpandocolumnDAO.java 89 Potential violation of Law of Demeter (object not created locally)
60873 src/com/gps/hibernate/ExpandocolumnDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60874 src/com/gps/hibernate/ExpandocolumnDAO.java 91 There is log block not surrounded by if
60875 src/com/gps/hibernate/ExpandocolumnDAO.java 96 Parameter 'companyId' is not assigned and could be declared final
60876 src/com/gps/hibernate/ExpandocolumnDAO.java 96 publicMethodCommentRequirement Required
60877 src/com/gps/hibernate/ExpandocolumnDAO.java 100 Parameter 'tableId' is not assigned and could be declared final
60878 src/com/gps/hibernate/ExpandocolumnDAO.java 100 publicMethodCommentRequirement Required
60879 src/com/gps/hibernate/ExpandocolumnDAO.java 104 Parameter 'name' is not assigned and could be declared final
60880 src/com/gps/hibernate/ExpandocolumnDAO.java 104 publicMethodCommentRequirement Required
60881 src/com/gps/hibernate/ExpandocolumnDAO.java 108 Parameter 'type' is not assigned and could be declared final
60882 src/com/gps/hibernate/ExpandocolumnDAO.java 108 publicMethodCommentRequirement Required
60883 src/com/gps/hibernate/ExpandocolumnDAO.java 112 Parameter 'defaultData' is not assigned and could be declared final
60884 src/com/gps/hibernate/ExpandocolumnDAO.java 112 publicMethodCommentRequirement Required
60885 src/com/gps/hibernate/ExpandocolumnDAO.java 116 Parameter 'typeSettings' is not assigned and could be declared final
60886 src/com/gps/hibernate/ExpandocolumnDAO.java 116 publicMethodCommentRequirement Required
60887 src/com/gps/hibernate/ExpandocolumnDAO.java 120 publicMethodCommentRequirement Required
60888 src/com/gps/hibernate/ExpandocolumnDAO.java 121 There is log block not surrounded by if
60889 src/com/gps/hibernate/ExpandocolumnDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60890 src/com/gps/hibernate/ExpandocolumnDAO.java 123 Local variable 'queryString' could be declared final
60891 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Local variable 'queryObject' could be declared final
60892 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Potential violation of Law of Demeter (method chain calls)
60893 src/com/gps/hibernate/ExpandocolumnDAO.java 125 Potential violation of Law of Demeter (object not created locally)
60894 src/com/gps/hibernate/ExpandocolumnDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60895 src/com/gps/hibernate/ExpandocolumnDAO.java 127 There is log block not surrounded by if
60896 src/com/gps/hibernate/ExpandocolumnDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
60897 src/com/gps/hibernate/ExpandocolumnDAO.java 132 publicMethodCommentRequirement Required
60898 src/com/gps/hibernate/ExpandocolumnDAO.java 133 There is log block not surrounded by if
60899 src/com/gps/hibernate/ExpandocolumnDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60900 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Local variable 'result' could be declared final
60901 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Potential violation of Law of Demeter (method chain calls)
60902 src/com/gps/hibernate/ExpandocolumnDAO.java 137 There is log block not surrounded by if
60903 src/com/gps/hibernate/ExpandocolumnDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60904 src/com/gps/hibernate/ExpandocolumnDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60905 src/com/gps/hibernate/ExpandocolumnDAO.java 140 There is log block not surrounded by if
60906 src/com/gps/hibernate/ExpandocolumnDAO.java 145 Parameter 'instance' is not assigned and could be declared final
60907 src/com/gps/hibernate/ExpandocolumnDAO.java 145 publicMethodCommentRequirement Required
60908 src/com/gps/hibernate/ExpandocolumnDAO.java 146 There is log block not surrounded by if
60909 src/com/gps/hibernate/ExpandocolumnDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60910 src/com/gps/hibernate/ExpandocolumnDAO.java 148 Potential violation of Law of Demeter (method chain calls)
60911 src/com/gps/hibernate/ExpandocolumnDAO.java 149 There is log block not surrounded by if
60912 src/com/gps/hibernate/ExpandocolumnDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60913 src/com/gps/hibernate/ExpandocolumnDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60914 src/com/gps/hibernate/ExpandocolumnDAO.java 151 There is log block not surrounded by if
60915 src/com/gps/hibernate/ExpandocolumnDAO.java 156 Parameter 'instance' is not assigned and could be declared final
60916 src/com/gps/hibernate/ExpandocolumnDAO.java 156 publicMethodCommentRequirement Required
60917 src/com/gps/hibernate/ExpandocolumnDAO.java 157 There is log block not surrounded by if
60918 src/com/gps/hibernate/ExpandocolumnDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60919 src/com/gps/hibernate/ExpandocolumnDAO.java 159 Potential violation of Law of Demeter (method chain calls)
60920 src/com/gps/hibernate/ExpandocolumnDAO.java 160 There is log block not surrounded by if
60921 src/com/gps/hibernate/ExpandocolumnDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60922 src/com/gps/hibernate/ExpandocolumnDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60923 src/com/gps/hibernate/ExpandocolumnDAO.java 162 There is log block not surrounded by if
60924 src/com/gps/hibernate/Expandorow.java 9 Classes implementing Serializable should set a serialVersionUID
60925 src/com/gps/hibernate/Expandorow.java 13 fieldCommentRequirement Required
60926 src/com/gps/hibernate/Expandorow.java 14 fieldCommentRequirement Required
60927 src/com/gps/hibernate/Expandorow.java 15 fieldCommentRequirement Required
60928 src/com/gps/hibernate/Expandorow.java 16 fieldCommentRequirement Required
60929 src/com/gps/hibernate/Expandorow.java 21 Document empty constructor
60930 src/com/gps/hibernate/Expandorow.java 25 Parameter 'rowId' is not assigned and could be declared final
60931 src/com/gps/hibernate/Expandorow.java 30 Parameter 'classPk' is not assigned and could be declared final
60932 src/com/gps/hibernate/Expandorow.java 30 Parameter 'companyId' is not assigned and could be declared final
60933 src/com/gps/hibernate/Expandorow.java 30 Parameter 'rowId' is not assigned and could be declared final
60934 src/com/gps/hibernate/Expandorow.java 30 Parameter 'tableId' is not assigned and could be declared final
60935 src/com/gps/hibernate/Expandorow.java 39 publicMethodCommentRequirement Required
60936 src/com/gps/hibernate/Expandorow.java 43 Parameter 'rowId' is not assigned and could be declared final
60937 src/com/gps/hibernate/Expandorow.java 43 publicMethodCommentRequirement Required
60938 src/com/gps/hibernate/Expandorow.java 47 publicMethodCommentRequirement Required
60939 src/com/gps/hibernate/Expandorow.java 51 Parameter 'companyId' is not assigned and could be declared final
60940 src/com/gps/hibernate/Expandorow.java 51 publicMethodCommentRequirement Required
60941 src/com/gps/hibernate/Expandorow.java 55 publicMethodCommentRequirement Required
60942 src/com/gps/hibernate/Expandorow.java 59 Parameter 'tableId' is not assigned and could be declared final
60943 src/com/gps/hibernate/Expandorow.java 59 publicMethodCommentRequirement Required
60944 src/com/gps/hibernate/Expandorow.java 63 publicMethodCommentRequirement Required
60945 src/com/gps/hibernate/Expandorow.java 67 Parameter 'classPk' is not assigned and could be declared final
60946 src/com/gps/hibernate/Expandorow.java 67 publicMethodCommentRequirement Required
60947 src/com/gps/hibernate/ExpandorowDAO.java 10 Comment is too large: Too many lines
60948 src/com/gps/hibernate/ExpandorowDAO.java 22 This class has too many methods, consider refactoring it.
60949 src/com/gps/hibernate/ExpandorowDAO.java 23 Logger should be defined private static final and have the correct class
60950 src/com/gps/hibernate/ExpandorowDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
60951 src/com/gps/hibernate/ExpandorowDAO.java 23 fieldCommentRequirement Required
60952 src/com/gps/hibernate/ExpandorowDAO.java 25 fieldCommentRequirement Required
60953 src/com/gps/hibernate/ExpandorowDAO.java 26 fieldCommentRequirement Required
60954 src/com/gps/hibernate/ExpandorowDAO.java 27 fieldCommentRequirement Required
60955 src/com/gps/hibernate/ExpandorowDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
60956 src/com/gps/hibernate/ExpandorowDAO.java 29 publicMethodCommentRequirement Required
60957 src/com/gps/hibernate/ExpandorowDAO.java 30 There is log block not surrounded by if
60958 src/com/gps/hibernate/ExpandorowDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60959 src/com/gps/hibernate/ExpandorowDAO.java 32 Potential violation of Law of Demeter (method chain calls)
60960 src/com/gps/hibernate/ExpandorowDAO.java 33 There is log block not surrounded by if
60961 src/com/gps/hibernate/ExpandorowDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60962 src/com/gps/hibernate/ExpandorowDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60963 src/com/gps/hibernate/ExpandorowDAO.java 35 There is log block not surrounded by if
60964 src/com/gps/hibernate/ExpandorowDAO.java 40 Avoid excessively long variable names like persistentInstance
60965 src/com/gps/hibernate/ExpandorowDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
60966 src/com/gps/hibernate/ExpandorowDAO.java 40 publicMethodCommentRequirement Required
60967 src/com/gps/hibernate/ExpandorowDAO.java 41 There is log block not surrounded by if
60968 src/com/gps/hibernate/ExpandorowDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60969 src/com/gps/hibernate/ExpandorowDAO.java 43 Potential violation of Law of Demeter (method chain calls)
60970 src/com/gps/hibernate/ExpandorowDAO.java 44 There is log block not surrounded by if
60971 src/com/gps/hibernate/ExpandorowDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60972 src/com/gps/hibernate/ExpandorowDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60973 src/com/gps/hibernate/ExpandorowDAO.java 46 There is log block not surrounded by if
60974 src/com/gps/hibernate/ExpandorowDAO.java 51 Avoid variables with short names like id
60975 src/com/gps/hibernate/ExpandorowDAO.java 51 Parameter 'id' is not assigned and could be declared final
60976 src/com/gps/hibernate/ExpandorowDAO.java 51 publicMethodCommentRequirement Required
60977 src/com/gps/hibernate/ExpandorowDAO.java 52 There is log block not surrounded by if
60978 src/com/gps/hibernate/ExpandorowDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60979 src/com/gps/hibernate/ExpandorowDAO.java 54 Local variable 'instance' could be declared final
60980 src/com/gps/hibernate/ExpandorowDAO.java 54 Potential violation of Law of Demeter (method chain calls)
60981 src/com/gps/hibernate/ExpandorowDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60982 src/com/gps/hibernate/ExpandorowDAO.java 58 There is log block not surrounded by if
60983 src/com/gps/hibernate/ExpandorowDAO.java 63 Parameter 'instance' is not assigned and could be declared final
60984 src/com/gps/hibernate/ExpandorowDAO.java 63 publicMethodCommentRequirement Required
60985 src/com/gps/hibernate/ExpandorowDAO.java 64 There is log block not surrounded by if
60986 src/com/gps/hibernate/ExpandorowDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60987 src/com/gps/hibernate/ExpandorowDAO.java 66 Local variable 'results' could be declared final
60988 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
60989 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
60990 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
60991 src/com/gps/hibernate/ExpandorowDAO.java 69 There is log block not surrounded by if
60992 src/com/gps/hibernate/ExpandorowDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
60993 src/com/gps/hibernate/ExpandorowDAO.java 70 Potential violation of Law of Demeter (object not created locally)
60994 src/com/gps/hibernate/ExpandorowDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
60995 src/com/gps/hibernate/ExpandorowDAO.java 73 There is log block not surrounded by if
60996 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
60997 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'value' is not assigned and could be declared final
60998 src/com/gps/hibernate/ExpandorowDAO.java 78 publicMethodCommentRequirement Required
60999 src/com/gps/hibernate/ExpandorowDAO.java 79 There is log block not surrounded by if
61000 src/com/gps/hibernate/ExpandorowDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61001 src/com/gps/hibernate/ExpandorowDAO.java 82 Local variable 'queryString' could be declared final
61002 src/com/gps/hibernate/ExpandorowDAO.java 84 Local variable 'queryObject' could be declared final
61003 src/com/gps/hibernate/ExpandorowDAO.java 84 Potential violation of Law of Demeter (method chain calls)
61004 src/com/gps/hibernate/ExpandorowDAO.java 85 Potential violation of Law of Demeter (object not created locally)
61005 src/com/gps/hibernate/ExpandorowDAO.java 86 Potential violation of Law of Demeter (object not created locally)
61006 src/com/gps/hibernate/ExpandorowDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61007 src/com/gps/hibernate/ExpandorowDAO.java 88 There is log block not surrounded by if
61008 src/com/gps/hibernate/ExpandorowDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
61009 src/com/gps/hibernate/ExpandorowDAO.java 93 publicMethodCommentRequirement Required
61010 src/com/gps/hibernate/ExpandorowDAO.java 97 Parameter 'tableId' is not assigned and could be declared final
61011 src/com/gps/hibernate/ExpandorowDAO.java 97 publicMethodCommentRequirement Required
61012 src/com/gps/hibernate/ExpandorowDAO.java 101 Parameter 'classPk' is not assigned and could be declared final
61013 src/com/gps/hibernate/ExpandorowDAO.java 101 publicMethodCommentRequirement Required
61014 src/com/gps/hibernate/ExpandorowDAO.java 105 publicMethodCommentRequirement Required
61015 src/com/gps/hibernate/ExpandorowDAO.java 106 There is log block not surrounded by if
61016 src/com/gps/hibernate/ExpandorowDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61017 src/com/gps/hibernate/ExpandorowDAO.java 108 Local variable 'queryString' could be declared final
61018 src/com/gps/hibernate/ExpandorowDAO.java 109 Local variable 'queryObject' could be declared final
61019 src/com/gps/hibernate/ExpandorowDAO.java 109 Potential violation of Law of Demeter (method chain calls)
61020 src/com/gps/hibernate/ExpandorowDAO.java 110 Potential violation of Law of Demeter (object not created locally)
61021 src/com/gps/hibernate/ExpandorowDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61022 src/com/gps/hibernate/ExpandorowDAO.java 112 There is log block not surrounded by if
61023 src/com/gps/hibernate/ExpandorowDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
61024 src/com/gps/hibernate/ExpandorowDAO.java 117 publicMethodCommentRequirement Required
61025 src/com/gps/hibernate/ExpandorowDAO.java 118 There is log block not surrounded by if
61026 src/com/gps/hibernate/ExpandorowDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61027 src/com/gps/hibernate/ExpandorowDAO.java 120 Local variable 'result' could be declared final
61028 src/com/gps/hibernate/ExpandorowDAO.java 120 Potential violation of Law of Demeter (method chain calls)
61029 src/com/gps/hibernate/ExpandorowDAO.java 122 There is log block not surrounded by if
61030 src/com/gps/hibernate/ExpandorowDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61031 src/com/gps/hibernate/ExpandorowDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61032 src/com/gps/hibernate/ExpandorowDAO.java 125 There is log block not surrounded by if
61033 src/com/gps/hibernate/ExpandorowDAO.java 130 Parameter 'instance' is not assigned and could be declared final
61034 src/com/gps/hibernate/ExpandorowDAO.java 130 publicMethodCommentRequirement Required
61035 src/com/gps/hibernate/ExpandorowDAO.java 131 There is log block not surrounded by if
61036 src/com/gps/hibernate/ExpandorowDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61037 src/com/gps/hibernate/ExpandorowDAO.java 133 Potential violation of Law of Demeter (method chain calls)
61038 src/com/gps/hibernate/ExpandorowDAO.java 134 There is log block not surrounded by if
61039 src/com/gps/hibernate/ExpandorowDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61040 src/com/gps/hibernate/ExpandorowDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61041 src/com/gps/hibernate/ExpandorowDAO.java 136 There is log block not surrounded by if
61042 src/com/gps/hibernate/ExpandorowDAO.java 141 Parameter 'instance' is not assigned and could be declared final
61043 src/com/gps/hibernate/ExpandorowDAO.java 141 publicMethodCommentRequirement Required
61044 src/com/gps/hibernate/ExpandorowDAO.java 142 There is log block not surrounded by if
61045 src/com/gps/hibernate/ExpandorowDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61046 src/com/gps/hibernate/ExpandorowDAO.java 144 Potential violation of Law of Demeter (method chain calls)
61047 src/com/gps/hibernate/ExpandorowDAO.java 145 There is log block not surrounded by if
61048 src/com/gps/hibernate/ExpandorowDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61049 src/com/gps/hibernate/ExpandorowDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61050 src/com/gps/hibernate/ExpandorowDAO.java 147 There is log block not surrounded by if
61051 src/com/gps/hibernate/Expandotable.java 9 Classes implementing Serializable should set a serialVersionUID
61052 src/com/gps/hibernate/Expandotable.java 13 fieldCommentRequirement Required
61053 src/com/gps/hibernate/Expandotable.java 14 fieldCommentRequirement Required
61054 src/com/gps/hibernate/Expandotable.java 15 fieldCommentRequirement Required
61055 src/com/gps/hibernate/Expandotable.java 16 fieldCommentRequirement Required
61056 src/com/gps/hibernate/Expandotable.java 21 Document empty constructor
61057 src/com/gps/hibernate/Expandotable.java 25 Parameter 'tableId' is not assigned and could be declared final
61058 src/com/gps/hibernate/Expandotable.java 30 Parameter 'classNameId' is not assigned and could be declared final
61059 src/com/gps/hibernate/Expandotable.java 30 Parameter 'companyId' is not assigned and could be declared final
61060 src/com/gps/hibernate/Expandotable.java 30 Parameter 'tableId' is not assigned and could be declared final
61061 src/com/gps/hibernate/Expandotable.java 31 Parameter 'name' is not assigned and could be declared final
61062 src/com/gps/hibernate/Expandotable.java 40 publicMethodCommentRequirement Required
61063 src/com/gps/hibernate/Expandotable.java 44 Parameter 'tableId' is not assigned and could be declared final
61064 src/com/gps/hibernate/Expandotable.java 44 publicMethodCommentRequirement Required
61065 src/com/gps/hibernate/Expandotable.java 48 publicMethodCommentRequirement Required
61066 src/com/gps/hibernate/Expandotable.java 52 Parameter 'companyId' is not assigned and could be declared final
61067 src/com/gps/hibernate/Expandotable.java 52 publicMethodCommentRequirement Required
61068 src/com/gps/hibernate/Expandotable.java 56 publicMethodCommentRequirement Required
61069 src/com/gps/hibernate/Expandotable.java 60 Parameter 'classNameId' is not assigned and could be declared final
61070 src/com/gps/hibernate/Expandotable.java 60 publicMethodCommentRequirement Required
61071 src/com/gps/hibernate/Expandotable.java 64 publicMethodCommentRequirement Required
61072 src/com/gps/hibernate/Expandotable.java 68 Parameter 'name' is not assigned and could be declared final
61073 src/com/gps/hibernate/Expandotable.java 68 publicMethodCommentRequirement Required
61074 src/com/gps/hibernate/ExpandotableDAO.java 10 Comment is too large: Too many lines
61075 src/com/gps/hibernate/ExpandotableDAO.java 22 This class has too many methods, consider refactoring it.
61076 src/com/gps/hibernate/ExpandotableDAO.java 23 Logger should be defined private static final and have the correct class
61077 src/com/gps/hibernate/ExpandotableDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
61078 src/com/gps/hibernate/ExpandotableDAO.java 23 fieldCommentRequirement Required
61079 src/com/gps/hibernate/ExpandotableDAO.java 25 fieldCommentRequirement Required
61080 src/com/gps/hibernate/ExpandotableDAO.java 26 fieldCommentRequirement Required
61081 src/com/gps/hibernate/ExpandotableDAO.java 27 fieldCommentRequirement Required
61082 src/com/gps/hibernate/ExpandotableDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
61083 src/com/gps/hibernate/ExpandotableDAO.java 29 publicMethodCommentRequirement Required
61084 src/com/gps/hibernate/ExpandotableDAO.java 30 There is log block not surrounded by if
61085 src/com/gps/hibernate/ExpandotableDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61086 src/com/gps/hibernate/ExpandotableDAO.java 32 Potential violation of Law of Demeter (method chain calls)
61087 src/com/gps/hibernate/ExpandotableDAO.java 33 There is log block not surrounded by if
61088 src/com/gps/hibernate/ExpandotableDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61089 src/com/gps/hibernate/ExpandotableDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61090 src/com/gps/hibernate/ExpandotableDAO.java 35 There is log block not surrounded by if
61091 src/com/gps/hibernate/ExpandotableDAO.java 40 Avoid excessively long variable names like persistentInstance
61092 src/com/gps/hibernate/ExpandotableDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
61093 src/com/gps/hibernate/ExpandotableDAO.java 40 publicMethodCommentRequirement Required
61094 src/com/gps/hibernate/ExpandotableDAO.java 41 There is log block not surrounded by if
61095 src/com/gps/hibernate/ExpandotableDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61096 src/com/gps/hibernate/ExpandotableDAO.java 43 Potential violation of Law of Demeter (method chain calls)
61097 src/com/gps/hibernate/ExpandotableDAO.java 44 There is log block not surrounded by if
61098 src/com/gps/hibernate/ExpandotableDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61099 src/com/gps/hibernate/ExpandotableDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61100 src/com/gps/hibernate/ExpandotableDAO.java 46 There is log block not surrounded by if
61101 src/com/gps/hibernate/ExpandotableDAO.java 51 Avoid variables with short names like id
61102 src/com/gps/hibernate/ExpandotableDAO.java 51 Parameter 'id' is not assigned and could be declared final
61103 src/com/gps/hibernate/ExpandotableDAO.java 51 publicMethodCommentRequirement Required
61104 src/com/gps/hibernate/ExpandotableDAO.java 52 There is log block not surrounded by if
61105 src/com/gps/hibernate/ExpandotableDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61106 src/com/gps/hibernate/ExpandotableDAO.java 54 Local variable 'instance' could be declared final
61107 src/com/gps/hibernate/ExpandotableDAO.java 54 Potential violation of Law of Demeter (method chain calls)
61108 src/com/gps/hibernate/ExpandotableDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61109 src/com/gps/hibernate/ExpandotableDAO.java 58 There is log block not surrounded by if
61110 src/com/gps/hibernate/ExpandotableDAO.java 63 Parameter 'instance' is not assigned and could be declared final
61111 src/com/gps/hibernate/ExpandotableDAO.java 63 publicMethodCommentRequirement Required
61112 src/com/gps/hibernate/ExpandotableDAO.java 64 There is log block not surrounded by if
61113 src/com/gps/hibernate/ExpandotableDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61114 src/com/gps/hibernate/ExpandotableDAO.java 66 Local variable 'results' could be declared final
61115 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
61116 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
61117 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
61118 src/com/gps/hibernate/ExpandotableDAO.java 69 There is log block not surrounded by if
61119 src/com/gps/hibernate/ExpandotableDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61120 src/com/gps/hibernate/ExpandotableDAO.java 70 Potential violation of Law of Demeter (object not created locally)
61121 src/com/gps/hibernate/ExpandotableDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61122 src/com/gps/hibernate/ExpandotableDAO.java 73 There is log block not surrounded by if
61123 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
61124 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'value' is not assigned and could be declared final
61125 src/com/gps/hibernate/ExpandotableDAO.java 78 publicMethodCommentRequirement Required
61126 src/com/gps/hibernate/ExpandotableDAO.java 79 There is log block not surrounded by if
61127 src/com/gps/hibernate/ExpandotableDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61128 src/com/gps/hibernate/ExpandotableDAO.java 82 Local variable 'queryString' could be declared final
61129 src/com/gps/hibernate/ExpandotableDAO.java 84 Local variable 'queryObject' could be declared final
61130 src/com/gps/hibernate/ExpandotableDAO.java 84 Potential violation of Law of Demeter (method chain calls)
61131 src/com/gps/hibernate/ExpandotableDAO.java 85 Potential violation of Law of Demeter (object not created locally)
61132 src/com/gps/hibernate/ExpandotableDAO.java 86 Potential violation of Law of Demeter (object not created locally)
61133 src/com/gps/hibernate/ExpandotableDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61134 src/com/gps/hibernate/ExpandotableDAO.java 88 There is log block not surrounded by if
61135 src/com/gps/hibernate/ExpandotableDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
61136 src/com/gps/hibernate/ExpandotableDAO.java 93 publicMethodCommentRequirement Required
61137 src/com/gps/hibernate/ExpandotableDAO.java 97 Parameter 'classNameId' is not assigned and could be declared final
61138 src/com/gps/hibernate/ExpandotableDAO.java 97 publicMethodCommentRequirement Required
61139 src/com/gps/hibernate/ExpandotableDAO.java 101 Parameter 'name' is not assigned and could be declared final
61140 src/com/gps/hibernate/ExpandotableDAO.java 101 publicMethodCommentRequirement Required
61141 src/com/gps/hibernate/ExpandotableDAO.java 105 publicMethodCommentRequirement Required
61142 src/com/gps/hibernate/ExpandotableDAO.java 106 There is log block not surrounded by if
61143 src/com/gps/hibernate/ExpandotableDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61144 src/com/gps/hibernate/ExpandotableDAO.java 108 Local variable 'queryString' could be declared final
61145 src/com/gps/hibernate/ExpandotableDAO.java 109 Local variable 'queryObject' could be declared final
61146 src/com/gps/hibernate/ExpandotableDAO.java 109 Potential violation of Law of Demeter (method chain calls)
61147 src/com/gps/hibernate/ExpandotableDAO.java 110 Potential violation of Law of Demeter (object not created locally)
61148 src/com/gps/hibernate/ExpandotableDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61149 src/com/gps/hibernate/ExpandotableDAO.java 112 There is log block not surrounded by if
61150 src/com/gps/hibernate/ExpandotableDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
61151 src/com/gps/hibernate/ExpandotableDAO.java 117 publicMethodCommentRequirement Required
61152 src/com/gps/hibernate/ExpandotableDAO.java 118 There is log block not surrounded by if
61153 src/com/gps/hibernate/ExpandotableDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61154 src/com/gps/hibernate/ExpandotableDAO.java 120 Local variable 'result' could be declared final
61155 src/com/gps/hibernate/ExpandotableDAO.java 120 Potential violation of Law of Demeter (method chain calls)
61156 src/com/gps/hibernate/ExpandotableDAO.java 122 There is log block not surrounded by if
61157 src/com/gps/hibernate/ExpandotableDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61158 src/com/gps/hibernate/ExpandotableDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61159 src/com/gps/hibernate/ExpandotableDAO.java 125 There is log block not surrounded by if
61160 src/com/gps/hibernate/ExpandotableDAO.java 130 Parameter 'instance' is not assigned and could be declared final
61161 src/com/gps/hibernate/ExpandotableDAO.java 130 publicMethodCommentRequirement Required
61162 src/com/gps/hibernate/ExpandotableDAO.java 131 There is log block not surrounded by if
61163 src/com/gps/hibernate/ExpandotableDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61164 src/com/gps/hibernate/ExpandotableDAO.java 133 Potential violation of Law of Demeter (method chain calls)
61165 src/com/gps/hibernate/ExpandotableDAO.java 134 There is log block not surrounded by if
61166 src/com/gps/hibernate/ExpandotableDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61167 src/com/gps/hibernate/ExpandotableDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61168 src/com/gps/hibernate/ExpandotableDAO.java 136 There is log block not surrounded by if
61169 src/com/gps/hibernate/ExpandotableDAO.java 141 Parameter 'instance' is not assigned and could be declared final
61170 src/com/gps/hibernate/ExpandotableDAO.java 141 publicMethodCommentRequirement Required
61171 src/com/gps/hibernate/ExpandotableDAO.java 142 There is log block not surrounded by if
61172 src/com/gps/hibernate/ExpandotableDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61173 src/com/gps/hibernate/ExpandotableDAO.java 144 Potential violation of Law of Demeter (method chain calls)
61174 src/com/gps/hibernate/ExpandotableDAO.java 145 There is log block not surrounded by if
61175 src/com/gps/hibernate/ExpandotableDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61176 src/com/gps/hibernate/ExpandotableDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61177 src/com/gps/hibernate/ExpandotableDAO.java 147 There is log block not surrounded by if
61178 src/com/gps/hibernate/Expandovalue.java 9 Classes implementing Serializable should set a serialVersionUID
61179 src/com/gps/hibernate/Expandovalue.java 13 fieldCommentRequirement Required
61180 src/com/gps/hibernate/Expandovalue.java 14 fieldCommentRequirement Required
61181 src/com/gps/hibernate/Expandovalue.java 15 fieldCommentRequirement Required
61182 src/com/gps/hibernate/Expandovalue.java 16 fieldCommentRequirement Required
61183 src/com/gps/hibernate/Expandovalue.java 17 fieldCommentRequirement Required
61184 src/com/gps/hibernate/Expandovalue.java 18 fieldCommentRequirement Required
61185 src/com/gps/hibernate/Expandovalue.java 19 fieldCommentRequirement Required
61186 src/com/gps/hibernate/Expandovalue.java 20 fieldCommentRequirement Required
61187 src/com/gps/hibernate/Expandovalue.java 25 Document empty constructor
61188 src/com/gps/hibernate/Expandovalue.java 29 Parameter 'valueId' is not assigned and could be declared final
61189 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'companyId' is not assigned and could be declared final
61190 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'tableId' is not assigned and could be declared final
61191 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'valueId' is not assigned and could be declared final
61192 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classNameId' is not assigned and could be declared final
61193 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classPk' is not assigned and could be declared final
61194 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'columnId' is not assigned and could be declared final
61195 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'rowId' is not assigned and could be declared final
61196 src/com/gps/hibernate/Expandovalue.java 36 Parameter 'data' is not assigned and could be declared final
61197 src/com/gps/hibernate/Expandovalue.java 49 publicMethodCommentRequirement Required
61198 src/com/gps/hibernate/Expandovalue.java 53 Parameter 'valueId' is not assigned and could be declared final
61199 src/com/gps/hibernate/Expandovalue.java 53 publicMethodCommentRequirement Required
61200 src/com/gps/hibernate/Expandovalue.java 57 publicMethodCommentRequirement Required
61201 src/com/gps/hibernate/Expandovalue.java 61 Parameter 'companyId' is not assigned and could be declared final
61202 src/com/gps/hibernate/Expandovalue.java 61 publicMethodCommentRequirement Required
61203 src/com/gps/hibernate/Expandovalue.java 65 publicMethodCommentRequirement Required
61204 src/com/gps/hibernate/Expandovalue.java 69 Parameter 'tableId' is not assigned and could be declared final
61205 src/com/gps/hibernate/Expandovalue.java 69 publicMethodCommentRequirement Required
61206 src/com/gps/hibernate/Expandovalue.java 73 publicMethodCommentRequirement Required
61207 src/com/gps/hibernate/Expandovalue.java 77 Parameter 'columnId' is not assigned and could be declared final
61208 src/com/gps/hibernate/Expandovalue.java 77 publicMethodCommentRequirement Required
61209 src/com/gps/hibernate/Expandovalue.java 81 publicMethodCommentRequirement Required
61210 src/com/gps/hibernate/Expandovalue.java 85 Parameter 'rowId' is not assigned and could be declared final
61211 src/com/gps/hibernate/Expandovalue.java 85 publicMethodCommentRequirement Required
61212 src/com/gps/hibernate/Expandovalue.java 89 publicMethodCommentRequirement Required
61213 src/com/gps/hibernate/Expandovalue.java 93 Parameter 'classNameId' is not assigned and could be declared final
61214 src/com/gps/hibernate/Expandovalue.java 93 publicMethodCommentRequirement Required
61215 src/com/gps/hibernate/Expandovalue.java 97 publicMethodCommentRequirement Required
61216 src/com/gps/hibernate/Expandovalue.java 101 Parameter 'classPk' is not assigned and could be declared final
61217 src/com/gps/hibernate/Expandovalue.java 101 publicMethodCommentRequirement Required
61218 src/com/gps/hibernate/Expandovalue.java 105 publicMethodCommentRequirement Required
61219 src/com/gps/hibernate/Expandovalue.java 109 Parameter 'data' is not assigned and could be declared final
61220 src/com/gps/hibernate/Expandovalue.java 109 publicMethodCommentRequirement Required
61221 src/com/gps/hibernate/ExpandovalueDAO.java 10 Comment is too large: Too many lines
61222 src/com/gps/hibernate/ExpandovalueDAO.java 22 This class has too many methods, consider refactoring it.
61223 src/com/gps/hibernate/ExpandovalueDAO.java 23 Logger should be defined private static final and have the correct class
61224 src/com/gps/hibernate/ExpandovalueDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
61225 src/com/gps/hibernate/ExpandovalueDAO.java 23 fieldCommentRequirement Required
61226 src/com/gps/hibernate/ExpandovalueDAO.java 25 fieldCommentRequirement Required
61227 src/com/gps/hibernate/ExpandovalueDAO.java 26 fieldCommentRequirement Required
61228 src/com/gps/hibernate/ExpandovalueDAO.java 27 fieldCommentRequirement Required
61229 src/com/gps/hibernate/ExpandovalueDAO.java 28 fieldCommentRequirement Required
61230 src/com/gps/hibernate/ExpandovalueDAO.java 29 fieldCommentRequirement Required
61231 src/com/gps/hibernate/ExpandovalueDAO.java 30 fieldCommentRequirement Required
61232 src/com/gps/hibernate/ExpandovalueDAO.java 31 fieldCommentRequirement Required
61233 src/com/gps/hibernate/ExpandovalueDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
61234 src/com/gps/hibernate/ExpandovalueDAO.java 33 publicMethodCommentRequirement Required
61235 src/com/gps/hibernate/ExpandovalueDAO.java 34 There is log block not surrounded by if
61236 src/com/gps/hibernate/ExpandovalueDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61237 src/com/gps/hibernate/ExpandovalueDAO.java 36 Potential violation of Law of Demeter (method chain calls)
61238 src/com/gps/hibernate/ExpandovalueDAO.java 37 There is log block not surrounded by if
61239 src/com/gps/hibernate/ExpandovalueDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61240 src/com/gps/hibernate/ExpandovalueDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61241 src/com/gps/hibernate/ExpandovalueDAO.java 39 There is log block not surrounded by if
61242 src/com/gps/hibernate/ExpandovalueDAO.java 44 Avoid excessively long variable names like persistentInstance
61243 src/com/gps/hibernate/ExpandovalueDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
61244 src/com/gps/hibernate/ExpandovalueDAO.java 44 publicMethodCommentRequirement Required
61245 src/com/gps/hibernate/ExpandovalueDAO.java 45 There is log block not surrounded by if
61246 src/com/gps/hibernate/ExpandovalueDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61247 src/com/gps/hibernate/ExpandovalueDAO.java 47 Potential violation of Law of Demeter (method chain calls)
61248 src/com/gps/hibernate/ExpandovalueDAO.java 48 There is log block not surrounded by if
61249 src/com/gps/hibernate/ExpandovalueDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61250 src/com/gps/hibernate/ExpandovalueDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61251 src/com/gps/hibernate/ExpandovalueDAO.java 50 There is log block not surrounded by if
61252 src/com/gps/hibernate/ExpandovalueDAO.java 55 Avoid variables with short names like id
61253 src/com/gps/hibernate/ExpandovalueDAO.java 55 Parameter 'id' is not assigned and could be declared final
61254 src/com/gps/hibernate/ExpandovalueDAO.java 55 publicMethodCommentRequirement Required
61255 src/com/gps/hibernate/ExpandovalueDAO.java 56 There is log block not surrounded by if
61256 src/com/gps/hibernate/ExpandovalueDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61257 src/com/gps/hibernate/ExpandovalueDAO.java 58 Local variable 'instance' could be declared final
61258 src/com/gps/hibernate/ExpandovalueDAO.java 58 Potential violation of Law of Demeter (method chain calls)
61259 src/com/gps/hibernate/ExpandovalueDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61260 src/com/gps/hibernate/ExpandovalueDAO.java 62 There is log block not surrounded by if
61261 src/com/gps/hibernate/ExpandovalueDAO.java 67 Parameter 'instance' is not assigned and could be declared final
61262 src/com/gps/hibernate/ExpandovalueDAO.java 67 publicMethodCommentRequirement Required
61263 src/com/gps/hibernate/ExpandovalueDAO.java 68 There is log block not surrounded by if
61264 src/com/gps/hibernate/ExpandovalueDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61265 src/com/gps/hibernate/ExpandovalueDAO.java 70 Local variable 'results' could be declared final
61266 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
61267 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
61268 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
61269 src/com/gps/hibernate/ExpandovalueDAO.java 73 There is log block not surrounded by if
61270 src/com/gps/hibernate/ExpandovalueDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61271 src/com/gps/hibernate/ExpandovalueDAO.java 74 Potential violation of Law of Demeter (object not created locally)
61272 src/com/gps/hibernate/ExpandovalueDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61273 src/com/gps/hibernate/ExpandovalueDAO.java 77 There is log block not surrounded by if
61274 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
61275 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'value' is not assigned and could be declared final
61276 src/com/gps/hibernate/ExpandovalueDAO.java 82 publicMethodCommentRequirement Required
61277 src/com/gps/hibernate/ExpandovalueDAO.java 83 There is log block not surrounded by if
61278 src/com/gps/hibernate/ExpandovalueDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61279 src/com/gps/hibernate/ExpandovalueDAO.java 86 Local variable 'queryString' could be declared final
61280 src/com/gps/hibernate/ExpandovalueDAO.java 88 Local variable 'queryObject' could be declared final
61281 src/com/gps/hibernate/ExpandovalueDAO.java 88 Potential violation of Law of Demeter (method chain calls)
61282 src/com/gps/hibernate/ExpandovalueDAO.java 89 Potential violation of Law of Demeter (object not created locally)
61283 src/com/gps/hibernate/ExpandovalueDAO.java 90 Potential violation of Law of Demeter (object not created locally)
61284 src/com/gps/hibernate/ExpandovalueDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61285 src/com/gps/hibernate/ExpandovalueDAO.java 92 There is log block not surrounded by if
61286 src/com/gps/hibernate/ExpandovalueDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
61287 src/com/gps/hibernate/ExpandovalueDAO.java 97 publicMethodCommentRequirement Required
61288 src/com/gps/hibernate/ExpandovalueDAO.java 101 Parameter 'tableId' is not assigned and could be declared final
61289 src/com/gps/hibernate/ExpandovalueDAO.java 101 publicMethodCommentRequirement Required
61290 src/com/gps/hibernate/ExpandovalueDAO.java 105 Parameter 'columnId' is not assigned and could be declared final
61291 src/com/gps/hibernate/ExpandovalueDAO.java 105 publicMethodCommentRequirement Required
61292 src/com/gps/hibernate/ExpandovalueDAO.java 109 Parameter 'rowId' is not assigned and could be declared final
61293 src/com/gps/hibernate/ExpandovalueDAO.java 109 publicMethodCommentRequirement Required
61294 src/com/gps/hibernate/ExpandovalueDAO.java 113 Parameter 'classNameId' is not assigned and could be declared final
61295 src/com/gps/hibernate/ExpandovalueDAO.java 113 publicMethodCommentRequirement Required
61296 src/com/gps/hibernate/ExpandovalueDAO.java 117 Parameter 'classPk' is not assigned and could be declared final
61297 src/com/gps/hibernate/ExpandovalueDAO.java 117 publicMethodCommentRequirement Required
61298 src/com/gps/hibernate/ExpandovalueDAO.java 121 Parameter 'data' is not assigned and could be declared final
61299 src/com/gps/hibernate/ExpandovalueDAO.java 121 publicMethodCommentRequirement Required
61300 src/com/gps/hibernate/ExpandovalueDAO.java 125 publicMethodCommentRequirement Required
61301 src/com/gps/hibernate/ExpandovalueDAO.java 126 There is log block not surrounded by if
61302 src/com/gps/hibernate/ExpandovalueDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61303 src/com/gps/hibernate/ExpandovalueDAO.java 128 Local variable 'queryString' could be declared final
61304 src/com/gps/hibernate/ExpandovalueDAO.java 129 Local variable 'queryObject' could be declared final
61305 src/com/gps/hibernate/ExpandovalueDAO.java 129 Potential violation of Law of Demeter (method chain calls)
61306 src/com/gps/hibernate/ExpandovalueDAO.java 130 Potential violation of Law of Demeter (object not created locally)
61307 src/com/gps/hibernate/ExpandovalueDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61308 src/com/gps/hibernate/ExpandovalueDAO.java 132 There is log block not surrounded by if
61309 src/com/gps/hibernate/ExpandovalueDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
61310 src/com/gps/hibernate/ExpandovalueDAO.java 137 publicMethodCommentRequirement Required
61311 src/com/gps/hibernate/ExpandovalueDAO.java 138 There is log block not surrounded by if
61312 src/com/gps/hibernate/ExpandovalueDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61313 src/com/gps/hibernate/ExpandovalueDAO.java 140 Local variable 'result' could be declared final
61314 src/com/gps/hibernate/ExpandovalueDAO.java 140 Potential violation of Law of Demeter (method chain calls)
61315 src/com/gps/hibernate/ExpandovalueDAO.java 142 There is log block not surrounded by if
61316 src/com/gps/hibernate/ExpandovalueDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61317 src/com/gps/hibernate/ExpandovalueDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61318 src/com/gps/hibernate/ExpandovalueDAO.java 145 There is log block not surrounded by if
61319 src/com/gps/hibernate/ExpandovalueDAO.java 150 Parameter 'instance' is not assigned and could be declared final
61320 src/com/gps/hibernate/ExpandovalueDAO.java 150 publicMethodCommentRequirement Required
61321 src/com/gps/hibernate/ExpandovalueDAO.java 151 There is log block not surrounded by if
61322 src/com/gps/hibernate/ExpandovalueDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61323 src/com/gps/hibernate/ExpandovalueDAO.java 153 Potential violation of Law of Demeter (method chain calls)
61324 src/com/gps/hibernate/ExpandovalueDAO.java 154 There is log block not surrounded by if
61325 src/com/gps/hibernate/ExpandovalueDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61326 src/com/gps/hibernate/ExpandovalueDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61327 src/com/gps/hibernate/ExpandovalueDAO.java 156 There is log block not surrounded by if
61328 src/com/gps/hibernate/ExpandovalueDAO.java 161 Parameter 'instance' is not assigned and could be declared final
61329 src/com/gps/hibernate/ExpandovalueDAO.java 161 publicMethodCommentRequirement Required
61330 src/com/gps/hibernate/ExpandovalueDAO.java 162 There is log block not surrounded by if
61331 src/com/gps/hibernate/ExpandovalueDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61332 src/com/gps/hibernate/ExpandovalueDAO.java 164 Potential violation of Law of Demeter (method chain calls)
61333 src/com/gps/hibernate/ExpandovalueDAO.java 165 There is log block not surrounded by if
61334 src/com/gps/hibernate/ExpandovalueDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61335 src/com/gps/hibernate/ExpandovalueDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61336 src/com/gps/hibernate/ExpandovalueDAO.java 167 There is log block not surrounded by if
61337 src/com/gps/hibernate/Feedback.java 11 Classes implementing Serializable should set a serialVersionUID
61338 src/com/gps/hibernate/Feedback.java 15 fieldCommentRequirement Required
61339 src/com/gps/hibernate/Feedback.java 16 fieldCommentRequirement Required
61340 src/com/gps/hibernate/Feedback.java 17 fieldCommentRequirement Required
61341 src/com/gps/hibernate/Feedback.java 18 fieldCommentRequirement Required
61342 src/com/gps/hibernate/Feedback.java 19 fieldCommentRequirement Required
61343 src/com/gps/hibernate/Feedback.java 20 fieldCommentRequirement Required
61344 src/com/gps/hibernate/Feedback.java 21 fieldCommentRequirement Required
61345 src/com/gps/hibernate/Feedback.java 22 fieldCommentRequirement Required
61346 src/com/gps/hibernate/Feedback.java 27 Document empty constructor
61347 src/com/gps/hibernate/Feedback.java 31 Parameter 'tripDetails' is not assigned and could be declared final
61348 src/com/gps/hibernate/Feedback.java 31 Parameter 'userDetails' is not assigned and could be declared final
61349 src/com/gps/hibernate/Feedback.java 37 Parameter 'tripDetails' is not assigned and could be declared final
61350 src/com/gps/hibernate/Feedback.java 37 Parameter 'userDetails' is not assigned and could be declared final
61351 src/com/gps/hibernate/Feedback.java 38 Parameter 'carRating' is not assigned and could be declared final
61352 src/com/gps/hibernate/Feedback.java 38 Parameter 'date' is not assigned and could be declared final
61353 src/com/gps/hibernate/Feedback.java 38 Parameter 'driveRating' is not assigned and could be declared final
61354 src/com/gps/hibernate/Feedback.java 38 Parameter 'tripRating' is not assigned and could be declared final
61355 src/com/gps/hibernate/Feedback.java 39 Parameter 'comment' is not assigned and could be declared final
61356 src/com/gps/hibernate/Feedback.java 51 publicMethodCommentRequirement Required
61357 src/com/gps/hibernate/Feedback.java 55 Parameter 'feedbackid' is not assigned and could be declared final
61358 src/com/gps/hibernate/Feedback.java 55 publicMethodCommentRequirement Required
61359 src/com/gps/hibernate/Feedback.java 59 publicMethodCommentRequirement Required
61360 src/com/gps/hibernate/Feedback.java 63 Parameter 'userDetails' is not assigned and could be declared final
61361 src/com/gps/hibernate/Feedback.java 63 publicMethodCommentRequirement Required
61362 src/com/gps/hibernate/Feedback.java 67 publicMethodCommentRequirement Required
61363 src/com/gps/hibernate/Feedback.java 71 Parameter 'tripDetails' is not assigned and could be declared final
61364 src/com/gps/hibernate/Feedback.java 71 publicMethodCommentRequirement Required
61365 src/com/gps/hibernate/Feedback.java 75 publicMethodCommentRequirement Required
61366 src/com/gps/hibernate/Feedback.java 79 Parameter 'date' is not assigned and could be declared final
61367 src/com/gps/hibernate/Feedback.java 79 publicMethodCommentRequirement Required
61368 src/com/gps/hibernate/Feedback.java 83 publicMethodCommentRequirement Required
61369 src/com/gps/hibernate/Feedback.java 87 Parameter 'driveRating' is not assigned and could be declared final
61370 src/com/gps/hibernate/Feedback.java 87 publicMethodCommentRequirement Required
61371 src/com/gps/hibernate/Feedback.java 91 publicMethodCommentRequirement Required
61372 src/com/gps/hibernate/Feedback.java 95 Parameter 'tripRating' is not assigned and could be declared final
61373 src/com/gps/hibernate/Feedback.java 95 publicMethodCommentRequirement Required
61374 src/com/gps/hibernate/Feedback.java 99 publicMethodCommentRequirement Required
61375 src/com/gps/hibernate/Feedback.java 103 Parameter 'carRating' is not assigned and could be declared final
61376 src/com/gps/hibernate/Feedback.java 103 publicMethodCommentRequirement Required
61377 src/com/gps/hibernate/Feedback.java 107 publicMethodCommentRequirement Required
61378 src/com/gps/hibernate/Feedback.java 111 Parameter 'comment' is not assigned and could be declared final
61379 src/com/gps/hibernate/Feedback.java 111 publicMethodCommentRequirement Required
61380 src/com/gps/hibernate/FeedbackDAO.java 3 Avoid unused imports such as 'java.util.Date'
61381 src/com/gps/hibernate/FeedbackDAO.java 11 Comment is too large: Too many lines
61382 src/com/gps/hibernate/FeedbackDAO.java 23 This class has too many methods, consider refactoring it.
61383 src/com/gps/hibernate/FeedbackDAO.java 24 Logger should be defined private static final and have the correct class
61384 src/com/gps/hibernate/FeedbackDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
61385 src/com/gps/hibernate/FeedbackDAO.java 24 fieldCommentRequirement Required
61386 src/com/gps/hibernate/FeedbackDAO.java 26 fieldCommentRequirement Required
61387 src/com/gps/hibernate/FeedbackDAO.java 27 fieldCommentRequirement Required
61388 src/com/gps/hibernate/FeedbackDAO.java 28 fieldCommentRequirement Required
61389 src/com/gps/hibernate/FeedbackDAO.java 29 fieldCommentRequirement Required
61390 src/com/gps/hibernate/FeedbackDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
61391 src/com/gps/hibernate/FeedbackDAO.java 31 publicMethodCommentRequirement Required
61392 src/com/gps/hibernate/FeedbackDAO.java 32 There is log block not surrounded by if
61393 src/com/gps/hibernate/FeedbackDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61394 src/com/gps/hibernate/FeedbackDAO.java 34 Potential violation of Law of Demeter (method chain calls)
61395 src/com/gps/hibernate/FeedbackDAO.java 35 There is log block not surrounded by if
61396 src/com/gps/hibernate/FeedbackDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61397 src/com/gps/hibernate/FeedbackDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61398 src/com/gps/hibernate/FeedbackDAO.java 37 There is log block not surrounded by if
61399 src/com/gps/hibernate/FeedbackDAO.java 42 Avoid excessively long variable names like persistentInstance
61400 src/com/gps/hibernate/FeedbackDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
61401 src/com/gps/hibernate/FeedbackDAO.java 42 publicMethodCommentRequirement Required
61402 src/com/gps/hibernate/FeedbackDAO.java 43 There is log block not surrounded by if
61403 src/com/gps/hibernate/FeedbackDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61404 src/com/gps/hibernate/FeedbackDAO.java 45 Potential violation of Law of Demeter (method chain calls)
61405 src/com/gps/hibernate/FeedbackDAO.java 46 There is log block not surrounded by if
61406 src/com/gps/hibernate/FeedbackDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61407 src/com/gps/hibernate/FeedbackDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61408 src/com/gps/hibernate/FeedbackDAO.java 48 There is log block not surrounded by if
61409 src/com/gps/hibernate/FeedbackDAO.java 53 Avoid variables with short names like id
61410 src/com/gps/hibernate/FeedbackDAO.java 53 Parameter 'id' is not assigned and could be declared final
61411 src/com/gps/hibernate/FeedbackDAO.java 53 publicMethodCommentRequirement Required
61412 src/com/gps/hibernate/FeedbackDAO.java 54 There is log block not surrounded by if
61413 src/com/gps/hibernate/FeedbackDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61414 src/com/gps/hibernate/FeedbackDAO.java 56 Local variable 'instance' could be declared final
61415 src/com/gps/hibernate/FeedbackDAO.java 56 Potential violation of Law of Demeter (method chain calls)
61416 src/com/gps/hibernate/FeedbackDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61417 src/com/gps/hibernate/FeedbackDAO.java 60 There is log block not surrounded by if
61418 src/com/gps/hibernate/FeedbackDAO.java 65 Parameter 'instance' is not assigned and could be declared final
61419 src/com/gps/hibernate/FeedbackDAO.java 65 publicMethodCommentRequirement Required
61420 src/com/gps/hibernate/FeedbackDAO.java 66 There is log block not surrounded by if
61421 src/com/gps/hibernate/FeedbackDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61422 src/com/gps/hibernate/FeedbackDAO.java 68 Local variable 'results' could be declared final
61423 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
61424 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
61425 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
61426 src/com/gps/hibernate/FeedbackDAO.java 71 There is log block not surrounded by if
61427 src/com/gps/hibernate/FeedbackDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61428 src/com/gps/hibernate/FeedbackDAO.java 72 Potential violation of Law of Demeter (object not created locally)
61429 src/com/gps/hibernate/FeedbackDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61430 src/com/gps/hibernate/FeedbackDAO.java 75 There is log block not surrounded by if
61431 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
61432 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'value' is not assigned and could be declared final
61433 src/com/gps/hibernate/FeedbackDAO.java 80 publicMethodCommentRequirement Required
61434 src/com/gps/hibernate/FeedbackDAO.java 81 There is log block not surrounded by if
61435 src/com/gps/hibernate/FeedbackDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61436 src/com/gps/hibernate/FeedbackDAO.java 84 Local variable 'queryString' could be declared final
61437 src/com/gps/hibernate/FeedbackDAO.java 86 Local variable 'queryObject' could be declared final
61438 src/com/gps/hibernate/FeedbackDAO.java 86 Potential violation of Law of Demeter (method chain calls)
61439 src/com/gps/hibernate/FeedbackDAO.java 87 Potential violation of Law of Demeter (object not created locally)
61440 src/com/gps/hibernate/FeedbackDAO.java 88 Potential violation of Law of Demeter (object not created locally)
61441 src/com/gps/hibernate/FeedbackDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61442 src/com/gps/hibernate/FeedbackDAO.java 90 There is log block not surrounded by if
61443 src/com/gps/hibernate/FeedbackDAO.java 95 Parameter 'driveRating' is not assigned and could be declared final
61444 src/com/gps/hibernate/FeedbackDAO.java 95 publicMethodCommentRequirement Required
61445 src/com/gps/hibernate/FeedbackDAO.java 99 Parameter 'tripRating' is not assigned and could be declared final
61446 src/com/gps/hibernate/FeedbackDAO.java 99 publicMethodCommentRequirement Required
61447 src/com/gps/hibernate/FeedbackDAO.java 103 Parameter 'carRating' is not assigned and could be declared final
61448 src/com/gps/hibernate/FeedbackDAO.java 103 publicMethodCommentRequirement Required
61449 src/com/gps/hibernate/FeedbackDAO.java 107 Parameter 'comment' is not assigned and could be declared final
61450 src/com/gps/hibernate/FeedbackDAO.java 107 publicMethodCommentRequirement Required
61451 src/com/gps/hibernate/FeedbackDAO.java 111 publicMethodCommentRequirement Required
61452 src/com/gps/hibernate/FeedbackDAO.java 112 There is log block not surrounded by if
61453 src/com/gps/hibernate/FeedbackDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61454 src/com/gps/hibernate/FeedbackDAO.java 114 Local variable 'queryString' could be declared final
61455 src/com/gps/hibernate/FeedbackDAO.java 115 Local variable 'queryObject' could be declared final
61456 src/com/gps/hibernate/FeedbackDAO.java 115 Potential violation of Law of Demeter (method chain calls)
61457 src/com/gps/hibernate/FeedbackDAO.java 116 Potential violation of Law of Demeter (object not created locally)
61458 src/com/gps/hibernate/FeedbackDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61459 src/com/gps/hibernate/FeedbackDAO.java 118 There is log block not surrounded by if
61460 src/com/gps/hibernate/FeedbackDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
61461 src/com/gps/hibernate/FeedbackDAO.java 123 publicMethodCommentRequirement Required
61462 src/com/gps/hibernate/FeedbackDAO.java 124 There is log block not surrounded by if
61463 src/com/gps/hibernate/FeedbackDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61464 src/com/gps/hibernate/FeedbackDAO.java 126 Local variable 'result' could be declared final
61465 src/com/gps/hibernate/FeedbackDAO.java 126 Potential violation of Law of Demeter (method chain calls)
61466 src/com/gps/hibernate/FeedbackDAO.java 127 There is log block not surrounded by if
61467 src/com/gps/hibernate/FeedbackDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61468 src/com/gps/hibernate/FeedbackDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61469 src/com/gps/hibernate/FeedbackDAO.java 130 There is log block not surrounded by if
61470 src/com/gps/hibernate/FeedbackDAO.java 135 Parameter 'instance' is not assigned and could be declared final
61471 src/com/gps/hibernate/FeedbackDAO.java 135 publicMethodCommentRequirement Required
61472 src/com/gps/hibernate/FeedbackDAO.java 136 There is log block not surrounded by if
61473 src/com/gps/hibernate/FeedbackDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61474 src/com/gps/hibernate/FeedbackDAO.java 138 Potential violation of Law of Demeter (method chain calls)
61475 src/com/gps/hibernate/FeedbackDAO.java 139 There is log block not surrounded by if
61476 src/com/gps/hibernate/FeedbackDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61477 src/com/gps/hibernate/FeedbackDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61478 src/com/gps/hibernate/FeedbackDAO.java 141 There is log block not surrounded by if
61479 src/com/gps/hibernate/FeedbackDAO.java 146 Parameter 'instance' is not assigned and could be declared final
61480 src/com/gps/hibernate/FeedbackDAO.java 146 publicMethodCommentRequirement Required
61481 src/com/gps/hibernate/FeedbackDAO.java 147 There is log block not surrounded by if
61482 src/com/gps/hibernate/FeedbackDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61483 src/com/gps/hibernate/FeedbackDAO.java 149 Potential violation of Law of Demeter (method chain calls)
61484 src/com/gps/hibernate/FeedbackDAO.java 150 There is log block not surrounded by if
61485 src/com/gps/hibernate/FeedbackDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61486 src/com/gps/hibernate/FeedbackDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61487 src/com/gps/hibernate/FeedbackDAO.java 152 There is log block not surrounded by if
61488 src/com/gps/hibernate/FenceHistory.java 11 Classes implementing Serializable should set a serialVersionUID
61489 src/com/gps/hibernate/FenceHistory.java 15 fieldCommentRequirement Required
61490 src/com/gps/hibernate/FenceHistory.java 17 fieldCommentRequirement Required
61491 src/com/gps/hibernate/FenceHistory.java 18 fieldCommentRequirement Required
61492 src/com/gps/hibernate/FenceHistory.java 19 fieldCommentRequirement Required
61493 src/com/gps/hibernate/FenceHistory.java 20 fieldCommentRequirement Required
61494 src/com/gps/hibernate/FenceHistory.java 21 fieldCommentRequirement Required
61495 src/com/gps/hibernate/FenceHistory.java 22 fieldCommentRequirement Required
61496 src/com/gps/hibernate/FenceHistory.java 23 fieldCommentRequirement Required
61497 src/com/gps/hibernate/FenceHistory.java 34 Parameter 'historyId' is not assigned and could be declared final
61498 src/com/gps/hibernate/FenceHistory.java 46 Parameter 'geofence' is not assigned and could be declared final
61499 src/com/gps/hibernate/FenceHistory.java 59 Parameter 'monSms' is not assigned and could be declared final
61500 src/com/gps/hibernate/FenceHistory.java 71 Parameter 'evenSms' is not assigned and could be declared final
61501 src/com/gps/hibernate/FenceHistory.java 83 Parameter 'monSpotOrder' is not assigned and could be declared final
61502 src/com/gps/hibernate/FenceHistory.java 101 Parameter 'session' is not assigned and could be declared final
61503 src/com/gps/hibernate/FenceHistory.java 107 Parameter 'evenSpotOrder' is not assigned and could be declared final
61504 src/com/gps/hibernate/FenceHistory.java 110 publicMethodCommentRequirement Required
61505 src/com/gps/hibernate/FenceHistory.java 113 Parameter 'type' is not assigned and could be declared final
61506 src/com/gps/hibernate/FenceHistory.java 113 publicMethodCommentRequirement Required
61507 src/com/gps/hibernate/FenceHistoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
61508 src/com/gps/hibernate/FenceHistoryDAO.java 11 Comment is too large: Too many lines
61509 src/com/gps/hibernate/FenceHistoryDAO.java 23 This class has too many methods, consider refactoring it.
61510 src/com/gps/hibernate/FenceHistoryDAO.java 24 Logger should be defined private static final and have the correct class
61511 src/com/gps/hibernate/FenceHistoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
61512 src/com/gps/hibernate/FenceHistoryDAO.java 24 fieldCommentRequirement Required
61513 src/com/gps/hibernate/FenceHistoryDAO.java 26 fieldCommentRequirement Required
61514 src/com/gps/hibernate/FenceHistoryDAO.java 27 fieldCommentRequirement Required
61515 src/com/gps/hibernate/FenceHistoryDAO.java 28 fieldCommentRequirement Required
61516 src/com/gps/hibernate/FenceHistoryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
61517 src/com/gps/hibernate/FenceHistoryDAO.java 30 publicMethodCommentRequirement Required
61518 src/com/gps/hibernate/FenceHistoryDAO.java 31 There is log block not surrounded by if
61519 src/com/gps/hibernate/FenceHistoryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61520 src/com/gps/hibernate/FenceHistoryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
61521 src/com/gps/hibernate/FenceHistoryDAO.java 34 There is log block not surrounded by if
61522 src/com/gps/hibernate/FenceHistoryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61523 src/com/gps/hibernate/FenceHistoryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61524 src/com/gps/hibernate/FenceHistoryDAO.java 36 There is log block not surrounded by if
61525 src/com/gps/hibernate/FenceHistoryDAO.java 41 Avoid excessively long variable names like persistentInstance
61526 src/com/gps/hibernate/FenceHistoryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
61527 src/com/gps/hibernate/FenceHistoryDAO.java 41 publicMethodCommentRequirement Required
61528 src/com/gps/hibernate/FenceHistoryDAO.java 42 There is log block not surrounded by if
61529 src/com/gps/hibernate/FenceHistoryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61530 src/com/gps/hibernate/FenceHistoryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
61531 src/com/gps/hibernate/FenceHistoryDAO.java 45 There is log block not surrounded by if
61532 src/com/gps/hibernate/FenceHistoryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61533 src/com/gps/hibernate/FenceHistoryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61534 src/com/gps/hibernate/FenceHistoryDAO.java 47 There is log block not surrounded by if
61535 src/com/gps/hibernate/FenceHistoryDAO.java 52 Avoid variables with short names like id
61536 src/com/gps/hibernate/FenceHistoryDAO.java 52 Parameter 'id' is not assigned and could be declared final
61537 src/com/gps/hibernate/FenceHistoryDAO.java 52 publicMethodCommentRequirement Required
61538 src/com/gps/hibernate/FenceHistoryDAO.java 53 There is log block not surrounded by if
61539 src/com/gps/hibernate/FenceHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61540 src/com/gps/hibernate/FenceHistoryDAO.java 55 Local variable 'instance' could be declared final
61541 src/com/gps/hibernate/FenceHistoryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
61542 src/com/gps/hibernate/FenceHistoryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61543 src/com/gps/hibernate/FenceHistoryDAO.java 59 There is log block not surrounded by if
61544 src/com/gps/hibernate/FenceHistoryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
61545 src/com/gps/hibernate/FenceHistoryDAO.java 64 publicMethodCommentRequirement Required
61546 src/com/gps/hibernate/FenceHistoryDAO.java 65 There is log block not surrounded by if
61547 src/com/gps/hibernate/FenceHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61548 src/com/gps/hibernate/FenceHistoryDAO.java 67 Local variable 'results' could be declared final
61549 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
61550 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
61551 src/com/gps/hibernate/FenceHistoryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
61552 src/com/gps/hibernate/FenceHistoryDAO.java 70 There is log block not surrounded by if
61553 src/com/gps/hibernate/FenceHistoryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61554 src/com/gps/hibernate/FenceHistoryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
61555 src/com/gps/hibernate/FenceHistoryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61556 src/com/gps/hibernate/FenceHistoryDAO.java 74 There is log block not surrounded by if
61557 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
61558 src/com/gps/hibernate/FenceHistoryDAO.java 79 Parameter 'value' is not assigned and could be declared final
61559 src/com/gps/hibernate/FenceHistoryDAO.java 79 publicMethodCommentRequirement Required
61560 src/com/gps/hibernate/FenceHistoryDAO.java 80 There is log block not surrounded by if
61561 src/com/gps/hibernate/FenceHistoryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61562 src/com/gps/hibernate/FenceHistoryDAO.java 83 Local variable 'queryString' could be declared final
61563 src/com/gps/hibernate/FenceHistoryDAO.java 85 Local variable 'queryObject' could be declared final
61564 src/com/gps/hibernate/FenceHistoryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
61565 src/com/gps/hibernate/FenceHistoryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
61566 src/com/gps/hibernate/FenceHistoryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
61567 src/com/gps/hibernate/FenceHistoryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61568 src/com/gps/hibernate/FenceHistoryDAO.java 89 There is log block not surrounded by if
61569 src/com/gps/hibernate/FenceHistoryDAO.java 94 Parameter 'monSpotOrder' is not assigned and could be declared final
61570 src/com/gps/hibernate/FenceHistoryDAO.java 94 publicMethodCommentRequirement Required
61571 src/com/gps/hibernate/FenceHistoryDAO.java 98 Parameter 'evenSpotOrder' is not assigned and could be declared final
61572 src/com/gps/hibernate/FenceHistoryDAO.java 98 publicMethodCommentRequirement Required
61573 src/com/gps/hibernate/FenceHistoryDAO.java 102 Parameter 'session' is not assigned and could be declared final
61574 src/com/gps/hibernate/FenceHistoryDAO.java 102 publicMethodCommentRequirement Required
61575 src/com/gps/hibernate/FenceHistoryDAO.java 106 publicMethodCommentRequirement Required
61576 src/com/gps/hibernate/FenceHistoryDAO.java 107 There is log block not surrounded by if
61577 src/com/gps/hibernate/FenceHistoryDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61578 src/com/gps/hibernate/FenceHistoryDAO.java 109 Local variable 'queryString' could be declared final
61579 src/com/gps/hibernate/FenceHistoryDAO.java 110 Local variable 'queryObject' could be declared final
61580 src/com/gps/hibernate/FenceHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
61581 src/com/gps/hibernate/FenceHistoryDAO.java 111 Potential violation of Law of Demeter (object not created locally)
61582 src/com/gps/hibernate/FenceHistoryDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61583 src/com/gps/hibernate/FenceHistoryDAO.java 113 There is log block not surrounded by if
61584 src/com/gps/hibernate/FenceHistoryDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
61585 src/com/gps/hibernate/FenceHistoryDAO.java 118 publicMethodCommentRequirement Required
61586 src/com/gps/hibernate/FenceHistoryDAO.java 119 There is log block not surrounded by if
61587 src/com/gps/hibernate/FenceHistoryDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61588 src/com/gps/hibernate/FenceHistoryDAO.java 121 Local variable 'result' could be declared final
61589 src/com/gps/hibernate/FenceHistoryDAO.java 121 Potential violation of Law of Demeter (method chain calls)
61590 src/com/gps/hibernate/FenceHistoryDAO.java 123 There is log block not surrounded by if
61591 src/com/gps/hibernate/FenceHistoryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61592 src/com/gps/hibernate/FenceHistoryDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61593 src/com/gps/hibernate/FenceHistoryDAO.java 126 There is log block not surrounded by if
61594 src/com/gps/hibernate/FenceHistoryDAO.java 131 Parameter 'instance' is not assigned and could be declared final
61595 src/com/gps/hibernate/FenceHistoryDAO.java 131 publicMethodCommentRequirement Required
61596 src/com/gps/hibernate/FenceHistoryDAO.java 132 There is log block not surrounded by if
61597 src/com/gps/hibernate/FenceHistoryDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61598 src/com/gps/hibernate/FenceHistoryDAO.java 134 Potential violation of Law of Demeter (method chain calls)
61599 src/com/gps/hibernate/FenceHistoryDAO.java 135 There is log block not surrounded by if
61600 src/com/gps/hibernate/FenceHistoryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61601 src/com/gps/hibernate/FenceHistoryDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61602 src/com/gps/hibernate/FenceHistoryDAO.java 137 There is log block not surrounded by if
61603 src/com/gps/hibernate/FenceHistoryDAO.java 142 Parameter 'instance' is not assigned and could be declared final
61604 src/com/gps/hibernate/FenceHistoryDAO.java 142 publicMethodCommentRequirement Required
61605 src/com/gps/hibernate/FenceHistoryDAO.java 143 There is log block not surrounded by if
61606 src/com/gps/hibernate/FenceHistoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61607 src/com/gps/hibernate/FenceHistoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
61608 src/com/gps/hibernate/FenceHistoryDAO.java 146 There is log block not surrounded by if
61609 src/com/gps/hibernate/FenceHistoryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61610 src/com/gps/hibernate/FenceHistoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61611 src/com/gps/hibernate/FenceHistoryDAO.java 148 There is log block not surrounded by if
61612 src/com/gps/hibernate/FenceReport.java 11 Classes implementing Serializable should set a serialVersionUID
61613 src/com/gps/hibernate/FenceReport.java 14 fieldCommentRequirement Required
61614 src/com/gps/hibernate/FenceReport.java 16 publicMethodCommentRequirement Required
61615 src/com/gps/hibernate/FenceReport.java 19 Parameter 'tripDetails' is not assigned and could be declared final
61616 src/com/gps/hibernate/FenceReport.java 19 publicMethodCommentRequirement Required
61617 src/com/gps/hibernate/FenceReport.java 23 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61618 src/com/gps/hibernate/FenceReport.java 23 fieldCommentRequirement Required
61619 src/com/gps/hibernate/FenceReport.java 24 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61620 src/com/gps/hibernate/FenceReport.java 24 fieldCommentRequirement Required
61621 src/com/gps/hibernate/FenceReport.java 25 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61622 src/com/gps/hibernate/FenceReport.java 25 fieldCommentRequirement Required
61623 src/com/gps/hibernate/FenceReport.java 26 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61624 src/com/gps/hibernate/FenceReport.java 26 fieldCommentRequirement Required
61625 src/com/gps/hibernate/FenceReport.java 27 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61626 src/com/gps/hibernate/FenceReport.java 27 fieldCommentRequirement Required
61627 src/com/gps/hibernate/FenceReport.java 28 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61628 src/com/gps/hibernate/FenceReport.java 28 fieldCommentRequirement Required
61629 src/com/gps/hibernate/FenceReport.java 29 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61630 src/com/gps/hibernate/FenceReport.java 29 fieldCommentRequirement Required
61631 src/com/gps/hibernate/FenceReport.java 30 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61632 src/com/gps/hibernate/FenceReport.java 30 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
61633 src/com/gps/hibernate/FenceReport.java 30 fieldCommentRequirement Required
61634 src/com/gps/hibernate/FenceReport.java 31 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61635 src/com/gps/hibernate/FenceReport.java 31 fieldCommentRequirement Required
61636 src/com/gps/hibernate/FenceReport.java 32 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61637 src/com/gps/hibernate/FenceReport.java 32 fieldCommentRequirement Required
61638 src/com/gps/hibernate/FenceReport.java 33 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61639 src/com/gps/hibernate/FenceReport.java 33 fieldCommentRequirement Required
61640 src/com/gps/hibernate/FenceReport.java 34 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61641 src/com/gps/hibernate/FenceReport.java 34 fieldCommentRequirement Required
61642 src/com/gps/hibernate/FenceReport.java 35 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61643 src/com/gps/hibernate/FenceReport.java 35 fieldCommentRequirement Required
61644 src/com/gps/hibernate/FenceReport.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
61645 src/com/gps/hibernate/FenceReport.java 36 fieldCommentRequirement Required
61646 src/com/gps/hibernate/FenceReport.java 43 Comment is too large: Too many lines
61647 src/com/gps/hibernate/FenceReport.java 55 Avoid long parameter lists.
61648 src/com/gps/hibernate/FenceReport.java 55 Parameter 'geofence' is not assigned and could be declared final
61649 src/com/gps/hibernate/FenceReport.java 55 Parameter 'reportId' is not assigned and could be declared final
61650 src/com/gps/hibernate/FenceReport.java 56 Parameter 'entryTime' is not assigned and could be declared final
61651 src/com/gps/hibernate/FenceReport.java 56 Parameter 'reportDate' is not assigned and could be declared final
61652 src/com/gps/hibernate/FenceReport.java 56 Parameter 'vehicle' is not assigned and could be declared final
61653 src/com/gps/hibernate/FenceReport.java 57 Parameter 'avgSpeed' is not assigned and could be declared final
61654 src/com/gps/hibernate/FenceReport.java 57 Parameter 'createdTime' is not assigned and could be declared final
61655 src/com/gps/hibernate/FenceReport.java 57 Parameter 'distance' is not assigned and could be declared final
61656 src/com/gps/hibernate/FenceReport.java 57 Parameter 'exitTime' is not assigned and could be declared final
61657 src/com/gps/hibernate/FenceReport.java 58 Parameter 'updatedTime' is not assigned and could be declared final
61658 src/com/gps/hibernate/FenceReport.java 71 Comment is too large: Too many lines
61659 src/com/gps/hibernate/FenceReport.java 81 Parameter 'geofence' is not assigned and could be declared final
61660 src/com/gps/hibernate/FenceReport.java 81 Parameter 'reportId' is not assigned and could be declared final
61661 src/com/gps/hibernate/FenceReport.java 82 Parameter 'entryTime' is not assigned and could be declared final
61662 src/com/gps/hibernate/FenceReport.java 82 Parameter 'reportDate' is not assigned and could be declared final
61663 src/com/gps/hibernate/FenceReport.java 82 Parameter 'vehicle' is not assigned and could be declared final
61664 src/com/gps/hibernate/FenceReport.java 83 Parameter 'avgSpeed' is not assigned and could be declared final
61665 src/com/gps/hibernate/FenceReport.java 83 Parameter 'distance' is not assigned and could be declared final
61666 src/com/gps/hibernate/FenceReport.java 83 Parameter 'exitTime' is not assigned and could be declared final
61667 src/com/gps/hibernate/FenceReport.java 94 Comment is too large: Too many lines
61668 src/com/gps/hibernate/FenceReport.java 103 Parameter 'geofence' is not assigned and could be declared final
61669 src/com/gps/hibernate/FenceReport.java 103 Parameter 'vehicle' is not assigned and could be declared final
61670 src/com/gps/hibernate/FenceReport.java 104 Parameter 'avgSpeed' is not assigned and could be declared final
61671 src/com/gps/hibernate/FenceReport.java 104 Parameter 'entryTime' is not assigned and could be declared final
61672 src/com/gps/hibernate/FenceReport.java 104 Parameter 'exitTime' is not assigned and could be declared final
61673 src/com/gps/hibernate/FenceReport.java 104 Parameter 'reportDate' is not assigned and could be declared final
61674 src/com/gps/hibernate/FenceReport.java 105 Parameter 'distance' is not assigned and could be declared final
61675 src/com/gps/hibernate/FenceReport.java 124 Parameter 'reportId' is not assigned and could be declared final
61676 src/com/gps/hibernate/FenceReport.java 136 Parameter 'geofence' is not assigned and could be declared final
61677 src/com/gps/hibernate/FenceReport.java 148 Parameter 'vehicle' is not assigned and could be declared final
61678 src/com/gps/hibernate/FenceReport.java 160 Parameter 'reportDate' is not assigned and could be declared final
61679 src/com/gps/hibernate/FenceReport.java 172 Parameter 'entryTime' is not assigned and could be declared final
61680 src/com/gps/hibernate/FenceReport.java 184 Parameter 'exitTime' is not assigned and could be declared final
61681 src/com/gps/hibernate/FenceReport.java 196 Parameter 'avgSpeed' is not assigned and could be declared final
61682 src/com/gps/hibernate/FenceReport.java 208 Parameter 'distance' is not assigned and could be declared final
61683 src/com/gps/hibernate/FenceReport.java 220 Parameter 'createdTime' is not assigned and could be declared final
61684 src/com/gps/hibernate/FenceReport.java 232 Parameter 'updatedTime' is not assigned and could be declared final
61685 src/com/gps/hibernate/FenceReport.java 244 Parameter 'stopTime' is not assigned and could be declared final
61686 src/com/gps/hibernate/FenceReport.java 256 Parameter 'stopLat' is not assigned and could be declared final
61687 src/com/gps/hibernate/FenceReport.java 268 Parameter 'stopLong' is not assigned and could be declared final
61688 src/com/gps/hibernate/FenceReport.java 280 Parameter 'stopReading' is not assigned and could be declared final
61689 src/com/gps/hibernate/FenceReportDAO.java 1 Possible God class (WMC=47, ATFD=36, TCC=0.0)
61690 src/com/gps/hibernate/FenceReportDAO.java 3 Avoid unused imports such as 'java.sql.SQLException'
61691 src/com/gps/hibernate/FenceReportDAO.java 19 Avoid unused imports such as 'com.gps.helper.DistanceHelper'
61692 src/com/gps/hibernate/FenceReportDAO.java 22 Avoid unused imports such as 'com.gps.vo.PickUpPoints'
61693 src/com/gps/hibernate/FenceReportDAO.java 24 Comment is too large: Too many lines
61694 src/com/gps/hibernate/FenceReportDAO.java 36 This class has too many methods, consider refactoring it.
61695 src/com/gps/hibernate/FenceReportDAO.java 37 Logger should be defined private static final and have the correct class
61696 src/com/gps/hibernate/FenceReportDAO.java 37 Variables that are final and static should be all capitals, 'log' is not all capitals.
61697 src/com/gps/hibernate/FenceReportDAO.java 37 fieldCommentRequirement Required
61698 src/com/gps/hibernate/FenceReportDAO.java 39 Variables that are final and static should be all capitals, 'Geofence' is not all capitals.
61699 src/com/gps/hibernate/FenceReportDAO.java 39 fieldCommentRequirement Required
61700 src/com/gps/hibernate/FenceReportDAO.java 40 Variables that are final and static should be all capitals, 'Vehicle' is not all capitals.
61701 src/com/gps/hibernate/FenceReportDAO.java 40 fieldCommentRequirement Required
61702 src/com/gps/hibernate/FenceReportDAO.java 41 Variables that are final and static should be all capitals, 'Date' is not all capitals.
61703 src/com/gps/hibernate/FenceReportDAO.java 41 fieldCommentRequirement Required
61704 src/com/gps/hibernate/FenceReportDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
61705 src/com/gps/hibernate/FenceReportDAO.java 43 publicMethodCommentRequirement Required
61706 src/com/gps/hibernate/FenceReportDAO.java 44 There is log block not surrounded by if
61707 src/com/gps/hibernate/FenceReportDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61708 src/com/gps/hibernate/FenceReportDAO.java 46 Potential violation of Law of Demeter (method chain calls)
61709 src/com/gps/hibernate/FenceReportDAO.java 47 There is log block not surrounded by if
61710 src/com/gps/hibernate/FenceReportDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61711 src/com/gps/hibernate/FenceReportDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61712 src/com/gps/hibernate/FenceReportDAO.java 49 There is log block not surrounded by if
61713 src/com/gps/hibernate/FenceReportDAO.java 54 Avoid excessively long variable names like persistentInstance
61714 src/com/gps/hibernate/FenceReportDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
61715 src/com/gps/hibernate/FenceReportDAO.java 54 publicMethodCommentRequirement Required
61716 src/com/gps/hibernate/FenceReportDAO.java 55 There is log block not surrounded by if
61717 src/com/gps/hibernate/FenceReportDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61718 src/com/gps/hibernate/FenceReportDAO.java 57 Potential violation of Law of Demeter (method chain calls)
61719 src/com/gps/hibernate/FenceReportDAO.java 58 There is log block not surrounded by if
61720 src/com/gps/hibernate/FenceReportDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61721 src/com/gps/hibernate/FenceReportDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61722 src/com/gps/hibernate/FenceReportDAO.java 60 There is log block not surrounded by if
61723 src/com/gps/hibernate/FenceReportDAO.java 65 Avoid variables with short names like id
61724 src/com/gps/hibernate/FenceReportDAO.java 65 Parameter 'id' is not assigned and could be declared final
61725 src/com/gps/hibernate/FenceReportDAO.java 65 publicMethodCommentRequirement Required
61726 src/com/gps/hibernate/FenceReportDAO.java 66 There is log block not surrounded by if
61727 src/com/gps/hibernate/FenceReportDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61728 src/com/gps/hibernate/FenceReportDAO.java 68 Local variable 'instance' could be declared final
61729 src/com/gps/hibernate/FenceReportDAO.java 68 Potential violation of Law of Demeter (method chain calls)
61730 src/com/gps/hibernate/FenceReportDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61731 src/com/gps/hibernate/FenceReportDAO.java 72 There is log block not surrounded by if
61732 src/com/gps/hibernate/FenceReportDAO.java 77 Parameter 'instance' is not assigned and could be declared final
61733 src/com/gps/hibernate/FenceReportDAO.java 77 publicMethodCommentRequirement Required
61734 src/com/gps/hibernate/FenceReportDAO.java 78 There is log block not surrounded by if
61735 src/com/gps/hibernate/FenceReportDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61736 src/com/gps/hibernate/FenceReportDAO.java 80 Local variable 'results' could be declared final
61737 src/com/gps/hibernate/FenceReportDAO.java 80 Potential violation of Law of Demeter (method chain calls)
61738 src/com/gps/hibernate/FenceReportDAO.java 80 Potential violation of Law of Demeter (method chain calls)
61739 src/com/gps/hibernate/FenceReportDAO.java 80 Potential violation of Law of Demeter (method chain calls)
61740 src/com/gps/hibernate/FenceReportDAO.java 83 There is log block not surrounded by if
61741 src/com/gps/hibernate/FenceReportDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61742 src/com/gps/hibernate/FenceReportDAO.java 84 Potential violation of Law of Demeter (object not created locally)
61743 src/com/gps/hibernate/FenceReportDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61744 src/com/gps/hibernate/FenceReportDAO.java 87 There is log block not surrounded by if
61745 src/com/gps/hibernate/FenceReportDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
61746 src/com/gps/hibernate/FenceReportDAO.java 92 Parameter 'value' is not assigned and could be declared final
61747 src/com/gps/hibernate/FenceReportDAO.java 92 publicMethodCommentRequirement Required
61748 src/com/gps/hibernate/FenceReportDAO.java 93 There is log block not surrounded by if
61749 src/com/gps/hibernate/FenceReportDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61750 src/com/gps/hibernate/FenceReportDAO.java 96 Local variable 'queryString' could be declared final
61751 src/com/gps/hibernate/FenceReportDAO.java 98 Local variable 'queryObject' could be declared final
61752 src/com/gps/hibernate/FenceReportDAO.java 98 Potential violation of Law of Demeter (method chain calls)
61753 src/com/gps/hibernate/FenceReportDAO.java 99 Potential violation of Law of Demeter (object not created locally)
61754 src/com/gps/hibernate/FenceReportDAO.java 100 Potential violation of Law of Demeter (object not created locally)
61755 src/com/gps/hibernate/FenceReportDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61756 src/com/gps/hibernate/FenceReportDAO.java 102 There is log block not surrounded by if
61757 src/com/gps/hibernate/FenceReportDAO.java 107 Parameter 'date' is not assigned and could be declared final
61758 src/com/gps/hibernate/FenceReportDAO.java 107 publicMethodCommentRequirement Required
61759 src/com/gps/hibernate/FenceReportDAO.java 111 Parameter 'geofence' is not assigned and could be declared final
61760 src/com/gps/hibernate/FenceReportDAO.java 111 publicMethodCommentRequirement Required
61761 src/com/gps/hibernate/FenceReportDAO.java 115 Parameter 'vehicle' is not assigned and could be declared final
61762 src/com/gps/hibernate/FenceReportDAO.java 115 publicMethodCommentRequirement Required
61763 src/com/gps/hibernate/FenceReportDAO.java 119 publicMethodCommentRequirement Required
61764 src/com/gps/hibernate/FenceReportDAO.java 120 There is log block not surrounded by if
61765 src/com/gps/hibernate/FenceReportDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61766 src/com/gps/hibernate/FenceReportDAO.java 122 Local variable 'queryString' could be declared final
61767 src/com/gps/hibernate/FenceReportDAO.java 123 Local variable 'queryObject' could be declared final
61768 src/com/gps/hibernate/FenceReportDAO.java 123 Potential violation of Law of Demeter (method chain calls)
61769 src/com/gps/hibernate/FenceReportDAO.java 124 Potential violation of Law of Demeter (object not created locally)
61770 src/com/gps/hibernate/FenceReportDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61771 src/com/gps/hibernate/FenceReportDAO.java 126 There is log block not surrounded by if
61772 src/com/gps/hibernate/FenceReportDAO.java 131 Parameter 'detachedInstance' is not assigned and could be declared final
61773 src/com/gps/hibernate/FenceReportDAO.java 131 publicMethodCommentRequirement Required
61774 src/com/gps/hibernate/FenceReportDAO.java 132 There is log block not surrounded by if
61775 src/com/gps/hibernate/FenceReportDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61776 src/com/gps/hibernate/FenceReportDAO.java 134 Local variable 'result' could be declared final
61777 src/com/gps/hibernate/FenceReportDAO.java 134 Potential violation of Law of Demeter (method chain calls)
61778 src/com/gps/hibernate/FenceReportDAO.java 136 There is log block not surrounded by if
61779 src/com/gps/hibernate/FenceReportDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61780 src/com/gps/hibernate/FenceReportDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61781 src/com/gps/hibernate/FenceReportDAO.java 139 There is log block not surrounded by if
61782 src/com/gps/hibernate/FenceReportDAO.java 144 Parameter 'instance' is not assigned and could be declared final
61783 src/com/gps/hibernate/FenceReportDAO.java 144 publicMethodCommentRequirement Required
61784 src/com/gps/hibernate/FenceReportDAO.java 145 There is log block not surrounded by if
61785 src/com/gps/hibernate/FenceReportDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61786 src/com/gps/hibernate/FenceReportDAO.java 147 Potential violation of Law of Demeter (method chain calls)
61787 src/com/gps/hibernate/FenceReportDAO.java 148 There is log block not surrounded by if
61788 src/com/gps/hibernate/FenceReportDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61789 src/com/gps/hibernate/FenceReportDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61790 src/com/gps/hibernate/FenceReportDAO.java 150 There is log block not surrounded by if
61791 src/com/gps/hibernate/FenceReportDAO.java 155 Parameter 'instance' is not assigned and could be declared final
61792 src/com/gps/hibernate/FenceReportDAO.java 155 publicMethodCommentRequirement Required
61793 src/com/gps/hibernate/FenceReportDAO.java 156 There is log block not surrounded by if
61794 src/com/gps/hibernate/FenceReportDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61795 src/com/gps/hibernate/FenceReportDAO.java 158 Potential violation of Law of Demeter (method chain calls)
61796 src/com/gps/hibernate/FenceReportDAO.java 159 There is log block not surrounded by if
61797 src/com/gps/hibernate/FenceReportDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
61798 src/com/gps/hibernate/FenceReportDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61799 src/com/gps/hibernate/FenceReportDAO.java 161 There is log block not surrounded by if
61800 src/com/gps/hibernate/FenceReportDAO.java 167 Found 'UR'-anomaly for variable 'vehicleInfo' (lines '167'-'181').
61801 src/com/gps/hibernate/FenceReportDAO.java 167 Parameter 'geofence' is not assigned and could be declared final
61802 src/com/gps/hibernate/FenceReportDAO.java 167 Parameter 'packetTime' is not assigned and could be declared final
61803 src/com/gps/hibernate/FenceReportDAO.java 167 Parameter 'vehicle' is not assigned and could be declared final
61804 src/com/gps/hibernate/FenceReportDAO.java 167 publicMethodCommentRequirement Required
61805 src/com/gps/hibernate/FenceReportDAO.java 169 Local variable 'organizer' could be declared final
61806 src/com/gps/hibernate/FenceReportDAO.java 170 Local variable 'rsVeh' could be declared final
61807 src/com/gps/hibernate/FenceReportDAO.java 173 Avoid using if statements without curly braces
61808 src/com/gps/hibernate/FenceReportDAO.java 173 Potential violation of Law of Demeter (object not created locally)
61809 src/com/gps/hibernate/FenceReportDAO.java 174 Local variable 'vehicleInfo' could be declared final
61810 src/com/gps/hibernate/FenceReportDAO.java 175 Avoid instantiating new objects inside loops
61811 src/com/gps/hibernate/FenceReportDAO.java 175 Local variable 'reportObj' could be declared final
61812 src/com/gps/hibernate/FenceReportDAO.java 178 Potential violation of Law of Demeter (method chain calls)
61813 src/com/gps/hibernate/FenceReportDAO.java 178 Potential violation of Law of Demeter (method chain calls)
61814 src/com/gps/hibernate/FenceReportDAO.java 186 Local variable 'context' could be declared final
61815 src/com/gps/hibernate/FenceReportDAO.java 186 Potential violation of Law of Demeter (method chain calls)
61816 src/com/gps/hibernate/FenceReportDAO.java 187 Potential violation of Law of Demeter (object not created locally)
61817 src/com/gps/hibernate/FenceReportDAO.java 188 Potential violation of Law of Demeter (method chain calls)
61818 src/com/gps/hibernate/FenceReportDAO.java 189 Potential violation of Law of Demeter (object not created locally)
61819 src/com/gps/hibernate/FenceReportDAO.java 190 Potential violation of Law of Demeter (method chain calls)
61820 src/com/gps/hibernate/FenceReportDAO.java 194 Avoid printStackTrace(); use a logger call instead.
61821 src/com/gps/hibernate/FenceReportDAO.java 199 Parameter 'geofence' is not assigned and could be declared final
61822 src/com/gps/hibernate/FenceReportDAO.java 199 Parameter 'vehicle' is not assigned and could be declared final
61823 src/com/gps/hibernate/FenceReportDAO.java 199 publicMethodCommentRequirement Required
61824 src/com/gps/hibernate/FenceReportDAO.java 200 Parameter 'packetTime' is not assigned and could be declared final
61825 src/com/gps/hibernate/FenceReportDAO.java 203 Local variable 'qry' could be declared final
61826 src/com/gps/hibernate/FenceReportDAO.java 203 Potential violation of Law of Demeter (method chain calls)
61827 src/com/gps/hibernate/FenceReportDAO.java 204 There is log block not surrounded by if
61828 src/com/gps/hibernate/FenceReportDAO.java 204 There is log block not surrounded by if
61829 src/com/gps/hibernate/FenceReportDAO.java 205 Avoid using Literals in Conditional Statements
61830 src/com/gps/hibernate/FenceReportDAO.java 205 Potential violation of Law of Demeter (method chain calls)
61831 src/com/gps/hibernate/FenceReportDAO.java 205 Potential violation of Law of Demeter (object not created locally)
61832 src/com/gps/hibernate/FenceReportDAO.java 207 Avoid unused local variables such as 'twoDForm'.
61833 src/com/gps/hibernate/FenceReportDAO.java 207 Found 'DU'-anomaly for variable 'twoDForm' (lines '207'-'265').
61834 src/com/gps/hibernate/FenceReportDAO.java 207 Local variable 'twoDForm' could be declared final
61835 src/com/gps/hibernate/FenceReportDAO.java 208 Local variable 'reportList' could be declared final
61836 src/com/gps/hibernate/FenceReportDAO.java 208 Potential violation of Law of Demeter (object not created locally)
61837 src/com/gps/hibernate/FenceReportDAO.java 210 Local variable 'format' could be declared final
61838 src/com/gps/hibernate/FenceReportDAO.java 210 When instantiating a SimpleDateFormat object, specify a Locale
61839 src/com/gps/hibernate/FenceReportDAO.java 211 Avoid unused local variables such as 'newTime'.
61840 src/com/gps/hibernate/FenceReportDAO.java 211 Found 'DU'-anomaly for variable 'newTime' (lines '211'-'265').
61841 src/com/gps/hibernate/FenceReportDAO.java 211 Local variable 'newTime' could be declared final
61842 src/com/gps/hibernate/FenceReportDAO.java 213 Local variable 'reportObj' could be declared final
61843 src/com/gps/hibernate/FenceReportDAO.java 213 Potential violation of Law of Demeter (object not created locally)
61844 src/com/gps/hibernate/FenceReportDAO.java 214 Comment is too large: Line too long
61845 src/com/gps/hibernate/FenceReportDAO.java 214 Comment is too large: Too many lines
61846 src/com/gps/hibernate/FenceReportDAO.java 215 Comment is too large: Line too long
61847 src/com/gps/hibernate/FenceReportDAO.java 229 Comment is too large: Line too long
61848 src/com/gps/hibernate/FenceReportDAO.java 236 Comment is too large: Line too long
61849 src/com/gps/hibernate/FenceReportDAO.java 239 Comment is too large: Line too long
61850 src/com/gps/hibernate/FenceReportDAO.java 251 Potential violation of Law of Demeter (object not created locally)
61851 src/com/gps/hibernate/FenceReportDAO.java 252 Potential violation of Law of Demeter (method chain calls)
61852 src/com/gps/hibernate/FenceReportDAO.java 252 Potential violation of Law of Demeter (method chain calls)
61853 src/com/gps/hibernate/FenceReportDAO.java 252 Potential violation of Law of Demeter (object not created locally)
61854 src/com/gps/hibernate/FenceReportDAO.java 254 Local variable 'context' could be declared final
61855 src/com/gps/hibernate/FenceReportDAO.java 254 Potential violation of Law of Demeter (method chain calls)
61856 src/com/gps/hibernate/FenceReportDAO.java 255 Potential violation of Law of Demeter (object not created locally)
61857 src/com/gps/hibernate/FenceReportDAO.java 256 Potential violation of Law of Demeter (method chain calls)
61858 src/com/gps/hibernate/FenceReportDAO.java 257 Potential violation of Law of Demeter (object not created locally)
61859 src/com/gps/hibernate/FenceReportDAO.java 258 Potential violation of Law of Demeter (method chain calls)
61860 src/com/gps/hibernate/FenceReportDAO.java 262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61861 src/com/gps/hibernate/FenceReportDAO.java 263 There is log block not surrounded by if
61862 src/com/gps/hibernate/FenceReportDAO.java 263 There is log block not surrounded by if
61863 src/com/gps/hibernate/FenceReportDAO.java 267 Parameter 'trip' is not assigned and could be declared final
61864 src/com/gps/hibernate/FenceReportDAO.java 267 publicMethodCommentRequirement Required
61865 src/com/gps/hibernate/FenceReportDAO.java 269 Found 'DD'-anomaly for variable 'fence' (lines '269'-'281').
61866 src/com/gps/hibernate/FenceReportDAO.java 269 Found 'DD'-anomaly for variable 'fence' (lines '269'-'291').
61867 src/com/gps/hibernate/FenceReportDAO.java 271 Found 'DD'-anomaly for variable 'geoList' (lines '271'-'278').
61868 src/com/gps/hibernate/FenceReportDAO.java 272 Found 'DD'-anomaly for variable 'fenceList' (lines '272'-'289').
61869 src/com/gps/hibernate/FenceReportDAO.java 272 Found 'DU'-anomaly for variable 'fenceList' (lines '272'-'300').
61870 src/com/gps/hibernate/FenceReportDAO.java 273 Found 'DD'-anomaly for variable 'condition' (lines '273'-'285').
61871 src/com/gps/hibernate/FenceReportDAO.java 273 Found 'DD'-anomaly for variable 'condition' (lines '273'-'287').
61872 src/com/gps/hibernate/FenceReportDAO.java 273 Found 'DU'-anomaly for variable 'condition' (lines '273'-'300').
61873 src/com/gps/hibernate/FenceReportDAO.java 276 Local variable 'geoQry' could be declared final
61874 src/com/gps/hibernate/FenceReportDAO.java 276 Potential violation of Law of Demeter (method chain calls)
61875 src/com/gps/hibernate/FenceReportDAO.java 277 Potential violation of Law of Demeter (object not created locally)
61876 src/com/gps/hibernate/FenceReportDAO.java 278 Potential violation of Law of Demeter (object not created locally)
61877 src/com/gps/hibernate/FenceReportDAO.java 280 Avoid using Literals in Conditional Statements
61878 src/com/gps/hibernate/FenceReportDAO.java 280 Potential violation of Law of Demeter (object not created locally)
61879 src/com/gps/hibernate/FenceReportDAO.java 280 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61880 src/com/gps/hibernate/FenceReportDAO.java 281 Avoid using if...else statements without curly braces
61881 src/com/gps/hibernate/FenceReportDAO.java 281 Potential violation of Law of Demeter (method chain calls)
61882 src/com/gps/hibernate/FenceReportDAO.java 281 Potential violation of Law of Demeter (object not created locally)
61883 src/com/gps/hibernate/FenceReportDAO.java 285 Avoid using if...else statements without curly braces
61884 src/com/gps/hibernate/FenceReportDAO.java 287 Avoid using if...else statements without curly braces
61885 src/com/gps/hibernate/FenceReportDAO.java 289 Potential violation of Law of Demeter (method chain calls)
61886 src/com/gps/hibernate/FenceReportDAO.java 289 Potential violation of Law of Demeter (method chain calls)
61887 src/com/gps/hibernate/FenceReportDAO.java 290 Avoid using Literals in Conditional Statements
61888 src/com/gps/hibernate/FenceReportDAO.java 290 Avoid using if statements without curly braces
61889 src/com/gps/hibernate/FenceReportDAO.java 290 Potential violation of Law of Demeter (object not created locally)
61890 src/com/gps/hibernate/FenceReportDAO.java 290 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61891 src/com/gps/hibernate/FenceReportDAO.java 291 Potential violation of Law of Demeter (object not created locally)
61892 src/com/gps/hibernate/FenceReportDAO.java 294 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61893 src/com/gps/hibernate/FenceReportDAO.java 296 Avoid printStackTrace(); use a logger call instead.
61894 src/com/gps/hibernate/FenceReportDAO.java 296 Potential violation of Law of Demeter (object not created locally)
61895 src/com/gps/hibernate/FenceReportDAO.java 302 Found 'UR'-anomaly for variable 'actualPickUpPoints' (lines '302'-'309').
61896 src/com/gps/hibernate/FenceReportDAO.java 302 Parameter 'tripId' is not assigned and could be declared final
61897 src/com/gps/hibernate/FenceReportDAO.java 302 publicMethodCommentRequirement Required
61898 src/com/gps/hibernate/FenceReportDAO.java 304 Found 'DD'-anomaly for variable 'pickUps' (lines '304'-'306').
61899 src/com/gps/hibernate/FenceReportDAO.java 306 Potential violation of Law of Demeter (method chain calls)
61900 src/com/gps/hibernate/FenceReportDAO.java 306 Potential violation of Law of Demeter (method chain calls)
61901 src/com/gps/hibernate/FenceReportDAO.java 307 Potential violation of Law of Demeter (object not created locally)
61902 src/com/gps/hibernate/FenceReportDAO.java 307 There is log block not surrounded by if
61903 src/com/gps/hibernate/FenceReportDAO.java 307 There is log block not surrounded by if
61904 src/com/gps/hibernate/FenceReportDAO.java 308 Avoid excessively long variable names like actualPickUpPoints
61905 src/com/gps/hibernate/FenceReportDAO.java 308 Local variable 'actualPickUpPoints' could be declared final
61906 src/com/gps/hibernate/FenceReportDAO.java 309 There is log block not surrounded by if
61907 src/com/gps/hibernate/FenceReportDAO.java 309 There is log block not surrounded by if
61908 src/com/gps/hibernate/FenceReportDAO.java 311 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61909 src/com/gps/hibernate/FenceReportDAO.java 313 Avoid printStackTrace(); use a logger call instead.
61910 src/com/gps/hibernate/FenceReportDAO.java 313 Potential violation of Law of Demeter (object not created locally)
61911 src/com/gps/hibernate/FenceReportDAO.java 318 Parameter 'trip' is not assigned and could be declared final
61912 src/com/gps/hibernate/FenceReportDAO.java 318 publicMethodCommentRequirement Required
61913 src/com/gps/hibernate/FenceReportDAO.java 320 Found 'DD'-anomaly for variable 'fenceList' (lines '320'-'333').
61914 src/com/gps/hibernate/FenceReportDAO.java 321 Found 'DD'-anomaly for variable 'repList' (lines '321'-'336').
61915 src/com/gps/hibernate/FenceReportDAO.java 321 Found 'DU'-anomaly for variable 'repList' (lines '321'-'349').
61916 src/com/gps/hibernate/FenceReportDAO.java 322 Found 'DD'-anomaly for variable 'qry' (lines '322'-'331').
61917 src/com/gps/hibernate/FenceReportDAO.java 326 Avoid using if...else statements without curly braces
61918 src/com/gps/hibernate/FenceReportDAO.java 328 Avoid using if...else statements without curly braces
61919 src/com/gps/hibernate/FenceReportDAO.java 330 There is log block not surrounded by if
61920 src/com/gps/hibernate/FenceReportDAO.java 330 There is log block not surrounded by if
61921 src/com/gps/hibernate/FenceReportDAO.java 331 Potential violation of Law of Demeter (method chain calls)
61922 src/com/gps/hibernate/FenceReportDAO.java 331 Potential violation of Law of Demeter (method chain calls)
61923 src/com/gps/hibernate/FenceReportDAO.java 332 There is log block not surrounded by if
61924 src/com/gps/hibernate/FenceReportDAO.java 332 There is log block not surrounded by if
61925 src/com/gps/hibernate/FenceReportDAO.java 333 Potential violation of Law of Demeter (object not created locally)
61926 src/com/gps/hibernate/FenceReportDAO.java 334 Potential violation of Law of Demeter (object not created locally)
61927 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
61928 src/com/gps/hibernate/FenceReportDAO.java 334 There is log block not surrounded by if
61929 src/com/gps/hibernate/FenceReportDAO.java 335 Avoid using Literals in Conditional Statements
61930 src/com/gps/hibernate/FenceReportDAO.java 335 Potential violation of Law of Demeter (object not created locally)
61931 src/com/gps/hibernate/FenceReportDAO.java 335 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61932 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (method chain calls)
61933 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (method chain calls)
61934 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (method chain calls)
61935 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (method chain calls)
61936 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (method chain calls)
61937 src/com/gps/hibernate/FenceReportDAO.java 336 Potential violation of Law of Demeter (object not created locally)
61938 src/com/gps/hibernate/FenceReportDAO.java 338 Avoid using Literals in Conditional Statements
61939 src/com/gps/hibernate/FenceReportDAO.java 338 Potential violation of Law of Demeter (object not created locally)
61940 src/com/gps/hibernate/FenceReportDAO.java 338 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61941 src/com/gps/hibernate/FenceReportDAO.java 339 Potential violation of Law of Demeter (method chain calls)
61942 src/com/gps/hibernate/FenceReportDAO.java 339 Potential violation of Law of Demeter (method chain calls)
61943 src/com/gps/hibernate/FenceReportDAO.java 339 Potential violation of Law of Demeter (method chain calls)
61944 src/com/gps/hibernate/FenceReportDAO.java 339 Potential violation of Law of Demeter (method chain calls)
61945 src/com/gps/hibernate/FenceReportDAO.java 339 Potential violation of Law of Demeter (object not created locally)
61946 src/com/gps/hibernate/FenceReportDAO.java 339 There is log block not surrounded by if
61947 src/com/gps/hibernate/FenceReportDAO.java 339 There is log block not surrounded by if
61948 src/com/gps/hibernate/FenceReportDAO.java 340 A method should have only one exit point, and that should be the last statement in the method
61949 src/com/gps/hibernate/FenceReportDAO.java 340 Potential violation of Law of Demeter (object not created locally)
61950 src/com/gps/hibernate/FenceReportDAO.java 344 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61951 src/com/gps/hibernate/FenceReportDAO.java 346 Avoid printStackTrace(); use a logger call instead.
61952 src/com/gps/hibernate/FenceReportDAO.java 346 Potential violation of Law of Demeter (object not created locally)
61953 src/com/gps/hibernate/FenceReportDAO.java 351 Parameter 'trip' is not assigned and could be declared final
61954 src/com/gps/hibernate/FenceReportDAO.java 351 publicMethodCommentRequirement Required
61955 src/com/gps/hibernate/FenceReportDAO.java 353 Found 'DD'-anomaly for variable 'fenceList' (lines '353'-'364').
61956 src/com/gps/hibernate/FenceReportDAO.java 354 Found 'DD'-anomaly for variable 'repList' (lines '354'-'368').
61957 src/com/gps/hibernate/FenceReportDAO.java 354 Found 'DU'-anomaly for variable 'repList' (lines '354'-'379').
61958 src/com/gps/hibernate/FenceReportDAO.java 358 Avoid using if...else statements without curly braces
61959 src/com/gps/hibernate/FenceReportDAO.java 360 Avoid using if...else statements without curly braces
61960 src/com/gps/hibernate/FenceReportDAO.java 364 Potential violation of Law of Demeter (method chain calls)
61961 src/com/gps/hibernate/FenceReportDAO.java 364 Potential violation of Law of Demeter (method chain calls)
61962 src/com/gps/hibernate/FenceReportDAO.java 364 Potential violation of Law of Demeter (method chain calls)
61963 src/com/gps/hibernate/FenceReportDAO.java 366 Avoid using Literals in Conditional Statements
61964 src/com/gps/hibernate/FenceReportDAO.java 366 Potential violation of Law of Demeter (object not created locally)
61965 src/com/gps/hibernate/FenceReportDAO.java 366 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61966 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (method chain calls)
61967 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (method chain calls)
61968 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (method chain calls)
61969 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (method chain calls)
61970 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (method chain calls)
61971 src/com/gps/hibernate/FenceReportDAO.java 368 Potential violation of Law of Demeter (object not created locally)
61972 src/com/gps/hibernate/FenceReportDAO.java 370 Avoid using Literals in Conditional Statements
61973 src/com/gps/hibernate/FenceReportDAO.java 370 Avoid using if statements without curly braces
61974 src/com/gps/hibernate/FenceReportDAO.java 370 Potential violation of Law of Demeter (object not created locally)
61975 src/com/gps/hibernate/FenceReportDAO.java 370 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
61976 src/com/gps/hibernate/FenceReportDAO.java 371 Potential violation of Law of Demeter (object not created locally)
61977 src/com/gps/hibernate/FenceReportDAO.java 374 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
61978 src/com/gps/hibernate/FenceReportDAO.java 376 Avoid printStackTrace(); use a logger call instead.
61979 src/com/gps/hibernate/FenceReportDAO.java 376 Potential violation of Law of Demeter (object not created locally)
61980 src/com/gps/hibernate/FenceReportDAO.java 381 Parameter 'args' is not assigned and could be declared final
61981 src/com/gps/hibernate/FenceReportDAO.java 381 publicMethodCommentRequirement Required
61982 src/com/gps/hibernate/FenceReportDAO.java 383 Local variable 'fenceDAO' could be declared final
61983 src/com/gps/hibernate/FrequentTravellerDetails.java 9 Classes implementing Serializable should set a serialVersionUID
61984 src/com/gps/hibernate/FrequentTravellerDetails.java 13 Avoid variables with short names like id
61985 src/com/gps/hibernate/FrequentTravellerDetails.java 13 fieldCommentRequirement Required
61986 src/com/gps/hibernate/FrequentTravellerDetails.java 18 Document empty constructor
61987 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Avoid variables with short names like id
61988 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Parameter 'id' is not assigned and could be declared final
61989 src/com/gps/hibernate/FrequentTravellerDetails.java 28 publicMethodCommentRequirement Required
61990 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Avoid variables with short names like id
61991 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Parameter 'id' is not assigned and could be declared final
61992 src/com/gps/hibernate/FrequentTravellerDetails.java 32 publicMethodCommentRequirement Required
61993 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 10 Comment is too large: Too many lines
61994 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Logger should be defined private static final and have the correct class
61995 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
61996 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 fieldCommentRequirement Required
61997 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
61998 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 publicMethodCommentRequirement Required
61999 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 There is log block not surrounded by if
62000 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62001 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
62002 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 There is log block not surrounded by if
62003 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62004 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62005 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 35 There is log block not surrounded by if
62006 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Avoid excessively long variable names like persistentInstance
62007 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
62008 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 publicMethodCommentRequirement Required
62009 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 There is log block not surrounded by if
62010 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62011 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
62012 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 There is log block not surrounded by if
62013 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62014 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62015 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 46 There is log block not surrounded by if
62016 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 51 publicMethodCommentRequirement Required
62017 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Avoid variables with short names like id
62018 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Parameter 'id' is not assigned and could be declared final
62019 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 There is log block not surrounded by if
62020 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62021 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Local variable 'instance' could be declared final
62022 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
62023 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62024 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 59 There is log block not surrounded by if
62025 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 Parameter 'instance' is not assigned and could be declared final
62026 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 publicMethodCommentRequirement Required
62027 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 There is log block not surrounded by if
62028 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62029 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Local variable 'results' could be declared final
62030 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
62031 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
62032 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
62033 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 There is log block not surrounded by if
62034 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62035 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 71 Potential violation of Law of Demeter (object not created locally)
62036 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62037 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 74 There is log block not surrounded by if
62038 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
62039 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'value' is not assigned and could be declared final
62040 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 publicMethodCommentRequirement Required
62041 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 There is log block not surrounded by if
62042 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62043 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 83 Local variable 'queryString' could be declared final
62044 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Local variable 'queryObject' could be declared final
62045 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Potential violation of Law of Demeter (method chain calls)
62046 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
62047 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
62048 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62049 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 89 There is log block not surrounded by if
62050 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 94 publicMethodCommentRequirement Required
62051 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 There is log block not surrounded by if
62052 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62053 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 97 Local variable 'queryString' could be declared final
62054 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Local variable 'queryObject' could be declared final
62055 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Potential violation of Law of Demeter (method chain calls)
62056 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 99 Potential violation of Law of Demeter (object not created locally)
62057 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62058 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 101 There is log block not surrounded by if
62059 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 106 publicMethodCommentRequirement Required
62060 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
62061 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 There is log block not surrounded by if
62062 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62063 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Local variable 'result' could be declared final
62064 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
62065 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 There is log block not surrounded by if
62066 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62067 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62068 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 115 There is log block not surrounded by if
62069 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
62070 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 publicMethodCommentRequirement Required
62071 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 There is log block not surrounded by if
62072 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62073 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
62074 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 There is log block not surrounded by if
62075 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62076 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62077 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 126 There is log block not surrounded by if
62078 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
62079 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 publicMethodCommentRequirement Required
62080 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 There is log block not surrounded by if
62081 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62082 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
62083 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 There is log block not surrounded by if
62084 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62085 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62086 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 137 There is log block not surrounded by if
62087 src/com/gps/hibernate/FrequentTravellerDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
62088 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 Avoid excessively long variable names like tripTravelerDetails
62089 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 fieldCommentRequirement Required
62090 src/com/gps/hibernate/FrequentTravellerDetailsId.java 14 fieldCommentRequirement Required
62091 src/com/gps/hibernate/FrequentTravellerDetailsId.java 19 Document empty constructor
62092 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Avoid excessively long variable names like tripTravelerDetails
62093 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Parameter 'tripTravelerDetails' is not assigned and could be declared final
62094 src/com/gps/hibernate/FrequentTravellerDetailsId.java 24 Parameter 'day' is not assigned and could be declared final
62095 src/com/gps/hibernate/FrequentTravellerDetailsId.java 31 publicMethodCommentRequirement Required
62096 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Avoid excessively long variable names like tripTravelerDetails
62097 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Parameter 'tripTravelerDetails' is not assigned and could be declared final
62098 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 publicMethodCommentRequirement Required
62099 src/com/gps/hibernate/FrequentTravellerDetailsId.java 39 publicMethodCommentRequirement Required
62100 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 Parameter 'day' is not assigned and could be declared final
62101 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 publicMethodCommentRequirement Required
62102 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 Parameter 'other' is not assigned and could be declared final
62103 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 publicMethodCommentRequirement Required
62104 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Avoid using if statements without curly braces
62105 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Useless parentheses.
62106 src/com/gps/hibernate/FrequentTravellerDetailsId.java 49 A method should have only one exit point, and that should be the last statement in the method
62107 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Avoid using if statements without curly braces
62108 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Useless parentheses.
62109 src/com/gps/hibernate/FrequentTravellerDetailsId.java 51 A method should have only one exit point, and that should be the last statement in the method
62110 src/com/gps/hibernate/FrequentTravellerDetailsId.java 52 Avoid using if statements without curly braces
62111 src/com/gps/hibernate/FrequentTravellerDetailsId.java 53 A method should have only one exit point, and that should be the last statement in the method
62112 src/com/gps/hibernate/FrequentTravellerDetailsId.java 54 Local variable 'castOther' could be declared final
62113 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (method chain calls)
62114 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
62115 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
62116 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Useless parentheses.
62117 src/com/gps/hibernate/FrequentTravellerDetailsId.java 57 Useless parentheses.
62118 src/com/gps/hibernate/FrequentTravellerDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
62119 src/com/gps/hibernate/FrequentTravellerDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
62120 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (method chain calls)
62121 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
62122 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
62123 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
62124 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
62125 src/com/gps/hibernate/FrequentTravellerDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
62126 src/com/gps/hibernate/FrequentTravellerDetailsId.java 63 Potential violation of Law of Demeter (object not created locally)
62127 src/com/gps/hibernate/FrequentTravellerDetailsId.java 66 publicMethodCommentRequirement Required
62128 src/com/gps/hibernate/FrequentTravellerDetailsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
62129 src/com/gps/hibernate/FrequentTripDetails.java 9 Classes implementing Serializable should set a serialVersionUID
62130 src/com/gps/hibernate/FrequentTripDetails.java 13 Avoid variables with short names like id
62131 src/com/gps/hibernate/FrequentTripDetails.java 13 fieldCommentRequirement Required
62132 src/com/gps/hibernate/FrequentTripDetails.java 14 fieldCommentRequirement Required
62133 src/com/gps/hibernate/FrequentTripDetails.java 19 Document empty constructor
62134 src/com/gps/hibernate/FrequentTripDetails.java 23 Avoid variables with short names like id
62135 src/com/gps/hibernate/FrequentTripDetails.java 23 Parameter 'id' is not assigned and could be declared final
62136 src/com/gps/hibernate/FrequentTripDetails.java 29 Avoid variables with short names like id
62137 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'id' is not assigned and could be declared final
62138 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'time' is not assigned and could be declared final
62139 src/com/gps/hibernate/FrequentTripDetails.java 36 publicMethodCommentRequirement Required
62140 src/com/gps/hibernate/FrequentTripDetails.java 40 Avoid variables with short names like id
62141 src/com/gps/hibernate/FrequentTripDetails.java 40 Parameter 'id' is not assigned and could be declared final
62142 src/com/gps/hibernate/FrequentTripDetails.java 40 publicMethodCommentRequirement Required
62143 src/com/gps/hibernate/FrequentTripDetails.java 44 publicMethodCommentRequirement Required
62144 src/com/gps/hibernate/FrequentTripDetails.java 48 Parameter 'time' is not assigned and could be declared final
62145 src/com/gps/hibernate/FrequentTripDetails.java 48 publicMethodCommentRequirement Required
62146 src/com/gps/hibernate/FrequentTripDetailsDAO.java 10 Comment is too large: Too many lines
62147 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Logger should be defined private static final and have the correct class
62148 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
62149 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 fieldCommentRequirement Required
62150 src/com/gps/hibernate/FrequentTripDetailsDAO.java 26 fieldCommentRequirement Required
62151 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
62152 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 publicMethodCommentRequirement Required
62153 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 There is log block not surrounded by if
62154 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62155 src/com/gps/hibernate/FrequentTripDetailsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
62156 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 There is log block not surrounded by if
62157 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62158 src/com/gps/hibernate/FrequentTripDetailsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62159 src/com/gps/hibernate/FrequentTripDetailsDAO.java 34 There is log block not surrounded by if
62160 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Avoid excessively long variable names like persistentInstance
62161 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
62162 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 publicMethodCommentRequirement Required
62163 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 There is log block not surrounded by if
62164 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62165 src/com/gps/hibernate/FrequentTripDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
62166 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 There is log block not surrounded by if
62167 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62168 src/com/gps/hibernate/FrequentTripDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62169 src/com/gps/hibernate/FrequentTripDetailsDAO.java 45 There is log block not surrounded by if
62170 src/com/gps/hibernate/FrequentTripDetailsDAO.java 50 publicMethodCommentRequirement Required
62171 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Avoid variables with short names like id
62172 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Parameter 'id' is not assigned and could be declared final
62173 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 There is log block not surrounded by if
62174 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62175 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Local variable 'instance' could be declared final
62176 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
62177 src/com/gps/hibernate/FrequentTripDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62178 src/com/gps/hibernate/FrequentTripDetailsDAO.java 58 There is log block not surrounded by if
62179 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
62180 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 publicMethodCommentRequirement Required
62181 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 There is log block not surrounded by if
62182 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62183 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Local variable 'results' could be declared final
62184 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
62185 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
62186 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
62187 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 There is log block not surrounded by if
62188 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62189 src/com/gps/hibernate/FrequentTripDetailsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
62190 src/com/gps/hibernate/FrequentTripDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62191 src/com/gps/hibernate/FrequentTripDetailsDAO.java 73 There is log block not surrounded by if
62192 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
62193 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'value' is not assigned and could be declared final
62194 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 publicMethodCommentRequirement Required
62195 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 There is log block not surrounded by if
62196 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62197 src/com/gps/hibernate/FrequentTripDetailsDAO.java 82 Local variable 'queryString' could be declared final
62198 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Local variable 'queryObject' could be declared final
62199 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
62200 src/com/gps/hibernate/FrequentTripDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
62201 src/com/gps/hibernate/FrequentTripDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
62202 src/com/gps/hibernate/FrequentTripDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62203 src/com/gps/hibernate/FrequentTripDetailsDAO.java 88 There is log block not surrounded by if
62204 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 Parameter 'time' is not assigned and could be declared final
62205 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 publicMethodCommentRequirement Required
62206 src/com/gps/hibernate/FrequentTripDetailsDAO.java 97 publicMethodCommentRequirement Required
62207 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 There is log block not surrounded by if
62208 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62209 src/com/gps/hibernate/FrequentTripDetailsDAO.java 100 Local variable 'queryString' could be declared final
62210 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Local variable 'queryObject' could be declared final
62211 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
62212 src/com/gps/hibernate/FrequentTripDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
62213 src/com/gps/hibernate/FrequentTripDetailsDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62214 src/com/gps/hibernate/FrequentTripDetailsDAO.java 104 There is log block not surrounded by if
62215 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
62216 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 publicMethodCommentRequirement Required
62217 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 There is log block not surrounded by if
62218 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62219 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Local variable 'result' could be declared final
62220 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Potential violation of Law of Demeter (method chain calls)
62221 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 There is log block not surrounded by if
62222 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62223 src/com/gps/hibernate/FrequentTripDetailsDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62224 src/com/gps/hibernate/FrequentTripDetailsDAO.java 117 There is log block not surrounded by if
62225 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 Parameter 'instance' is not assigned and could be declared final
62226 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 publicMethodCommentRequirement Required
62227 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 There is log block not surrounded by if
62228 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62229 src/com/gps/hibernate/FrequentTripDetailsDAO.java 125 Potential violation of Law of Demeter (method chain calls)
62230 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 There is log block not surrounded by if
62231 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62232 src/com/gps/hibernate/FrequentTripDetailsDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62233 src/com/gps/hibernate/FrequentTripDetailsDAO.java 128 There is log block not surrounded by if
62234 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 Parameter 'instance' is not assigned and could be declared final
62235 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 publicMethodCommentRequirement Required
62236 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 There is log block not surrounded by if
62237 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62238 src/com/gps/hibernate/FrequentTripDetailsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
62239 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 There is log block not surrounded by if
62240 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62241 src/com/gps/hibernate/FrequentTripDetailsDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62242 src/com/gps/hibernate/FrequentTripDetailsDAO.java 139 There is log block not surrounded by if
62243 src/com/gps/hibernate/FrequentTripDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
62244 src/com/gps/hibernate/FrequentTripDetailsId.java 13 fieldCommentRequirement Required
62245 src/com/gps/hibernate/FrequentTripDetailsId.java 14 fieldCommentRequirement Required
62246 src/com/gps/hibernate/FrequentTripDetailsId.java 19 Document empty constructor
62247 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'day' is not assigned and could be declared final
62248 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'tripDetails' is not assigned and could be declared final
62249 src/com/gps/hibernate/FrequentTripDetailsId.java 30 publicMethodCommentRequirement Required
62250 src/com/gps/hibernate/FrequentTripDetailsId.java 34 Parameter 'tripDetails' is not assigned and could be declared final
62251 src/com/gps/hibernate/FrequentTripDetailsId.java 34 publicMethodCommentRequirement Required
62252 src/com/gps/hibernate/FrequentTripDetailsId.java 38 publicMethodCommentRequirement Required
62253 src/com/gps/hibernate/FrequentTripDetailsId.java 42 Parameter 'day' is not assigned and could be declared final
62254 src/com/gps/hibernate/FrequentTripDetailsId.java 42 publicMethodCommentRequirement Required
62255 src/com/gps/hibernate/FrequentTripDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
62256 src/com/gps/hibernate/FrequentTripDetailsId.java 46 publicMethodCommentRequirement Required
62257 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Avoid using if statements without curly braces
62258 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Useless parentheses.
62259 src/com/gps/hibernate/FrequentTripDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
62260 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Avoid using if statements without curly braces
62261 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Useless parentheses.
62262 src/com/gps/hibernate/FrequentTripDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
62263 src/com/gps/hibernate/FrequentTripDetailsId.java 51 Avoid using if statements without curly braces
62264 src/com/gps/hibernate/FrequentTripDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
62265 src/com/gps/hibernate/FrequentTripDetailsId.java 53 Local variable 'castOther' could be declared final
62266 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
62267 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
62268 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
62269 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
62270 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
62271 src/com/gps/hibernate/FrequentTripDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
62272 src/com/gps/hibernate/FrequentTripDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
62273 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
62274 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
62275 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
62276 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
62277 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
62278 src/com/gps/hibernate/FrequentTripDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
62279 src/com/gps/hibernate/FrequentTripDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
62280 src/com/gps/hibernate/FrequentTripDetailsId.java 64 publicMethodCommentRequirement Required
62281 src/com/gps/hibernate/FrequentTripDetailsId.java 65 Found 'DD'-anomaly for variable 'result' (lines '65'-'67').
62282 src/com/gps/hibernate/FuelCalibration.java 4 Avoid unused imports such as 'java.util.HashSet'
62283 src/com/gps/hibernate/FuelCalibration.java 5 Avoid unused imports such as 'java.util.Set'
62284 src/com/gps/hibernate/FuelCalibration.java 13 Classes implementing Serializable should set a serialVersionUID
62285 src/com/gps/hibernate/FuelCalibration.java 15 Avoid variables with short names like Id
62286 src/com/gps/hibernate/FuelCalibration.java 15 Use explicit scoping instead of the default package private level
62287 src/com/gps/hibernate/FuelCalibration.java 15 Variables should start with a lowercase character, 'Id' starts with uppercase character.
62288 src/com/gps/hibernate/FuelCalibration.java 15 fieldCommentRequirement Required
62289 src/com/gps/hibernate/FuelCalibration.java 16 Use explicit scoping instead of the default package private level
62290 src/com/gps/hibernate/FuelCalibration.java 16 fieldCommentRequirement Required
62291 src/com/gps/hibernate/FuelCalibration.java 17 Use explicit scoping instead of the default package private level
62292 src/com/gps/hibernate/FuelCalibration.java 17 fieldCommentRequirement Required
62293 src/com/gps/hibernate/FuelCalibration.java 18 Use explicit scoping instead of the default package private level
62294 src/com/gps/hibernate/FuelCalibration.java 18 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
62295 src/com/gps/hibernate/FuelCalibration.java 18 fieldCommentRequirement Required
62296 src/com/gps/hibernate/FuelCalibration.java 31 Avoid variables with short names like id
62297 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'fuelValue' is not assigned and could be declared final
62298 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'id' is not assigned and could be declared final
62299 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'typeId' is not assigned and could be declared final
62300 src/com/gps/hibernate/FuelCalibration.java 32 Parameter 'fuelVolt' is not assigned and could be declared final
62301 src/com/gps/hibernate/FuelCalibration.java 48 Avoid variables with short names like id
62302 src/com/gps/hibernate/FuelCalibration.java 48 Parameter 'id' is not assigned and could be declared final
62303 src/com/gps/hibernate/FuelCalibration.java 60 Parameter 'typeId' is not assigned and could be declared final
62304 src/com/gps/hibernate/FuelCalibration.java 72 Parameter 'fuelValue' is not assigned and could be declared final
62305 src/com/gps/hibernate/FuelCalibration.java 84 Parameter 'fuelVolt' is not assigned and could be declared final
62306 src/com/gps/hibernate/FuelCalibrationDAO.java 4 Avoid unused imports such as 'java.util.Set'
62307 src/com/gps/hibernate/FuelCalibrationDAO.java 11 Comment is too large: Too many lines
62308 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Logger should be defined private static final and have the correct class
62309 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
62310 src/com/gps/hibernate/FuelCalibrationDAO.java 24 fieldCommentRequirement Required
62311 src/com/gps/hibernate/FuelCalibrationDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
62312 src/com/gps/hibernate/FuelCalibrationDAO.java 26 publicMethodCommentRequirement Required
62313 src/com/gps/hibernate/FuelCalibrationDAO.java 27 There is log block not surrounded by if
62314 src/com/gps/hibernate/FuelCalibrationDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62315 src/com/gps/hibernate/FuelCalibrationDAO.java 29 Potential violation of Law of Demeter (method chain calls)
62316 src/com/gps/hibernate/FuelCalibrationDAO.java 30 There is log block not surrounded by if
62317 src/com/gps/hibernate/FuelCalibrationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62318 src/com/gps/hibernate/FuelCalibrationDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62319 src/com/gps/hibernate/FuelCalibrationDAO.java 32 There is log block not surrounded by if
62320 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Avoid excessively long variable names like persistentInstance
62321 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
62322 src/com/gps/hibernate/FuelCalibrationDAO.java 37 publicMethodCommentRequirement Required
62323 src/com/gps/hibernate/FuelCalibrationDAO.java 38 There is log block not surrounded by if
62324 src/com/gps/hibernate/FuelCalibrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62325 src/com/gps/hibernate/FuelCalibrationDAO.java 40 Potential violation of Law of Demeter (method chain calls)
62326 src/com/gps/hibernate/FuelCalibrationDAO.java 41 There is log block not surrounded by if
62327 src/com/gps/hibernate/FuelCalibrationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62328 src/com/gps/hibernate/FuelCalibrationDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62329 src/com/gps/hibernate/FuelCalibrationDAO.java 43 There is log block not surrounded by if
62330 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Avoid variables with short names like id
62331 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Parameter 'id' is not assigned and could be declared final
62332 src/com/gps/hibernate/FuelCalibrationDAO.java 48 publicMethodCommentRequirement Required
62333 src/com/gps/hibernate/FuelCalibrationDAO.java 49 There is log block not surrounded by if
62334 src/com/gps/hibernate/FuelCalibrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62335 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Local variable 'instance' could be declared final
62336 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
62337 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
62338 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62339 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
62340 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
62341 src/com/gps/hibernate/FuelCalibrationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62342 src/com/gps/hibernate/FuelCalibrationDAO.java 61 There is log block not surrounded by if
62343 src/com/gps/hibernate/FuelCalibrationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
62344 src/com/gps/hibernate/FuelCalibrationDAO.java 66 publicMethodCommentRequirement Required
62345 src/com/gps/hibernate/FuelCalibrationDAO.java 67 There is log block not surrounded by if
62346 src/com/gps/hibernate/FuelCalibrationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62347 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Local variable 'results' could be declared final
62348 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
62349 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
62350 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
62351 src/com/gps/hibernate/FuelCalibrationDAO.java 72 There is log block not surrounded by if
62352 src/com/gps/hibernate/FuelCalibrationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62353 src/com/gps/hibernate/FuelCalibrationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
62354 src/com/gps/hibernate/FuelCalibrationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62355 src/com/gps/hibernate/FuelCalibrationDAO.java 76 There is log block not surrounded by if
62356 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
62357 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'value' is not assigned and could be declared final
62358 src/com/gps/hibernate/FuelCalibrationDAO.java 81 publicMethodCommentRequirement Required
62359 src/com/gps/hibernate/FuelCalibrationDAO.java 82 There is log block not surrounded by if
62360 src/com/gps/hibernate/FuelCalibrationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62361 src/com/gps/hibernate/FuelCalibrationDAO.java 85 Local variable 'queryString' could be declared final
62362 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Local variable 'queryObject' could be declared final
62363 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
62364 src/com/gps/hibernate/FuelCalibrationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
62365 src/com/gps/hibernate/FuelCalibrationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
62366 src/com/gps/hibernate/FuelCalibrationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62367 src/com/gps/hibernate/FuelCalibrationDAO.java 91 There is log block not surrounded by if
62368 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'first' is not assigned and could be declared final
62369 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'last' is not assigned and could be declared final
62370 src/com/gps/hibernate/FuelCalibrationDAO.java 96 publicMethodCommentRequirement Required
62371 src/com/gps/hibernate/FuelCalibrationDAO.java 97 There is log block not surrounded by if
62372 src/com/gps/hibernate/FuelCalibrationDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62373 src/com/gps/hibernate/FuelCalibrationDAO.java 99 Local variable 'queryString' could be declared final
62374 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Local variable 'queryObject' could be declared final
62375 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Potential violation of Law of Demeter (method chain calls)
62376 src/com/gps/hibernate/FuelCalibrationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
62377 src/com/gps/hibernate/FuelCalibrationDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62378 src/com/gps/hibernate/FuelCalibrationDAO.java 103 There is log block not surrounded by if
62379 src/com/gps/hibernate/FuelCalibrationDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
62380 src/com/gps/hibernate/FuelCalibrationDAO.java 108 publicMethodCommentRequirement Required
62381 src/com/gps/hibernate/FuelCalibrationDAO.java 109 There is log block not surrounded by if
62382 src/com/gps/hibernate/FuelCalibrationDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62383 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Local variable 'result' could be declared final
62384 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Potential violation of Law of Demeter (method chain calls)
62385 src/com/gps/hibernate/FuelCalibrationDAO.java 113 There is log block not surrounded by if
62386 src/com/gps/hibernate/FuelCalibrationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62387 src/com/gps/hibernate/FuelCalibrationDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62388 src/com/gps/hibernate/FuelCalibrationDAO.java 116 There is log block not surrounded by if
62389 src/com/gps/hibernate/FuelCalibrationDAO.java 121 Parameter 'instance' is not assigned and could be declared final
62390 src/com/gps/hibernate/FuelCalibrationDAO.java 121 publicMethodCommentRequirement Required
62391 src/com/gps/hibernate/FuelCalibrationDAO.java 122 There is log block not surrounded by if
62392 src/com/gps/hibernate/FuelCalibrationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62393 src/com/gps/hibernate/FuelCalibrationDAO.java 124 Potential violation of Law of Demeter (method chain calls)
62394 src/com/gps/hibernate/FuelCalibrationDAO.java 125 There is log block not surrounded by if
62395 src/com/gps/hibernate/FuelCalibrationDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62396 src/com/gps/hibernate/FuelCalibrationDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62397 src/com/gps/hibernate/FuelCalibrationDAO.java 127 There is log block not surrounded by if
62398 src/com/gps/hibernate/FuelCalibrationDAO.java 132 Parameter 'instance' is not assigned and could be declared final
62399 src/com/gps/hibernate/FuelCalibrationDAO.java 132 publicMethodCommentRequirement Required
62400 src/com/gps/hibernate/FuelCalibrationDAO.java 133 There is log block not surrounded by if
62401 src/com/gps/hibernate/FuelCalibrationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62402 src/com/gps/hibernate/FuelCalibrationDAO.java 135 Potential violation of Law of Demeter (method chain calls)
62403 src/com/gps/hibernate/FuelCalibrationDAO.java 136 There is log block not surrounded by if
62404 src/com/gps/hibernate/FuelCalibrationDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62405 src/com/gps/hibernate/FuelCalibrationDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62406 src/com/gps/hibernate/FuelCalibrationDAO.java 138 There is log block not surrounded by if
62407 src/com/gps/hibernate/Geofence.java 14 Classes implementing Serializable should set a serialVersionUID
62408 src/com/gps/hibernate/Geofence.java 14 Too many fields
62409 src/com/gps/hibernate/Geofence.java 18 Avoid variables with short names like id
62410 src/com/gps/hibernate/Geofence.java 18 fieldCommentRequirement Required
62411 src/com/gps/hibernate/Geofence.java 19 fieldCommentRequirement Required
62412 src/com/gps/hibernate/Geofence.java 20 fieldCommentRequirement Required
62413 src/com/gps/hibernate/Geofence.java 21 fieldCommentRequirement Required
62414 src/com/gps/hibernate/Geofence.java 22 fieldCommentRequirement Required
62415 src/com/gps/hibernate/Geofence.java 23 fieldCommentRequirement Required
62416 src/com/gps/hibernate/Geofence.java 24 fieldCommentRequirement Required
62417 src/com/gps/hibernate/Geofence.java 25 fieldCommentRequirement Required
62418 src/com/gps/hibernate/Geofence.java 26 fieldCommentRequirement Required
62419 src/com/gps/hibernate/Geofence.java 27 fieldCommentRequirement Required
62420 src/com/gps/hibernate/Geofence.java 28 fieldCommentRequirement Required
62421 src/com/gps/hibernate/Geofence.java 29 fieldCommentRequirement Required
62422 src/com/gps/hibernate/Geofence.java 30 fieldCommentRequirement Required
62423 src/com/gps/hibernate/Geofence.java 31 Variables should start with a lowercase character, 'SeqFenceAM' starts with uppercase character.
62424 src/com/gps/hibernate/Geofence.java 31 fieldCommentRequirement Required
62425 src/com/gps/hibernate/Geofence.java 32 Variables should start with a lowercase character, 'SeqFencePM' starts with uppercase character.
62426 src/com/gps/hibernate/Geofence.java 32 fieldCommentRequirement Required
62427 src/com/gps/hibernate/Geofence.java 33 Variables should start with a lowercase character, 'StopTimeAM' starts with uppercase character.
62428 src/com/gps/hibernate/Geofence.java 33 fieldCommentRequirement Required
62429 src/com/gps/hibernate/Geofence.java 34 Variables should start with a lowercase character, 'StopTimePM' starts with uppercase character.
62430 src/com/gps/hibernate/Geofence.java 34 fieldCommentRequirement Required
62431 src/com/gps/hibernate/Geofence.java 35 fieldCommentRequirement Required
62432 src/com/gps/hibernate/Geofence.java 36 fieldCommentRequirement Required
62433 src/com/gps/hibernate/Geofence.java 37 fieldCommentRequirement Required
62434 src/com/gps/hibernate/Geofence.java 42 Document empty constructor
62435 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLatitude' is not assigned and could be declared final
62436 src/com/gps/hibernate/Geofence.java 44 Parameter 'geoLongitude' is not assigned and could be declared final
62437 src/com/gps/hibernate/Geofence.java 44 publicMethodCommentRequirement Required
62438 src/com/gps/hibernate/Geofence.java 51 Avoid long parameter lists.
62439 src/com/gps/hibernate/Geofence.java 51 Parameter 'geofenceId' is not assigned and could be declared final
62440 src/com/gps/hibernate/Geofence.java 51 Parameter 'tripDetails' is not assigned and could be declared final
62441 src/com/gps/hibernate/Geofence.java 51 Parameter 'userid' is not assigned and could be declared final
62442 src/com/gps/hibernate/Geofence.java 52 Parameter 'address' is not assigned and could be declared final
62443 src/com/gps/hibernate/Geofence.java 52 Parameter 'countryCode' is not assigned and could be declared final
62444 src/com/gps/hibernate/Geofence.java 52 Parameter 'geoName' is not assigned and could be declared final
62445 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLatitude' is not assigned and could be declared final
62446 src/com/gps/hibernate/Geofence.java 53 Parameter 'geoLongitude' is not assigned and could be declared final
62447 src/com/gps/hibernate/Geofence.java 53 Parameter 'radius' is not assigned and could be declared final
62448 src/com/gps/hibernate/Geofence.java 54 Parameter 'fenceHistories' is not assigned and could be declared final
62449 src/com/gps/hibernate/Geofence.java 54 Parameter 'insertOrder' is not assigned and could be declared final
62450 src/com/gps/hibernate/Geofence.java 70 publicMethodCommentRequirement Required
62451 src/com/gps/hibernate/Geofence.java 74 Avoid variables with short names like id
62452 src/com/gps/hibernate/Geofence.java 74 Parameter 'id' is not assigned and could be declared final
62453 src/com/gps/hibernate/Geofence.java 74 publicMethodCommentRequirement Required
62454 src/com/gps/hibernate/Geofence.java 78 publicMethodCommentRequirement Required
62455 src/com/gps/hibernate/Geofence.java 82 Parameter 'tripDetails' is not assigned and could be declared final
62456 src/com/gps/hibernate/Geofence.java 82 publicMethodCommentRequirement Required
62457 src/com/gps/hibernate/Geofence.java 86 publicMethodCommentRequirement Required
62458 src/com/gps/hibernate/Geofence.java 90 Parameter 'userid' is not assigned and could be declared final
62459 src/com/gps/hibernate/Geofence.java 90 publicMethodCommentRequirement Required
62460 src/com/gps/hibernate/Geofence.java 94 publicMethodCommentRequirement Required
62461 src/com/gps/hibernate/Geofence.java 98 Parameter 'geofenceId' is not assigned and could be declared final
62462 src/com/gps/hibernate/Geofence.java 98 publicMethodCommentRequirement Required
62463 src/com/gps/hibernate/Geofence.java 102 publicMethodCommentRequirement Required
62464 src/com/gps/hibernate/Geofence.java 106 Parameter 'geoName' is not assigned and could be declared final
62465 src/com/gps/hibernate/Geofence.java 106 publicMethodCommentRequirement Required
62466 src/com/gps/hibernate/Geofence.java 110 publicMethodCommentRequirement Required
62467 src/com/gps/hibernate/Geofence.java 114 Parameter 'address' is not assigned and could be declared final
62468 src/com/gps/hibernate/Geofence.java 114 publicMethodCommentRequirement Required
62469 src/com/gps/hibernate/Geofence.java 118 publicMethodCommentRequirement Required
62470 src/com/gps/hibernate/Geofence.java 122 Parameter 'countryCode' is not assigned and could be declared final
62471 src/com/gps/hibernate/Geofence.java 122 publicMethodCommentRequirement Required
62472 src/com/gps/hibernate/Geofence.java 126 publicMethodCommentRequirement Required
62473 src/com/gps/hibernate/Geofence.java 130 Parameter 'geoLatitude' is not assigned and could be declared final
62474 src/com/gps/hibernate/Geofence.java 130 publicMethodCommentRequirement Required
62475 src/com/gps/hibernate/Geofence.java 134 publicMethodCommentRequirement Required
62476 src/com/gps/hibernate/Geofence.java 138 Parameter 'geoLongitude' is not assigned and could be declared final
62477 src/com/gps/hibernate/Geofence.java 138 publicMethodCommentRequirement Required
62478 src/com/gps/hibernate/Geofence.java 142 publicMethodCommentRequirement Required
62479 src/com/gps/hibernate/Geofence.java 146 Parameter 'radius' is not assigned and could be declared final
62480 src/com/gps/hibernate/Geofence.java 146 publicMethodCommentRequirement Required
62481 src/com/gps/hibernate/Geofence.java 150 publicMethodCommentRequirement Required
62482 src/com/gps/hibernate/Geofence.java 154 Parameter 'insertOrder' is not assigned and could be declared final
62483 src/com/gps/hibernate/Geofence.java 154 publicMethodCommentRequirement Required
62484 src/com/gps/hibernate/Geofence.java 158 publicMethodCommentRequirement Required
62485 src/com/gps/hibernate/Geofence.java 163 Parameter 'landmark' is not assigned and could be declared final
62486 src/com/gps/hibernate/Geofence.java 163 publicMethodCommentRequirement Required
62487 src/com/gps/hibernate/Geofence.java 166 publicMethodCommentRequirement Required
62488 src/com/gps/hibernate/Geofence.java 170 Parameter 'fenceHistories' is not assigned and could be declared final
62489 src/com/gps/hibernate/Geofence.java 170 publicMethodCommentRequirement Required
62490 src/com/gps/hibernate/Geofence.java 173 publicMethodCommentRequirement Required
62491 src/com/gps/hibernate/Geofence.java 176 Parameter 'seqFenceAM' is not assigned and could be declared final
62492 src/com/gps/hibernate/Geofence.java 176 publicMethodCommentRequirement Required
62493 src/com/gps/hibernate/Geofence.java 179 publicMethodCommentRequirement Required
62494 src/com/gps/hibernate/Geofence.java 182 Parameter 'seqFencePM' is not assigned and could be declared final
62495 src/com/gps/hibernate/Geofence.java 182 publicMethodCommentRequirement Required
62496 src/com/gps/hibernate/Geofence.java 185 publicMethodCommentRequirement Required
62497 src/com/gps/hibernate/Geofence.java 188 Parameter 'stopTimeAM' is not assigned and could be declared final
62498 src/com/gps/hibernate/Geofence.java 188 publicMethodCommentRequirement Required
62499 src/com/gps/hibernate/Geofence.java 191 publicMethodCommentRequirement Required
62500 src/com/gps/hibernate/Geofence.java 194 Parameter 'stopTimePM' is not assigned and could be declared final
62501 src/com/gps/hibernate/Geofence.java 194 publicMethodCommentRequirement Required
62502 src/com/gps/hibernate/Geofence.java 206 Parameter 'isValid' is not assigned and could be declared final
62503 src/com/gps/hibernate/GeofenceDAO.java 12 Avoid unused imports such as 'java.util.Set'
62504 src/com/gps/hibernate/GeofenceDAO.java 19 Comment is too large: Too many lines
62505 src/com/gps/hibernate/GeofenceDAO.java 31 This class has too many methods, consider refactoring it.
62506 src/com/gps/hibernate/GeofenceDAO.java 32 Logger should be defined private static final and have the correct class
62507 src/com/gps/hibernate/GeofenceDAO.java 32 Variables that are final and static should be all capitals, 'log' is not all capitals.
62508 src/com/gps/hibernate/GeofenceDAO.java 32 fieldCommentRequirement Required
62509 src/com/gps/hibernate/GeofenceDAO.java 34 fieldCommentRequirement Required
62510 src/com/gps/hibernate/GeofenceDAO.java 35 fieldCommentRequirement Required
62511 src/com/gps/hibernate/GeofenceDAO.java 36 fieldCommentRequirement Required
62512 src/com/gps/hibernate/GeofenceDAO.java 37 fieldCommentRequirement Required
62513 src/com/gps/hibernate/GeofenceDAO.java 38 fieldCommentRequirement Required
62514 src/com/gps/hibernate/GeofenceDAO.java 39 fieldCommentRequirement Required
62515 src/com/gps/hibernate/GeofenceDAO.java 40 fieldCommentRequirement Required
62516 src/com/gps/hibernate/GeofenceDAO.java 41 fieldCommentRequirement Required
62517 src/com/gps/hibernate/GeofenceDAO.java 42 fieldCommentRequirement Required
62518 src/com/gps/hibernate/GeofenceDAO.java 44 Parameter 'transientInstance' is not assigned and could be declared final
62519 src/com/gps/hibernate/GeofenceDAO.java 44 publicMethodCommentRequirement Required
62520 src/com/gps/hibernate/GeofenceDAO.java 45 There is log block not surrounded by if
62521 src/com/gps/hibernate/GeofenceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62522 src/com/gps/hibernate/GeofenceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
62523 src/com/gps/hibernate/GeofenceDAO.java 48 There is log block not surrounded by if
62524 src/com/gps/hibernate/GeofenceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62525 src/com/gps/hibernate/GeofenceDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62526 src/com/gps/hibernate/GeofenceDAO.java 50 There is log block not surrounded by if
62527 src/com/gps/hibernate/GeofenceDAO.java 55 Avoid excessively long variable names like persistentInstance
62528 src/com/gps/hibernate/GeofenceDAO.java 55 Parameter 'persistentInstance' is not assigned and could be declared final
62529 src/com/gps/hibernate/GeofenceDAO.java 55 publicMethodCommentRequirement Required
62530 src/com/gps/hibernate/GeofenceDAO.java 56 There is log block not surrounded by if
62531 src/com/gps/hibernate/GeofenceDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62532 src/com/gps/hibernate/GeofenceDAO.java 58 Potential violation of Law of Demeter (method chain calls)
62533 src/com/gps/hibernate/GeofenceDAO.java 59 There is log block not surrounded by if
62534 src/com/gps/hibernate/GeofenceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62535 src/com/gps/hibernate/GeofenceDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62536 src/com/gps/hibernate/GeofenceDAO.java 61 There is log block not surrounded by if
62537 src/com/gps/hibernate/GeofenceDAO.java 66 Avoid variables with short names like id
62538 src/com/gps/hibernate/GeofenceDAO.java 66 Parameter 'id' is not assigned and could be declared final
62539 src/com/gps/hibernate/GeofenceDAO.java 66 publicMethodCommentRequirement Required
62540 src/com/gps/hibernate/GeofenceDAO.java 68 There is log block not surrounded by if
62541 src/com/gps/hibernate/GeofenceDAO.java 68 There is log block not surrounded by if
62542 src/com/gps/hibernate/GeofenceDAO.java 70 Found 'DD'-anomaly for variable 'instance' (lines '70'-'73').
62543 src/com/gps/hibernate/GeofenceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
62544 src/com/gps/hibernate/GeofenceDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62545 src/com/gps/hibernate/GeofenceDAO.java 78 There is log block not surrounded by if
62546 src/com/gps/hibernate/GeofenceDAO.java 83 Parameter 'instance' is not assigned and could be declared final
62547 src/com/gps/hibernate/GeofenceDAO.java 83 publicMethodCommentRequirement Required
62548 src/com/gps/hibernate/GeofenceDAO.java 84 There is log block not surrounded by if
62549 src/com/gps/hibernate/GeofenceDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62550 src/com/gps/hibernate/GeofenceDAO.java 86 Local variable 'results' could be declared final
62551 src/com/gps/hibernate/GeofenceDAO.java 86 Potential violation of Law of Demeter (method chain calls)
62552 src/com/gps/hibernate/GeofenceDAO.java 86 Potential violation of Law of Demeter (method chain calls)
62553 src/com/gps/hibernate/GeofenceDAO.java 86 Potential violation of Law of Demeter (method chain calls)
62554 src/com/gps/hibernate/GeofenceDAO.java 89 There is log block not surrounded by if
62555 src/com/gps/hibernate/GeofenceDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62556 src/com/gps/hibernate/GeofenceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
62557 src/com/gps/hibernate/GeofenceDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62558 src/com/gps/hibernate/GeofenceDAO.java 93 There is log block not surrounded by if
62559 src/com/gps/hibernate/GeofenceDAO.java 98 Parameter 'propertyName' is not assigned and could be declared final
62560 src/com/gps/hibernate/GeofenceDAO.java 98 Parameter 'value' is not assigned and could be declared final
62561 src/com/gps/hibernate/GeofenceDAO.java 98 publicMethodCommentRequirement Required
62562 src/com/gps/hibernate/GeofenceDAO.java 99 There is log block not surrounded by if
62563 src/com/gps/hibernate/GeofenceDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62564 src/com/gps/hibernate/GeofenceDAO.java 102 Local variable 'queryString' could be declared final
62565 src/com/gps/hibernate/GeofenceDAO.java 104 Local variable 'queryObject' could be declared final
62566 src/com/gps/hibernate/GeofenceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
62567 src/com/gps/hibernate/GeofenceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
62568 src/com/gps/hibernate/GeofenceDAO.java 106 Potential violation of Law of Demeter (object not created locally)
62569 src/com/gps/hibernate/GeofenceDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62570 src/com/gps/hibernate/GeofenceDAO.java 108 There is log block not surrounded by if
62571 src/com/gps/hibernate/GeofenceDAO.java 113 Parameter 'userid' is not assigned and could be declared final
62572 src/com/gps/hibernate/GeofenceDAO.java 113 publicMethodCommentRequirement Required
62573 src/com/gps/hibernate/GeofenceDAO.java 117 Parameter 'geofenceId' is not assigned and could be declared final
62574 src/com/gps/hibernate/GeofenceDAO.java 117 publicMethodCommentRequirement Required
62575 src/com/gps/hibernate/GeofenceDAO.java 121 Parameter 'geoName' is not assigned and could be declared final
62576 src/com/gps/hibernate/GeofenceDAO.java 121 publicMethodCommentRequirement Required
62577 src/com/gps/hibernate/GeofenceDAO.java 125 Parameter 'address' is not assigned and could be declared final
62578 src/com/gps/hibernate/GeofenceDAO.java 125 publicMethodCommentRequirement Required
62579 src/com/gps/hibernate/GeofenceDAO.java 129 Parameter 'countryCode' is not assigned and could be declared final
62580 src/com/gps/hibernate/GeofenceDAO.java 129 publicMethodCommentRequirement Required
62581 src/com/gps/hibernate/GeofenceDAO.java 133 Parameter 'geoLatitude' is not assigned and could be declared final
62582 src/com/gps/hibernate/GeofenceDAO.java 133 publicMethodCommentRequirement Required
62583 src/com/gps/hibernate/GeofenceDAO.java 137 Parameter 'geoLongitude' is not assigned and could be declared final
62584 src/com/gps/hibernate/GeofenceDAO.java 137 publicMethodCommentRequirement Required
62585 src/com/gps/hibernate/GeofenceDAO.java 141 Parameter 'radius' is not assigned and could be declared final
62586 src/com/gps/hibernate/GeofenceDAO.java 141 publicMethodCommentRequirement Required
62587 src/com/gps/hibernate/GeofenceDAO.java 145 Parameter 'insertOrder' is not assigned and could be declared final
62588 src/com/gps/hibernate/GeofenceDAO.java 145 publicMethodCommentRequirement Required
62589 src/com/gps/hibernate/GeofenceDAO.java 149 publicMethodCommentRequirement Required
62590 src/com/gps/hibernate/GeofenceDAO.java 150 There is log block not surrounded by if
62591 src/com/gps/hibernate/GeofenceDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62592 src/com/gps/hibernate/GeofenceDAO.java 152 Local variable 'queryString' could be declared final
62593 src/com/gps/hibernate/GeofenceDAO.java 153 Local variable 'queryObject' could be declared final
62594 src/com/gps/hibernate/GeofenceDAO.java 153 Potential violation of Law of Demeter (method chain calls)
62595 src/com/gps/hibernate/GeofenceDAO.java 154 Potential violation of Law of Demeter (object not created locally)
62596 src/com/gps/hibernate/GeofenceDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62597 src/com/gps/hibernate/GeofenceDAO.java 156 There is log block not surrounded by if
62598 src/com/gps/hibernate/GeofenceDAO.java 161 Parameter 'detachedInstance' is not assigned and could be declared final
62599 src/com/gps/hibernate/GeofenceDAO.java 161 publicMethodCommentRequirement Required
62600 src/com/gps/hibernate/GeofenceDAO.java 162 There is log block not surrounded by if
62601 src/com/gps/hibernate/GeofenceDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62602 src/com/gps/hibernate/GeofenceDAO.java 164 Local variable 'result' could be declared final
62603 src/com/gps/hibernate/GeofenceDAO.java 164 Potential violation of Law of Demeter (method chain calls)
62604 src/com/gps/hibernate/GeofenceDAO.java 165 There is log block not surrounded by if
62605 src/com/gps/hibernate/GeofenceDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62606 src/com/gps/hibernate/GeofenceDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62607 src/com/gps/hibernate/GeofenceDAO.java 168 There is log block not surrounded by if
62608 src/com/gps/hibernate/GeofenceDAO.java 173 Parameter 'instance' is not assigned and could be declared final
62609 src/com/gps/hibernate/GeofenceDAO.java 173 publicMethodCommentRequirement Required
62610 src/com/gps/hibernate/GeofenceDAO.java 174 There is log block not surrounded by if
62611 src/com/gps/hibernate/GeofenceDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62612 src/com/gps/hibernate/GeofenceDAO.java 176 Potential violation of Law of Demeter (method chain calls)
62613 src/com/gps/hibernate/GeofenceDAO.java 177 There is log block not surrounded by if
62614 src/com/gps/hibernate/GeofenceDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62615 src/com/gps/hibernate/GeofenceDAO.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62616 src/com/gps/hibernate/GeofenceDAO.java 179 There is log block not surrounded by if
62617 src/com/gps/hibernate/GeofenceDAO.java 184 Parameter 'instance' is not assigned and could be declared final
62618 src/com/gps/hibernate/GeofenceDAO.java 184 publicMethodCommentRequirement Required
62619 src/com/gps/hibernate/GeofenceDAO.java 185 There is log block not surrounded by if
62620 src/com/gps/hibernate/GeofenceDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62621 src/com/gps/hibernate/GeofenceDAO.java 187 Potential violation of Law of Demeter (method chain calls)
62622 src/com/gps/hibernate/GeofenceDAO.java 188 There is log block not surrounded by if
62623 src/com/gps/hibernate/GeofenceDAO.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62624 src/com/gps/hibernate/GeofenceDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62625 src/com/gps/hibernate/GeofenceDAO.java 190 There is log block not surrounded by if
62626 src/com/gps/hibernate/GeovehicleMap.java 20 Classes implementing Serializable should set a serialVersionUID
62627 src/com/gps/hibernate/GeovehicleMap.java 24 Avoid variables with short names like id
62628 src/com/gps/hibernate/GeovehicleMap.java 24 fieldCommentRequirement Required
62629 src/com/gps/hibernate/GeovehicleMap.java 25 fieldCommentRequirement Required
62630 src/com/gps/hibernate/GeovehicleMap.java 26 fieldCommentRequirement Required
62631 src/com/gps/hibernate/GeovehicleMap.java 27 fieldCommentRequirement Required
62632 src/com/gps/hibernate/GeovehicleMap.java 29 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
62633 src/com/gps/hibernate/GeovehicleMap.java 29 fieldCommentRequirement Required
62634 src/com/gps/hibernate/GeovehicleMap.java 31 publicMethodCommentRequirement Required
62635 src/com/gps/hibernate/GeovehicleMap.java 34 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
62636 src/com/gps/hibernate/GeovehicleMap.java 34 Parameter 'inFenceTime' is not assigned and could be declared final
62637 src/com/gps/hibernate/GeovehicleMap.java 34 publicMethodCommentRequirement Required
62638 src/com/gps/hibernate/GeovehicleMap.java 40 Document empty constructor
62639 src/com/gps/hibernate/GeovehicleMap.java 42 Avoid variables with short names like id
62640 src/com/gps/hibernate/GeovehicleMap.java 42 Parameter 'geofenceId' is not assigned and could be declared final
62641 src/com/gps/hibernate/GeovehicleMap.java 42 Parameter 'id' is not assigned and could be declared final
62642 src/com/gps/hibernate/GeovehicleMap.java 42 publicMethodCommentRequirement Required
62643 src/com/gps/hibernate/GeovehicleMap.java 49 Parameter 'geofenceId' is not assigned and could be declared final
62644 src/com/gps/hibernate/GeovehicleMap.java 49 Parameter 'vehicleDetails' is not assigned and could be declared final
62645 src/com/gps/hibernate/GeovehicleMap.java 55 Parameter 'geofenceId' is not assigned and could be declared final
62646 src/com/gps/hibernate/GeovehicleMap.java 55 Parameter 'vehicleDetails' is not assigned and could be declared final
62647 src/com/gps/hibernate/GeovehicleMap.java 56 Parameter 'notifications' is not assigned and could be declared final
62648 src/com/gps/hibernate/GeovehicleMap.java 64 publicMethodCommentRequirement Required
62649 src/com/gps/hibernate/GeovehicleMap.java 68 Avoid variables with short names like id
62650 src/com/gps/hibernate/GeovehicleMap.java 68 Parameter 'id' is not assigned and could be declared final
62651 src/com/gps/hibernate/GeovehicleMap.java 68 publicMethodCommentRequirement Required
62652 src/com/gps/hibernate/GeovehicleMap.java 72 publicMethodCommentRequirement Required
62653 src/com/gps/hibernate/GeovehicleMap.java 76 Parameter 'vehicleDetails' is not assigned and could be declared final
62654 src/com/gps/hibernate/GeovehicleMap.java 76 publicMethodCommentRequirement Required
62655 src/com/gps/hibernate/GeovehicleMap.java 80 publicMethodCommentRequirement Required
62656 src/com/gps/hibernate/GeovehicleMap.java 84 Parameter 'geofenceId' is not assigned and could be declared final
62657 src/com/gps/hibernate/GeovehicleMap.java 84 publicMethodCommentRequirement Required
62658 src/com/gps/hibernate/GeovehicleMap.java 88 publicMethodCommentRequirement Required
62659 src/com/gps/hibernate/GeovehicleMap.java 92 Parameter 'notifications' is not assigned and could be declared final
62660 src/com/gps/hibernate/GeovehicleMap.java 92 publicMethodCommentRequirement Required
62661 src/com/gps/hibernate/GeovehicleMapDAO.java 28 Comment is too large: Too many lines
62662 src/com/gps/hibernate/GeovehicleMapDAO.java 40 This class has too many methods, consider refactoring it.
62663 src/com/gps/hibernate/GeovehicleMapDAO.java 41 Logger should be defined private static final and have the correct class
62664 src/com/gps/hibernate/GeovehicleMapDAO.java 41 Variables that are final and static should be all capitals, 'log' is not all capitals.
62665 src/com/gps/hibernate/GeovehicleMapDAO.java 41 fieldCommentRequirement Required
62666 src/com/gps/hibernate/GeovehicleMapDAO.java 43 fieldCommentRequirement Required
62667 src/com/gps/hibernate/GeovehicleMapDAO.java 45 Parameter 'transientInstance' is not assigned and could be declared final
62668 src/com/gps/hibernate/GeovehicleMapDAO.java 45 publicMethodCommentRequirement Required
62669 src/com/gps/hibernate/GeovehicleMapDAO.java 47 Avoid variables with short names like tx
62670 src/com/gps/hibernate/GeovehicleMapDAO.java 47 Found 'DD'-anomaly for variable 'tx' (lines '47'-'48').
62671 src/com/gps/hibernate/GeovehicleMapDAO.java 48 Potential violation of Law of Demeter (method chain calls)
62672 src/com/gps/hibernate/GeovehicleMapDAO.java 49 Potential violation of Law of Demeter (object not created locally)
62673 src/com/gps/hibernate/GeovehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
62674 src/com/gps/hibernate/GeovehicleMapDAO.java 53 Potential violation of Law of Demeter (object not created locally)
62675 src/com/gps/hibernate/GeovehicleMapDAO.java 54 Potential violation of Law of Demeter (method chain calls)
62676 src/com/gps/hibernate/GeovehicleMapDAO.java 55 There is log block not surrounded by if
62677 src/com/gps/hibernate/GeovehicleMapDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62678 src/com/gps/hibernate/GeovehicleMapDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62679 src/com/gps/hibernate/GeovehicleMapDAO.java 59 Potential violation of Law of Demeter (object not created locally)
62680 src/com/gps/hibernate/GeovehicleMapDAO.java 60 There is log block not surrounded by if
62681 src/com/gps/hibernate/GeovehicleMapDAO.java 64 Avoid excessively long variable names like persistentInstance
62682 src/com/gps/hibernate/GeovehicleMapDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
62683 src/com/gps/hibernate/GeovehicleMapDAO.java 64 publicMethodCommentRequirement Required
62684 src/com/gps/hibernate/GeovehicleMapDAO.java 65 There is log block not surrounded by if
62685 src/com/gps/hibernate/GeovehicleMapDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62686 src/com/gps/hibernate/GeovehicleMapDAO.java 67 Potential violation of Law of Demeter (method chain calls)
62687 src/com/gps/hibernate/GeovehicleMapDAO.java 68 There is log block not surrounded by if
62688 src/com/gps/hibernate/GeovehicleMapDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62689 src/com/gps/hibernate/GeovehicleMapDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62690 src/com/gps/hibernate/GeovehicleMapDAO.java 70 There is log block not surrounded by if
62691 src/com/gps/hibernate/GeovehicleMapDAO.java 75 Avoid variables with short names like id
62692 src/com/gps/hibernate/GeovehicleMapDAO.java 75 Parameter 'id' is not assigned and could be declared final
62693 src/com/gps/hibernate/GeovehicleMapDAO.java 75 publicMethodCommentRequirement Required
62694 src/com/gps/hibernate/GeovehicleMapDAO.java 76 There is log block not surrounded by if
62695 src/com/gps/hibernate/GeovehicleMapDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62696 src/com/gps/hibernate/GeovehicleMapDAO.java 78 Local variable 'instance' could be declared final
62697 src/com/gps/hibernate/GeovehicleMapDAO.java 78 Potential violation of Law of Demeter (method chain calls)
62698 src/com/gps/hibernate/GeovehicleMapDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62699 src/com/gps/hibernate/GeovehicleMapDAO.java 82 There is log block not surrounded by if
62700 src/com/gps/hibernate/GeovehicleMapDAO.java 87 Parameter 'instance' is not assigned and could be declared final
62701 src/com/gps/hibernate/GeovehicleMapDAO.java 87 publicMethodCommentRequirement Required
62702 src/com/gps/hibernate/GeovehicleMapDAO.java 88 There is log block not surrounded by if
62703 src/com/gps/hibernate/GeovehicleMapDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62704 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Local variable 'results' could be declared final
62705 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
62706 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
62707 src/com/gps/hibernate/GeovehicleMapDAO.java 90 Potential violation of Law of Demeter (method chain calls)
62708 src/com/gps/hibernate/GeovehicleMapDAO.java 93 There is log block not surrounded by if
62709 src/com/gps/hibernate/GeovehicleMapDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62710 src/com/gps/hibernate/GeovehicleMapDAO.java 94 Potential violation of Law of Demeter (object not created locally)
62711 src/com/gps/hibernate/GeovehicleMapDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62712 src/com/gps/hibernate/GeovehicleMapDAO.java 97 There is log block not surrounded by if
62713 src/com/gps/hibernate/GeovehicleMapDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
62714 src/com/gps/hibernate/GeovehicleMapDAO.java 102 Parameter 'value' is not assigned and could be declared final
62715 src/com/gps/hibernate/GeovehicleMapDAO.java 102 publicMethodCommentRequirement Required
62716 src/com/gps/hibernate/GeovehicleMapDAO.java 103 There is log block not surrounded by if
62717 src/com/gps/hibernate/GeovehicleMapDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62718 src/com/gps/hibernate/GeovehicleMapDAO.java 106 Local variable 'queryString' could be declared final
62719 src/com/gps/hibernate/GeovehicleMapDAO.java 108 Local variable 'queryObject' could be declared final
62720 src/com/gps/hibernate/GeovehicleMapDAO.java 108 Potential violation of Law of Demeter (method chain calls)
62721 src/com/gps/hibernate/GeovehicleMapDAO.java 109 Potential violation of Law of Demeter (object not created locally)
62722 src/com/gps/hibernate/GeovehicleMapDAO.java 110 Potential violation of Law of Demeter (object not created locally)
62723 src/com/gps/hibernate/GeovehicleMapDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62724 src/com/gps/hibernate/GeovehicleMapDAO.java 112 There is log block not surrounded by if
62725 src/com/gps/hibernate/GeovehicleMapDAO.java 117 Parameter 'orgId' is not assigned and could be declared final
62726 src/com/gps/hibernate/GeovehicleMapDAO.java 117 publicMethodCommentRequirement Required
62727 src/com/gps/hibernate/GeovehicleMapDAO.java 119 Found 'DD'-anomaly for variable 'results' (lines '119'-'122').
62728 src/com/gps/hibernate/GeovehicleMapDAO.java 122 Potential violation of Law of Demeter (method chain calls)
62729 src/com/gps/hibernate/GeovehicleMapDAO.java 122 Potential violation of Law of Demeter (method chain calls)
62730 src/com/gps/hibernate/GeovehicleMapDAO.java 126 There is log block not surrounded by if
62731 src/com/gps/hibernate/GeovehicleMapDAO.java 131 Parameter 'geofenceId' is not assigned and could be declared final
62732 src/com/gps/hibernate/GeovehicleMapDAO.java 131 publicMethodCommentRequirement Required
62733 src/com/gps/hibernate/GeovehicleMapDAO.java 135 publicMethodCommentRequirement Required
62734 src/com/gps/hibernate/GeovehicleMapDAO.java 136 There is log block not surrounded by if
62735 src/com/gps/hibernate/GeovehicleMapDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62736 src/com/gps/hibernate/GeovehicleMapDAO.java 138 Local variable 'queryString' could be declared final
62737 src/com/gps/hibernate/GeovehicleMapDAO.java 139 Local variable 'queryObject' could be declared final
62738 src/com/gps/hibernate/GeovehicleMapDAO.java 139 Potential violation of Law of Demeter (method chain calls)
62739 src/com/gps/hibernate/GeovehicleMapDAO.java 140 Potential violation of Law of Demeter (object not created locally)
62740 src/com/gps/hibernate/GeovehicleMapDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62741 src/com/gps/hibernate/GeovehicleMapDAO.java 142 There is log block not surrounded by if
62742 src/com/gps/hibernate/GeovehicleMapDAO.java 147 Parameter 'detachedInstance' is not assigned and could be declared final
62743 src/com/gps/hibernate/GeovehicleMapDAO.java 147 publicMethodCommentRequirement Required
62744 src/com/gps/hibernate/GeovehicleMapDAO.java 148 There is log block not surrounded by if
62745 src/com/gps/hibernate/GeovehicleMapDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62746 src/com/gps/hibernate/GeovehicleMapDAO.java 150 Local variable 'result' could be declared final
62747 src/com/gps/hibernate/GeovehicleMapDAO.java 150 Potential violation of Law of Demeter (method chain calls)
62748 src/com/gps/hibernate/GeovehicleMapDAO.java 152 There is log block not surrounded by if
62749 src/com/gps/hibernate/GeovehicleMapDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62750 src/com/gps/hibernate/GeovehicleMapDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62751 src/com/gps/hibernate/GeovehicleMapDAO.java 155 There is log block not surrounded by if
62752 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_id' is not final.
62753 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
62754 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Parameter 'fence_id' is not assigned and could be declared final
62755 src/com/gps/hibernate/GeovehicleMapDAO.java 160 Parameter 'vehicle_id' is not assigned and could be declared final
62756 src/com/gps/hibernate/GeovehicleMapDAO.java 160 publicMethodCommentRequirement Required
62757 src/com/gps/hibernate/GeovehicleMapDAO.java 162 Found 'DD'-anomaly for variable 'results' (lines '162'-'167').
62758 src/com/gps/hibernate/GeovehicleMapDAO.java 163 Found 'DD'-anomaly for variable 'vehMap' (lines '163'-'169').
62759 src/com/gps/hibernate/GeovehicleMapDAO.java 166 There is log block not surrounded by if
62760 src/com/gps/hibernate/GeovehicleMapDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62761 src/com/gps/hibernate/GeovehicleMapDAO.java 167 Potential violation of Law of Demeter (method chain calls)
62762 src/com/gps/hibernate/GeovehicleMapDAO.java 167 Potential violation of Law of Demeter (method chain calls)
62763 src/com/gps/hibernate/GeovehicleMapDAO.java 168 Avoid using if statements without curly braces
62764 src/com/gps/hibernate/GeovehicleMapDAO.java 169 Potential violation of Law of Demeter (object not created locally)
62765 src/com/gps/hibernate/GeovehicleMapDAO.java 171 Avoid catching NullPointerException; consider removing the cause of the NPE.
62766 src/com/gps/hibernate/GeovehicleMapDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62767 src/com/gps/hibernate/GeovehicleMapDAO.java 173 There is log block not surrounded by if
62768 src/com/gps/hibernate/GeovehicleMapDAO.java 177 There is log block not surrounded by if
62769 src/com/gps/hibernate/GeovehicleMapDAO.java 182 Parameter 'instance' is not assigned and could be declared final
62770 src/com/gps/hibernate/GeovehicleMapDAO.java 182 publicMethodCommentRequirement Required
62771 src/com/gps/hibernate/GeovehicleMapDAO.java 183 There is log block not surrounded by if
62772 src/com/gps/hibernate/GeovehicleMapDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62773 src/com/gps/hibernate/GeovehicleMapDAO.java 185 Potential violation of Law of Demeter (method chain calls)
62774 src/com/gps/hibernate/GeovehicleMapDAO.java 186 There is log block not surrounded by if
62775 src/com/gps/hibernate/GeovehicleMapDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62776 src/com/gps/hibernate/GeovehicleMapDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62777 src/com/gps/hibernate/GeovehicleMapDAO.java 188 There is log block not surrounded by if
62778 src/com/gps/hibernate/GeovehicleMapDAO.java 193 Parameter 'instance' is not assigned and could be declared final
62779 src/com/gps/hibernate/GeovehicleMapDAO.java 193 publicMethodCommentRequirement Required
62780 src/com/gps/hibernate/GeovehicleMapDAO.java 194 There is log block not surrounded by if
62781 src/com/gps/hibernate/GeovehicleMapDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62782 src/com/gps/hibernate/GeovehicleMapDAO.java 196 Potential violation of Law of Demeter (method chain calls)
62783 src/com/gps/hibernate/GeovehicleMapDAO.java 197 There is log block not surrounded by if
62784 src/com/gps/hibernate/GeovehicleMapDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62785 src/com/gps/hibernate/GeovehicleMapDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62786 src/com/gps/hibernate/GeovehicleMapDAO.java 199 There is log block not surrounded by if
62787 src/com/gps/hibernate/GeovehicleMapDAO.java 203 Found 'UR'-anomaly for variable 'geofence' (lines '203'-'208').
62788 src/com/gps/hibernate/GeovehicleMapDAO.java 203 Parameter 'args' is not assigned and could be declared final
62789 src/com/gps/hibernate/GeovehicleMapDAO.java 203 publicMethodCommentRequirement Required
62790 src/com/gps/hibernate/GeovehicleMapDAO.java 205 Local variable 'geo' could be declared final
62791 src/com/gps/hibernate/GeovehicleMapDAO.java 206 Local variable 'geofence' could be declared final
62792 src/com/gps/hibernate/GeovehicleMapDAO.java 208 There is log block not surrounded by if
62793 src/com/gps/hibernate/GeovehicleMapDAO.java 208 There is log block not surrounded by if
62794 src/com/gps/hibernate/GoogleReqCount.java 10 Classes implementing Serializable should set a serialVersionUID
62795 src/com/gps/hibernate/GoogleReqCount.java 12 Avoid variables with short names like id
62796 src/com/gps/hibernate/GoogleReqCount.java 12 fieldCommentRequirement Required
62797 src/com/gps/hibernate/GoogleReqCount.java 13 fieldCommentRequirement Required
62798 src/com/gps/hibernate/GoogleReqCount.java 14 fieldCommentRequirement Required
62799 src/com/gps/hibernate/GoogleReqCount.java 15 fieldCommentRequirement Required
62800 src/com/gps/hibernate/GoogleReqCount.java 17 Document empty constructor
62801 src/com/gps/hibernate/GoogleReqCount.java 17 publicMethodCommentRequirement Required
62802 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'organization' is not assigned and could be declared final
62803 src/com/gps/hibernate/GoogleReqCount.java 20 Parameter 'requestTime' is not assigned and could be declared final
62804 src/com/gps/hibernate/GoogleReqCount.java 20 publicMethodCommentRequirement Required
62805 src/com/gps/hibernate/GoogleReqCount.java 21 Parameter 'count' is not assigned and could be declared final
62806 src/com/gps/hibernate/GoogleReqCount.java 27 publicMethodCommentRequirement Required
62807 src/com/gps/hibernate/GoogleReqCount.java 31 Avoid variables with short names like id
62808 src/com/gps/hibernate/GoogleReqCount.java 31 Parameter 'id' is not assigned and could be declared final
62809 src/com/gps/hibernate/GoogleReqCount.java 31 publicMethodCommentRequirement Required
62810 src/com/gps/hibernate/GoogleReqCount.java 35 publicMethodCommentRequirement Required
62811 src/com/gps/hibernate/GoogleReqCount.java 39 Parameter 'organization' is not assigned and could be declared final
62812 src/com/gps/hibernate/GoogleReqCount.java 39 publicMethodCommentRequirement Required
62813 src/com/gps/hibernate/GoogleReqCount.java 43 publicMethodCommentRequirement Required
62814 src/com/gps/hibernate/GoogleReqCount.java 47 Parameter 'requestTime' is not assigned and could be declared final
62815 src/com/gps/hibernate/GoogleReqCount.java 47 publicMethodCommentRequirement Required
62816 src/com/gps/hibernate/GoogleReqCount.java 51 publicMethodCommentRequirement Required
62817 src/com/gps/hibernate/GoogleReqCount.java 55 Parameter 'count' is not assigned and could be declared final
62818 src/com/gps/hibernate/GoogleReqCount.java 55 publicMethodCommentRequirement Required
62819 src/com/gps/hibernate/Group.java 9 Classes implementing Serializable should set a serialVersionUID
62820 src/com/gps/hibernate/Group.java 13 fieldCommentRequirement Required
62821 src/com/gps/hibernate/Group.java 14 fieldCommentRequirement Required
62822 src/com/gps/hibernate/Group.java 15 fieldCommentRequirement Required
62823 src/com/gps/hibernate/Group.java 16 fieldCommentRequirement Required
62824 src/com/gps/hibernate/Group.java 17 fieldCommentRequirement Required
62825 src/com/gps/hibernate/Group.java 18 fieldCommentRequirement Required
62826 src/com/gps/hibernate/Group.java 19 fieldCommentRequirement Required
62827 src/com/gps/hibernate/Group.java 20 fieldCommentRequirement Required
62828 src/com/gps/hibernate/Group.java 21 fieldCommentRequirement Required
62829 src/com/gps/hibernate/Group.java 22 fieldCommentRequirement Required
62830 src/com/gps/hibernate/Group.java 23 fieldCommentRequirement Required
62831 src/com/gps/hibernate/Group.java 24 fieldCommentRequirement Required
62832 src/com/gps/hibernate/Group.java 25 fieldCommentRequirement Required
62833 src/com/gps/hibernate/Group.java 30 Document empty constructor
62834 src/com/gps/hibernate/Group.java 34 Parameter 'groupId' is not assigned and could be declared final
62835 src/com/gps/hibernate/Group.java 39 Avoid long parameter lists.
62836 src/com/gps/hibernate/Group.java 39 Parameter 'companyId' is not assigned and could be declared final
62837 src/com/gps/hibernate/Group.java 39 Parameter 'creatorUserId' is not assigned and could be declared final
62838 src/com/gps/hibernate/Group.java 39 Parameter 'groupId' is not assigned and could be declared final
62839 src/com/gps/hibernate/Group.java 40 Parameter 'classNameId' is not assigned and could be declared final
62840 src/com/gps/hibernate/Group.java 40 Parameter 'classPk' is not assigned and could be declared final
62841 src/com/gps/hibernate/Group.java 40 Parameter 'parentGroupId' is not assigned and could be declared final
62842 src/com/gps/hibernate/Group.java 41 Parameter 'description' is not assigned and could be declared final
62843 src/com/gps/hibernate/Group.java 41 Parameter 'liveGroupId' is not assigned and could be declared final
62844 src/com/gps/hibernate/Group.java 41 Parameter 'name' is not assigned and could be declared final
62845 src/com/gps/hibernate/Group.java 41 Parameter 'type' is not assigned and could be declared final
62846 src/com/gps/hibernate/Group.java 42 Parameter 'active' is not assigned and could be declared final
62847 src/com/gps/hibernate/Group.java 42 Parameter 'friendlyUrl' is not assigned and could be declared final
62848 src/com/gps/hibernate/Group.java 42 Parameter 'typeSettings' is not assigned and could be declared final
62849 src/com/gps/hibernate/Group.java 60 publicMethodCommentRequirement Required
62850 src/com/gps/hibernate/Group.java 64 Parameter 'groupId' is not assigned and could be declared final
62851 src/com/gps/hibernate/Group.java 64 publicMethodCommentRequirement Required
62852 src/com/gps/hibernate/Group.java 68 publicMethodCommentRequirement Required
62853 src/com/gps/hibernate/Group.java 72 Parameter 'companyId' is not assigned and could be declared final
62854 src/com/gps/hibernate/Group.java 72 publicMethodCommentRequirement Required
62855 src/com/gps/hibernate/Group.java 76 publicMethodCommentRequirement Required
62856 src/com/gps/hibernate/Group.java 80 Parameter 'creatorUserId' is not assigned and could be declared final
62857 src/com/gps/hibernate/Group.java 80 publicMethodCommentRequirement Required
62858 src/com/gps/hibernate/Group.java 84 publicMethodCommentRequirement Required
62859 src/com/gps/hibernate/Group.java 88 Parameter 'classNameId' is not assigned and could be declared final
62860 src/com/gps/hibernate/Group.java 88 publicMethodCommentRequirement Required
62861 src/com/gps/hibernate/Group.java 92 publicMethodCommentRequirement Required
62862 src/com/gps/hibernate/Group.java 96 Parameter 'classPk' is not assigned and could be declared final
62863 src/com/gps/hibernate/Group.java 96 publicMethodCommentRequirement Required
62864 src/com/gps/hibernate/Group.java 100 publicMethodCommentRequirement Required
62865 src/com/gps/hibernate/Group.java 104 Parameter 'parentGroupId' is not assigned and could be declared final
62866 src/com/gps/hibernate/Group.java 104 publicMethodCommentRequirement Required
62867 src/com/gps/hibernate/Group.java 108 publicMethodCommentRequirement Required
62868 src/com/gps/hibernate/Group.java 112 Parameter 'liveGroupId' is not assigned and could be declared final
62869 src/com/gps/hibernate/Group.java 112 publicMethodCommentRequirement Required
62870 src/com/gps/hibernate/Group.java 116 publicMethodCommentRequirement Required
62871 src/com/gps/hibernate/Group.java 120 Parameter 'name' is not assigned and could be declared final
62872 src/com/gps/hibernate/Group.java 120 publicMethodCommentRequirement Required
62873 src/com/gps/hibernate/Group.java 124 publicMethodCommentRequirement Required
62874 src/com/gps/hibernate/Group.java 128 Parameter 'description' is not assigned and could be declared final
62875 src/com/gps/hibernate/Group.java 128 publicMethodCommentRequirement Required
62876 src/com/gps/hibernate/Group.java 132 publicMethodCommentRequirement Required
62877 src/com/gps/hibernate/Group.java 136 Parameter 'type' is not assigned and could be declared final
62878 src/com/gps/hibernate/Group.java 136 publicMethodCommentRequirement Required
62879 src/com/gps/hibernate/Group.java 140 publicMethodCommentRequirement Required
62880 src/com/gps/hibernate/Group.java 144 Parameter 'typeSettings' is not assigned and could be declared final
62881 src/com/gps/hibernate/Group.java 144 publicMethodCommentRequirement Required
62882 src/com/gps/hibernate/Group.java 148 publicMethodCommentRequirement Required
62883 src/com/gps/hibernate/Group.java 152 Parameter 'friendlyUrl' is not assigned and could be declared final
62884 src/com/gps/hibernate/Group.java 152 publicMethodCommentRequirement Required
62885 src/com/gps/hibernate/Group.java 156 publicMethodCommentRequirement Required
62886 src/com/gps/hibernate/Group.java 160 Parameter 'active' is not assigned and could be declared final
62887 src/com/gps/hibernate/Group.java 160 publicMethodCommentRequirement Required
62888 src/com/gps/hibernate/GroupDAO.java 10 Comment is too large: Too many lines
62889 src/com/gps/hibernate/GroupDAO.java 22 This class has too many methods, consider refactoring it.
62890 src/com/gps/hibernate/GroupDAO.java 23 Logger should be defined private static final and have the correct class
62891 src/com/gps/hibernate/GroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
62892 src/com/gps/hibernate/GroupDAO.java 23 fieldCommentRequirement Required
62893 src/com/gps/hibernate/GroupDAO.java 25 fieldCommentRequirement Required
62894 src/com/gps/hibernate/GroupDAO.java 26 fieldCommentRequirement Required
62895 src/com/gps/hibernate/GroupDAO.java 27 fieldCommentRequirement Required
62896 src/com/gps/hibernate/GroupDAO.java 28 fieldCommentRequirement Required
62897 src/com/gps/hibernate/GroupDAO.java 29 fieldCommentRequirement Required
62898 src/com/gps/hibernate/GroupDAO.java 30 fieldCommentRequirement Required
62899 src/com/gps/hibernate/GroupDAO.java 31 fieldCommentRequirement Required
62900 src/com/gps/hibernate/GroupDAO.java 32 fieldCommentRequirement Required
62901 src/com/gps/hibernate/GroupDAO.java 33 fieldCommentRequirement Required
62902 src/com/gps/hibernate/GroupDAO.java 34 fieldCommentRequirement Required
62903 src/com/gps/hibernate/GroupDAO.java 35 fieldCommentRequirement Required
62904 src/com/gps/hibernate/GroupDAO.java 36 fieldCommentRequirement Required
62905 src/com/gps/hibernate/GroupDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
62906 src/com/gps/hibernate/GroupDAO.java 38 publicMethodCommentRequirement Required
62907 src/com/gps/hibernate/GroupDAO.java 39 There is log block not surrounded by if
62908 src/com/gps/hibernate/GroupDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62909 src/com/gps/hibernate/GroupDAO.java 41 Potential violation of Law of Demeter (method chain calls)
62910 src/com/gps/hibernate/GroupDAO.java 42 There is log block not surrounded by if
62911 src/com/gps/hibernate/GroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62912 src/com/gps/hibernate/GroupDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62913 src/com/gps/hibernate/GroupDAO.java 44 There is log block not surrounded by if
62914 src/com/gps/hibernate/GroupDAO.java 49 Avoid excessively long variable names like persistentInstance
62915 src/com/gps/hibernate/GroupDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
62916 src/com/gps/hibernate/GroupDAO.java 49 publicMethodCommentRequirement Required
62917 src/com/gps/hibernate/GroupDAO.java 50 There is log block not surrounded by if
62918 src/com/gps/hibernate/GroupDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62919 src/com/gps/hibernate/GroupDAO.java 52 Potential violation of Law of Demeter (method chain calls)
62920 src/com/gps/hibernate/GroupDAO.java 53 There is log block not surrounded by if
62921 src/com/gps/hibernate/GroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62922 src/com/gps/hibernate/GroupDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62923 src/com/gps/hibernate/GroupDAO.java 55 There is log block not surrounded by if
62924 src/com/gps/hibernate/GroupDAO.java 60 Avoid variables with short names like id
62925 src/com/gps/hibernate/GroupDAO.java 60 Parameter 'id' is not assigned and could be declared final
62926 src/com/gps/hibernate/GroupDAO.java 60 publicMethodCommentRequirement Required
62927 src/com/gps/hibernate/GroupDAO.java 61 There is log block not surrounded by if
62928 src/com/gps/hibernate/GroupDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62929 src/com/gps/hibernate/GroupDAO.java 63 Local variable 'instance' could be declared final
62930 src/com/gps/hibernate/GroupDAO.java 63 Potential violation of Law of Demeter (method chain calls)
62931 src/com/gps/hibernate/GroupDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62932 src/com/gps/hibernate/GroupDAO.java 67 There is log block not surrounded by if
62933 src/com/gps/hibernate/GroupDAO.java 72 Parameter 'instance' is not assigned and could be declared final
62934 src/com/gps/hibernate/GroupDAO.java 72 publicMethodCommentRequirement Required
62935 src/com/gps/hibernate/GroupDAO.java 73 There is log block not surrounded by if
62936 src/com/gps/hibernate/GroupDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62937 src/com/gps/hibernate/GroupDAO.java 75 Local variable 'results' could be declared final
62938 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
62939 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
62940 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
62941 src/com/gps/hibernate/GroupDAO.java 78 There is log block not surrounded by if
62942 src/com/gps/hibernate/GroupDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62943 src/com/gps/hibernate/GroupDAO.java 79 Potential violation of Law of Demeter (object not created locally)
62944 src/com/gps/hibernate/GroupDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62945 src/com/gps/hibernate/GroupDAO.java 82 There is log block not surrounded by if
62946 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
62947 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'value' is not assigned and could be declared final
62948 src/com/gps/hibernate/GroupDAO.java 87 publicMethodCommentRequirement Required
62949 src/com/gps/hibernate/GroupDAO.java 88 There is log block not surrounded by if
62950 src/com/gps/hibernate/GroupDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62951 src/com/gps/hibernate/GroupDAO.java 91 Local variable 'queryString' could be declared final
62952 src/com/gps/hibernate/GroupDAO.java 93 Local variable 'queryObject' could be declared final
62953 src/com/gps/hibernate/GroupDAO.java 93 Potential violation of Law of Demeter (method chain calls)
62954 src/com/gps/hibernate/GroupDAO.java 94 Potential violation of Law of Demeter (object not created locally)
62955 src/com/gps/hibernate/GroupDAO.java 95 Potential violation of Law of Demeter (object not created locally)
62956 src/com/gps/hibernate/GroupDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62957 src/com/gps/hibernate/GroupDAO.java 97 There is log block not surrounded by if
62958 src/com/gps/hibernate/GroupDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
62959 src/com/gps/hibernate/GroupDAO.java 102 publicMethodCommentRequirement Required
62960 src/com/gps/hibernate/GroupDAO.java 106 Parameter 'creatorUserId' is not assigned and could be declared final
62961 src/com/gps/hibernate/GroupDAO.java 106 publicMethodCommentRequirement Required
62962 src/com/gps/hibernate/GroupDAO.java 110 Parameter 'classNameId' is not assigned and could be declared final
62963 src/com/gps/hibernate/GroupDAO.java 110 publicMethodCommentRequirement Required
62964 src/com/gps/hibernate/GroupDAO.java 114 Parameter 'classPk' is not assigned and could be declared final
62965 src/com/gps/hibernate/GroupDAO.java 114 publicMethodCommentRequirement Required
62966 src/com/gps/hibernate/GroupDAO.java 118 Parameter 'parentGroupId' is not assigned and could be declared final
62967 src/com/gps/hibernate/GroupDAO.java 118 publicMethodCommentRequirement Required
62968 src/com/gps/hibernate/GroupDAO.java 122 Parameter 'liveGroupId' is not assigned and could be declared final
62969 src/com/gps/hibernate/GroupDAO.java 122 publicMethodCommentRequirement Required
62970 src/com/gps/hibernate/GroupDAO.java 126 Parameter 'name' is not assigned and could be declared final
62971 src/com/gps/hibernate/GroupDAO.java 126 publicMethodCommentRequirement Required
62972 src/com/gps/hibernate/GroupDAO.java 130 Parameter 'description' is not assigned and could be declared final
62973 src/com/gps/hibernate/GroupDAO.java 130 publicMethodCommentRequirement Required
62974 src/com/gps/hibernate/GroupDAO.java 134 Parameter 'type' is not assigned and could be declared final
62975 src/com/gps/hibernate/GroupDAO.java 134 publicMethodCommentRequirement Required
62976 src/com/gps/hibernate/GroupDAO.java 138 Parameter 'typeSettings' is not assigned and could be declared final
62977 src/com/gps/hibernate/GroupDAO.java 138 publicMethodCommentRequirement Required
62978 src/com/gps/hibernate/GroupDAO.java 142 Parameter 'friendlyUrl' is not assigned and could be declared final
62979 src/com/gps/hibernate/GroupDAO.java 142 publicMethodCommentRequirement Required
62980 src/com/gps/hibernate/GroupDAO.java 146 Parameter 'active' is not assigned and could be declared final
62981 src/com/gps/hibernate/GroupDAO.java 146 publicMethodCommentRequirement Required
62982 src/com/gps/hibernate/GroupDAO.java 150 publicMethodCommentRequirement Required
62983 src/com/gps/hibernate/GroupDAO.java 151 There is log block not surrounded by if
62984 src/com/gps/hibernate/GroupDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62985 src/com/gps/hibernate/GroupDAO.java 153 Local variable 'queryString' could be declared final
62986 src/com/gps/hibernate/GroupDAO.java 154 Local variable 'queryObject' could be declared final
62987 src/com/gps/hibernate/GroupDAO.java 154 Potential violation of Law of Demeter (method chain calls)
62988 src/com/gps/hibernate/GroupDAO.java 155 Potential violation of Law of Demeter (object not created locally)
62989 src/com/gps/hibernate/GroupDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
62990 src/com/gps/hibernate/GroupDAO.java 157 There is log block not surrounded by if
62991 src/com/gps/hibernate/GroupDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
62992 src/com/gps/hibernate/GroupDAO.java 162 publicMethodCommentRequirement Required
62993 src/com/gps/hibernate/GroupDAO.java 163 There is log block not surrounded by if
62994 src/com/gps/hibernate/GroupDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62995 src/com/gps/hibernate/GroupDAO.java 165 Local variable 'result' could be declared final
62996 src/com/gps/hibernate/GroupDAO.java 165 Potential violation of Law of Demeter (method chain calls)
62997 src/com/gps/hibernate/GroupDAO.java 166 There is log block not surrounded by if
62998 src/com/gps/hibernate/GroupDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
62999 src/com/gps/hibernate/GroupDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63000 src/com/gps/hibernate/GroupDAO.java 169 There is log block not surrounded by if
63001 src/com/gps/hibernate/GroupDAO.java 174 Parameter 'instance' is not assigned and could be declared final
63002 src/com/gps/hibernate/GroupDAO.java 174 publicMethodCommentRequirement Required
63003 src/com/gps/hibernate/GroupDAO.java 175 There is log block not surrounded by if
63004 src/com/gps/hibernate/GroupDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63005 src/com/gps/hibernate/GroupDAO.java 177 Potential violation of Law of Demeter (method chain calls)
63006 src/com/gps/hibernate/GroupDAO.java 178 There is log block not surrounded by if
63007 src/com/gps/hibernate/GroupDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63008 src/com/gps/hibernate/GroupDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63009 src/com/gps/hibernate/GroupDAO.java 180 There is log block not surrounded by if
63010 src/com/gps/hibernate/GroupDAO.java 185 Parameter 'instance' is not assigned and could be declared final
63011 src/com/gps/hibernate/GroupDAO.java 185 publicMethodCommentRequirement Required
63012 src/com/gps/hibernate/GroupDAO.java 186 There is log block not surrounded by if
63013 src/com/gps/hibernate/GroupDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63014 src/com/gps/hibernate/GroupDAO.java 188 Potential violation of Law of Demeter (method chain calls)
63015 src/com/gps/hibernate/GroupDAO.java 189 There is log block not surrounded by if
63016 src/com/gps/hibernate/GroupDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63017 src/com/gps/hibernate/GroupDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63018 src/com/gps/hibernate/GroupDAO.java 191 There is log block not surrounded by if
63019 src/com/gps/hibernate/GroupsOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
63020 src/com/gps/hibernate/GroupsOrgs.java 13 Avoid variables with short names like id
63021 src/com/gps/hibernate/GroupsOrgs.java 13 fieldCommentRequirement Required
63022 src/com/gps/hibernate/GroupsOrgs.java 18 Document empty constructor
63023 src/com/gps/hibernate/GroupsOrgs.java 22 Avoid variables with short names like id
63024 src/com/gps/hibernate/GroupsOrgs.java 22 Parameter 'id' is not assigned and could be declared final
63025 src/com/gps/hibernate/GroupsOrgs.java 28 publicMethodCommentRequirement Required
63026 src/com/gps/hibernate/GroupsOrgs.java 32 Avoid variables with short names like id
63027 src/com/gps/hibernate/GroupsOrgs.java 32 Parameter 'id' is not assigned and could be declared final
63028 src/com/gps/hibernate/GroupsOrgs.java 32 publicMethodCommentRequirement Required
63029 src/com/gps/hibernate/GroupsOrgsDAO.java 10 Comment is too large: Too many lines
63030 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Logger should be defined private static final and have the correct class
63031 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
63032 src/com/gps/hibernate/GroupsOrgsDAO.java 23 fieldCommentRequirement Required
63033 src/com/gps/hibernate/GroupsOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
63034 src/com/gps/hibernate/GroupsOrgsDAO.java 27 publicMethodCommentRequirement Required
63035 src/com/gps/hibernate/GroupsOrgsDAO.java 28 There is log block not surrounded by if
63036 src/com/gps/hibernate/GroupsOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63037 src/com/gps/hibernate/GroupsOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
63038 src/com/gps/hibernate/GroupsOrgsDAO.java 31 There is log block not surrounded by if
63039 src/com/gps/hibernate/GroupsOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63040 src/com/gps/hibernate/GroupsOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63041 src/com/gps/hibernate/GroupsOrgsDAO.java 33 There is log block not surrounded by if
63042 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
63043 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
63044 src/com/gps/hibernate/GroupsOrgsDAO.java 38 publicMethodCommentRequirement Required
63045 src/com/gps/hibernate/GroupsOrgsDAO.java 39 There is log block not surrounded by if
63046 src/com/gps/hibernate/GroupsOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63047 src/com/gps/hibernate/GroupsOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
63048 src/com/gps/hibernate/GroupsOrgsDAO.java 42 There is log block not surrounded by if
63049 src/com/gps/hibernate/GroupsOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63050 src/com/gps/hibernate/GroupsOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63051 src/com/gps/hibernate/GroupsOrgsDAO.java 44 There is log block not surrounded by if
63052 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Avoid variables with short names like id
63053 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
63054 src/com/gps/hibernate/GroupsOrgsDAO.java 49 publicMethodCommentRequirement Required
63055 src/com/gps/hibernate/GroupsOrgsDAO.java 50 There is log block not surrounded by if
63056 src/com/gps/hibernate/GroupsOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63057 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Local variable 'instance' could be declared final
63058 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
63059 src/com/gps/hibernate/GroupsOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63060 src/com/gps/hibernate/GroupsOrgsDAO.java 56 There is log block not surrounded by if
63061 src/com/gps/hibernate/GroupsOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
63062 src/com/gps/hibernate/GroupsOrgsDAO.java 61 publicMethodCommentRequirement Required
63063 src/com/gps/hibernate/GroupsOrgsDAO.java 62 There is log block not surrounded by if
63064 src/com/gps/hibernate/GroupsOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63065 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Local variable 'results' could be declared final
63066 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63067 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63068 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63069 src/com/gps/hibernate/GroupsOrgsDAO.java 67 There is log block not surrounded by if
63070 src/com/gps/hibernate/GroupsOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63071 src/com/gps/hibernate/GroupsOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
63072 src/com/gps/hibernate/GroupsOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63073 src/com/gps/hibernate/GroupsOrgsDAO.java 71 There is log block not surrounded by if
63074 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
63075 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
63076 src/com/gps/hibernate/GroupsOrgsDAO.java 76 publicMethodCommentRequirement Required
63077 src/com/gps/hibernate/GroupsOrgsDAO.java 77 There is log block not surrounded by if
63078 src/com/gps/hibernate/GroupsOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63079 src/com/gps/hibernate/GroupsOrgsDAO.java 80 Local variable 'queryString' could be declared final
63080 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Local variable 'queryObject' could be declared final
63081 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
63082 src/com/gps/hibernate/GroupsOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
63083 src/com/gps/hibernate/GroupsOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
63084 src/com/gps/hibernate/GroupsOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63085 src/com/gps/hibernate/GroupsOrgsDAO.java 86 There is log block not surrounded by if
63086 src/com/gps/hibernate/GroupsOrgsDAO.java 91 publicMethodCommentRequirement Required
63087 src/com/gps/hibernate/GroupsOrgsDAO.java 92 There is log block not surrounded by if
63088 src/com/gps/hibernate/GroupsOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63089 src/com/gps/hibernate/GroupsOrgsDAO.java 94 Local variable 'queryString' could be declared final
63090 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Local variable 'queryObject' could be declared final
63091 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
63092 src/com/gps/hibernate/GroupsOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
63093 src/com/gps/hibernate/GroupsOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63094 src/com/gps/hibernate/GroupsOrgsDAO.java 98 There is log block not surrounded by if
63095 src/com/gps/hibernate/GroupsOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
63096 src/com/gps/hibernate/GroupsOrgsDAO.java 103 publicMethodCommentRequirement Required
63097 src/com/gps/hibernate/GroupsOrgsDAO.java 104 There is log block not surrounded by if
63098 src/com/gps/hibernate/GroupsOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63099 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Local variable 'result' could be declared final
63100 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
63101 src/com/gps/hibernate/GroupsOrgsDAO.java 108 There is log block not surrounded by if
63102 src/com/gps/hibernate/GroupsOrgsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63103 src/com/gps/hibernate/GroupsOrgsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63104 src/com/gps/hibernate/GroupsOrgsDAO.java 111 There is log block not surrounded by if
63105 src/com/gps/hibernate/GroupsOrgsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
63106 src/com/gps/hibernate/GroupsOrgsDAO.java 116 publicMethodCommentRequirement Required
63107 src/com/gps/hibernate/GroupsOrgsDAO.java 117 There is log block not surrounded by if
63108 src/com/gps/hibernate/GroupsOrgsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63109 src/com/gps/hibernate/GroupsOrgsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
63110 src/com/gps/hibernate/GroupsOrgsDAO.java 120 There is log block not surrounded by if
63111 src/com/gps/hibernate/GroupsOrgsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63112 src/com/gps/hibernate/GroupsOrgsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63113 src/com/gps/hibernate/GroupsOrgsDAO.java 122 There is log block not surrounded by if
63114 src/com/gps/hibernate/GroupsOrgsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
63115 src/com/gps/hibernate/GroupsOrgsDAO.java 127 publicMethodCommentRequirement Required
63116 src/com/gps/hibernate/GroupsOrgsDAO.java 128 There is log block not surrounded by if
63117 src/com/gps/hibernate/GroupsOrgsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63118 src/com/gps/hibernate/GroupsOrgsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
63119 src/com/gps/hibernate/GroupsOrgsDAO.java 131 There is log block not surrounded by if
63120 src/com/gps/hibernate/GroupsOrgsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63121 src/com/gps/hibernate/GroupsOrgsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63122 src/com/gps/hibernate/GroupsOrgsDAO.java 133 There is log block not surrounded by if
63123 src/com/gps/hibernate/GroupsOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
63124 src/com/gps/hibernate/GroupsOrgsId.java 13 fieldCommentRequirement Required
63125 src/com/gps/hibernate/GroupsOrgsId.java 14 fieldCommentRequirement Required
63126 src/com/gps/hibernate/GroupsOrgsId.java 19 Document empty constructor
63127 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'groupId' is not assigned and could be declared final
63128 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
63129 src/com/gps/hibernate/GroupsOrgsId.java 30 publicMethodCommentRequirement Required
63130 src/com/gps/hibernate/GroupsOrgsId.java 34 Parameter 'groupId' is not assigned and could be declared final
63131 src/com/gps/hibernate/GroupsOrgsId.java 34 publicMethodCommentRequirement Required
63132 src/com/gps/hibernate/GroupsOrgsId.java 38 publicMethodCommentRequirement Required
63133 src/com/gps/hibernate/GroupsOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
63134 src/com/gps/hibernate/GroupsOrgsId.java 42 publicMethodCommentRequirement Required
63135 src/com/gps/hibernate/GroupsOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
63136 src/com/gps/hibernate/GroupsOrgsId.java 46 publicMethodCommentRequirement Required
63137 src/com/gps/hibernate/GroupsOrgsId.java 47 Avoid using if statements without curly braces
63138 src/com/gps/hibernate/GroupsOrgsId.java 47 Useless parentheses.
63139 src/com/gps/hibernate/GroupsOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
63140 src/com/gps/hibernate/GroupsOrgsId.java 49 Avoid using if statements without curly braces
63141 src/com/gps/hibernate/GroupsOrgsId.java 49 Useless parentheses.
63142 src/com/gps/hibernate/GroupsOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
63143 src/com/gps/hibernate/GroupsOrgsId.java 51 Avoid using if statements without curly braces
63144 src/com/gps/hibernate/GroupsOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
63145 src/com/gps/hibernate/GroupsOrgsId.java 53 Local variable 'castOther' could be declared final
63146 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
63147 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
63148 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
63149 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
63150 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
63151 src/com/gps/hibernate/GroupsOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
63152 src/com/gps/hibernate/GroupsOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
63153 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
63154 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
63155 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
63156 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
63157 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
63158 src/com/gps/hibernate/GroupsOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
63159 src/com/gps/hibernate/GroupsOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
63160 src/com/gps/hibernate/GroupsOrgsId.java 66 publicMethodCommentRequirement Required
63161 src/com/gps/hibernate/GroupsOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
63162 src/com/gps/hibernate/GroupsPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
63163 src/com/gps/hibernate/GroupsPermissions.java 13 Avoid variables with short names like id
63164 src/com/gps/hibernate/GroupsPermissions.java 13 fieldCommentRequirement Required
63165 src/com/gps/hibernate/GroupsPermissions.java 18 Document empty constructor
63166 src/com/gps/hibernate/GroupsPermissions.java 22 Avoid variables with short names like id
63167 src/com/gps/hibernate/GroupsPermissions.java 22 Parameter 'id' is not assigned and could be declared final
63168 src/com/gps/hibernate/GroupsPermissions.java 28 publicMethodCommentRequirement Required
63169 src/com/gps/hibernate/GroupsPermissions.java 32 Avoid variables with short names like id
63170 src/com/gps/hibernate/GroupsPermissions.java 32 Parameter 'id' is not assigned and could be declared final
63171 src/com/gps/hibernate/GroupsPermissions.java 32 publicMethodCommentRequirement Required
63172 src/com/gps/hibernate/GroupsPermissionsDAO.java 10 Comment is too large: Too many lines
63173 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
63174 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
63175 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 fieldCommentRequirement Required
63176 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
63177 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 publicMethodCommentRequirement Required
63178 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 There is log block not surrounded by if
63179 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63180 src/com/gps/hibernate/GroupsPermissionsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
63181 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 There is log block not surrounded by if
63182 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63183 src/com/gps/hibernate/GroupsPermissionsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63184 src/com/gps/hibernate/GroupsPermissionsDAO.java 34 There is log block not surrounded by if
63185 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Avoid excessively long variable names like persistentInstance
63186 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
63187 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 publicMethodCommentRequirement Required
63188 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 There is log block not surrounded by if
63189 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63190 src/com/gps/hibernate/GroupsPermissionsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
63191 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 There is log block not surrounded by if
63192 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63193 src/com/gps/hibernate/GroupsPermissionsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63194 src/com/gps/hibernate/GroupsPermissionsDAO.java 45 There is log block not surrounded by if
63195 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Avoid variables with short names like id
63196 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Parameter 'id' is not assigned and could be declared final
63197 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 publicMethodCommentRequirement Required
63198 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 There is log block not surrounded by if
63199 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63200 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Local variable 'instance' could be declared final
63201 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
63202 src/com/gps/hibernate/GroupsPermissionsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63203 src/com/gps/hibernate/GroupsPermissionsDAO.java 57 There is log block not surrounded by if
63204 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
63205 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 publicMethodCommentRequirement Required
63206 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 There is log block not surrounded by if
63207 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63208 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Local variable 'results' could be declared final
63209 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
63210 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
63211 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
63212 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 There is log block not surrounded by if
63213 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63214 src/com/gps/hibernate/GroupsPermissionsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
63215 src/com/gps/hibernate/GroupsPermissionsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63216 src/com/gps/hibernate/GroupsPermissionsDAO.java 72 There is log block not surrounded by if
63217 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
63218 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'value' is not assigned and could be declared final
63219 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 publicMethodCommentRequirement Required
63220 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 There is log block not surrounded by if
63221 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63222 src/com/gps/hibernate/GroupsPermissionsDAO.java 81 Local variable 'queryString' could be declared final
63223 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Local variable 'queryObject' could be declared final
63224 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
63225 src/com/gps/hibernate/GroupsPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
63226 src/com/gps/hibernate/GroupsPermissionsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
63227 src/com/gps/hibernate/GroupsPermissionsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63228 src/com/gps/hibernate/GroupsPermissionsDAO.java 87 There is log block not surrounded by if
63229 src/com/gps/hibernate/GroupsPermissionsDAO.java 92 publicMethodCommentRequirement Required
63230 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 There is log block not surrounded by if
63231 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63232 src/com/gps/hibernate/GroupsPermissionsDAO.java 95 Local variable 'queryString' could be declared final
63233 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Local variable 'queryObject' could be declared final
63234 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
63235 src/com/gps/hibernate/GroupsPermissionsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
63236 src/com/gps/hibernate/GroupsPermissionsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63237 src/com/gps/hibernate/GroupsPermissionsDAO.java 99 There is log block not surrounded by if
63238 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
63239 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 publicMethodCommentRequirement Required
63240 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 There is log block not surrounded by if
63241 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63242 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Local variable 'result' could be declared final
63243 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Potential violation of Law of Demeter (method chain calls)
63244 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 There is log block not surrounded by if
63245 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63246 src/com/gps/hibernate/GroupsPermissionsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63247 src/com/gps/hibernate/GroupsPermissionsDAO.java 112 There is log block not surrounded by if
63248 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 Parameter 'instance' is not assigned and could be declared final
63249 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 publicMethodCommentRequirement Required
63250 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 There is log block not surrounded by if
63251 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63252 src/com/gps/hibernate/GroupsPermissionsDAO.java 120 Potential violation of Law of Demeter (method chain calls)
63253 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 There is log block not surrounded by if
63254 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63255 src/com/gps/hibernate/GroupsPermissionsDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63256 src/com/gps/hibernate/GroupsPermissionsDAO.java 123 There is log block not surrounded by if
63257 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 Parameter 'instance' is not assigned and could be declared final
63258 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 publicMethodCommentRequirement Required
63259 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 There is log block not surrounded by if
63260 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63261 src/com/gps/hibernate/GroupsPermissionsDAO.java 131 Potential violation of Law of Demeter (method chain calls)
63262 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 There is log block not surrounded by if
63263 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63264 src/com/gps/hibernate/GroupsPermissionsDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63265 src/com/gps/hibernate/GroupsPermissionsDAO.java 134 There is log block not surrounded by if
63266 src/com/gps/hibernate/GroupsPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
63267 src/com/gps/hibernate/GroupsPermissionsId.java 13 fieldCommentRequirement Required
63268 src/com/gps/hibernate/GroupsPermissionsId.java 14 fieldCommentRequirement Required
63269 src/com/gps/hibernate/GroupsPermissionsId.java 19 Document empty constructor
63270 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'groupId' is not assigned and could be declared final
63271 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
63272 src/com/gps/hibernate/GroupsPermissionsId.java 30 publicMethodCommentRequirement Required
63273 src/com/gps/hibernate/GroupsPermissionsId.java 34 Parameter 'groupId' is not assigned and could be declared final
63274 src/com/gps/hibernate/GroupsPermissionsId.java 34 publicMethodCommentRequirement Required
63275 src/com/gps/hibernate/GroupsPermissionsId.java 38 publicMethodCommentRequirement Required
63276 src/com/gps/hibernate/GroupsPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
63277 src/com/gps/hibernate/GroupsPermissionsId.java 42 publicMethodCommentRequirement Required
63278 src/com/gps/hibernate/GroupsPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
63279 src/com/gps/hibernate/GroupsPermissionsId.java 46 publicMethodCommentRequirement Required
63280 src/com/gps/hibernate/GroupsPermissionsId.java 47 Avoid using if statements without curly braces
63281 src/com/gps/hibernate/GroupsPermissionsId.java 47 Useless parentheses.
63282 src/com/gps/hibernate/GroupsPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
63283 src/com/gps/hibernate/GroupsPermissionsId.java 49 Avoid using if statements without curly braces
63284 src/com/gps/hibernate/GroupsPermissionsId.java 49 Useless parentheses.
63285 src/com/gps/hibernate/GroupsPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
63286 src/com/gps/hibernate/GroupsPermissionsId.java 51 Avoid using if statements without curly braces
63287 src/com/gps/hibernate/GroupsPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
63288 src/com/gps/hibernate/GroupsPermissionsId.java 53 Local variable 'castOther' could be declared final
63289 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
63290 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
63291 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
63292 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
63293 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
63294 src/com/gps/hibernate/GroupsPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
63295 src/com/gps/hibernate/GroupsPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
63296 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
63297 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
63298 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
63299 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
63300 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
63301 src/com/gps/hibernate/GroupsPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
63302 src/com/gps/hibernate/GroupsPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
63303 src/com/gps/hibernate/GroupsPermissionsId.java 65 publicMethodCommentRequirement Required
63304 src/com/gps/hibernate/GroupsPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
63305 src/com/gps/hibernate/GroupsRoles.java 9 Classes implementing Serializable should set a serialVersionUID
63306 src/com/gps/hibernate/GroupsRoles.java 13 Avoid variables with short names like id
63307 src/com/gps/hibernate/GroupsRoles.java 13 fieldCommentRequirement Required
63308 src/com/gps/hibernate/GroupsRoles.java 18 Document empty constructor
63309 src/com/gps/hibernate/GroupsRoles.java 22 Avoid variables with short names like id
63310 src/com/gps/hibernate/GroupsRoles.java 22 Parameter 'id' is not assigned and could be declared final
63311 src/com/gps/hibernate/GroupsRoles.java 28 publicMethodCommentRequirement Required
63312 src/com/gps/hibernate/GroupsRoles.java 32 Avoid variables with short names like id
63313 src/com/gps/hibernate/GroupsRoles.java 32 Parameter 'id' is not assigned and could be declared final
63314 src/com/gps/hibernate/GroupsRoles.java 32 publicMethodCommentRequirement Required
63315 src/com/gps/hibernate/GroupsRolesDAO.java 10 Comment is too large: Too many lines
63316 src/com/gps/hibernate/GroupsRolesDAO.java 23 Logger should be defined private static final and have the correct class
63317 src/com/gps/hibernate/GroupsRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
63318 src/com/gps/hibernate/GroupsRolesDAO.java 23 fieldCommentRequirement Required
63319 src/com/gps/hibernate/GroupsRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
63320 src/com/gps/hibernate/GroupsRolesDAO.java 27 publicMethodCommentRequirement Required
63321 src/com/gps/hibernate/GroupsRolesDAO.java 28 There is log block not surrounded by if
63322 src/com/gps/hibernate/GroupsRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63323 src/com/gps/hibernate/GroupsRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
63324 src/com/gps/hibernate/GroupsRolesDAO.java 31 There is log block not surrounded by if
63325 src/com/gps/hibernate/GroupsRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63326 src/com/gps/hibernate/GroupsRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63327 src/com/gps/hibernate/GroupsRolesDAO.java 33 There is log block not surrounded by if
63328 src/com/gps/hibernate/GroupsRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
63329 src/com/gps/hibernate/GroupsRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
63330 src/com/gps/hibernate/GroupsRolesDAO.java 38 publicMethodCommentRequirement Required
63331 src/com/gps/hibernate/GroupsRolesDAO.java 39 There is log block not surrounded by if
63332 src/com/gps/hibernate/GroupsRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63333 src/com/gps/hibernate/GroupsRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
63334 src/com/gps/hibernate/GroupsRolesDAO.java 42 There is log block not surrounded by if
63335 src/com/gps/hibernate/GroupsRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63336 src/com/gps/hibernate/GroupsRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63337 src/com/gps/hibernate/GroupsRolesDAO.java 44 There is log block not surrounded by if
63338 src/com/gps/hibernate/GroupsRolesDAO.java 49 Avoid variables with short names like id
63339 src/com/gps/hibernate/GroupsRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
63340 src/com/gps/hibernate/GroupsRolesDAO.java 49 publicMethodCommentRequirement Required
63341 src/com/gps/hibernate/GroupsRolesDAO.java 50 There is log block not surrounded by if
63342 src/com/gps/hibernate/GroupsRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63343 src/com/gps/hibernate/GroupsRolesDAO.java 52 Local variable 'instance' could be declared final
63344 src/com/gps/hibernate/GroupsRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
63345 src/com/gps/hibernate/GroupsRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63346 src/com/gps/hibernate/GroupsRolesDAO.java 56 There is log block not surrounded by if
63347 src/com/gps/hibernate/GroupsRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
63348 src/com/gps/hibernate/GroupsRolesDAO.java 61 publicMethodCommentRequirement Required
63349 src/com/gps/hibernate/GroupsRolesDAO.java 62 There is log block not surrounded by if
63350 src/com/gps/hibernate/GroupsRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63351 src/com/gps/hibernate/GroupsRolesDAO.java 64 Local variable 'results' could be declared final
63352 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63353 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63354 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63355 src/com/gps/hibernate/GroupsRolesDAO.java 67 There is log block not surrounded by if
63356 src/com/gps/hibernate/GroupsRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63357 src/com/gps/hibernate/GroupsRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
63358 src/com/gps/hibernate/GroupsRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63359 src/com/gps/hibernate/GroupsRolesDAO.java 71 There is log block not surrounded by if
63360 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
63361 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
63362 src/com/gps/hibernate/GroupsRolesDAO.java 76 publicMethodCommentRequirement Required
63363 src/com/gps/hibernate/GroupsRolesDAO.java 77 There is log block not surrounded by if
63364 src/com/gps/hibernate/GroupsRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63365 src/com/gps/hibernate/GroupsRolesDAO.java 80 Local variable 'queryString' could be declared final
63366 src/com/gps/hibernate/GroupsRolesDAO.java 82 Local variable 'queryObject' could be declared final
63367 src/com/gps/hibernate/GroupsRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
63368 src/com/gps/hibernate/GroupsRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
63369 src/com/gps/hibernate/GroupsRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
63370 src/com/gps/hibernate/GroupsRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63371 src/com/gps/hibernate/GroupsRolesDAO.java 86 There is log block not surrounded by if
63372 src/com/gps/hibernate/GroupsRolesDAO.java 91 publicMethodCommentRequirement Required
63373 src/com/gps/hibernate/GroupsRolesDAO.java 92 There is log block not surrounded by if
63374 src/com/gps/hibernate/GroupsRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63375 src/com/gps/hibernate/GroupsRolesDAO.java 94 Local variable 'queryString' could be declared final
63376 src/com/gps/hibernate/GroupsRolesDAO.java 95 Local variable 'queryObject' could be declared final
63377 src/com/gps/hibernate/GroupsRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
63378 src/com/gps/hibernate/GroupsRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
63379 src/com/gps/hibernate/GroupsRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63380 src/com/gps/hibernate/GroupsRolesDAO.java 98 There is log block not surrounded by if
63381 src/com/gps/hibernate/GroupsRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
63382 src/com/gps/hibernate/GroupsRolesDAO.java 103 publicMethodCommentRequirement Required
63383 src/com/gps/hibernate/GroupsRolesDAO.java 104 There is log block not surrounded by if
63384 src/com/gps/hibernate/GroupsRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63385 src/com/gps/hibernate/GroupsRolesDAO.java 106 Local variable 'result' could be declared final
63386 src/com/gps/hibernate/GroupsRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
63387 src/com/gps/hibernate/GroupsRolesDAO.java 108 There is log block not surrounded by if
63388 src/com/gps/hibernate/GroupsRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63389 src/com/gps/hibernate/GroupsRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63390 src/com/gps/hibernate/GroupsRolesDAO.java 111 There is log block not surrounded by if
63391 src/com/gps/hibernate/GroupsRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
63392 src/com/gps/hibernate/GroupsRolesDAO.java 116 publicMethodCommentRequirement Required
63393 src/com/gps/hibernate/GroupsRolesDAO.java 117 There is log block not surrounded by if
63394 src/com/gps/hibernate/GroupsRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63395 src/com/gps/hibernate/GroupsRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
63396 src/com/gps/hibernate/GroupsRolesDAO.java 120 There is log block not surrounded by if
63397 src/com/gps/hibernate/GroupsRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63398 src/com/gps/hibernate/GroupsRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63399 src/com/gps/hibernate/GroupsRolesDAO.java 122 There is log block not surrounded by if
63400 src/com/gps/hibernate/GroupsRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
63401 src/com/gps/hibernate/GroupsRolesDAO.java 127 publicMethodCommentRequirement Required
63402 src/com/gps/hibernate/GroupsRolesDAO.java 128 There is log block not surrounded by if
63403 src/com/gps/hibernate/GroupsRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63404 src/com/gps/hibernate/GroupsRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
63405 src/com/gps/hibernate/GroupsRolesDAO.java 131 There is log block not surrounded by if
63406 src/com/gps/hibernate/GroupsRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63407 src/com/gps/hibernate/GroupsRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63408 src/com/gps/hibernate/GroupsRolesDAO.java 133 There is log block not surrounded by if
63409 src/com/gps/hibernate/GroupsRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
63410 src/com/gps/hibernate/GroupsRolesId.java 13 fieldCommentRequirement Required
63411 src/com/gps/hibernate/GroupsRolesId.java 14 fieldCommentRequirement Required
63412 src/com/gps/hibernate/GroupsRolesId.java 19 Document empty constructor
63413 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'groupId' is not assigned and could be declared final
63414 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
63415 src/com/gps/hibernate/GroupsRolesId.java 30 publicMethodCommentRequirement Required
63416 src/com/gps/hibernate/GroupsRolesId.java 34 Parameter 'groupId' is not assigned and could be declared final
63417 src/com/gps/hibernate/GroupsRolesId.java 34 publicMethodCommentRequirement Required
63418 src/com/gps/hibernate/GroupsRolesId.java 38 publicMethodCommentRequirement Required
63419 src/com/gps/hibernate/GroupsRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
63420 src/com/gps/hibernate/GroupsRolesId.java 42 publicMethodCommentRequirement Required
63421 src/com/gps/hibernate/GroupsRolesId.java 46 Parameter 'other' is not assigned and could be declared final
63422 src/com/gps/hibernate/GroupsRolesId.java 46 publicMethodCommentRequirement Required
63423 src/com/gps/hibernate/GroupsRolesId.java 47 Avoid using if statements without curly braces
63424 src/com/gps/hibernate/GroupsRolesId.java 47 Useless parentheses.
63425 src/com/gps/hibernate/GroupsRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
63426 src/com/gps/hibernate/GroupsRolesId.java 49 Avoid using if statements without curly braces
63427 src/com/gps/hibernate/GroupsRolesId.java 49 Useless parentheses.
63428 src/com/gps/hibernate/GroupsRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
63429 src/com/gps/hibernate/GroupsRolesId.java 51 Avoid using if statements without curly braces
63430 src/com/gps/hibernate/GroupsRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
63431 src/com/gps/hibernate/GroupsRolesId.java 53 Local variable 'castOther' could be declared final
63432 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
63433 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
63434 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
63435 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
63436 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
63437 src/com/gps/hibernate/GroupsRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
63438 src/com/gps/hibernate/GroupsRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
63439 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
63440 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
63441 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
63442 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
63443 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
63444 src/com/gps/hibernate/GroupsRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
63445 src/com/gps/hibernate/GroupsRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
63446 src/com/gps/hibernate/GroupsRolesId.java 65 publicMethodCommentRequirement Required
63447 src/com/gps/hibernate/GroupsRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
63448 src/com/gps/hibernate/GroupsUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
63449 src/com/gps/hibernate/GroupsUsergroups.java 13 Avoid variables with short names like id
63450 src/com/gps/hibernate/GroupsUsergroups.java 13 fieldCommentRequirement Required
63451 src/com/gps/hibernate/GroupsUsergroups.java 18 Document empty constructor
63452 src/com/gps/hibernate/GroupsUsergroups.java 22 Avoid variables with short names like id
63453 src/com/gps/hibernate/GroupsUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
63454 src/com/gps/hibernate/GroupsUsergroups.java 28 publicMethodCommentRequirement Required
63455 src/com/gps/hibernate/GroupsUsergroups.java 32 Avoid variables with short names like id
63456 src/com/gps/hibernate/GroupsUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
63457 src/com/gps/hibernate/GroupsUsergroups.java 32 publicMethodCommentRequirement Required
63458 src/com/gps/hibernate/GroupsUsergroupsDAO.java 10 Comment is too large: Too many lines
63459 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
63460 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
63461 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 fieldCommentRequirement Required
63462 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
63463 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 publicMethodCommentRequirement Required
63464 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 There is log block not surrounded by if
63465 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63466 src/com/gps/hibernate/GroupsUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
63467 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 There is log block not surrounded by if
63468 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63469 src/com/gps/hibernate/GroupsUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63470 src/com/gps/hibernate/GroupsUsergroupsDAO.java 33 There is log block not surrounded by if
63471 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
63472 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
63473 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 publicMethodCommentRequirement Required
63474 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 There is log block not surrounded by if
63475 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63476 src/com/gps/hibernate/GroupsUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
63477 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 There is log block not surrounded by if
63478 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63479 src/com/gps/hibernate/GroupsUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63480 src/com/gps/hibernate/GroupsUsergroupsDAO.java 44 There is log block not surrounded by if
63481 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Avoid variables with short names like id
63482 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
63483 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 publicMethodCommentRequirement Required
63484 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 There is log block not surrounded by if
63485 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63486 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Local variable 'instance' could be declared final
63487 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
63488 src/com/gps/hibernate/GroupsUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63489 src/com/gps/hibernate/GroupsUsergroupsDAO.java 56 There is log block not surrounded by if
63490 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
63491 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 publicMethodCommentRequirement Required
63492 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 There is log block not surrounded by if
63493 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63494 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Local variable 'results' could be declared final
63495 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63496 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63497 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
63498 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 There is log block not surrounded by if
63499 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63500 src/com/gps/hibernate/GroupsUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
63501 src/com/gps/hibernate/GroupsUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63502 src/com/gps/hibernate/GroupsUsergroupsDAO.java 71 There is log block not surrounded by if
63503 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
63504 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
63505 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 publicMethodCommentRequirement Required
63506 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 There is log block not surrounded by if
63507 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63508 src/com/gps/hibernate/GroupsUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
63509 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
63510 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
63511 src/com/gps/hibernate/GroupsUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
63512 src/com/gps/hibernate/GroupsUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
63513 src/com/gps/hibernate/GroupsUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63514 src/com/gps/hibernate/GroupsUsergroupsDAO.java 86 There is log block not surrounded by if
63515 src/com/gps/hibernate/GroupsUsergroupsDAO.java 91 publicMethodCommentRequirement Required
63516 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 There is log block not surrounded by if
63517 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63518 src/com/gps/hibernate/GroupsUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
63519 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
63520 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
63521 src/com/gps/hibernate/GroupsUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
63522 src/com/gps/hibernate/GroupsUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63523 src/com/gps/hibernate/GroupsUsergroupsDAO.java 98 There is log block not surrounded by if
63524 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
63525 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 publicMethodCommentRequirement Required
63526 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 There is log block not surrounded by if
63527 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63528 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Local variable 'result' could be declared final
63529 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
63530 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 There is log block not surrounded by if
63531 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63532 src/com/gps/hibernate/GroupsUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63533 src/com/gps/hibernate/GroupsUsergroupsDAO.java 111 There is log block not surrounded by if
63534 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
63535 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 publicMethodCommentRequirement Required
63536 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 There is log block not surrounded by if
63537 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63538 src/com/gps/hibernate/GroupsUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
63539 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 There is log block not surrounded by if
63540 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63541 src/com/gps/hibernate/GroupsUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63542 src/com/gps/hibernate/GroupsUsergroupsDAO.java 122 There is log block not surrounded by if
63543 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
63544 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 publicMethodCommentRequirement Required
63545 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 There is log block not surrounded by if
63546 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63547 src/com/gps/hibernate/GroupsUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
63548 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 There is log block not surrounded by if
63549 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63550 src/com/gps/hibernate/GroupsUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63551 src/com/gps/hibernate/GroupsUsergroupsDAO.java 133 There is log block not surrounded by if
63552 src/com/gps/hibernate/GroupsUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
63553 src/com/gps/hibernate/GroupsUsergroupsId.java 13 fieldCommentRequirement Required
63554 src/com/gps/hibernate/GroupsUsergroupsId.java 14 fieldCommentRequirement Required
63555 src/com/gps/hibernate/GroupsUsergroupsId.java 19 Document empty constructor
63556 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
63557 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
63558 src/com/gps/hibernate/GroupsUsergroupsId.java 30 publicMethodCommentRequirement Required
63559 src/com/gps/hibernate/GroupsUsergroupsId.java 34 Parameter 'groupId' is not assigned and could be declared final
63560 src/com/gps/hibernate/GroupsUsergroupsId.java 34 publicMethodCommentRequirement Required
63561 src/com/gps/hibernate/GroupsUsergroupsId.java 38 publicMethodCommentRequirement Required
63562 src/com/gps/hibernate/GroupsUsergroupsId.java 42 Parameter 'userGroupId' is not assigned and could be declared final
63563 src/com/gps/hibernate/GroupsUsergroupsId.java 42 publicMethodCommentRequirement Required
63564 src/com/gps/hibernate/GroupsUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
63565 src/com/gps/hibernate/GroupsUsergroupsId.java 46 publicMethodCommentRequirement Required
63566 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Avoid using if statements without curly braces
63567 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Useless parentheses.
63568 src/com/gps/hibernate/GroupsUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
63569 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Avoid using if statements without curly braces
63570 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Useless parentheses.
63571 src/com/gps/hibernate/GroupsUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
63572 src/com/gps/hibernate/GroupsUsergroupsId.java 51 Avoid using if statements without curly braces
63573 src/com/gps/hibernate/GroupsUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
63574 src/com/gps/hibernate/GroupsUsergroupsId.java 53 Local variable 'castOther' could be declared final
63575 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
63576 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
63577 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
63578 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
63579 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
63580 src/com/gps/hibernate/GroupsUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
63581 src/com/gps/hibernate/GroupsUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
63582 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
63583 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
63584 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
63585 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
63586 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
63587 src/com/gps/hibernate/GroupsUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
63588 src/com/gps/hibernate/GroupsUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
63589 src/com/gps/hibernate/GroupsUsergroupsId.java 65 publicMethodCommentRequirement Required
63590 src/com/gps/hibernate/GroupsUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
63591 src/com/gps/hibernate/HibernateSessionFactory.java 1 Comment is too large: Too many lines
63592 src/com/gps/hibernate/HibernateSessionFactory.java 24 A class which only has private constructors should be final
63593 src/com/gps/hibernate/HibernateSessionFactory.java 34 Avoid excessively long variable names like CONFIG_FILE_LOCATION
63594 src/com/gps/hibernate/HibernateSessionFactory.java 34 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
63595 src/com/gps/hibernate/HibernateSessionFactory.java 34 The field name indicates a constant but its modifiers do not
63596 src/com/gps/hibernate/HibernateSessionFactory.java 34 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
63597 src/com/gps/hibernate/HibernateSessionFactory.java 35 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
63598 src/com/gps/hibernate/HibernateSessionFactory.java 35 fieldCommentRequirement Required
63599 src/com/gps/hibernate/HibernateSessionFactory.java 36 fieldCommentRequirement Required
63600 src/com/gps/hibernate/HibernateSessionFactory.java 37 fieldCommentRequirement Required
63601 src/com/gps/hibernate/HibernateSessionFactory.java 38 fieldCommentRequirement Required
63602 src/com/gps/hibernate/HibernateSessionFactory.java 39 The Logger variable declaration does not contain the static and final modifiers
63603 src/com/gps/hibernate/HibernateSessionFactory.java 39 fieldCommentRequirement Required
63604 src/com/gps/hibernate/HibernateSessionFactory.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63605 src/com/gps/hibernate/HibernateSessionFactory.java 48 System.out.print is used
63606 src/com/gps/hibernate/HibernateSessionFactory.java 51 Avoid printStackTrace(); use a logger call instead.
63607 src/com/gps/hibernate/HibernateSessionFactory.java 68 Found 'DD'-anomaly for variable 'session' (lines '68'-'71').
63608 src/com/gps/hibernate/HibernateSessionFactory.java 70 Avoid using if statements without curly braces
63609 src/com/gps/hibernate/HibernateSessionFactory.java 73 Potential violation of Law of Demeter (object not created locally)
63610 src/com/gps/hibernate/HibernateSessionFactory.java 78 Avoid if (x != y) ..; else ..;
63611 src/com/gps/hibernate/HibernateSessionFactory.java 79 Assigning an Object to null is a code smell. Consider refactoring.
63612 src/com/gps/hibernate/HibernateSessionFactory.java 83 A method should have only one exit point, and that should be the last statement in the method
63613 src/com/gps/hibernate/HibernateSessionFactory.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63614 src/com/gps/hibernate/HibernateSessionFactory.java 87 Avoid printStackTrace(); use a logger call instead.
63615 src/com/gps/hibernate/HibernateSessionFactory.java 87 Potential violation of Law of Demeter (object not created locally)
63616 src/com/gps/hibernate/HibernateSessionFactory.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63617 src/com/gps/hibernate/HibernateSessionFactory.java 102 System.out.print is used
63618 src/com/gps/hibernate/HibernateSessionFactory.java 105 Avoid printStackTrace(); use a logger call instead.
63619 src/com/gps/hibernate/HibernateSessionFactory.java 105 Potential violation of Law of Demeter (object not created locally)
63620 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DD'-anomaly for variable 'session' (lines '113'-'118').
63621 src/com/gps/hibernate/HibernateSessionFactory.java 113 Found 'DU'-anomaly for variable 'session' (lines '113'-'135').
63622 src/com/gps/hibernate/HibernateSessionFactory.java 123 Avoid using if statements without curly braces
63623 src/com/gps/hibernate/HibernateSessionFactory.java 123 Potential violation of Law of Demeter (object not created locally)
63624 src/com/gps/hibernate/HibernateSessionFactory.java 124 Potential violation of Law of Demeter (object not created locally)
63625 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
63626 src/com/gps/hibernate/HibernateSessionFactory.java 126 There is log block not surrounded by if
63627 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching NullPointerException; consider removing the cause of the NPE.
63628 src/com/gps/hibernate/HibernateSessionFactory.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63629 src/com/gps/hibernate/HibernateSessionFactory.java 129 There is log block not surrounded by if
63630 src/com/gps/hibernate/HibernateSessionFactory.java 131 There is log block not surrounded by if
63631 src/com/gps/hibernate/HibernateSessionFactory.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63632 src/com/gps/hibernate/HibernateSessionFactory.java 133 There is log block not surrounded by if
63633 src/com/gps/hibernate/HibernateSessionFactory.java 152 Parameter 'configFile' is not assigned and could be declared final
63634 src/com/gps/hibernate/HibernateSessionFactory.java 154 Assigning an Object to null is a code smell. Consider refactoring.
63635 src/com/gps/hibernate/Holidays.java 3 Avoid unused imports such as 'java.util.HashSet'
63636 src/com/gps/hibernate/Holidays.java 4 Avoid unused imports such as 'java.util.Set'
63637 src/com/gps/hibernate/Holidays.java 6 Avoid unused imports such as 'org.hibernate.annotations.OrderBy'
63638 src/com/gps/hibernate/Holidays.java 7 Avoid unused imports such as 'org.hibernate.annotations.Sort'
63639 src/com/gps/hibernate/Holidays.java 9 Classes implementing Serializable should set a serialVersionUID
63640 src/com/gps/hibernate/Holidays.java 9 headerCommentRequirement Required
63641 src/com/gps/hibernate/Holidays.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'h_id' is not final.
63642 src/com/gps/hibernate/Holidays.java 12 fieldCommentRequirement Required
63643 src/com/gps/hibernate/Holidays.java 13 fieldCommentRequirement Required
63644 src/com/gps/hibernate/Holidays.java 14 fieldCommentRequirement Required
63645 src/com/gps/hibernate/Holidays.java 15 fieldCommentRequirement Required
63646 src/com/gps/hibernate/Holidays.java 18 Document empty constructor
63647 src/com/gps/hibernate/Holidays.java 21 Parameter 'hId' is not assigned and could be declared final
63648 src/com/gps/hibernate/Holidays.java 21 Parameter 'holiday' is not assigned and could be declared final
63649 src/com/gps/hibernate/Holidays.java 21 publicMethodCommentRequirement Required
63650 src/com/gps/hibernate/Holidays.java 22 Parameter 'day' is not assigned and could be declared final
63651 src/com/gps/hibernate/Holidays.java 22 Parameter 'organization' is not assigned and could be declared final
63652 src/com/gps/hibernate/Holidays.java 31 Method names should not contain underscores
63653 src/com/gps/hibernate/Holidays.java 31 publicMethodCommentRequirement Required
63654 src/com/gps/hibernate/Holidays.java 34 Method names should not contain underscores
63655 src/com/gps/hibernate/Holidays.java 34 Parameter 'hId' is not assigned and could be declared final
63656 src/com/gps/hibernate/Holidays.java 34 publicMethodCommentRequirement Required
63657 src/com/gps/hibernate/Holidays.java 37 publicMethodCommentRequirement Required
63658 src/com/gps/hibernate/Holidays.java 40 Parameter 'holiday' is not assigned and could be declared final
63659 src/com/gps/hibernate/Holidays.java 40 publicMethodCommentRequirement Required
63660 src/com/gps/hibernate/Holidays.java 43 publicMethodCommentRequirement Required
63661 src/com/gps/hibernate/Holidays.java 46 Parameter 'day' is not assigned and could be declared final
63662 src/com/gps/hibernate/Holidays.java 46 publicMethodCommentRequirement Required
63663 src/com/gps/hibernate/Holidays.java 49 publicMethodCommentRequirement Required
63664 src/com/gps/hibernate/Holidays.java 52 Parameter 'organization' is not assigned and could be declared final
63665 src/com/gps/hibernate/Holidays.java 52 publicMethodCommentRequirement Required
63666 src/com/gps/hibernate/HolidaysDAO.java 6 Avoid unused imports such as 'java.util.Set'
63667 src/com/gps/hibernate/HolidaysDAO.java 13 headerCommentRequirement Required
63668 src/com/gps/hibernate/HolidaysDAO.java 14 Logger should be defined private static final and have the correct class
63669 src/com/gps/hibernate/HolidaysDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
63670 src/com/gps/hibernate/HolidaysDAO.java 14 fieldCommentRequirement Required
63671 src/com/gps/hibernate/HolidaysDAO.java 16 fieldCommentRequirement Required
63672 src/com/gps/hibernate/HolidaysDAO.java 17 fieldCommentRequirement Required
63673 src/com/gps/hibernate/HolidaysDAO.java 18 fieldCommentRequirement Required
63674 src/com/gps/hibernate/HolidaysDAO.java 19 fieldCommentRequirement Required
63675 src/com/gps/hibernate/HolidaysDAO.java 22 Parameter 'transientInstance' is not assigned and could be declared final
63676 src/com/gps/hibernate/HolidaysDAO.java 22 publicMethodCommentRequirement Required
63677 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
63678 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
63679 src/com/gps/hibernate/HolidaysDAO.java 25 Potential violation of Law of Demeter (method chain calls)
63680 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
63681 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
63682 src/com/gps/hibernate/HolidaysDAO.java 27 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63683 src/com/gps/hibernate/HolidaysDAO.java 28 There is log block not surrounded by if
63684 src/com/gps/hibernate/HolidaysDAO.java 33 Avoid excessively long variable names like persistentInstance
63685 src/com/gps/hibernate/HolidaysDAO.java 33 Parameter 'persistentInstance' is not assigned and could be declared final
63686 src/com/gps/hibernate/HolidaysDAO.java 33 publicMethodCommentRequirement Required
63687 src/com/gps/hibernate/HolidaysDAO.java 34 There is log block not surrounded by if
63688 src/com/gps/hibernate/HolidaysDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63689 src/com/gps/hibernate/HolidaysDAO.java 36 Potential violation of Law of Demeter (method chain calls)
63690 src/com/gps/hibernate/HolidaysDAO.java 37 There is log block not surrounded by if
63691 src/com/gps/hibernate/HolidaysDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63692 src/com/gps/hibernate/HolidaysDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63693 src/com/gps/hibernate/HolidaysDAO.java 39 There is log block not surrounded by if
63694 src/com/gps/hibernate/HolidaysDAO.java 44 Avoid variables with short names like id
63695 src/com/gps/hibernate/HolidaysDAO.java 44 Parameter 'id' is not assigned and could be declared final
63696 src/com/gps/hibernate/HolidaysDAO.java 44 publicMethodCommentRequirement Required
63697 src/com/gps/hibernate/HolidaysDAO.java 45 There is log block not surrounded by if
63698 src/com/gps/hibernate/HolidaysDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63699 src/com/gps/hibernate/HolidaysDAO.java 47 Local variable 'instance' could be declared final
63700 src/com/gps/hibernate/HolidaysDAO.java 47 Potential violation of Law of Demeter (method chain calls)
63701 src/com/gps/hibernate/HolidaysDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63702 src/com/gps/hibernate/HolidaysDAO.java 51 There is log block not surrounded by if
63703 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'propertyName' is not assigned and could be declared final
63704 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'value' is not assigned and could be declared final
63705 src/com/gps/hibernate/HolidaysDAO.java 57 publicMethodCommentRequirement Required
63706 src/com/gps/hibernate/HolidaysDAO.java 58 There is log block not surrounded by if
63707 src/com/gps/hibernate/HolidaysDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63708 src/com/gps/hibernate/HolidaysDAO.java 61 Local variable 'queryString' could be declared final
63709 src/com/gps/hibernate/HolidaysDAO.java 63 Local variable 'queryObject' could be declared final
63710 src/com/gps/hibernate/HolidaysDAO.java 63 Potential violation of Law of Demeter (method chain calls)
63711 src/com/gps/hibernate/HolidaysDAO.java 64 Potential violation of Law of Demeter (object not created locally)
63712 src/com/gps/hibernate/HolidaysDAO.java 65 Potential violation of Law of Demeter (object not created locally)
63713 src/com/gps/hibernate/HolidaysDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63714 src/com/gps/hibernate/HolidaysDAO.java 67 There is log block not surrounded by if
63715 src/com/gps/hibernate/HolidaysDAO.java 72 Parameter 'hId' is not assigned and could be declared final
63716 src/com/gps/hibernate/HolidaysDAO.java 72 publicMethodCommentRequirement Required
63717 src/com/gps/hibernate/HolidaysDAO.java 76 Parameter 'organizationId' is not assigned and could be declared final
63718 src/com/gps/hibernate/HolidaysDAO.java 76 publicMethodCommentRequirement Required
63719 src/com/gps/hibernate/HolidaysDAO.java 80 Parameter 'organizationId' is not assigned and could be declared final
63720 src/com/gps/hibernate/HolidaysDAO.java 80 publicMethodCommentRequirement Required
63721 src/com/gps/hibernate/HolidaysDAO.java 83 Local variable 'hdao' could be declared final
63722 src/com/gps/hibernate/HolidaysDAO.java 85 Potential violation of Law of Demeter (object not created locally)
63723 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (method chain calls)
63724 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (object not created locally)
63725 src/com/gps/hibernate/HolidaysDAO.java 88 Potential violation of Law of Demeter (object not created locally)
63726 src/com/gps/hibernate/HolidaysDAO.java 89 Potential violation of Law of Demeter (object not created locally)
63727 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'first' is not assigned and could be declared final
63728 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'last' is not assigned and could be declared final
63729 src/com/gps/hibernate/HolidaysDAO.java 94 publicMethodCommentRequirement Required
63730 src/com/gps/hibernate/HolidaysDAO.java 96 There is log block not surrounded by if
63731 src/com/gps/hibernate/HolidaysDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63732 src/com/gps/hibernate/HolidaysDAO.java 99 Local variable 'queryString' could be declared final
63733 src/com/gps/hibernate/HolidaysDAO.java 100 Local variable 'queryObject' could be declared final
63734 src/com/gps/hibernate/HolidaysDAO.java 100 Potential violation of Law of Demeter (method chain calls)
63735 src/com/gps/hibernate/HolidaysDAO.java 103 Potential violation of Law of Demeter (object not created locally)
63736 src/com/gps/hibernate/HolidaysDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63737 src/com/gps/hibernate/HolidaysDAO.java 105 There is log block not surrounded by if
63738 src/com/gps/hibernate/IBaseHibernateDAO.java 12 Avoid modifiers which are implied by the context
63739 src/com/gps/hibernate/IBaseHibernateDAO.java 12 publicMethodCommentRequirement Required
63740 src/com/gps/hibernate/Igfolder.java 11 Classes implementing Serializable should set a serialVersionUID
63741 src/com/gps/hibernate/Igfolder.java 15 fieldCommentRequirement Required
63742 src/com/gps/hibernate/Igfolder.java 16 fieldCommentRequirement Required
63743 src/com/gps/hibernate/Igfolder.java 17 fieldCommentRequirement Required
63744 src/com/gps/hibernate/Igfolder.java 18 fieldCommentRequirement Required
63745 src/com/gps/hibernate/Igfolder.java 19 fieldCommentRequirement Required
63746 src/com/gps/hibernate/Igfolder.java 20 fieldCommentRequirement Required
63747 src/com/gps/hibernate/Igfolder.java 21 fieldCommentRequirement Required
63748 src/com/gps/hibernate/Igfolder.java 22 fieldCommentRequirement Required
63749 src/com/gps/hibernate/Igfolder.java 23 fieldCommentRequirement Required
63750 src/com/gps/hibernate/Igfolder.java 24 fieldCommentRequirement Required
63751 src/com/gps/hibernate/Igfolder.java 29 Document empty constructor
63752 src/com/gps/hibernate/Igfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
63753 src/com/gps/hibernate/Igfolder.java 38 Avoid long parameter lists.
63754 src/com/gps/hibernate/Igfolder.java 38 Parameter 'companyId' is not assigned and could be declared final
63755 src/com/gps/hibernate/Igfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
63756 src/com/gps/hibernate/Igfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
63757 src/com/gps/hibernate/Igfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
63758 src/com/gps/hibernate/Igfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
63759 src/com/gps/hibernate/Igfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
63760 src/com/gps/hibernate/Igfolder.java 39 Parameter 'userId' is not assigned and could be declared final
63761 src/com/gps/hibernate/Igfolder.java 40 Parameter 'description' is not assigned and could be declared final
63762 src/com/gps/hibernate/Igfolder.java 40 Parameter 'name' is not assigned and could be declared final
63763 src/com/gps/hibernate/Igfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
63764 src/com/gps/hibernate/Igfolder.java 55 publicMethodCommentRequirement Required
63765 src/com/gps/hibernate/Igfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
63766 src/com/gps/hibernate/Igfolder.java 59 publicMethodCommentRequirement Required
63767 src/com/gps/hibernate/Igfolder.java 63 publicMethodCommentRequirement Required
63768 src/com/gps/hibernate/Igfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
63769 src/com/gps/hibernate/Igfolder.java 67 publicMethodCommentRequirement Required
63770 src/com/gps/hibernate/Igfolder.java 71 publicMethodCommentRequirement Required
63771 src/com/gps/hibernate/Igfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
63772 src/com/gps/hibernate/Igfolder.java 75 publicMethodCommentRequirement Required
63773 src/com/gps/hibernate/Igfolder.java 79 publicMethodCommentRequirement Required
63774 src/com/gps/hibernate/Igfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
63775 src/com/gps/hibernate/Igfolder.java 83 publicMethodCommentRequirement Required
63776 src/com/gps/hibernate/Igfolder.java 87 publicMethodCommentRequirement Required
63777 src/com/gps/hibernate/Igfolder.java 91 Parameter 'userId' is not assigned and could be declared final
63778 src/com/gps/hibernate/Igfolder.java 91 publicMethodCommentRequirement Required
63779 src/com/gps/hibernate/Igfolder.java 95 publicMethodCommentRequirement Required
63780 src/com/gps/hibernate/Igfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
63781 src/com/gps/hibernate/Igfolder.java 99 publicMethodCommentRequirement Required
63782 src/com/gps/hibernate/Igfolder.java 103 publicMethodCommentRequirement Required
63783 src/com/gps/hibernate/Igfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
63784 src/com/gps/hibernate/Igfolder.java 107 publicMethodCommentRequirement Required
63785 src/com/gps/hibernate/Igfolder.java 111 publicMethodCommentRequirement Required
63786 src/com/gps/hibernate/Igfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
63787 src/com/gps/hibernate/Igfolder.java 115 publicMethodCommentRequirement Required
63788 src/com/gps/hibernate/Igfolder.java 119 publicMethodCommentRequirement Required
63789 src/com/gps/hibernate/Igfolder.java 123 Parameter 'name' is not assigned and could be declared final
63790 src/com/gps/hibernate/Igfolder.java 123 publicMethodCommentRequirement Required
63791 src/com/gps/hibernate/Igfolder.java 127 publicMethodCommentRequirement Required
63792 src/com/gps/hibernate/Igfolder.java 131 Parameter 'description' is not assigned and could be declared final
63793 src/com/gps/hibernate/Igfolder.java 131 publicMethodCommentRequirement Required
63794 src/com/gps/hibernate/IgfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
63795 src/com/gps/hibernate/IgfolderDAO.java 11 Comment is too large: Too many lines
63796 src/com/gps/hibernate/IgfolderDAO.java 23 This class has too many methods, consider refactoring it.
63797 src/com/gps/hibernate/IgfolderDAO.java 24 Logger should be defined private static final and have the correct class
63798 src/com/gps/hibernate/IgfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
63799 src/com/gps/hibernate/IgfolderDAO.java 24 fieldCommentRequirement Required
63800 src/com/gps/hibernate/IgfolderDAO.java 26 fieldCommentRequirement Required
63801 src/com/gps/hibernate/IgfolderDAO.java 27 fieldCommentRequirement Required
63802 src/com/gps/hibernate/IgfolderDAO.java 28 fieldCommentRequirement Required
63803 src/com/gps/hibernate/IgfolderDAO.java 29 fieldCommentRequirement Required
63804 src/com/gps/hibernate/IgfolderDAO.java 30 fieldCommentRequirement Required
63805 src/com/gps/hibernate/IgfolderDAO.java 31 fieldCommentRequirement Required
63806 src/com/gps/hibernate/IgfolderDAO.java 32 fieldCommentRequirement Required
63807 src/com/gps/hibernate/IgfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
63808 src/com/gps/hibernate/IgfolderDAO.java 34 publicMethodCommentRequirement Required
63809 src/com/gps/hibernate/IgfolderDAO.java 35 There is log block not surrounded by if
63810 src/com/gps/hibernate/IgfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63811 src/com/gps/hibernate/IgfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
63812 src/com/gps/hibernate/IgfolderDAO.java 38 There is log block not surrounded by if
63813 src/com/gps/hibernate/IgfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63814 src/com/gps/hibernate/IgfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63815 src/com/gps/hibernate/IgfolderDAO.java 40 There is log block not surrounded by if
63816 src/com/gps/hibernate/IgfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
63817 src/com/gps/hibernate/IgfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
63818 src/com/gps/hibernate/IgfolderDAO.java 45 publicMethodCommentRequirement Required
63819 src/com/gps/hibernate/IgfolderDAO.java 46 There is log block not surrounded by if
63820 src/com/gps/hibernate/IgfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63821 src/com/gps/hibernate/IgfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
63822 src/com/gps/hibernate/IgfolderDAO.java 49 There is log block not surrounded by if
63823 src/com/gps/hibernate/IgfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63824 src/com/gps/hibernate/IgfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63825 src/com/gps/hibernate/IgfolderDAO.java 51 There is log block not surrounded by if
63826 src/com/gps/hibernate/IgfolderDAO.java 56 Avoid variables with short names like id
63827 src/com/gps/hibernate/IgfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
63828 src/com/gps/hibernate/IgfolderDAO.java 56 publicMethodCommentRequirement Required
63829 src/com/gps/hibernate/IgfolderDAO.java 57 There is log block not surrounded by if
63830 src/com/gps/hibernate/IgfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63831 src/com/gps/hibernate/IgfolderDAO.java 59 Local variable 'instance' could be declared final
63832 src/com/gps/hibernate/IgfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
63833 src/com/gps/hibernate/IgfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63834 src/com/gps/hibernate/IgfolderDAO.java 63 There is log block not surrounded by if
63835 src/com/gps/hibernate/IgfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
63836 src/com/gps/hibernate/IgfolderDAO.java 68 publicMethodCommentRequirement Required
63837 src/com/gps/hibernate/IgfolderDAO.java 69 There is log block not surrounded by if
63838 src/com/gps/hibernate/IgfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63839 src/com/gps/hibernate/IgfolderDAO.java 71 Local variable 'results' could be declared final
63840 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
63841 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
63842 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
63843 src/com/gps/hibernate/IgfolderDAO.java 74 There is log block not surrounded by if
63844 src/com/gps/hibernate/IgfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63845 src/com/gps/hibernate/IgfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
63846 src/com/gps/hibernate/IgfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63847 src/com/gps/hibernate/IgfolderDAO.java 78 There is log block not surrounded by if
63848 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
63849 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
63850 src/com/gps/hibernate/IgfolderDAO.java 83 publicMethodCommentRequirement Required
63851 src/com/gps/hibernate/IgfolderDAO.java 84 There is log block not surrounded by if
63852 src/com/gps/hibernate/IgfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63853 src/com/gps/hibernate/IgfolderDAO.java 87 Local variable 'queryString' could be declared final
63854 src/com/gps/hibernate/IgfolderDAO.java 89 Local variable 'queryObject' could be declared final
63855 src/com/gps/hibernate/IgfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
63856 src/com/gps/hibernate/IgfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
63857 src/com/gps/hibernate/IgfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
63858 src/com/gps/hibernate/IgfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63859 src/com/gps/hibernate/IgfolderDAO.java 93 There is log block not surrounded by if
63860 src/com/gps/hibernate/IgfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
63861 src/com/gps/hibernate/IgfolderDAO.java 98 publicMethodCommentRequirement Required
63862 src/com/gps/hibernate/IgfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
63863 src/com/gps/hibernate/IgfolderDAO.java 102 publicMethodCommentRequirement Required
63864 src/com/gps/hibernate/IgfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
63865 src/com/gps/hibernate/IgfolderDAO.java 106 publicMethodCommentRequirement Required
63866 src/com/gps/hibernate/IgfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
63867 src/com/gps/hibernate/IgfolderDAO.java 110 publicMethodCommentRequirement Required
63868 src/com/gps/hibernate/IgfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
63869 src/com/gps/hibernate/IgfolderDAO.java 114 publicMethodCommentRequirement Required
63870 src/com/gps/hibernate/IgfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
63871 src/com/gps/hibernate/IgfolderDAO.java 118 publicMethodCommentRequirement Required
63872 src/com/gps/hibernate/IgfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
63873 src/com/gps/hibernate/IgfolderDAO.java 122 publicMethodCommentRequirement Required
63874 src/com/gps/hibernate/IgfolderDAO.java 126 publicMethodCommentRequirement Required
63875 src/com/gps/hibernate/IgfolderDAO.java 127 There is log block not surrounded by if
63876 src/com/gps/hibernate/IgfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63877 src/com/gps/hibernate/IgfolderDAO.java 129 Local variable 'queryString' could be declared final
63878 src/com/gps/hibernate/IgfolderDAO.java 130 Local variable 'queryObject' could be declared final
63879 src/com/gps/hibernate/IgfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
63880 src/com/gps/hibernate/IgfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
63881 src/com/gps/hibernate/IgfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63882 src/com/gps/hibernate/IgfolderDAO.java 133 There is log block not surrounded by if
63883 src/com/gps/hibernate/IgfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
63884 src/com/gps/hibernate/IgfolderDAO.java 138 publicMethodCommentRequirement Required
63885 src/com/gps/hibernate/IgfolderDAO.java 139 There is log block not surrounded by if
63886 src/com/gps/hibernate/IgfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63887 src/com/gps/hibernate/IgfolderDAO.java 141 Local variable 'result' could be declared final
63888 src/com/gps/hibernate/IgfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
63889 src/com/gps/hibernate/IgfolderDAO.java 142 There is log block not surrounded by if
63890 src/com/gps/hibernate/IgfolderDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63891 src/com/gps/hibernate/IgfolderDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63892 src/com/gps/hibernate/IgfolderDAO.java 145 There is log block not surrounded by if
63893 src/com/gps/hibernate/IgfolderDAO.java 150 Parameter 'instance' is not assigned and could be declared final
63894 src/com/gps/hibernate/IgfolderDAO.java 150 publicMethodCommentRequirement Required
63895 src/com/gps/hibernate/IgfolderDAO.java 151 There is log block not surrounded by if
63896 src/com/gps/hibernate/IgfolderDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63897 src/com/gps/hibernate/IgfolderDAO.java 153 Potential violation of Law of Demeter (method chain calls)
63898 src/com/gps/hibernate/IgfolderDAO.java 154 There is log block not surrounded by if
63899 src/com/gps/hibernate/IgfolderDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63900 src/com/gps/hibernate/IgfolderDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63901 src/com/gps/hibernate/IgfolderDAO.java 156 There is log block not surrounded by if
63902 src/com/gps/hibernate/IgfolderDAO.java 161 Parameter 'instance' is not assigned and could be declared final
63903 src/com/gps/hibernate/IgfolderDAO.java 161 publicMethodCommentRequirement Required
63904 src/com/gps/hibernate/IgfolderDAO.java 162 There is log block not surrounded by if
63905 src/com/gps/hibernate/IgfolderDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63906 src/com/gps/hibernate/IgfolderDAO.java 164 Potential violation of Law of Demeter (method chain calls)
63907 src/com/gps/hibernate/IgfolderDAO.java 165 There is log block not surrounded by if
63908 src/com/gps/hibernate/IgfolderDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
63909 src/com/gps/hibernate/IgfolderDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
63910 src/com/gps/hibernate/IgfolderDAO.java 167 There is log block not surrounded by if
63911 src/com/gps/hibernate/Igimage.java 11 Classes implementing Serializable should set a serialVersionUID
63912 src/com/gps/hibernate/Igimage.java 15 fieldCommentRequirement Required
63913 src/com/gps/hibernate/Igimage.java 16 fieldCommentRequirement Required
63914 src/com/gps/hibernate/Igimage.java 17 fieldCommentRequirement Required
63915 src/com/gps/hibernate/Igimage.java 18 fieldCommentRequirement Required
63916 src/com/gps/hibernate/Igimage.java 19 fieldCommentRequirement Required
63917 src/com/gps/hibernate/Igimage.java 20 fieldCommentRequirement Required
63918 src/com/gps/hibernate/Igimage.java 21 fieldCommentRequirement Required
63919 src/com/gps/hibernate/Igimage.java 22 fieldCommentRequirement Required
63920 src/com/gps/hibernate/Igimage.java 23 fieldCommentRequirement Required
63921 src/com/gps/hibernate/Igimage.java 24 fieldCommentRequirement Required
63922 src/com/gps/hibernate/Igimage.java 25 fieldCommentRequirement Required
63923 src/com/gps/hibernate/Igimage.java 26 fieldCommentRequirement Required
63924 src/com/gps/hibernate/Igimage.java 27 fieldCommentRequirement Required
63925 src/com/gps/hibernate/Igimage.java 28 fieldCommentRequirement Required
63926 src/com/gps/hibernate/Igimage.java 33 Document empty constructor
63927 src/com/gps/hibernate/Igimage.java 37 Parameter 'imageId' is not assigned and could be declared final
63928 src/com/gps/hibernate/Igimage.java 42 Avoid long parameter lists.
63929 src/com/gps/hibernate/Igimage.java 42 Parameter 'companyId' is not assigned and could be declared final
63930 src/com/gps/hibernate/Igimage.java 42 Parameter 'groupId' is not assigned and could be declared final
63931 src/com/gps/hibernate/Igimage.java 42 Parameter 'imageId' is not assigned and could be declared final
63932 src/com/gps/hibernate/Igimage.java 42 Parameter 'uuid' is not assigned and could be declared final
63933 src/com/gps/hibernate/Igimage.java 43 Parameter 'createDate' is not assigned and could be declared final
63934 src/com/gps/hibernate/Igimage.java 43 Parameter 'folderId' is not assigned and could be declared final
63935 src/com/gps/hibernate/Igimage.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
63936 src/com/gps/hibernate/Igimage.java 43 Parameter 'userId' is not assigned and could be declared final
63937 src/com/gps/hibernate/Igimage.java 44 Parameter 'description' is not assigned and could be declared final
63938 src/com/gps/hibernate/Igimage.java 44 Parameter 'name' is not assigned and could be declared final
63939 src/com/gps/hibernate/Igimage.java 44 Parameter 'smallImageId' is not assigned and could be declared final
63940 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom1imageId' is not assigned and could be declared final
63941 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom2imageId' is not assigned and could be declared final
63942 src/com/gps/hibernate/Igimage.java 45 Parameter 'largeImageId' is not assigned and could be declared final
63943 src/com/gps/hibernate/Igimage.java 64 publicMethodCommentRequirement Required
63944 src/com/gps/hibernate/Igimage.java 68 Parameter 'imageId' is not assigned and could be declared final
63945 src/com/gps/hibernate/Igimage.java 68 publicMethodCommentRequirement Required
63946 src/com/gps/hibernate/Igimage.java 72 publicMethodCommentRequirement Required
63947 src/com/gps/hibernate/Igimage.java 76 Parameter 'uuid' is not assigned and could be declared final
63948 src/com/gps/hibernate/Igimage.java 76 publicMethodCommentRequirement Required
63949 src/com/gps/hibernate/Igimage.java 80 publicMethodCommentRequirement Required
63950 src/com/gps/hibernate/Igimage.java 84 Parameter 'groupId' is not assigned and could be declared final
63951 src/com/gps/hibernate/Igimage.java 84 publicMethodCommentRequirement Required
63952 src/com/gps/hibernate/Igimage.java 88 publicMethodCommentRequirement Required
63953 src/com/gps/hibernate/Igimage.java 92 Parameter 'companyId' is not assigned and could be declared final
63954 src/com/gps/hibernate/Igimage.java 92 publicMethodCommentRequirement Required
63955 src/com/gps/hibernate/Igimage.java 96 publicMethodCommentRequirement Required
63956 src/com/gps/hibernate/Igimage.java 100 Parameter 'userId' is not assigned and could be declared final
63957 src/com/gps/hibernate/Igimage.java 100 publicMethodCommentRequirement Required
63958 src/com/gps/hibernate/Igimage.java 104 publicMethodCommentRequirement Required
63959 src/com/gps/hibernate/Igimage.java 108 Parameter 'createDate' is not assigned and could be declared final
63960 src/com/gps/hibernate/Igimage.java 108 publicMethodCommentRequirement Required
63961 src/com/gps/hibernate/Igimage.java 112 publicMethodCommentRequirement Required
63962 src/com/gps/hibernate/Igimage.java 116 Parameter 'modifiedDate' is not assigned and could be declared final
63963 src/com/gps/hibernate/Igimage.java 116 publicMethodCommentRequirement Required
63964 src/com/gps/hibernate/Igimage.java 120 publicMethodCommentRequirement Required
63965 src/com/gps/hibernate/Igimage.java 124 Parameter 'folderId' is not assigned and could be declared final
63966 src/com/gps/hibernate/Igimage.java 124 publicMethodCommentRequirement Required
63967 src/com/gps/hibernate/Igimage.java 128 publicMethodCommentRequirement Required
63968 src/com/gps/hibernate/Igimage.java 132 Parameter 'name' is not assigned and could be declared final
63969 src/com/gps/hibernate/Igimage.java 132 publicMethodCommentRequirement Required
63970 src/com/gps/hibernate/Igimage.java 136 publicMethodCommentRequirement Required
63971 src/com/gps/hibernate/Igimage.java 140 Parameter 'description' is not assigned and could be declared final
63972 src/com/gps/hibernate/Igimage.java 140 publicMethodCommentRequirement Required
63973 src/com/gps/hibernate/Igimage.java 144 publicMethodCommentRequirement Required
63974 src/com/gps/hibernate/Igimage.java 148 Parameter 'smallImageId' is not assigned and could be declared final
63975 src/com/gps/hibernate/Igimage.java 148 publicMethodCommentRequirement Required
63976 src/com/gps/hibernate/Igimage.java 152 publicMethodCommentRequirement Required
63977 src/com/gps/hibernate/Igimage.java 156 Parameter 'largeImageId' is not assigned and could be declared final
63978 src/com/gps/hibernate/Igimage.java 156 publicMethodCommentRequirement Required
63979 src/com/gps/hibernate/Igimage.java 160 publicMethodCommentRequirement Required
63980 src/com/gps/hibernate/Igimage.java 164 Parameter 'custom1imageId' is not assigned and could be declared final
63981 src/com/gps/hibernate/Igimage.java 164 publicMethodCommentRequirement Required
63982 src/com/gps/hibernate/Igimage.java 168 publicMethodCommentRequirement Required
63983 src/com/gps/hibernate/Igimage.java 172 Parameter 'custom2imageId' is not assigned and could be declared final
63984 src/com/gps/hibernate/Igimage.java 172 publicMethodCommentRequirement Required
63985 src/com/gps/hibernate/IgimageDAO.java 3 Avoid unused imports such as 'java.util.Date'
63986 src/com/gps/hibernate/IgimageDAO.java 11 Comment is too large: Too many lines
63987 src/com/gps/hibernate/IgimageDAO.java 23 This class has too many methods, consider refactoring it.
63988 src/com/gps/hibernate/IgimageDAO.java 24 Logger should be defined private static final and have the correct class
63989 src/com/gps/hibernate/IgimageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
63990 src/com/gps/hibernate/IgimageDAO.java 24 fieldCommentRequirement Required
63991 src/com/gps/hibernate/IgimageDAO.java 26 fieldCommentRequirement Required
63992 src/com/gps/hibernate/IgimageDAO.java 27 fieldCommentRequirement Required
63993 src/com/gps/hibernate/IgimageDAO.java 28 fieldCommentRequirement Required
63994 src/com/gps/hibernate/IgimageDAO.java 29 fieldCommentRequirement Required
63995 src/com/gps/hibernate/IgimageDAO.java 30 fieldCommentRequirement Required
63996 src/com/gps/hibernate/IgimageDAO.java 31 fieldCommentRequirement Required
63997 src/com/gps/hibernate/IgimageDAO.java 32 fieldCommentRequirement Required
63998 src/com/gps/hibernate/IgimageDAO.java 33 fieldCommentRequirement Required
63999 src/com/gps/hibernate/IgimageDAO.java 34 fieldCommentRequirement Required
64000 src/com/gps/hibernate/IgimageDAO.java 35 fieldCommentRequirement Required
64001 src/com/gps/hibernate/IgimageDAO.java 36 fieldCommentRequirement Required
64002 src/com/gps/hibernate/IgimageDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
64003 src/com/gps/hibernate/IgimageDAO.java 38 publicMethodCommentRequirement Required
64004 src/com/gps/hibernate/IgimageDAO.java 39 There is log block not surrounded by if
64005 src/com/gps/hibernate/IgimageDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64006 src/com/gps/hibernate/IgimageDAO.java 41 Potential violation of Law of Demeter (method chain calls)
64007 src/com/gps/hibernate/IgimageDAO.java 42 There is log block not surrounded by if
64008 src/com/gps/hibernate/IgimageDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64009 src/com/gps/hibernate/IgimageDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64010 src/com/gps/hibernate/IgimageDAO.java 44 There is log block not surrounded by if
64011 src/com/gps/hibernate/IgimageDAO.java 49 Avoid excessively long variable names like persistentInstance
64012 src/com/gps/hibernate/IgimageDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
64013 src/com/gps/hibernate/IgimageDAO.java 49 publicMethodCommentRequirement Required
64014 src/com/gps/hibernate/IgimageDAO.java 50 There is log block not surrounded by if
64015 src/com/gps/hibernate/IgimageDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64016 src/com/gps/hibernate/IgimageDAO.java 52 Potential violation of Law of Demeter (method chain calls)
64017 src/com/gps/hibernate/IgimageDAO.java 53 There is log block not surrounded by if
64018 src/com/gps/hibernate/IgimageDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64019 src/com/gps/hibernate/IgimageDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64020 src/com/gps/hibernate/IgimageDAO.java 55 There is log block not surrounded by if
64021 src/com/gps/hibernate/IgimageDAO.java 60 Avoid variables with short names like id
64022 src/com/gps/hibernate/IgimageDAO.java 60 Parameter 'id' is not assigned and could be declared final
64023 src/com/gps/hibernate/IgimageDAO.java 60 publicMethodCommentRequirement Required
64024 src/com/gps/hibernate/IgimageDAO.java 61 There is log block not surrounded by if
64025 src/com/gps/hibernate/IgimageDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64026 src/com/gps/hibernate/IgimageDAO.java 63 Local variable 'instance' could be declared final
64027 src/com/gps/hibernate/IgimageDAO.java 63 Potential violation of Law of Demeter (method chain calls)
64028 src/com/gps/hibernate/IgimageDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64029 src/com/gps/hibernate/IgimageDAO.java 67 There is log block not surrounded by if
64030 src/com/gps/hibernate/IgimageDAO.java 72 Parameter 'instance' is not assigned and could be declared final
64031 src/com/gps/hibernate/IgimageDAO.java 72 publicMethodCommentRequirement Required
64032 src/com/gps/hibernate/IgimageDAO.java 73 There is log block not surrounded by if
64033 src/com/gps/hibernate/IgimageDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64034 src/com/gps/hibernate/IgimageDAO.java 75 Local variable 'results' could be declared final
64035 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
64036 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
64037 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
64038 src/com/gps/hibernate/IgimageDAO.java 78 There is log block not surrounded by if
64039 src/com/gps/hibernate/IgimageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64040 src/com/gps/hibernate/IgimageDAO.java 79 Potential violation of Law of Demeter (object not created locally)
64041 src/com/gps/hibernate/IgimageDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64042 src/com/gps/hibernate/IgimageDAO.java 82 There is log block not surrounded by if
64043 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
64044 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'value' is not assigned and could be declared final
64045 src/com/gps/hibernate/IgimageDAO.java 87 publicMethodCommentRequirement Required
64046 src/com/gps/hibernate/IgimageDAO.java 88 There is log block not surrounded by if
64047 src/com/gps/hibernate/IgimageDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64048 src/com/gps/hibernate/IgimageDAO.java 91 Local variable 'queryString' could be declared final
64049 src/com/gps/hibernate/IgimageDAO.java 93 Local variable 'queryObject' could be declared final
64050 src/com/gps/hibernate/IgimageDAO.java 93 Potential violation of Law of Demeter (method chain calls)
64051 src/com/gps/hibernate/IgimageDAO.java 94 Potential violation of Law of Demeter (object not created locally)
64052 src/com/gps/hibernate/IgimageDAO.java 95 Potential violation of Law of Demeter (object not created locally)
64053 src/com/gps/hibernate/IgimageDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64054 src/com/gps/hibernate/IgimageDAO.java 97 There is log block not surrounded by if
64055 src/com/gps/hibernate/IgimageDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
64056 src/com/gps/hibernate/IgimageDAO.java 102 publicMethodCommentRequirement Required
64057 src/com/gps/hibernate/IgimageDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
64058 src/com/gps/hibernate/IgimageDAO.java 106 publicMethodCommentRequirement Required
64059 src/com/gps/hibernate/IgimageDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
64060 src/com/gps/hibernate/IgimageDAO.java 110 publicMethodCommentRequirement Required
64061 src/com/gps/hibernate/IgimageDAO.java 114 Parameter 'userId' is not assigned and could be declared final
64062 src/com/gps/hibernate/IgimageDAO.java 114 publicMethodCommentRequirement Required
64063 src/com/gps/hibernate/IgimageDAO.java 118 Parameter 'folderId' is not assigned and could be declared final
64064 src/com/gps/hibernate/IgimageDAO.java 118 publicMethodCommentRequirement Required
64065 src/com/gps/hibernate/IgimageDAO.java 122 Parameter 'name' is not assigned and could be declared final
64066 src/com/gps/hibernate/IgimageDAO.java 122 publicMethodCommentRequirement Required
64067 src/com/gps/hibernate/IgimageDAO.java 126 Parameter 'description' is not assigned and could be declared final
64068 src/com/gps/hibernate/IgimageDAO.java 126 publicMethodCommentRequirement Required
64069 src/com/gps/hibernate/IgimageDAO.java 130 Parameter 'smallImageId' is not assigned and could be declared final
64070 src/com/gps/hibernate/IgimageDAO.java 130 publicMethodCommentRequirement Required
64071 src/com/gps/hibernate/IgimageDAO.java 134 Parameter 'largeImageId' is not assigned and could be declared final
64072 src/com/gps/hibernate/IgimageDAO.java 134 publicMethodCommentRequirement Required
64073 src/com/gps/hibernate/IgimageDAO.java 138 Parameter 'custom1imageId' is not assigned and could be declared final
64074 src/com/gps/hibernate/IgimageDAO.java 138 publicMethodCommentRequirement Required
64075 src/com/gps/hibernate/IgimageDAO.java 142 Parameter 'custom2imageId' is not assigned and could be declared final
64076 src/com/gps/hibernate/IgimageDAO.java 142 publicMethodCommentRequirement Required
64077 src/com/gps/hibernate/IgimageDAO.java 146 publicMethodCommentRequirement Required
64078 src/com/gps/hibernate/IgimageDAO.java 147 There is log block not surrounded by if
64079 src/com/gps/hibernate/IgimageDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64080 src/com/gps/hibernate/IgimageDAO.java 149 Local variable 'queryString' could be declared final
64081 src/com/gps/hibernate/IgimageDAO.java 150 Local variable 'queryObject' could be declared final
64082 src/com/gps/hibernate/IgimageDAO.java 150 Potential violation of Law of Demeter (method chain calls)
64083 src/com/gps/hibernate/IgimageDAO.java 151 Potential violation of Law of Demeter (object not created locally)
64084 src/com/gps/hibernate/IgimageDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64085 src/com/gps/hibernate/IgimageDAO.java 153 There is log block not surrounded by if
64086 src/com/gps/hibernate/IgimageDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
64087 src/com/gps/hibernate/IgimageDAO.java 158 publicMethodCommentRequirement Required
64088 src/com/gps/hibernate/IgimageDAO.java 159 There is log block not surrounded by if
64089 src/com/gps/hibernate/IgimageDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64090 src/com/gps/hibernate/IgimageDAO.java 161 Local variable 'result' could be declared final
64091 src/com/gps/hibernate/IgimageDAO.java 161 Potential violation of Law of Demeter (method chain calls)
64092 src/com/gps/hibernate/IgimageDAO.java 162 There is log block not surrounded by if
64093 src/com/gps/hibernate/IgimageDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64094 src/com/gps/hibernate/IgimageDAO.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64095 src/com/gps/hibernate/IgimageDAO.java 165 There is log block not surrounded by if
64096 src/com/gps/hibernate/IgimageDAO.java 170 Parameter 'instance' is not assigned and could be declared final
64097 src/com/gps/hibernate/IgimageDAO.java 170 publicMethodCommentRequirement Required
64098 src/com/gps/hibernate/IgimageDAO.java 171 There is log block not surrounded by if
64099 src/com/gps/hibernate/IgimageDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64100 src/com/gps/hibernate/IgimageDAO.java 173 Potential violation of Law of Demeter (method chain calls)
64101 src/com/gps/hibernate/IgimageDAO.java 174 There is log block not surrounded by if
64102 src/com/gps/hibernate/IgimageDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64103 src/com/gps/hibernate/IgimageDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64104 src/com/gps/hibernate/IgimageDAO.java 176 There is log block not surrounded by if
64105 src/com/gps/hibernate/IgimageDAO.java 181 Parameter 'instance' is not assigned and could be declared final
64106 src/com/gps/hibernate/IgimageDAO.java 181 publicMethodCommentRequirement Required
64107 src/com/gps/hibernate/IgimageDAO.java 182 There is log block not surrounded by if
64108 src/com/gps/hibernate/IgimageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64109 src/com/gps/hibernate/IgimageDAO.java 184 Potential violation of Law of Demeter (method chain calls)
64110 src/com/gps/hibernate/IgimageDAO.java 185 There is log block not surrounded by if
64111 src/com/gps/hibernate/IgimageDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64112 src/com/gps/hibernate/IgimageDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64113 src/com/gps/hibernate/IgimageDAO.java 187 There is log block not surrounded by if
64114 src/com/gps/hibernate/Image.java 11 Classes implementing Serializable should set a serialVersionUID
64115 src/com/gps/hibernate/Image.java 15 fieldCommentRequirement Required
64116 src/com/gps/hibernate/Image.java 16 fieldCommentRequirement Required
64117 src/com/gps/hibernate/Image.java 17 fieldCommentRequirement Required
64118 src/com/gps/hibernate/Image.java 18 fieldCommentRequirement Required
64119 src/com/gps/hibernate/Image.java 19 fieldCommentRequirement Required
64120 src/com/gps/hibernate/Image.java 20 fieldCommentRequirement Required
64121 src/com/gps/hibernate/Image.java 21 fieldCommentRequirement Required
64122 src/com/gps/hibernate/Image.java 26 Document empty constructor
64123 src/com/gps/hibernate/Image.java 30 Parameter 'imageId' is not assigned and could be declared final
64124 src/com/gps/hibernate/Image.java 35 Parameter 'imageId' is not assigned and could be declared final
64125 src/com/gps/hibernate/Image.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
64126 src/com/gps/hibernate/Image.java 35 Parameter 'text' is not assigned and could be declared final
64127 src/com/gps/hibernate/Image.java 35 Parameter 'type' is not assigned and could be declared final
64128 src/com/gps/hibernate/Image.java 36 Parameter 'height' is not assigned and could be declared final
64129 src/com/gps/hibernate/Image.java 36 Parameter 'size' is not assigned and could be declared final
64130 src/com/gps/hibernate/Image.java 36 Parameter 'width' is not assigned and could be declared final
64131 src/com/gps/hibernate/Image.java 48 publicMethodCommentRequirement Required
64132 src/com/gps/hibernate/Image.java 52 Parameter 'imageId' is not assigned and could be declared final
64133 src/com/gps/hibernate/Image.java 52 publicMethodCommentRequirement Required
64134 src/com/gps/hibernate/Image.java 56 publicMethodCommentRequirement Required
64135 src/com/gps/hibernate/Image.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
64136 src/com/gps/hibernate/Image.java 60 publicMethodCommentRequirement Required
64137 src/com/gps/hibernate/Image.java 64 publicMethodCommentRequirement Required
64138 src/com/gps/hibernate/Image.java 68 Parameter 'text' is not assigned and could be declared final
64139 src/com/gps/hibernate/Image.java 68 publicMethodCommentRequirement Required
64140 src/com/gps/hibernate/Image.java 72 publicMethodCommentRequirement Required
64141 src/com/gps/hibernate/Image.java 76 Parameter 'type' is not assigned and could be declared final
64142 src/com/gps/hibernate/Image.java 76 publicMethodCommentRequirement Required
64143 src/com/gps/hibernate/Image.java 80 publicMethodCommentRequirement Required
64144 src/com/gps/hibernate/Image.java 84 Parameter 'height' is not assigned and could be declared final
64145 src/com/gps/hibernate/Image.java 84 publicMethodCommentRequirement Required
64146 src/com/gps/hibernate/Image.java 88 publicMethodCommentRequirement Required
64147 src/com/gps/hibernate/Image.java 92 Parameter 'width' is not assigned and could be declared final
64148 src/com/gps/hibernate/Image.java 92 publicMethodCommentRequirement Required
64149 src/com/gps/hibernate/Image.java 96 publicMethodCommentRequirement Required
64150 src/com/gps/hibernate/Image.java 100 Parameter 'size' is not assigned and could be declared final
64151 src/com/gps/hibernate/Image.java 100 publicMethodCommentRequirement Required
64152 src/com/gps/hibernate/ImageDAO.java 3 Avoid unused imports such as 'java.util.Date'
64153 src/com/gps/hibernate/ImageDAO.java 11 Comment is too large: Too many lines
64154 src/com/gps/hibernate/ImageDAO.java 23 This class has too many methods, consider refactoring it.
64155 src/com/gps/hibernate/ImageDAO.java 24 Logger should be defined private static final and have the correct class
64156 src/com/gps/hibernate/ImageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
64157 src/com/gps/hibernate/ImageDAO.java 24 fieldCommentRequirement Required
64158 src/com/gps/hibernate/ImageDAO.java 26 fieldCommentRequirement Required
64159 src/com/gps/hibernate/ImageDAO.java 27 fieldCommentRequirement Required
64160 src/com/gps/hibernate/ImageDAO.java 28 fieldCommentRequirement Required
64161 src/com/gps/hibernate/ImageDAO.java 29 fieldCommentRequirement Required
64162 src/com/gps/hibernate/ImageDAO.java 30 fieldCommentRequirement Required
64163 src/com/gps/hibernate/ImageDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
64164 src/com/gps/hibernate/ImageDAO.java 32 publicMethodCommentRequirement Required
64165 src/com/gps/hibernate/ImageDAO.java 33 There is log block not surrounded by if
64166 src/com/gps/hibernate/ImageDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64167 src/com/gps/hibernate/ImageDAO.java 35 Potential violation of Law of Demeter (method chain calls)
64168 src/com/gps/hibernate/ImageDAO.java 36 There is log block not surrounded by if
64169 src/com/gps/hibernate/ImageDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64170 src/com/gps/hibernate/ImageDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64171 src/com/gps/hibernate/ImageDAO.java 38 There is log block not surrounded by if
64172 src/com/gps/hibernate/ImageDAO.java 43 Avoid excessively long variable names like persistentInstance
64173 src/com/gps/hibernate/ImageDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
64174 src/com/gps/hibernate/ImageDAO.java 43 publicMethodCommentRequirement Required
64175 src/com/gps/hibernate/ImageDAO.java 44 There is log block not surrounded by if
64176 src/com/gps/hibernate/ImageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64177 src/com/gps/hibernate/ImageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
64178 src/com/gps/hibernate/ImageDAO.java 47 There is log block not surrounded by if
64179 src/com/gps/hibernate/ImageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64180 src/com/gps/hibernate/ImageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64181 src/com/gps/hibernate/ImageDAO.java 49 There is log block not surrounded by if
64182 src/com/gps/hibernate/ImageDAO.java 54 Avoid variables with short names like id
64183 src/com/gps/hibernate/ImageDAO.java 54 Parameter 'id' is not assigned and could be declared final
64184 src/com/gps/hibernate/ImageDAO.java 54 publicMethodCommentRequirement Required
64185 src/com/gps/hibernate/ImageDAO.java 55 There is log block not surrounded by if
64186 src/com/gps/hibernate/ImageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64187 src/com/gps/hibernate/ImageDAO.java 57 Local variable 'instance' could be declared final
64188 src/com/gps/hibernate/ImageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
64189 src/com/gps/hibernate/ImageDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64190 src/com/gps/hibernate/ImageDAO.java 61 There is log block not surrounded by if
64191 src/com/gps/hibernate/ImageDAO.java 66 Parameter 'instance' is not assigned and could be declared final
64192 src/com/gps/hibernate/ImageDAO.java 66 publicMethodCommentRequirement Required
64193 src/com/gps/hibernate/ImageDAO.java 67 There is log block not surrounded by if
64194 src/com/gps/hibernate/ImageDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64195 src/com/gps/hibernate/ImageDAO.java 69 Local variable 'results' could be declared final
64196 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64197 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64198 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64199 src/com/gps/hibernate/ImageDAO.java 72 There is log block not surrounded by if
64200 src/com/gps/hibernate/ImageDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64201 src/com/gps/hibernate/ImageDAO.java 73 Potential violation of Law of Demeter (object not created locally)
64202 src/com/gps/hibernate/ImageDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64203 src/com/gps/hibernate/ImageDAO.java 76 There is log block not surrounded by if
64204 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
64205 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'value' is not assigned and could be declared final
64206 src/com/gps/hibernate/ImageDAO.java 81 publicMethodCommentRequirement Required
64207 src/com/gps/hibernate/ImageDAO.java 82 There is log block not surrounded by if
64208 src/com/gps/hibernate/ImageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64209 src/com/gps/hibernate/ImageDAO.java 85 Local variable 'queryString' could be declared final
64210 src/com/gps/hibernate/ImageDAO.java 87 Local variable 'queryObject' could be declared final
64211 src/com/gps/hibernate/ImageDAO.java 87 Potential violation of Law of Demeter (method chain calls)
64212 src/com/gps/hibernate/ImageDAO.java 88 Potential violation of Law of Demeter (object not created locally)
64213 src/com/gps/hibernate/ImageDAO.java 89 Potential violation of Law of Demeter (object not created locally)
64214 src/com/gps/hibernate/ImageDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64215 src/com/gps/hibernate/ImageDAO.java 91 There is log block not surrounded by if
64216 src/com/gps/hibernate/ImageDAO.java 96 Parameter 'text' is not assigned and could be declared final
64217 src/com/gps/hibernate/ImageDAO.java 96 publicMethodCommentRequirement Required
64218 src/com/gps/hibernate/ImageDAO.java 100 Parameter 'type' is not assigned and could be declared final
64219 src/com/gps/hibernate/ImageDAO.java 100 publicMethodCommentRequirement Required
64220 src/com/gps/hibernate/ImageDAO.java 104 Parameter 'height' is not assigned and could be declared final
64221 src/com/gps/hibernate/ImageDAO.java 104 publicMethodCommentRequirement Required
64222 src/com/gps/hibernate/ImageDAO.java 108 Parameter 'width' is not assigned and could be declared final
64223 src/com/gps/hibernate/ImageDAO.java 108 publicMethodCommentRequirement Required
64224 src/com/gps/hibernate/ImageDAO.java 112 Parameter 'size' is not assigned and could be declared final
64225 src/com/gps/hibernate/ImageDAO.java 112 publicMethodCommentRequirement Required
64226 src/com/gps/hibernate/ImageDAO.java 116 publicMethodCommentRequirement Required
64227 src/com/gps/hibernate/ImageDAO.java 117 There is log block not surrounded by if
64228 src/com/gps/hibernate/ImageDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64229 src/com/gps/hibernate/ImageDAO.java 119 Local variable 'queryString' could be declared final
64230 src/com/gps/hibernate/ImageDAO.java 120 Local variable 'queryObject' could be declared final
64231 src/com/gps/hibernate/ImageDAO.java 120 Potential violation of Law of Demeter (method chain calls)
64232 src/com/gps/hibernate/ImageDAO.java 121 Potential violation of Law of Demeter (object not created locally)
64233 src/com/gps/hibernate/ImageDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64234 src/com/gps/hibernate/ImageDAO.java 123 There is log block not surrounded by if
64235 src/com/gps/hibernate/ImageDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
64236 src/com/gps/hibernate/ImageDAO.java 128 publicMethodCommentRequirement Required
64237 src/com/gps/hibernate/ImageDAO.java 129 There is log block not surrounded by if
64238 src/com/gps/hibernate/ImageDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64239 src/com/gps/hibernate/ImageDAO.java 131 Local variable 'result' could be declared final
64240 src/com/gps/hibernate/ImageDAO.java 131 Potential violation of Law of Demeter (method chain calls)
64241 src/com/gps/hibernate/ImageDAO.java 132 There is log block not surrounded by if
64242 src/com/gps/hibernate/ImageDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64243 src/com/gps/hibernate/ImageDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64244 src/com/gps/hibernate/ImageDAO.java 135 There is log block not surrounded by if
64245 src/com/gps/hibernate/ImageDAO.java 140 Parameter 'instance' is not assigned and could be declared final
64246 src/com/gps/hibernate/ImageDAO.java 140 publicMethodCommentRequirement Required
64247 src/com/gps/hibernate/ImageDAO.java 141 There is log block not surrounded by if
64248 src/com/gps/hibernate/ImageDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64249 src/com/gps/hibernate/ImageDAO.java 143 Potential violation of Law of Demeter (method chain calls)
64250 src/com/gps/hibernate/ImageDAO.java 144 There is log block not surrounded by if
64251 src/com/gps/hibernate/ImageDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64252 src/com/gps/hibernate/ImageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64253 src/com/gps/hibernate/ImageDAO.java 146 There is log block not surrounded by if
64254 src/com/gps/hibernate/ImageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
64255 src/com/gps/hibernate/ImageDAO.java 151 publicMethodCommentRequirement Required
64256 src/com/gps/hibernate/ImageDAO.java 152 There is log block not surrounded by if
64257 src/com/gps/hibernate/ImageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64258 src/com/gps/hibernate/ImageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
64259 src/com/gps/hibernate/ImageDAO.java 155 There is log block not surrounded by if
64260 src/com/gps/hibernate/ImageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64261 src/com/gps/hibernate/ImageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64262 src/com/gps/hibernate/ImageDAO.java 157 There is log block not surrounded by if
64263 src/com/gps/hibernate/Inbox.java 11 Classes implementing Serializable should set a serialVersionUID
64264 src/com/gps/hibernate/Inbox.java 15 fieldCommentRequirement Required
64265 src/com/gps/hibernate/Inbox.java 16 fieldCommentRequirement Required
64266 src/com/gps/hibernate/Inbox.java 17 fieldCommentRequirement Required
64267 src/com/gps/hibernate/Inbox.java 18 fieldCommentRequirement Required
64268 src/com/gps/hibernate/Inbox.java 19 fieldCommentRequirement Required
64269 src/com/gps/hibernate/Inbox.java 20 fieldCommentRequirement Required
64270 src/com/gps/hibernate/Inbox.java 21 fieldCommentRequirement Required
64271 src/com/gps/hibernate/Inbox.java 22 fieldCommentRequirement Required
64272 src/com/gps/hibernate/Inbox.java 27 Document empty constructor
64273 src/com/gps/hibernate/Inbox.java 31 Parameter 'isread' is not assigned and could be declared final
64274 src/com/gps/hibernate/Inbox.java 31 Parameter 'userDetails' is not assigned and could be declared final
64275 src/com/gps/hibernate/Inbox.java 37 Parameter 'isread' is not assigned and could be declared final
64276 src/com/gps/hibernate/Inbox.java 37 Parameter 'subject' is not assigned and could be declared final
64277 src/com/gps/hibernate/Inbox.java 37 Parameter 'userDetails' is not assigned and could be declared final
64278 src/com/gps/hibernate/Inbox.java 38 Parameter 'message' is not assigned and could be declared final
64279 src/com/gps/hibernate/Inbox.java 38 Parameter 'senderUserid' is not assigned and could be declared final
64280 src/com/gps/hibernate/Inbox.java 38 Parameter 'sendingDate' is not assigned and could be declared final
64281 src/com/gps/hibernate/Inbox.java 39 Parameter 'tripid' is not assigned and could be declared final
64282 src/com/gps/hibernate/Inbox.java 51 publicMethodCommentRequirement Required
64283 src/com/gps/hibernate/Inbox.java 55 Parameter 'messageId' is not assigned and could be declared final
64284 src/com/gps/hibernate/Inbox.java 55 publicMethodCommentRequirement Required
64285 src/com/gps/hibernate/Inbox.java 59 publicMethodCommentRequirement Required
64286 src/com/gps/hibernate/Inbox.java 63 Parameter 'userDetails' is not assigned and could be declared final
64287 src/com/gps/hibernate/Inbox.java 63 publicMethodCommentRequirement Required
64288 src/com/gps/hibernate/Inbox.java 67 publicMethodCommentRequirement Required
64289 src/com/gps/hibernate/Inbox.java 71 Parameter 'isread' is not assigned and could be declared final
64290 src/com/gps/hibernate/Inbox.java 71 publicMethodCommentRequirement Required
64291 src/com/gps/hibernate/Inbox.java 75 publicMethodCommentRequirement Required
64292 src/com/gps/hibernate/Inbox.java 79 Parameter 'subject' is not assigned and could be declared final
64293 src/com/gps/hibernate/Inbox.java 79 publicMethodCommentRequirement Required
64294 src/com/gps/hibernate/Inbox.java 83 publicMethodCommentRequirement Required
64295 src/com/gps/hibernate/Inbox.java 87 Parameter 'message' is not assigned and could be declared final
64296 src/com/gps/hibernate/Inbox.java 87 publicMethodCommentRequirement Required
64297 src/com/gps/hibernate/Inbox.java 91 publicMethodCommentRequirement Required
64298 src/com/gps/hibernate/Inbox.java 95 Parameter 'sendingDate' is not assigned and could be declared final
64299 src/com/gps/hibernate/Inbox.java 95 publicMethodCommentRequirement Required
64300 src/com/gps/hibernate/Inbox.java 99 publicMethodCommentRequirement Required
64301 src/com/gps/hibernate/Inbox.java 103 Parameter 'senderUserid' is not assigned and could be declared final
64302 src/com/gps/hibernate/Inbox.java 103 publicMethodCommentRequirement Required
64303 src/com/gps/hibernate/Inbox.java 107 publicMethodCommentRequirement Required
64304 src/com/gps/hibernate/Inbox.java 111 Parameter 'tripid' is not assigned and could be declared final
64305 src/com/gps/hibernate/Inbox.java 111 publicMethodCommentRequirement Required
64306 src/com/gps/hibernate/InboxDAO.java 3 Avoid unused imports such as 'java.util.Date'
64307 src/com/gps/hibernate/InboxDAO.java 11 Comment is too large: Too many lines
64308 src/com/gps/hibernate/InboxDAO.java 23 This class has too many methods, consider refactoring it.
64309 src/com/gps/hibernate/InboxDAO.java 24 Logger should be defined private static final and have the correct class
64310 src/com/gps/hibernate/InboxDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
64311 src/com/gps/hibernate/InboxDAO.java 24 fieldCommentRequirement Required
64312 src/com/gps/hibernate/InboxDAO.java 26 fieldCommentRequirement Required
64313 src/com/gps/hibernate/InboxDAO.java 27 fieldCommentRequirement Required
64314 src/com/gps/hibernate/InboxDAO.java 28 fieldCommentRequirement Required
64315 src/com/gps/hibernate/InboxDAO.java 29 fieldCommentRequirement Required
64316 src/com/gps/hibernate/InboxDAO.java 30 fieldCommentRequirement Required
64317 src/com/gps/hibernate/InboxDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
64318 src/com/gps/hibernate/InboxDAO.java 32 publicMethodCommentRequirement Required
64319 src/com/gps/hibernate/InboxDAO.java 33 There is log block not surrounded by if
64320 src/com/gps/hibernate/InboxDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64321 src/com/gps/hibernate/InboxDAO.java 35 Potential violation of Law of Demeter (method chain calls)
64322 src/com/gps/hibernate/InboxDAO.java 36 There is log block not surrounded by if
64323 src/com/gps/hibernate/InboxDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64324 src/com/gps/hibernate/InboxDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64325 src/com/gps/hibernate/InboxDAO.java 38 There is log block not surrounded by if
64326 src/com/gps/hibernate/InboxDAO.java 43 Avoid excessively long variable names like persistentInstance
64327 src/com/gps/hibernate/InboxDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
64328 src/com/gps/hibernate/InboxDAO.java 43 publicMethodCommentRequirement Required
64329 src/com/gps/hibernate/InboxDAO.java 44 There is log block not surrounded by if
64330 src/com/gps/hibernate/InboxDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64331 src/com/gps/hibernate/InboxDAO.java 46 Potential violation of Law of Demeter (method chain calls)
64332 src/com/gps/hibernate/InboxDAO.java 47 There is log block not surrounded by if
64333 src/com/gps/hibernate/InboxDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64334 src/com/gps/hibernate/InboxDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64335 src/com/gps/hibernate/InboxDAO.java 49 There is log block not surrounded by if
64336 src/com/gps/hibernate/InboxDAO.java 54 Avoid variables with short names like id
64337 src/com/gps/hibernate/InboxDAO.java 54 Parameter 'id' is not assigned and could be declared final
64338 src/com/gps/hibernate/InboxDAO.java 54 publicMethodCommentRequirement Required
64339 src/com/gps/hibernate/InboxDAO.java 55 There is log block not surrounded by if
64340 src/com/gps/hibernate/InboxDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64341 src/com/gps/hibernate/InboxDAO.java 57 Local variable 'instance' could be declared final
64342 src/com/gps/hibernate/InboxDAO.java 57 Potential violation of Law of Demeter (method chain calls)
64343 src/com/gps/hibernate/InboxDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64344 src/com/gps/hibernate/InboxDAO.java 61 There is log block not surrounded by if
64345 src/com/gps/hibernate/InboxDAO.java 66 Parameter 'instance' is not assigned and could be declared final
64346 src/com/gps/hibernate/InboxDAO.java 66 publicMethodCommentRequirement Required
64347 src/com/gps/hibernate/InboxDAO.java 67 There is log block not surrounded by if
64348 src/com/gps/hibernate/InboxDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64349 src/com/gps/hibernate/InboxDAO.java 69 Local variable 'results' could be declared final
64350 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64351 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64352 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
64353 src/com/gps/hibernate/InboxDAO.java 72 There is log block not surrounded by if
64354 src/com/gps/hibernate/InboxDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64355 src/com/gps/hibernate/InboxDAO.java 73 Potential violation of Law of Demeter (object not created locally)
64356 src/com/gps/hibernate/InboxDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64357 src/com/gps/hibernate/InboxDAO.java 76 There is log block not surrounded by if
64358 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
64359 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'value' is not assigned and could be declared final
64360 src/com/gps/hibernate/InboxDAO.java 81 publicMethodCommentRequirement Required
64361 src/com/gps/hibernate/InboxDAO.java 82 There is log block not surrounded by if
64362 src/com/gps/hibernate/InboxDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64363 src/com/gps/hibernate/InboxDAO.java 85 Local variable 'queryString' could be declared final
64364 src/com/gps/hibernate/InboxDAO.java 87 Local variable 'queryObject' could be declared final
64365 src/com/gps/hibernate/InboxDAO.java 87 Potential violation of Law of Demeter (method chain calls)
64366 src/com/gps/hibernate/InboxDAO.java 88 Potential violation of Law of Demeter (object not created locally)
64367 src/com/gps/hibernate/InboxDAO.java 89 Potential violation of Law of Demeter (object not created locally)
64368 src/com/gps/hibernate/InboxDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64369 src/com/gps/hibernate/InboxDAO.java 91 There is log block not surrounded by if
64370 src/com/gps/hibernate/InboxDAO.java 96 Parameter 'isread' is not assigned and could be declared final
64371 src/com/gps/hibernate/InboxDAO.java 96 publicMethodCommentRequirement Required
64372 src/com/gps/hibernate/InboxDAO.java 100 Parameter 'subject' is not assigned and could be declared final
64373 src/com/gps/hibernate/InboxDAO.java 100 publicMethodCommentRequirement Required
64374 src/com/gps/hibernate/InboxDAO.java 104 Parameter 'message' is not assigned and could be declared final
64375 src/com/gps/hibernate/InboxDAO.java 104 publicMethodCommentRequirement Required
64376 src/com/gps/hibernate/InboxDAO.java 108 Parameter 'senderUserid' is not assigned and could be declared final
64377 src/com/gps/hibernate/InboxDAO.java 108 publicMethodCommentRequirement Required
64378 src/com/gps/hibernate/InboxDAO.java 112 Parameter 'tripid' is not assigned and could be declared final
64379 src/com/gps/hibernate/InboxDAO.java 112 publicMethodCommentRequirement Required
64380 src/com/gps/hibernate/InboxDAO.java 116 publicMethodCommentRequirement Required
64381 src/com/gps/hibernate/InboxDAO.java 117 There is log block not surrounded by if
64382 src/com/gps/hibernate/InboxDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64383 src/com/gps/hibernate/InboxDAO.java 119 Local variable 'queryString' could be declared final
64384 src/com/gps/hibernate/InboxDAO.java 120 Local variable 'queryObject' could be declared final
64385 src/com/gps/hibernate/InboxDAO.java 120 Potential violation of Law of Demeter (method chain calls)
64386 src/com/gps/hibernate/InboxDAO.java 121 Potential violation of Law of Demeter (object not created locally)
64387 src/com/gps/hibernate/InboxDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64388 src/com/gps/hibernate/InboxDAO.java 123 There is log block not surrounded by if
64389 src/com/gps/hibernate/InboxDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
64390 src/com/gps/hibernate/InboxDAO.java 128 publicMethodCommentRequirement Required
64391 src/com/gps/hibernate/InboxDAO.java 129 There is log block not surrounded by if
64392 src/com/gps/hibernate/InboxDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64393 src/com/gps/hibernate/InboxDAO.java 131 Local variable 'result' could be declared final
64394 src/com/gps/hibernate/InboxDAO.java 131 Potential violation of Law of Demeter (method chain calls)
64395 src/com/gps/hibernate/InboxDAO.java 132 There is log block not surrounded by if
64396 src/com/gps/hibernate/InboxDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64397 src/com/gps/hibernate/InboxDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64398 src/com/gps/hibernate/InboxDAO.java 135 There is log block not surrounded by if
64399 src/com/gps/hibernate/InboxDAO.java 140 Parameter 'instance' is not assigned and could be declared final
64400 src/com/gps/hibernate/InboxDAO.java 140 publicMethodCommentRequirement Required
64401 src/com/gps/hibernate/InboxDAO.java 141 There is log block not surrounded by if
64402 src/com/gps/hibernate/InboxDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64403 src/com/gps/hibernate/InboxDAO.java 143 Potential violation of Law of Demeter (method chain calls)
64404 src/com/gps/hibernate/InboxDAO.java 144 There is log block not surrounded by if
64405 src/com/gps/hibernate/InboxDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64406 src/com/gps/hibernate/InboxDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64407 src/com/gps/hibernate/InboxDAO.java 146 There is log block not surrounded by if
64408 src/com/gps/hibernate/InboxDAO.java 151 Parameter 'instance' is not assigned and could be declared final
64409 src/com/gps/hibernate/InboxDAO.java 151 publicMethodCommentRequirement Required
64410 src/com/gps/hibernate/InboxDAO.java 152 There is log block not surrounded by if
64411 src/com/gps/hibernate/InboxDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64412 src/com/gps/hibernate/InboxDAO.java 154 Potential violation of Law of Demeter (method chain calls)
64413 src/com/gps/hibernate/InboxDAO.java 155 There is log block not surrounded by if
64414 src/com/gps/hibernate/InboxDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64415 src/com/gps/hibernate/InboxDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64416 src/com/gps/hibernate/InboxDAO.java 157 There is log block not surrounded by if
64417 src/com/gps/hibernate/Journalarticle.java 1 This class has a bunch of public methods and attributes
64418 src/com/gps/hibernate/Journalarticle.java 11 Classes implementing Serializable should set a serialVersionUID
64419 src/com/gps/hibernate/Journalarticle.java 11 Too many fields
64420 src/com/gps/hibernate/Journalarticle.java 15 Avoid variables with short names like id
64421 src/com/gps/hibernate/Journalarticle.java 15 fieldCommentRequirement Required
64422 src/com/gps/hibernate/Journalarticle.java 16 fieldCommentRequirement Required
64423 src/com/gps/hibernate/Journalarticle.java 17 fieldCommentRequirement Required
64424 src/com/gps/hibernate/Journalarticle.java 18 fieldCommentRequirement Required
64425 src/com/gps/hibernate/Journalarticle.java 19 fieldCommentRequirement Required
64426 src/com/gps/hibernate/Journalarticle.java 20 fieldCommentRequirement Required
64427 src/com/gps/hibernate/Journalarticle.java 21 fieldCommentRequirement Required
64428 src/com/gps/hibernate/Journalarticle.java 22 fieldCommentRequirement Required
64429 src/com/gps/hibernate/Journalarticle.java 23 fieldCommentRequirement Required
64430 src/com/gps/hibernate/Journalarticle.java 24 fieldCommentRequirement Required
64431 src/com/gps/hibernate/Journalarticle.java 25 fieldCommentRequirement Required
64432 src/com/gps/hibernate/Journalarticle.java 26 fieldCommentRequirement Required
64433 src/com/gps/hibernate/Journalarticle.java 27 fieldCommentRequirement Required
64434 src/com/gps/hibernate/Journalarticle.java 28 fieldCommentRequirement Required
64435 src/com/gps/hibernate/Journalarticle.java 29 fieldCommentRequirement Required
64436 src/com/gps/hibernate/Journalarticle.java 30 fieldCommentRequirement Required
64437 src/com/gps/hibernate/Journalarticle.java 31 fieldCommentRequirement Required
64438 src/com/gps/hibernate/Journalarticle.java 32 fieldCommentRequirement Required
64439 src/com/gps/hibernate/Journalarticle.java 33 fieldCommentRequirement Required
64440 src/com/gps/hibernate/Journalarticle.java 34 fieldCommentRequirement Required
64441 src/com/gps/hibernate/Journalarticle.java 35 fieldCommentRequirement Required
64442 src/com/gps/hibernate/Journalarticle.java 36 Avoid excessively long variable names like approvedByUserName
64443 src/com/gps/hibernate/Journalarticle.java 36 fieldCommentRequirement Required
64444 src/com/gps/hibernate/Journalarticle.java 37 fieldCommentRequirement Required
64445 src/com/gps/hibernate/Journalarticle.java 38 fieldCommentRequirement Required
64446 src/com/gps/hibernate/Journalarticle.java 39 fieldCommentRequirement Required
64447 src/com/gps/hibernate/Journalarticle.java 40 fieldCommentRequirement Required
64448 src/com/gps/hibernate/Journalarticle.java 41 fieldCommentRequirement Required
64449 src/com/gps/hibernate/Journalarticle.java 42 fieldCommentRequirement Required
64450 src/com/gps/hibernate/Journalarticle.java 43 fieldCommentRequirement Required
64451 src/com/gps/hibernate/Journalarticle.java 44 fieldCommentRequirement Required
64452 src/com/gps/hibernate/Journalarticle.java 49 Document empty constructor
64453 src/com/gps/hibernate/Journalarticle.java 53 Avoid variables with short names like id
64454 src/com/gps/hibernate/Journalarticle.java 53 Parameter 'id' is not assigned and could be declared final
64455 src/com/gps/hibernate/Journalarticle.java 58 Avoid long parameter lists.
64456 src/com/gps/hibernate/Journalarticle.java 58 Avoid variables with short names like id
64457 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'id' is not assigned and could be declared final
64458 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'resourcePrimKey' is not assigned and could be declared final
64459 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'uuid' is not assigned and could be declared final
64460 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'companyId' is not assigned and could be declared final
64461 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'groupId' is not assigned and could be declared final
64462 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userId' is not assigned and could be declared final
64463 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userName' is not assigned and could be declared final
64464 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'articleId' is not assigned and could be declared final
64465 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'createDate' is not assigned and could be declared final
64466 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
64467 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'description' is not assigned and could be declared final
64468 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'title' is not assigned and could be declared final
64469 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'urlTitle' is not assigned and could be declared final
64470 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'version' is not assigned and could be declared final
64471 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'content' is not assigned and could be declared final
64472 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'structureId' is not assigned and could be declared final
64473 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'templateId' is not assigned and could be declared final
64474 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'type' is not assigned and could be declared final
64475 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approved' is not assigned and could be declared final
64476 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approvedByUserId' is not assigned and could be declared final
64477 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'displayDate' is not assigned and could be declared final
64478 src/com/gps/hibernate/Journalarticle.java 64 Avoid excessively long variable names like approvedByUserName
64479 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedByUserName' is not assigned and could be declared final
64480 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedDate' is not assigned and could be declared final
64481 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'expired' is not assigned and could be declared final
64482 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'expirationDate' is not assigned and could be declared final
64483 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'indexable' is not assigned and could be declared final
64484 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'reviewDate' is not assigned and could be declared final
64485 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImage' is not assigned and could be declared final
64486 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageId' is not assigned and could be declared final
64487 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageUrl' is not assigned and could be declared final
64488 src/com/gps/hibernate/Journalarticle.java 101 publicMethodCommentRequirement Required
64489 src/com/gps/hibernate/Journalarticle.java 105 Avoid variables with short names like id
64490 src/com/gps/hibernate/Journalarticle.java 105 Parameter 'id' is not assigned and could be declared final
64491 src/com/gps/hibernate/Journalarticle.java 105 publicMethodCommentRequirement Required
64492 src/com/gps/hibernate/Journalarticle.java 109 publicMethodCommentRequirement Required
64493 src/com/gps/hibernate/Journalarticle.java 113 Parameter 'uuid' is not assigned and could be declared final
64494 src/com/gps/hibernate/Journalarticle.java 113 publicMethodCommentRequirement Required
64495 src/com/gps/hibernate/Journalarticle.java 117 publicMethodCommentRequirement Required
64496 src/com/gps/hibernate/Journalarticle.java 121 Parameter 'resourcePrimKey' is not assigned and could be declared final
64497 src/com/gps/hibernate/Journalarticle.java 121 publicMethodCommentRequirement Required
64498 src/com/gps/hibernate/Journalarticle.java 125 publicMethodCommentRequirement Required
64499 src/com/gps/hibernate/Journalarticle.java 129 Parameter 'groupId' is not assigned and could be declared final
64500 src/com/gps/hibernate/Journalarticle.java 129 publicMethodCommentRequirement Required
64501 src/com/gps/hibernate/Journalarticle.java 133 publicMethodCommentRequirement Required
64502 src/com/gps/hibernate/Journalarticle.java 137 Parameter 'companyId' is not assigned and could be declared final
64503 src/com/gps/hibernate/Journalarticle.java 137 publicMethodCommentRequirement Required
64504 src/com/gps/hibernate/Journalarticle.java 141 publicMethodCommentRequirement Required
64505 src/com/gps/hibernate/Journalarticle.java 145 Parameter 'userId' is not assigned and could be declared final
64506 src/com/gps/hibernate/Journalarticle.java 145 publicMethodCommentRequirement Required
64507 src/com/gps/hibernate/Journalarticle.java 149 publicMethodCommentRequirement Required
64508 src/com/gps/hibernate/Journalarticle.java 153 Parameter 'userName' is not assigned and could be declared final
64509 src/com/gps/hibernate/Journalarticle.java 153 publicMethodCommentRequirement Required
64510 src/com/gps/hibernate/Journalarticle.java 157 publicMethodCommentRequirement Required
64511 src/com/gps/hibernate/Journalarticle.java 161 Parameter 'createDate' is not assigned and could be declared final
64512 src/com/gps/hibernate/Journalarticle.java 161 publicMethodCommentRequirement Required
64513 src/com/gps/hibernate/Journalarticle.java 165 publicMethodCommentRequirement Required
64514 src/com/gps/hibernate/Journalarticle.java 169 Parameter 'modifiedDate' is not assigned and could be declared final
64515 src/com/gps/hibernate/Journalarticle.java 169 publicMethodCommentRequirement Required
64516 src/com/gps/hibernate/Journalarticle.java 173 publicMethodCommentRequirement Required
64517 src/com/gps/hibernate/Journalarticle.java 177 Parameter 'articleId' is not assigned and could be declared final
64518 src/com/gps/hibernate/Journalarticle.java 177 publicMethodCommentRequirement Required
64519 src/com/gps/hibernate/Journalarticle.java 181 publicMethodCommentRequirement Required
64520 src/com/gps/hibernate/Journalarticle.java 185 Parameter 'version' is not assigned and could be declared final
64521 src/com/gps/hibernate/Journalarticle.java 185 publicMethodCommentRequirement Required
64522 src/com/gps/hibernate/Journalarticle.java 189 publicMethodCommentRequirement Required
64523 src/com/gps/hibernate/Journalarticle.java 193 Parameter 'title' is not assigned and could be declared final
64524 src/com/gps/hibernate/Journalarticle.java 193 publicMethodCommentRequirement Required
64525 src/com/gps/hibernate/Journalarticle.java 197 publicMethodCommentRequirement Required
64526 src/com/gps/hibernate/Journalarticle.java 201 Parameter 'urlTitle' is not assigned and could be declared final
64527 src/com/gps/hibernate/Journalarticle.java 201 publicMethodCommentRequirement Required
64528 src/com/gps/hibernate/Journalarticle.java 205 publicMethodCommentRequirement Required
64529 src/com/gps/hibernate/Journalarticle.java 209 Parameter 'description' is not assigned and could be declared final
64530 src/com/gps/hibernate/Journalarticle.java 209 publicMethodCommentRequirement Required
64531 src/com/gps/hibernate/Journalarticle.java 213 publicMethodCommentRequirement Required
64532 src/com/gps/hibernate/Journalarticle.java 217 Parameter 'content' is not assigned and could be declared final
64533 src/com/gps/hibernate/Journalarticle.java 217 publicMethodCommentRequirement Required
64534 src/com/gps/hibernate/Journalarticle.java 221 publicMethodCommentRequirement Required
64535 src/com/gps/hibernate/Journalarticle.java 225 Parameter 'type' is not assigned and could be declared final
64536 src/com/gps/hibernate/Journalarticle.java 225 publicMethodCommentRequirement Required
64537 src/com/gps/hibernate/Journalarticle.java 229 publicMethodCommentRequirement Required
64538 src/com/gps/hibernate/Journalarticle.java 233 Parameter 'structureId' is not assigned and could be declared final
64539 src/com/gps/hibernate/Journalarticle.java 233 publicMethodCommentRequirement Required
64540 src/com/gps/hibernate/Journalarticle.java 237 publicMethodCommentRequirement Required
64541 src/com/gps/hibernate/Journalarticle.java 241 Parameter 'templateId' is not assigned and could be declared final
64542 src/com/gps/hibernate/Journalarticle.java 241 publicMethodCommentRequirement Required
64543 src/com/gps/hibernate/Journalarticle.java 245 publicMethodCommentRequirement Required
64544 src/com/gps/hibernate/Journalarticle.java 249 Parameter 'displayDate' is not assigned and could be declared final
64545 src/com/gps/hibernate/Journalarticle.java 249 publicMethodCommentRequirement Required
64546 src/com/gps/hibernate/Journalarticle.java 253 publicMethodCommentRequirement Required
64547 src/com/gps/hibernate/Journalarticle.java 257 Parameter 'approved' is not assigned and could be declared final
64548 src/com/gps/hibernate/Journalarticle.java 257 publicMethodCommentRequirement Required
64549 src/com/gps/hibernate/Journalarticle.java 261 publicMethodCommentRequirement Required
64550 src/com/gps/hibernate/Journalarticle.java 265 Parameter 'approvedByUserId' is not assigned and could be declared final
64551 src/com/gps/hibernate/Journalarticle.java 265 publicMethodCommentRequirement Required
64552 src/com/gps/hibernate/Journalarticle.java 269 publicMethodCommentRequirement Required
64553 src/com/gps/hibernate/Journalarticle.java 273 Avoid excessively long variable names like approvedByUserName
64554 src/com/gps/hibernate/Journalarticle.java 273 Parameter 'approvedByUserName' is not assigned and could be declared final
64555 src/com/gps/hibernate/Journalarticle.java 273 publicMethodCommentRequirement Required
64556 src/com/gps/hibernate/Journalarticle.java 277 publicMethodCommentRequirement Required
64557 src/com/gps/hibernate/Journalarticle.java 281 Parameter 'approvedDate' is not assigned and could be declared final
64558 src/com/gps/hibernate/Journalarticle.java 281 publicMethodCommentRequirement Required
64559 src/com/gps/hibernate/Journalarticle.java 285 publicMethodCommentRequirement Required
64560 src/com/gps/hibernate/Journalarticle.java 289 Parameter 'expired' is not assigned and could be declared final
64561 src/com/gps/hibernate/Journalarticle.java 289 publicMethodCommentRequirement Required
64562 src/com/gps/hibernate/Journalarticle.java 293 publicMethodCommentRequirement Required
64563 src/com/gps/hibernate/Journalarticle.java 297 Parameter 'expirationDate' is not assigned and could be declared final
64564 src/com/gps/hibernate/Journalarticle.java 297 publicMethodCommentRequirement Required
64565 src/com/gps/hibernate/Journalarticle.java 301 publicMethodCommentRequirement Required
64566 src/com/gps/hibernate/Journalarticle.java 305 Parameter 'reviewDate' is not assigned and could be declared final
64567 src/com/gps/hibernate/Journalarticle.java 305 publicMethodCommentRequirement Required
64568 src/com/gps/hibernate/Journalarticle.java 309 publicMethodCommentRequirement Required
64569 src/com/gps/hibernate/Journalarticle.java 313 Parameter 'indexable' is not assigned and could be declared final
64570 src/com/gps/hibernate/Journalarticle.java 313 publicMethodCommentRequirement Required
64571 src/com/gps/hibernate/Journalarticle.java 317 publicMethodCommentRequirement Required
64572 src/com/gps/hibernate/Journalarticle.java 321 Parameter 'smallImage' is not assigned and could be declared final
64573 src/com/gps/hibernate/Journalarticle.java 321 publicMethodCommentRequirement Required
64574 src/com/gps/hibernate/Journalarticle.java 325 publicMethodCommentRequirement Required
64575 src/com/gps/hibernate/Journalarticle.java 329 Parameter 'smallImageId' is not assigned and could be declared final
64576 src/com/gps/hibernate/Journalarticle.java 329 publicMethodCommentRequirement Required
64577 src/com/gps/hibernate/Journalarticle.java 333 publicMethodCommentRequirement Required
64578 src/com/gps/hibernate/Journalarticle.java 337 Parameter 'smallImageUrl' is not assigned and could be declared final
64579 src/com/gps/hibernate/Journalarticle.java 337 publicMethodCommentRequirement Required
64580 src/com/gps/hibernate/JournalarticleDAO.java 3 Avoid unused imports such as 'java.util.Date'
64581 src/com/gps/hibernate/JournalarticleDAO.java 11 Comment is too large: Too many lines
64582 src/com/gps/hibernate/JournalarticleDAO.java 23 This class has too many methods, consider refactoring it.
64583 src/com/gps/hibernate/JournalarticleDAO.java 24 Logger should be defined private static final and have the correct class
64584 src/com/gps/hibernate/JournalarticleDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
64585 src/com/gps/hibernate/JournalarticleDAO.java 24 fieldCommentRequirement Required
64586 src/com/gps/hibernate/JournalarticleDAO.java 26 fieldCommentRequirement Required
64587 src/com/gps/hibernate/JournalarticleDAO.java 27 fieldCommentRequirement Required
64588 src/com/gps/hibernate/JournalarticleDAO.java 28 fieldCommentRequirement Required
64589 src/com/gps/hibernate/JournalarticleDAO.java 29 fieldCommentRequirement Required
64590 src/com/gps/hibernate/JournalarticleDAO.java 30 fieldCommentRequirement Required
64591 src/com/gps/hibernate/JournalarticleDAO.java 31 fieldCommentRequirement Required
64592 src/com/gps/hibernate/JournalarticleDAO.java 32 fieldCommentRequirement Required
64593 src/com/gps/hibernate/JournalarticleDAO.java 33 fieldCommentRequirement Required
64594 src/com/gps/hibernate/JournalarticleDAO.java 34 fieldCommentRequirement Required
64595 src/com/gps/hibernate/JournalarticleDAO.java 35 fieldCommentRequirement Required
64596 src/com/gps/hibernate/JournalarticleDAO.java 36 fieldCommentRequirement Required
64597 src/com/gps/hibernate/JournalarticleDAO.java 37 fieldCommentRequirement Required
64598 src/com/gps/hibernate/JournalarticleDAO.java 38 fieldCommentRequirement Required
64599 src/com/gps/hibernate/JournalarticleDAO.java 39 fieldCommentRequirement Required
64600 src/com/gps/hibernate/JournalarticleDAO.java 40 fieldCommentRequirement Required
64601 src/com/gps/hibernate/JournalarticleDAO.java 41 fieldCommentRequirement Required
64602 src/com/gps/hibernate/JournalarticleDAO.java 42 Avoid excessively long variable names like APPROVED_BY_USER_ID
64603 src/com/gps/hibernate/JournalarticleDAO.java 42 fieldCommentRequirement Required
64604 src/com/gps/hibernate/JournalarticleDAO.java 43 Avoid excessively long variable names like APPROVED_BY_USER_NAME
64605 src/com/gps/hibernate/JournalarticleDAO.java 43 fieldCommentRequirement Required
64606 src/com/gps/hibernate/JournalarticleDAO.java 44 fieldCommentRequirement Required
64607 src/com/gps/hibernate/JournalarticleDAO.java 45 fieldCommentRequirement Required
64608 src/com/gps/hibernate/JournalarticleDAO.java 46 fieldCommentRequirement Required
64609 src/com/gps/hibernate/JournalarticleDAO.java 47 fieldCommentRequirement Required
64610 src/com/gps/hibernate/JournalarticleDAO.java 48 fieldCommentRequirement Required
64611 src/com/gps/hibernate/JournalarticleDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
64612 src/com/gps/hibernate/JournalarticleDAO.java 50 publicMethodCommentRequirement Required
64613 src/com/gps/hibernate/JournalarticleDAO.java 51 There is log block not surrounded by if
64614 src/com/gps/hibernate/JournalarticleDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64615 src/com/gps/hibernate/JournalarticleDAO.java 53 Potential violation of Law of Demeter (method chain calls)
64616 src/com/gps/hibernate/JournalarticleDAO.java 54 There is log block not surrounded by if
64617 src/com/gps/hibernate/JournalarticleDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64618 src/com/gps/hibernate/JournalarticleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64619 src/com/gps/hibernate/JournalarticleDAO.java 56 There is log block not surrounded by if
64620 src/com/gps/hibernate/JournalarticleDAO.java 61 Avoid excessively long variable names like persistentInstance
64621 src/com/gps/hibernate/JournalarticleDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
64622 src/com/gps/hibernate/JournalarticleDAO.java 61 publicMethodCommentRequirement Required
64623 src/com/gps/hibernate/JournalarticleDAO.java 62 There is log block not surrounded by if
64624 src/com/gps/hibernate/JournalarticleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64625 src/com/gps/hibernate/JournalarticleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
64626 src/com/gps/hibernate/JournalarticleDAO.java 65 There is log block not surrounded by if
64627 src/com/gps/hibernate/JournalarticleDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64628 src/com/gps/hibernate/JournalarticleDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64629 src/com/gps/hibernate/JournalarticleDAO.java 67 There is log block not surrounded by if
64630 src/com/gps/hibernate/JournalarticleDAO.java 72 Avoid variables with short names like id
64631 src/com/gps/hibernate/JournalarticleDAO.java 72 Parameter 'id' is not assigned and could be declared final
64632 src/com/gps/hibernate/JournalarticleDAO.java 72 publicMethodCommentRequirement Required
64633 src/com/gps/hibernate/JournalarticleDAO.java 73 There is log block not surrounded by if
64634 src/com/gps/hibernate/JournalarticleDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64635 src/com/gps/hibernate/JournalarticleDAO.java 75 Local variable 'instance' could be declared final
64636 src/com/gps/hibernate/JournalarticleDAO.java 75 Potential violation of Law of Demeter (method chain calls)
64637 src/com/gps/hibernate/JournalarticleDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64638 src/com/gps/hibernate/JournalarticleDAO.java 79 There is log block not surrounded by if
64639 src/com/gps/hibernate/JournalarticleDAO.java 84 Parameter 'instance' is not assigned and could be declared final
64640 src/com/gps/hibernate/JournalarticleDAO.java 84 publicMethodCommentRequirement Required
64641 src/com/gps/hibernate/JournalarticleDAO.java 85 There is log block not surrounded by if
64642 src/com/gps/hibernate/JournalarticleDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64643 src/com/gps/hibernate/JournalarticleDAO.java 87 Local variable 'results' could be declared final
64644 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
64645 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
64646 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
64647 src/com/gps/hibernate/JournalarticleDAO.java 90 There is log block not surrounded by if
64648 src/com/gps/hibernate/JournalarticleDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64649 src/com/gps/hibernate/JournalarticleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
64650 src/com/gps/hibernate/JournalarticleDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64651 src/com/gps/hibernate/JournalarticleDAO.java 94 There is log block not surrounded by if
64652 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
64653 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'value' is not assigned and could be declared final
64654 src/com/gps/hibernate/JournalarticleDAO.java 99 publicMethodCommentRequirement Required
64655 src/com/gps/hibernate/JournalarticleDAO.java 100 There is log block not surrounded by if
64656 src/com/gps/hibernate/JournalarticleDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64657 src/com/gps/hibernate/JournalarticleDAO.java 103 Local variable 'queryString' could be declared final
64658 src/com/gps/hibernate/JournalarticleDAO.java 105 Local variable 'queryObject' could be declared final
64659 src/com/gps/hibernate/JournalarticleDAO.java 105 Potential violation of Law of Demeter (method chain calls)
64660 src/com/gps/hibernate/JournalarticleDAO.java 106 Potential violation of Law of Demeter (object not created locally)
64661 src/com/gps/hibernate/JournalarticleDAO.java 107 Potential violation of Law of Demeter (object not created locally)
64662 src/com/gps/hibernate/JournalarticleDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64663 src/com/gps/hibernate/JournalarticleDAO.java 109 There is log block not surrounded by if
64664 src/com/gps/hibernate/JournalarticleDAO.java 114 Parameter 'uuid' is not assigned and could be declared final
64665 src/com/gps/hibernate/JournalarticleDAO.java 114 publicMethodCommentRequirement Required
64666 src/com/gps/hibernate/JournalarticleDAO.java 118 Parameter 'resourcePrimKey' is not assigned and could be declared final
64667 src/com/gps/hibernate/JournalarticleDAO.java 118 publicMethodCommentRequirement Required
64668 src/com/gps/hibernate/JournalarticleDAO.java 122 Parameter 'groupId' is not assigned and could be declared final
64669 src/com/gps/hibernate/JournalarticleDAO.java 122 publicMethodCommentRequirement Required
64670 src/com/gps/hibernate/JournalarticleDAO.java 126 Parameter 'companyId' is not assigned and could be declared final
64671 src/com/gps/hibernate/JournalarticleDAO.java 126 publicMethodCommentRequirement Required
64672 src/com/gps/hibernate/JournalarticleDAO.java 130 Parameter 'userId' is not assigned and could be declared final
64673 src/com/gps/hibernate/JournalarticleDAO.java 130 publicMethodCommentRequirement Required
64674 src/com/gps/hibernate/JournalarticleDAO.java 134 Parameter 'userName' is not assigned and could be declared final
64675 src/com/gps/hibernate/JournalarticleDAO.java 134 publicMethodCommentRequirement Required
64676 src/com/gps/hibernate/JournalarticleDAO.java 138 Parameter 'articleId' is not assigned and could be declared final
64677 src/com/gps/hibernate/JournalarticleDAO.java 138 publicMethodCommentRequirement Required
64678 src/com/gps/hibernate/JournalarticleDAO.java 142 Parameter 'version' is not assigned and could be declared final
64679 src/com/gps/hibernate/JournalarticleDAO.java 142 publicMethodCommentRequirement Required
64680 src/com/gps/hibernate/JournalarticleDAO.java 146 Parameter 'title' is not assigned and could be declared final
64681 src/com/gps/hibernate/JournalarticleDAO.java 146 publicMethodCommentRequirement Required
64682 src/com/gps/hibernate/JournalarticleDAO.java 150 Parameter 'urlTitle' is not assigned and could be declared final
64683 src/com/gps/hibernate/JournalarticleDAO.java 150 publicMethodCommentRequirement Required
64684 src/com/gps/hibernate/JournalarticleDAO.java 154 Parameter 'description' is not assigned and could be declared final
64685 src/com/gps/hibernate/JournalarticleDAO.java 154 publicMethodCommentRequirement Required
64686 src/com/gps/hibernate/JournalarticleDAO.java 158 Parameter 'content' is not assigned and could be declared final
64687 src/com/gps/hibernate/JournalarticleDAO.java 158 publicMethodCommentRequirement Required
64688 src/com/gps/hibernate/JournalarticleDAO.java 162 Parameter 'type' is not assigned and could be declared final
64689 src/com/gps/hibernate/JournalarticleDAO.java 162 publicMethodCommentRequirement Required
64690 src/com/gps/hibernate/JournalarticleDAO.java 166 Parameter 'structureId' is not assigned and could be declared final
64691 src/com/gps/hibernate/JournalarticleDAO.java 166 publicMethodCommentRequirement Required
64692 src/com/gps/hibernate/JournalarticleDAO.java 170 Parameter 'templateId' is not assigned and could be declared final
64693 src/com/gps/hibernate/JournalarticleDAO.java 170 publicMethodCommentRequirement Required
64694 src/com/gps/hibernate/JournalarticleDAO.java 174 Parameter 'approved' is not assigned and could be declared final
64695 src/com/gps/hibernate/JournalarticleDAO.java 174 publicMethodCommentRequirement Required
64696 src/com/gps/hibernate/JournalarticleDAO.java 178 Parameter 'approvedByUserId' is not assigned and could be declared final
64697 src/com/gps/hibernate/JournalarticleDAO.java 178 publicMethodCommentRequirement Required
64698 src/com/gps/hibernate/JournalarticleDAO.java 182 Avoid excessively long variable names like approvedByUserName
64699 src/com/gps/hibernate/JournalarticleDAO.java 182 Parameter 'approvedByUserName' is not assigned and could be declared final
64700 src/com/gps/hibernate/JournalarticleDAO.java 182 publicMethodCommentRequirement Required
64701 src/com/gps/hibernate/JournalarticleDAO.java 186 Parameter 'expired' is not assigned and could be declared final
64702 src/com/gps/hibernate/JournalarticleDAO.java 186 publicMethodCommentRequirement Required
64703 src/com/gps/hibernate/JournalarticleDAO.java 190 Parameter 'indexable' is not assigned and could be declared final
64704 src/com/gps/hibernate/JournalarticleDAO.java 190 publicMethodCommentRequirement Required
64705 src/com/gps/hibernate/JournalarticleDAO.java 194 Parameter 'smallImage' is not assigned and could be declared final
64706 src/com/gps/hibernate/JournalarticleDAO.java 194 publicMethodCommentRequirement Required
64707 src/com/gps/hibernate/JournalarticleDAO.java 198 Parameter 'smallImageId' is not assigned and could be declared final
64708 src/com/gps/hibernate/JournalarticleDAO.java 198 publicMethodCommentRequirement Required
64709 src/com/gps/hibernate/JournalarticleDAO.java 202 Parameter 'smallImageUrl' is not assigned and could be declared final
64710 src/com/gps/hibernate/JournalarticleDAO.java 202 publicMethodCommentRequirement Required
64711 src/com/gps/hibernate/JournalarticleDAO.java 206 publicMethodCommentRequirement Required
64712 src/com/gps/hibernate/JournalarticleDAO.java 207 There is log block not surrounded by if
64713 src/com/gps/hibernate/JournalarticleDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64714 src/com/gps/hibernate/JournalarticleDAO.java 209 Local variable 'queryString' could be declared final
64715 src/com/gps/hibernate/JournalarticleDAO.java 210 Local variable 'queryObject' could be declared final
64716 src/com/gps/hibernate/JournalarticleDAO.java 210 Potential violation of Law of Demeter (method chain calls)
64717 src/com/gps/hibernate/JournalarticleDAO.java 211 Potential violation of Law of Demeter (object not created locally)
64718 src/com/gps/hibernate/JournalarticleDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64719 src/com/gps/hibernate/JournalarticleDAO.java 213 There is log block not surrounded by if
64720 src/com/gps/hibernate/JournalarticleDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
64721 src/com/gps/hibernate/JournalarticleDAO.java 218 publicMethodCommentRequirement Required
64722 src/com/gps/hibernate/JournalarticleDAO.java 219 There is log block not surrounded by if
64723 src/com/gps/hibernate/JournalarticleDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64724 src/com/gps/hibernate/JournalarticleDAO.java 221 Local variable 'result' could be declared final
64725 src/com/gps/hibernate/JournalarticleDAO.java 221 Potential violation of Law of Demeter (method chain calls)
64726 src/com/gps/hibernate/JournalarticleDAO.java 223 There is log block not surrounded by if
64727 src/com/gps/hibernate/JournalarticleDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64728 src/com/gps/hibernate/JournalarticleDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64729 src/com/gps/hibernate/JournalarticleDAO.java 226 There is log block not surrounded by if
64730 src/com/gps/hibernate/JournalarticleDAO.java 231 Parameter 'instance' is not assigned and could be declared final
64731 src/com/gps/hibernate/JournalarticleDAO.java 231 publicMethodCommentRequirement Required
64732 src/com/gps/hibernate/JournalarticleDAO.java 232 There is log block not surrounded by if
64733 src/com/gps/hibernate/JournalarticleDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64734 src/com/gps/hibernate/JournalarticleDAO.java 234 Potential violation of Law of Demeter (method chain calls)
64735 src/com/gps/hibernate/JournalarticleDAO.java 235 There is log block not surrounded by if
64736 src/com/gps/hibernate/JournalarticleDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64737 src/com/gps/hibernate/JournalarticleDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64738 src/com/gps/hibernate/JournalarticleDAO.java 237 There is log block not surrounded by if
64739 src/com/gps/hibernate/JournalarticleDAO.java 242 Parameter 'instance' is not assigned and could be declared final
64740 src/com/gps/hibernate/JournalarticleDAO.java 242 publicMethodCommentRequirement Required
64741 src/com/gps/hibernate/JournalarticleDAO.java 243 There is log block not surrounded by if
64742 src/com/gps/hibernate/JournalarticleDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64743 src/com/gps/hibernate/JournalarticleDAO.java 245 Potential violation of Law of Demeter (method chain calls)
64744 src/com/gps/hibernate/JournalarticleDAO.java 246 There is log block not surrounded by if
64745 src/com/gps/hibernate/JournalarticleDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64746 src/com/gps/hibernate/JournalarticleDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64747 src/com/gps/hibernate/JournalarticleDAO.java 248 There is log block not surrounded by if
64748 src/com/gps/hibernate/Journalarticleimage.java 9 Classes implementing Serializable should set a serialVersionUID
64749 src/com/gps/hibernate/Journalarticleimage.java 13 fieldCommentRequirement Required
64750 src/com/gps/hibernate/Journalarticleimage.java 14 fieldCommentRequirement Required
64751 src/com/gps/hibernate/Journalarticleimage.java 15 fieldCommentRequirement Required
64752 src/com/gps/hibernate/Journalarticleimage.java 16 fieldCommentRequirement Required
64753 src/com/gps/hibernate/Journalarticleimage.java 17 fieldCommentRequirement Required
64754 src/com/gps/hibernate/Journalarticleimage.java 18 fieldCommentRequirement Required
64755 src/com/gps/hibernate/Journalarticleimage.java 19 fieldCommentRequirement Required
64756 src/com/gps/hibernate/Journalarticleimage.java 20 fieldCommentRequirement Required
64757 src/com/gps/hibernate/Journalarticleimage.java 25 Document empty constructor
64758 src/com/gps/hibernate/Journalarticleimage.java 29 Parameter 'articleImageId' is not assigned and could be declared final
64759 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'articleImageId' is not assigned and could be declared final
64760 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'groupId' is not assigned and could be declared final
64761 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'articleId' is not assigned and could be declared final
64762 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'elInstanceId' is not assigned and could be declared final
64763 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'version' is not assigned and could be declared final
64764 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'elName' is not assigned and could be declared final
64765 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'languageId' is not assigned and could be declared final
64766 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'tempImage' is not assigned and could be declared final
64767 src/com/gps/hibernate/Journalarticleimage.java 49 publicMethodCommentRequirement Required
64768 src/com/gps/hibernate/Journalarticleimage.java 53 Parameter 'articleImageId' is not assigned and could be declared final
64769 src/com/gps/hibernate/Journalarticleimage.java 53 publicMethodCommentRequirement Required
64770 src/com/gps/hibernate/Journalarticleimage.java 57 publicMethodCommentRequirement Required
64771 src/com/gps/hibernate/Journalarticleimage.java 61 Parameter 'groupId' is not assigned and could be declared final
64772 src/com/gps/hibernate/Journalarticleimage.java 61 publicMethodCommentRequirement Required
64773 src/com/gps/hibernate/Journalarticleimage.java 65 publicMethodCommentRequirement Required
64774 src/com/gps/hibernate/Journalarticleimage.java 69 Parameter 'articleId' is not assigned and could be declared final
64775 src/com/gps/hibernate/Journalarticleimage.java 69 publicMethodCommentRequirement Required
64776 src/com/gps/hibernate/Journalarticleimage.java 73 publicMethodCommentRequirement Required
64777 src/com/gps/hibernate/Journalarticleimage.java 77 Parameter 'version' is not assigned and could be declared final
64778 src/com/gps/hibernate/Journalarticleimage.java 77 publicMethodCommentRequirement Required
64779 src/com/gps/hibernate/Journalarticleimage.java 81 publicMethodCommentRequirement Required
64780 src/com/gps/hibernate/Journalarticleimage.java 85 Parameter 'elInstanceId' is not assigned and could be declared final
64781 src/com/gps/hibernate/Journalarticleimage.java 85 publicMethodCommentRequirement Required
64782 src/com/gps/hibernate/Journalarticleimage.java 89 publicMethodCommentRequirement Required
64783 src/com/gps/hibernate/Journalarticleimage.java 93 Parameter 'elName' is not assigned and could be declared final
64784 src/com/gps/hibernate/Journalarticleimage.java 93 publicMethodCommentRequirement Required
64785 src/com/gps/hibernate/Journalarticleimage.java 97 publicMethodCommentRequirement Required
64786 src/com/gps/hibernate/Journalarticleimage.java 101 Parameter 'languageId' is not assigned and could be declared final
64787 src/com/gps/hibernate/Journalarticleimage.java 101 publicMethodCommentRequirement Required
64788 src/com/gps/hibernate/Journalarticleimage.java 105 publicMethodCommentRequirement Required
64789 src/com/gps/hibernate/Journalarticleimage.java 109 Parameter 'tempImage' is not assigned and could be declared final
64790 src/com/gps/hibernate/Journalarticleimage.java 109 publicMethodCommentRequirement Required
64791 src/com/gps/hibernate/JournalarticleimageDAO.java 10 Comment is too large: Too many lines
64792 src/com/gps/hibernate/JournalarticleimageDAO.java 22 This class has too many methods, consider refactoring it.
64793 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Logger should be defined private static final and have the correct class
64794 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
64795 src/com/gps/hibernate/JournalarticleimageDAO.java 23 fieldCommentRequirement Required
64796 src/com/gps/hibernate/JournalarticleimageDAO.java 26 fieldCommentRequirement Required
64797 src/com/gps/hibernate/JournalarticleimageDAO.java 27 fieldCommentRequirement Required
64798 src/com/gps/hibernate/JournalarticleimageDAO.java 28 fieldCommentRequirement Required
64799 src/com/gps/hibernate/JournalarticleimageDAO.java 29 fieldCommentRequirement Required
64800 src/com/gps/hibernate/JournalarticleimageDAO.java 30 fieldCommentRequirement Required
64801 src/com/gps/hibernate/JournalarticleimageDAO.java 31 fieldCommentRequirement Required
64802 src/com/gps/hibernate/JournalarticleimageDAO.java 32 fieldCommentRequirement Required
64803 src/com/gps/hibernate/JournalarticleimageDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
64804 src/com/gps/hibernate/JournalarticleimageDAO.java 34 publicMethodCommentRequirement Required
64805 src/com/gps/hibernate/JournalarticleimageDAO.java 35 There is log block not surrounded by if
64806 src/com/gps/hibernate/JournalarticleimageDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64807 src/com/gps/hibernate/JournalarticleimageDAO.java 37 Potential violation of Law of Demeter (method chain calls)
64808 src/com/gps/hibernate/JournalarticleimageDAO.java 38 There is log block not surrounded by if
64809 src/com/gps/hibernate/JournalarticleimageDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64810 src/com/gps/hibernate/JournalarticleimageDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64811 src/com/gps/hibernate/JournalarticleimageDAO.java 40 There is log block not surrounded by if
64812 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Avoid excessively long variable names like persistentInstance
64813 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
64814 src/com/gps/hibernate/JournalarticleimageDAO.java 45 publicMethodCommentRequirement Required
64815 src/com/gps/hibernate/JournalarticleimageDAO.java 46 There is log block not surrounded by if
64816 src/com/gps/hibernate/JournalarticleimageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64817 src/com/gps/hibernate/JournalarticleimageDAO.java 48 Potential violation of Law of Demeter (method chain calls)
64818 src/com/gps/hibernate/JournalarticleimageDAO.java 49 There is log block not surrounded by if
64819 src/com/gps/hibernate/JournalarticleimageDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64820 src/com/gps/hibernate/JournalarticleimageDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64821 src/com/gps/hibernate/JournalarticleimageDAO.java 51 There is log block not surrounded by if
64822 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Avoid variables with short names like id
64823 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Parameter 'id' is not assigned and could be declared final
64824 src/com/gps/hibernate/JournalarticleimageDAO.java 56 publicMethodCommentRequirement Required
64825 src/com/gps/hibernate/JournalarticleimageDAO.java 57 There is log block not surrounded by if
64826 src/com/gps/hibernate/JournalarticleimageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64827 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Local variable 'instance' could be declared final
64828 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Potential violation of Law of Demeter (method chain calls)
64829 src/com/gps/hibernate/JournalarticleimageDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64830 src/com/gps/hibernate/JournalarticleimageDAO.java 63 There is log block not surrounded by if
64831 src/com/gps/hibernate/JournalarticleimageDAO.java 68 Parameter 'instance' is not assigned and could be declared final
64832 src/com/gps/hibernate/JournalarticleimageDAO.java 68 publicMethodCommentRequirement Required
64833 src/com/gps/hibernate/JournalarticleimageDAO.java 69 There is log block not surrounded by if
64834 src/com/gps/hibernate/JournalarticleimageDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64835 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Local variable 'results' could be declared final
64836 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
64837 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
64838 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
64839 src/com/gps/hibernate/JournalarticleimageDAO.java 74 There is log block not surrounded by if
64840 src/com/gps/hibernate/JournalarticleimageDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64841 src/com/gps/hibernate/JournalarticleimageDAO.java 75 Potential violation of Law of Demeter (object not created locally)
64842 src/com/gps/hibernate/JournalarticleimageDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64843 src/com/gps/hibernate/JournalarticleimageDAO.java 78 There is log block not surrounded by if
64844 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
64845 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'value' is not assigned and could be declared final
64846 src/com/gps/hibernate/JournalarticleimageDAO.java 83 publicMethodCommentRequirement Required
64847 src/com/gps/hibernate/JournalarticleimageDAO.java 84 There is log block not surrounded by if
64848 src/com/gps/hibernate/JournalarticleimageDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64849 src/com/gps/hibernate/JournalarticleimageDAO.java 87 Local variable 'queryString' could be declared final
64850 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Local variable 'queryObject' could be declared final
64851 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Potential violation of Law of Demeter (method chain calls)
64852 src/com/gps/hibernate/JournalarticleimageDAO.java 90 Potential violation of Law of Demeter (object not created locally)
64853 src/com/gps/hibernate/JournalarticleimageDAO.java 91 Potential violation of Law of Demeter (object not created locally)
64854 src/com/gps/hibernate/JournalarticleimageDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64855 src/com/gps/hibernate/JournalarticleimageDAO.java 93 There is log block not surrounded by if
64856 src/com/gps/hibernate/JournalarticleimageDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
64857 src/com/gps/hibernate/JournalarticleimageDAO.java 98 publicMethodCommentRequirement Required
64858 src/com/gps/hibernate/JournalarticleimageDAO.java 102 Parameter 'articleId' is not assigned and could be declared final
64859 src/com/gps/hibernate/JournalarticleimageDAO.java 102 publicMethodCommentRequirement Required
64860 src/com/gps/hibernate/JournalarticleimageDAO.java 106 Parameter 'version' is not assigned and could be declared final
64861 src/com/gps/hibernate/JournalarticleimageDAO.java 106 publicMethodCommentRequirement Required
64862 src/com/gps/hibernate/JournalarticleimageDAO.java 110 Parameter 'elInstanceId' is not assigned and could be declared final
64863 src/com/gps/hibernate/JournalarticleimageDAO.java 110 publicMethodCommentRequirement Required
64864 src/com/gps/hibernate/JournalarticleimageDAO.java 114 Parameter 'elName' is not assigned and could be declared final
64865 src/com/gps/hibernate/JournalarticleimageDAO.java 114 publicMethodCommentRequirement Required
64866 src/com/gps/hibernate/JournalarticleimageDAO.java 118 Parameter 'languageId' is not assigned and could be declared final
64867 src/com/gps/hibernate/JournalarticleimageDAO.java 118 publicMethodCommentRequirement Required
64868 src/com/gps/hibernate/JournalarticleimageDAO.java 122 Parameter 'tempImage' is not assigned and could be declared final
64869 src/com/gps/hibernate/JournalarticleimageDAO.java 122 publicMethodCommentRequirement Required
64870 src/com/gps/hibernate/JournalarticleimageDAO.java 126 publicMethodCommentRequirement Required
64871 src/com/gps/hibernate/JournalarticleimageDAO.java 127 There is log block not surrounded by if
64872 src/com/gps/hibernate/JournalarticleimageDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64873 src/com/gps/hibernate/JournalarticleimageDAO.java 129 Local variable 'queryString' could be declared final
64874 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Local variable 'queryObject' could be declared final
64875 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Potential violation of Law of Demeter (method chain calls)
64876 src/com/gps/hibernate/JournalarticleimageDAO.java 131 Potential violation of Law of Demeter (object not created locally)
64877 src/com/gps/hibernate/JournalarticleimageDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64878 src/com/gps/hibernate/JournalarticleimageDAO.java 133 There is log block not surrounded by if
64879 src/com/gps/hibernate/JournalarticleimageDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
64880 src/com/gps/hibernate/JournalarticleimageDAO.java 138 publicMethodCommentRequirement Required
64881 src/com/gps/hibernate/JournalarticleimageDAO.java 139 There is log block not surrounded by if
64882 src/com/gps/hibernate/JournalarticleimageDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64883 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Local variable 'result' could be declared final
64884 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Potential violation of Law of Demeter (method chain calls)
64885 src/com/gps/hibernate/JournalarticleimageDAO.java 143 There is log block not surrounded by if
64886 src/com/gps/hibernate/JournalarticleimageDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64887 src/com/gps/hibernate/JournalarticleimageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64888 src/com/gps/hibernate/JournalarticleimageDAO.java 146 There is log block not surrounded by if
64889 src/com/gps/hibernate/JournalarticleimageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
64890 src/com/gps/hibernate/JournalarticleimageDAO.java 151 publicMethodCommentRequirement Required
64891 src/com/gps/hibernate/JournalarticleimageDAO.java 152 There is log block not surrounded by if
64892 src/com/gps/hibernate/JournalarticleimageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64893 src/com/gps/hibernate/JournalarticleimageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
64894 src/com/gps/hibernate/JournalarticleimageDAO.java 155 There is log block not surrounded by if
64895 src/com/gps/hibernate/JournalarticleimageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64896 src/com/gps/hibernate/JournalarticleimageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64897 src/com/gps/hibernate/JournalarticleimageDAO.java 157 There is log block not surrounded by if
64898 src/com/gps/hibernate/JournalarticleimageDAO.java 162 Parameter 'instance' is not assigned and could be declared final
64899 src/com/gps/hibernate/JournalarticleimageDAO.java 162 publicMethodCommentRequirement Required
64900 src/com/gps/hibernate/JournalarticleimageDAO.java 163 There is log block not surrounded by if
64901 src/com/gps/hibernate/JournalarticleimageDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64902 src/com/gps/hibernate/JournalarticleimageDAO.java 165 Potential violation of Law of Demeter (method chain calls)
64903 src/com/gps/hibernate/JournalarticleimageDAO.java 166 There is log block not surrounded by if
64904 src/com/gps/hibernate/JournalarticleimageDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64905 src/com/gps/hibernate/JournalarticleimageDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64906 src/com/gps/hibernate/JournalarticleimageDAO.java 168 There is log block not surrounded by if
64907 src/com/gps/hibernate/Journalarticleresource.java 9 Classes implementing Serializable should set a serialVersionUID
64908 src/com/gps/hibernate/Journalarticleresource.java 13 fieldCommentRequirement Required
64909 src/com/gps/hibernate/Journalarticleresource.java 14 fieldCommentRequirement Required
64910 src/com/gps/hibernate/Journalarticleresource.java 15 fieldCommentRequirement Required
64911 src/com/gps/hibernate/Journalarticleresource.java 20 Document empty constructor
64912 src/com/gps/hibernate/Journalarticleresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
64913 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'groupId' is not assigned and could be declared final
64914 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
64915 src/com/gps/hibernate/Journalarticleresource.java 30 Parameter 'articleId' is not assigned and could be declared final
64916 src/com/gps/hibernate/Journalarticleresource.java 38 publicMethodCommentRequirement Required
64917 src/com/gps/hibernate/Journalarticleresource.java 42 Parameter 'resourcePrimKey' is not assigned and could be declared final
64918 src/com/gps/hibernate/Journalarticleresource.java 42 publicMethodCommentRequirement Required
64919 src/com/gps/hibernate/Journalarticleresource.java 46 publicMethodCommentRequirement Required
64920 src/com/gps/hibernate/Journalarticleresource.java 50 Parameter 'groupId' is not assigned and could be declared final
64921 src/com/gps/hibernate/Journalarticleresource.java 50 publicMethodCommentRequirement Required
64922 src/com/gps/hibernate/Journalarticleresource.java 54 publicMethodCommentRequirement Required
64923 src/com/gps/hibernate/Journalarticleresource.java 58 Parameter 'articleId' is not assigned and could be declared final
64924 src/com/gps/hibernate/Journalarticleresource.java 58 publicMethodCommentRequirement Required
64925 src/com/gps/hibernate/JournalarticleresourceDAO.java 10 Comment is too large: Too many lines
64926 src/com/gps/hibernate/JournalarticleresourceDAO.java 22 This class has too many methods, consider refactoring it.
64927 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Logger should be defined private static final and have the correct class
64928 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
64929 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 fieldCommentRequirement Required
64930 src/com/gps/hibernate/JournalarticleresourceDAO.java 26 fieldCommentRequirement Required
64931 src/com/gps/hibernate/JournalarticleresourceDAO.java 27 fieldCommentRequirement Required
64932 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
64933 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 publicMethodCommentRequirement Required
64934 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 There is log block not surrounded by if
64935 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64936 src/com/gps/hibernate/JournalarticleresourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
64937 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 There is log block not surrounded by if
64938 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64939 src/com/gps/hibernate/JournalarticleresourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64940 src/com/gps/hibernate/JournalarticleresourceDAO.java 35 There is log block not surrounded by if
64941 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Avoid excessively long variable names like persistentInstance
64942 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
64943 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 publicMethodCommentRequirement Required
64944 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 There is log block not surrounded by if
64945 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64946 src/com/gps/hibernate/JournalarticleresourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
64947 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 There is log block not surrounded by if
64948 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64949 src/com/gps/hibernate/JournalarticleresourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64950 src/com/gps/hibernate/JournalarticleresourceDAO.java 46 There is log block not surrounded by if
64951 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Avoid variables with short names like id
64952 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
64953 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 publicMethodCommentRequirement Required
64954 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 There is log block not surrounded by if
64955 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64956 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Local variable 'instance' could be declared final
64957 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
64958 src/com/gps/hibernate/JournalarticleresourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64959 src/com/gps/hibernate/JournalarticleresourceDAO.java 58 There is log block not surrounded by if
64960 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
64961 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 publicMethodCommentRequirement Required
64962 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 There is log block not surrounded by if
64963 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64964 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Local variable 'results' could be declared final
64965 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
64966 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
64967 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
64968 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 There is log block not surrounded by if
64969 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64970 src/com/gps/hibernate/JournalarticleresourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
64971 src/com/gps/hibernate/JournalarticleresourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64972 src/com/gps/hibernate/JournalarticleresourceDAO.java 73 There is log block not surrounded by if
64973 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
64974 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
64975 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 publicMethodCommentRequirement Required
64976 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 There is log block not surrounded by if
64977 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64978 src/com/gps/hibernate/JournalarticleresourceDAO.java 82 Local variable 'queryString' could be declared final
64979 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Local variable 'queryObject' could be declared final
64980 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
64981 src/com/gps/hibernate/JournalarticleresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
64982 src/com/gps/hibernate/JournalarticleresourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
64983 src/com/gps/hibernate/JournalarticleresourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64984 src/com/gps/hibernate/JournalarticleresourceDAO.java 88 There is log block not surrounded by if
64985 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 Parameter 'groupId' is not assigned and could be declared final
64986 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 publicMethodCommentRequirement Required
64987 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 Parameter 'articleId' is not assigned and could be declared final
64988 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 publicMethodCommentRequirement Required
64989 src/com/gps/hibernate/JournalarticleresourceDAO.java 101 publicMethodCommentRequirement Required
64990 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 There is log block not surrounded by if
64991 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
64992 src/com/gps/hibernate/JournalarticleresourceDAO.java 104 Local variable 'queryString' could be declared final
64993 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Local variable 'queryObject' could be declared final
64994 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Potential violation of Law of Demeter (method chain calls)
64995 src/com/gps/hibernate/JournalarticleresourceDAO.java 106 Potential violation of Law of Demeter (object not created locally)
64996 src/com/gps/hibernate/JournalarticleresourceDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
64997 src/com/gps/hibernate/JournalarticleresourceDAO.java 108 There is log block not surrounded by if
64998 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
64999 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 publicMethodCommentRequirement Required
65000 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 There is log block not surrounded by if
65001 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65002 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Local variable 'result' could be declared final
65003 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Potential violation of Law of Demeter (method chain calls)
65004 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 There is log block not surrounded by if
65005 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65006 src/com/gps/hibernate/JournalarticleresourceDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65007 src/com/gps/hibernate/JournalarticleresourceDAO.java 121 There is log block not surrounded by if
65008 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 Parameter 'instance' is not assigned and could be declared final
65009 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 publicMethodCommentRequirement Required
65010 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 There is log block not surrounded by if
65011 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65012 src/com/gps/hibernate/JournalarticleresourceDAO.java 129 Potential violation of Law of Demeter (method chain calls)
65013 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 There is log block not surrounded by if
65014 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65015 src/com/gps/hibernate/JournalarticleresourceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65016 src/com/gps/hibernate/JournalarticleresourceDAO.java 132 There is log block not surrounded by if
65017 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
65018 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 publicMethodCommentRequirement Required
65019 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 There is log block not surrounded by if
65020 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65021 src/com/gps/hibernate/JournalarticleresourceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
65022 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 There is log block not surrounded by if
65023 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65024 src/com/gps/hibernate/JournalarticleresourceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65025 src/com/gps/hibernate/JournalarticleresourceDAO.java 143 There is log block not surrounded by if
65026 src/com/gps/hibernate/Journalcontentsearch.java 9 Classes implementing Serializable should set a serialVersionUID
65027 src/com/gps/hibernate/Journalcontentsearch.java 13 fieldCommentRequirement Required
65028 src/com/gps/hibernate/Journalcontentsearch.java 14 fieldCommentRequirement Required
65029 src/com/gps/hibernate/Journalcontentsearch.java 15 fieldCommentRequirement Required
65030 src/com/gps/hibernate/Journalcontentsearch.java 16 fieldCommentRequirement Required
65031 src/com/gps/hibernate/Journalcontentsearch.java 17 fieldCommentRequirement Required
65032 src/com/gps/hibernate/Journalcontentsearch.java 18 fieldCommentRequirement Required
65033 src/com/gps/hibernate/Journalcontentsearch.java 19 fieldCommentRequirement Required
65034 src/com/gps/hibernate/Journalcontentsearch.java 24 Document empty constructor
65035 src/com/gps/hibernate/Journalcontentsearch.java 28 Parameter 'contentSearchId' is not assigned and could be declared final
65036 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'contentSearchId' is not assigned and could be declared final
65037 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'groupId' is not assigned and could be declared final
65038 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'companyId' is not assigned and could be declared final
65039 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'layoutId' is not assigned and could be declared final
65040 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'privateLayout' is not assigned and could be declared final
65041 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'articleId' is not assigned and could be declared final
65042 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'portletId' is not assigned and could be declared final
65043 src/com/gps/hibernate/Journalcontentsearch.java 47 publicMethodCommentRequirement Required
65044 src/com/gps/hibernate/Journalcontentsearch.java 51 Parameter 'contentSearchId' is not assigned and could be declared final
65045 src/com/gps/hibernate/Journalcontentsearch.java 51 publicMethodCommentRequirement Required
65046 src/com/gps/hibernate/Journalcontentsearch.java 55 publicMethodCommentRequirement Required
65047 src/com/gps/hibernate/Journalcontentsearch.java 59 Parameter 'groupId' is not assigned and could be declared final
65048 src/com/gps/hibernate/Journalcontentsearch.java 59 publicMethodCommentRequirement Required
65049 src/com/gps/hibernate/Journalcontentsearch.java 63 publicMethodCommentRequirement Required
65050 src/com/gps/hibernate/Journalcontentsearch.java 67 Parameter 'companyId' is not assigned and could be declared final
65051 src/com/gps/hibernate/Journalcontentsearch.java 67 publicMethodCommentRequirement Required
65052 src/com/gps/hibernate/Journalcontentsearch.java 71 publicMethodCommentRequirement Required
65053 src/com/gps/hibernate/Journalcontentsearch.java 75 Parameter 'privateLayout' is not assigned and could be declared final
65054 src/com/gps/hibernate/Journalcontentsearch.java 75 publicMethodCommentRequirement Required
65055 src/com/gps/hibernate/Journalcontentsearch.java 79 publicMethodCommentRequirement Required
65056 src/com/gps/hibernate/Journalcontentsearch.java 83 Parameter 'layoutId' is not assigned and could be declared final
65057 src/com/gps/hibernate/Journalcontentsearch.java 83 publicMethodCommentRequirement Required
65058 src/com/gps/hibernate/Journalcontentsearch.java 87 publicMethodCommentRequirement Required
65059 src/com/gps/hibernate/Journalcontentsearch.java 91 Parameter 'portletId' is not assigned and could be declared final
65060 src/com/gps/hibernate/Journalcontentsearch.java 91 publicMethodCommentRequirement Required
65061 src/com/gps/hibernate/Journalcontentsearch.java 95 publicMethodCommentRequirement Required
65062 src/com/gps/hibernate/Journalcontentsearch.java 99 Parameter 'articleId' is not assigned and could be declared final
65063 src/com/gps/hibernate/Journalcontentsearch.java 99 publicMethodCommentRequirement Required
65064 src/com/gps/hibernate/JournalcontentsearchDAO.java 10 Comment is too large: Too many lines
65065 src/com/gps/hibernate/JournalcontentsearchDAO.java 22 This class has too many methods, consider refactoring it.
65066 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Logger should be defined private static final and have the correct class
65067 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
65068 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 fieldCommentRequirement Required
65069 src/com/gps/hibernate/JournalcontentsearchDAO.java 26 fieldCommentRequirement Required
65070 src/com/gps/hibernate/JournalcontentsearchDAO.java 27 fieldCommentRequirement Required
65071 src/com/gps/hibernate/JournalcontentsearchDAO.java 28 fieldCommentRequirement Required
65072 src/com/gps/hibernate/JournalcontentsearchDAO.java 29 fieldCommentRequirement Required
65073 src/com/gps/hibernate/JournalcontentsearchDAO.java 30 fieldCommentRequirement Required
65074 src/com/gps/hibernate/JournalcontentsearchDAO.java 31 fieldCommentRequirement Required
65075 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
65076 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 publicMethodCommentRequirement Required
65077 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 There is log block not surrounded by if
65078 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65079 src/com/gps/hibernate/JournalcontentsearchDAO.java 36 Potential violation of Law of Demeter (method chain calls)
65080 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 There is log block not surrounded by if
65081 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65082 src/com/gps/hibernate/JournalcontentsearchDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65083 src/com/gps/hibernate/JournalcontentsearchDAO.java 39 There is log block not surrounded by if
65084 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Avoid excessively long variable names like persistentInstance
65085 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
65086 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 publicMethodCommentRequirement Required
65087 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 There is log block not surrounded by if
65088 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65089 src/com/gps/hibernate/JournalcontentsearchDAO.java 47 Potential violation of Law of Demeter (method chain calls)
65090 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 There is log block not surrounded by if
65091 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65092 src/com/gps/hibernate/JournalcontentsearchDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65093 src/com/gps/hibernate/JournalcontentsearchDAO.java 50 There is log block not surrounded by if
65094 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Avoid variables with short names like id
65095 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Parameter 'id' is not assigned and could be declared final
65096 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 publicMethodCommentRequirement Required
65097 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 There is log block not surrounded by if
65098 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65099 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Local variable 'instance' could be declared final
65100 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Potential violation of Law of Demeter (method chain calls)
65101 src/com/gps/hibernate/JournalcontentsearchDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65102 src/com/gps/hibernate/JournalcontentsearchDAO.java 62 There is log block not surrounded by if
65103 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 Parameter 'instance' is not assigned and could be declared final
65104 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 publicMethodCommentRequirement Required
65105 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 There is log block not surrounded by if
65106 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65107 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Local variable 'results' could be declared final
65108 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
65109 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
65110 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
65111 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 There is log block not surrounded by if
65112 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65113 src/com/gps/hibernate/JournalcontentsearchDAO.java 74 Potential violation of Law of Demeter (object not created locally)
65114 src/com/gps/hibernate/JournalcontentsearchDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65115 src/com/gps/hibernate/JournalcontentsearchDAO.java 77 There is log block not surrounded by if
65116 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
65117 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'value' is not assigned and could be declared final
65118 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 publicMethodCommentRequirement Required
65119 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 There is log block not surrounded by if
65120 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65121 src/com/gps/hibernate/JournalcontentsearchDAO.java 86 Local variable 'queryString' could be declared final
65122 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Local variable 'queryObject' could be declared final
65123 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Potential violation of Law of Demeter (method chain calls)
65124 src/com/gps/hibernate/JournalcontentsearchDAO.java 89 Potential violation of Law of Demeter (object not created locally)
65125 src/com/gps/hibernate/JournalcontentsearchDAO.java 90 Potential violation of Law of Demeter (object not created locally)
65126 src/com/gps/hibernate/JournalcontentsearchDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65127 src/com/gps/hibernate/JournalcontentsearchDAO.java 92 There is log block not surrounded by if
65128 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 Parameter 'groupId' is not assigned and could be declared final
65129 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 publicMethodCommentRequirement Required
65130 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 Parameter 'companyId' is not assigned and could be declared final
65131 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 publicMethodCommentRequirement Required
65132 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 Parameter 'privateLayout' is not assigned and could be declared final
65133 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 publicMethodCommentRequirement Required
65134 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 Parameter 'layoutId' is not assigned and could be declared final
65135 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 publicMethodCommentRequirement Required
65136 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 Parameter 'portletId' is not assigned and could be declared final
65137 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 publicMethodCommentRequirement Required
65138 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 Parameter 'articleId' is not assigned and could be declared final
65139 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 publicMethodCommentRequirement Required
65140 src/com/gps/hibernate/JournalcontentsearchDAO.java 121 publicMethodCommentRequirement Required
65141 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 There is log block not surrounded by if
65142 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65143 src/com/gps/hibernate/JournalcontentsearchDAO.java 124 Local variable 'queryString' could be declared final
65144 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Local variable 'queryObject' could be declared final
65145 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Potential violation of Law of Demeter (method chain calls)
65146 src/com/gps/hibernate/JournalcontentsearchDAO.java 126 Potential violation of Law of Demeter (object not created locally)
65147 src/com/gps/hibernate/JournalcontentsearchDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65148 src/com/gps/hibernate/JournalcontentsearchDAO.java 128 There is log block not surrounded by if
65149 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
65150 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 publicMethodCommentRequirement Required
65151 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 There is log block not surrounded by if
65152 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65153 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Local variable 'result' could be declared final
65154 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Potential violation of Law of Demeter (method chain calls)
65155 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 There is log block not surrounded by if
65156 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65157 src/com/gps/hibernate/JournalcontentsearchDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65158 src/com/gps/hibernate/JournalcontentsearchDAO.java 141 There is log block not surrounded by if
65159 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 Parameter 'instance' is not assigned and could be declared final
65160 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 publicMethodCommentRequirement Required
65161 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 There is log block not surrounded by if
65162 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65163 src/com/gps/hibernate/JournalcontentsearchDAO.java 149 Potential violation of Law of Demeter (method chain calls)
65164 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 There is log block not surrounded by if
65165 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65166 src/com/gps/hibernate/JournalcontentsearchDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65167 src/com/gps/hibernate/JournalcontentsearchDAO.java 152 There is log block not surrounded by if
65168 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 Parameter 'instance' is not assigned and could be declared final
65169 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 publicMethodCommentRequirement Required
65170 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 There is log block not surrounded by if
65171 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65172 src/com/gps/hibernate/JournalcontentsearchDAO.java 160 Potential violation of Law of Demeter (method chain calls)
65173 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 There is log block not surrounded by if
65174 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65175 src/com/gps/hibernate/JournalcontentsearchDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65176 src/com/gps/hibernate/JournalcontentsearchDAO.java 163 There is log block not surrounded by if
65177 src/com/gps/hibernate/Journalfeed.java 1 This class has a bunch of public methods and attributes
65178 src/com/gps/hibernate/Journalfeed.java 11 Classes implementing Serializable should set a serialVersionUID
65179 src/com/gps/hibernate/Journalfeed.java 11 Too many fields
65180 src/com/gps/hibernate/Journalfeed.java 15 Avoid variables with short names like id
65181 src/com/gps/hibernate/Journalfeed.java 15 fieldCommentRequirement Required
65182 src/com/gps/hibernate/Journalfeed.java 16 fieldCommentRequirement Required
65183 src/com/gps/hibernate/Journalfeed.java 17 fieldCommentRequirement Required
65184 src/com/gps/hibernate/Journalfeed.java 18 fieldCommentRequirement Required
65185 src/com/gps/hibernate/Journalfeed.java 19 fieldCommentRequirement Required
65186 src/com/gps/hibernate/Journalfeed.java 20 fieldCommentRequirement Required
65187 src/com/gps/hibernate/Journalfeed.java 21 fieldCommentRequirement Required
65188 src/com/gps/hibernate/Journalfeed.java 22 fieldCommentRequirement Required
65189 src/com/gps/hibernate/Journalfeed.java 23 fieldCommentRequirement Required
65190 src/com/gps/hibernate/Journalfeed.java 24 fieldCommentRequirement Required
65191 src/com/gps/hibernate/Journalfeed.java 25 fieldCommentRequirement Required
65192 src/com/gps/hibernate/Journalfeed.java 26 fieldCommentRequirement Required
65193 src/com/gps/hibernate/Journalfeed.java 27 fieldCommentRequirement Required
65194 src/com/gps/hibernate/Journalfeed.java 28 fieldCommentRequirement Required
65195 src/com/gps/hibernate/Journalfeed.java 29 Avoid excessively long variable names like rendererTemplateId
65196 src/com/gps/hibernate/Journalfeed.java 29 fieldCommentRequirement Required
65197 src/com/gps/hibernate/Journalfeed.java 30 fieldCommentRequirement Required
65198 src/com/gps/hibernate/Journalfeed.java 31 fieldCommentRequirement Required
65199 src/com/gps/hibernate/Journalfeed.java 32 fieldCommentRequirement Required
65200 src/com/gps/hibernate/Journalfeed.java 33 Avoid excessively long variable names like targetLayoutFriendlyUrl
65201 src/com/gps/hibernate/Journalfeed.java 33 fieldCommentRequirement Required
65202 src/com/gps/hibernate/Journalfeed.java 34 fieldCommentRequirement Required
65203 src/com/gps/hibernate/Journalfeed.java 35 fieldCommentRequirement Required
65204 src/com/gps/hibernate/Journalfeed.java 36 fieldCommentRequirement Required
65205 src/com/gps/hibernate/Journalfeed.java 37 fieldCommentRequirement Required
65206 src/com/gps/hibernate/Journalfeed.java 42 Document empty constructor
65207 src/com/gps/hibernate/Journalfeed.java 46 Avoid variables with short names like id
65208 src/com/gps/hibernate/Journalfeed.java 46 Parameter 'id' is not assigned and could be declared final
65209 src/com/gps/hibernate/Journalfeed.java 51 Avoid long parameter lists.
65210 src/com/gps/hibernate/Journalfeed.java 51 Avoid variables with short names like id
65211 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'companyId' is not assigned and could be declared final
65212 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'groupId' is not assigned and could be declared final
65213 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'id' is not assigned and could be declared final
65214 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'uuid' is not assigned and could be declared final
65215 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'createDate' is not assigned and could be declared final
65216 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
65217 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userId' is not assigned and could be declared final
65218 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userName' is not assigned and could be declared final
65219 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'description' is not assigned and could be declared final
65220 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'feedId' is not assigned and could be declared final
65221 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'name' is not assigned and could be declared final
65222 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'type' is not assigned and could be declared final
65223 src/com/gps/hibernate/Journalfeed.java 54 Avoid excessively long variable names like rendererTemplateId
65224 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'rendererTemplateId' is not assigned and could be declared final
65225 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'structureId' is not assigned and could be declared final
65226 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'templateId' is not assigned and could be declared final
65227 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'delta' is not assigned and could be declared final
65228 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByCol' is not assigned and could be declared final
65229 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByType' is not assigned and could be declared final
65230 src/com/gps/hibernate/Journalfeed.java 56 Avoid excessively long variable names like targetLayoutFriendlyUrl
65231 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
65232 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetPortletId' is not assigned and could be declared final
65233 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'contentField' is not assigned and could be declared final
65234 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedType' is not assigned and could be declared final
65235 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedVersion' is not assigned and could be declared final
65236 src/com/gps/hibernate/Journalfeed.java 85 publicMethodCommentRequirement Required
65237 src/com/gps/hibernate/Journalfeed.java 89 Avoid variables with short names like id
65238 src/com/gps/hibernate/Journalfeed.java 89 Parameter 'id' is not assigned and could be declared final
65239 src/com/gps/hibernate/Journalfeed.java 89 publicMethodCommentRequirement Required
65240 src/com/gps/hibernate/Journalfeed.java 93 publicMethodCommentRequirement Required
65241 src/com/gps/hibernate/Journalfeed.java 97 Parameter 'uuid' is not assigned and could be declared final
65242 src/com/gps/hibernate/Journalfeed.java 97 publicMethodCommentRequirement Required
65243 src/com/gps/hibernate/Journalfeed.java 101 publicMethodCommentRequirement Required
65244 src/com/gps/hibernate/Journalfeed.java 105 Parameter 'groupId' is not assigned and could be declared final
65245 src/com/gps/hibernate/Journalfeed.java 105 publicMethodCommentRequirement Required
65246 src/com/gps/hibernate/Journalfeed.java 109 publicMethodCommentRequirement Required
65247 src/com/gps/hibernate/Journalfeed.java 113 Parameter 'companyId' is not assigned and could be declared final
65248 src/com/gps/hibernate/Journalfeed.java 113 publicMethodCommentRequirement Required
65249 src/com/gps/hibernate/Journalfeed.java 117 publicMethodCommentRequirement Required
65250 src/com/gps/hibernate/Journalfeed.java 121 Parameter 'userId' is not assigned and could be declared final
65251 src/com/gps/hibernate/Journalfeed.java 121 publicMethodCommentRequirement Required
65252 src/com/gps/hibernate/Journalfeed.java 125 publicMethodCommentRequirement Required
65253 src/com/gps/hibernate/Journalfeed.java 129 Parameter 'userName' is not assigned and could be declared final
65254 src/com/gps/hibernate/Journalfeed.java 129 publicMethodCommentRequirement Required
65255 src/com/gps/hibernate/Journalfeed.java 133 publicMethodCommentRequirement Required
65256 src/com/gps/hibernate/Journalfeed.java 137 Parameter 'createDate' is not assigned and could be declared final
65257 src/com/gps/hibernate/Journalfeed.java 137 publicMethodCommentRequirement Required
65258 src/com/gps/hibernate/Journalfeed.java 141 publicMethodCommentRequirement Required
65259 src/com/gps/hibernate/Journalfeed.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
65260 src/com/gps/hibernate/Journalfeed.java 145 publicMethodCommentRequirement Required
65261 src/com/gps/hibernate/Journalfeed.java 149 publicMethodCommentRequirement Required
65262 src/com/gps/hibernate/Journalfeed.java 153 Parameter 'feedId' is not assigned and could be declared final
65263 src/com/gps/hibernate/Journalfeed.java 153 publicMethodCommentRequirement Required
65264 src/com/gps/hibernate/Journalfeed.java 157 publicMethodCommentRequirement Required
65265 src/com/gps/hibernate/Journalfeed.java 161 Parameter 'name' is not assigned and could be declared final
65266 src/com/gps/hibernate/Journalfeed.java 161 publicMethodCommentRequirement Required
65267 src/com/gps/hibernate/Journalfeed.java 165 publicMethodCommentRequirement Required
65268 src/com/gps/hibernate/Journalfeed.java 169 Parameter 'description' is not assigned and could be declared final
65269 src/com/gps/hibernate/Journalfeed.java 169 publicMethodCommentRequirement Required
65270 src/com/gps/hibernate/Journalfeed.java 173 publicMethodCommentRequirement Required
65271 src/com/gps/hibernate/Journalfeed.java 177 Parameter 'type' is not assigned and could be declared final
65272 src/com/gps/hibernate/Journalfeed.java 177 publicMethodCommentRequirement Required
65273 src/com/gps/hibernate/Journalfeed.java 181 publicMethodCommentRequirement Required
65274 src/com/gps/hibernate/Journalfeed.java 185 Parameter 'structureId' is not assigned and could be declared final
65275 src/com/gps/hibernate/Journalfeed.java 185 publicMethodCommentRequirement Required
65276 src/com/gps/hibernate/Journalfeed.java 189 publicMethodCommentRequirement Required
65277 src/com/gps/hibernate/Journalfeed.java 193 Parameter 'templateId' is not assigned and could be declared final
65278 src/com/gps/hibernate/Journalfeed.java 193 publicMethodCommentRequirement Required
65279 src/com/gps/hibernate/Journalfeed.java 197 publicMethodCommentRequirement Required
65280 src/com/gps/hibernate/Journalfeed.java 201 Avoid excessively long variable names like rendererTemplateId
65281 src/com/gps/hibernate/Journalfeed.java 201 Parameter 'rendererTemplateId' is not assigned and could be declared final
65282 src/com/gps/hibernate/Journalfeed.java 201 publicMethodCommentRequirement Required
65283 src/com/gps/hibernate/Journalfeed.java 205 publicMethodCommentRequirement Required
65284 src/com/gps/hibernate/Journalfeed.java 209 Parameter 'delta' is not assigned and could be declared final
65285 src/com/gps/hibernate/Journalfeed.java 209 publicMethodCommentRequirement Required
65286 src/com/gps/hibernate/Journalfeed.java 213 publicMethodCommentRequirement Required
65287 src/com/gps/hibernate/Journalfeed.java 217 Parameter 'orderByCol' is not assigned and could be declared final
65288 src/com/gps/hibernate/Journalfeed.java 217 publicMethodCommentRequirement Required
65289 src/com/gps/hibernate/Journalfeed.java 221 publicMethodCommentRequirement Required
65290 src/com/gps/hibernate/Journalfeed.java 225 Parameter 'orderByType' is not assigned and could be declared final
65291 src/com/gps/hibernate/Journalfeed.java 225 publicMethodCommentRequirement Required
65292 src/com/gps/hibernate/Journalfeed.java 229 publicMethodCommentRequirement Required
65293 src/com/gps/hibernate/Journalfeed.java 233 Avoid excessively long variable names like targetLayoutFriendlyUrl
65294 src/com/gps/hibernate/Journalfeed.java 233 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
65295 src/com/gps/hibernate/Journalfeed.java 233 publicMethodCommentRequirement Required
65296 src/com/gps/hibernate/Journalfeed.java 237 publicMethodCommentRequirement Required
65297 src/com/gps/hibernate/Journalfeed.java 241 Parameter 'targetPortletId' is not assigned and could be declared final
65298 src/com/gps/hibernate/Journalfeed.java 241 publicMethodCommentRequirement Required
65299 src/com/gps/hibernate/Journalfeed.java 245 publicMethodCommentRequirement Required
65300 src/com/gps/hibernate/Journalfeed.java 249 Parameter 'contentField' is not assigned and could be declared final
65301 src/com/gps/hibernate/Journalfeed.java 249 publicMethodCommentRequirement Required
65302 src/com/gps/hibernate/Journalfeed.java 253 publicMethodCommentRequirement Required
65303 src/com/gps/hibernate/Journalfeed.java 257 Parameter 'feedType' is not assigned and could be declared final
65304 src/com/gps/hibernate/Journalfeed.java 257 publicMethodCommentRequirement Required
65305 src/com/gps/hibernate/Journalfeed.java 261 publicMethodCommentRequirement Required
65306 src/com/gps/hibernate/Journalfeed.java 265 Parameter 'feedVersion' is not assigned and could be declared final
65307 src/com/gps/hibernate/Journalfeed.java 265 publicMethodCommentRequirement Required
65308 src/com/gps/hibernate/JournalfeedDAO.java 3 Avoid unused imports such as 'java.util.Date'
65309 src/com/gps/hibernate/JournalfeedDAO.java 11 Comment is too large: Too many lines
65310 src/com/gps/hibernate/JournalfeedDAO.java 23 This class has too many methods, consider refactoring it.
65311 src/com/gps/hibernate/JournalfeedDAO.java 24 Logger should be defined private static final and have the correct class
65312 src/com/gps/hibernate/JournalfeedDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
65313 src/com/gps/hibernate/JournalfeedDAO.java 24 fieldCommentRequirement Required
65314 src/com/gps/hibernate/JournalfeedDAO.java 26 fieldCommentRequirement Required
65315 src/com/gps/hibernate/JournalfeedDAO.java 27 fieldCommentRequirement Required
65316 src/com/gps/hibernate/JournalfeedDAO.java 28 fieldCommentRequirement Required
65317 src/com/gps/hibernate/JournalfeedDAO.java 29 fieldCommentRequirement Required
65318 src/com/gps/hibernate/JournalfeedDAO.java 30 fieldCommentRequirement Required
65319 src/com/gps/hibernate/JournalfeedDAO.java 31 fieldCommentRequirement Required
65320 src/com/gps/hibernate/JournalfeedDAO.java 32 fieldCommentRequirement Required
65321 src/com/gps/hibernate/JournalfeedDAO.java 33 fieldCommentRequirement Required
65322 src/com/gps/hibernate/JournalfeedDAO.java 34 fieldCommentRequirement Required
65323 src/com/gps/hibernate/JournalfeedDAO.java 35 fieldCommentRequirement Required
65324 src/com/gps/hibernate/JournalfeedDAO.java 36 fieldCommentRequirement Required
65325 src/com/gps/hibernate/JournalfeedDAO.java 37 Avoid excessively long variable names like RENDERER_TEMPLATE_ID
65326 src/com/gps/hibernate/JournalfeedDAO.java 37 fieldCommentRequirement Required
65327 src/com/gps/hibernate/JournalfeedDAO.java 38 fieldCommentRequirement Required
65328 src/com/gps/hibernate/JournalfeedDAO.java 39 fieldCommentRequirement Required
65329 src/com/gps/hibernate/JournalfeedDAO.java 40 fieldCommentRequirement Required
65330 src/com/gps/hibernate/JournalfeedDAO.java 41 Avoid excessively long variable names like TARGET_LAYOUT_FRIENDLY_URL
65331 src/com/gps/hibernate/JournalfeedDAO.java 41 fieldCommentRequirement Required
65332 src/com/gps/hibernate/JournalfeedDAO.java 42 fieldCommentRequirement Required
65333 src/com/gps/hibernate/JournalfeedDAO.java 43 fieldCommentRequirement Required
65334 src/com/gps/hibernate/JournalfeedDAO.java 44 fieldCommentRequirement Required
65335 src/com/gps/hibernate/JournalfeedDAO.java 45 fieldCommentRequirement Required
65336 src/com/gps/hibernate/JournalfeedDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
65337 src/com/gps/hibernate/JournalfeedDAO.java 47 publicMethodCommentRequirement Required
65338 src/com/gps/hibernate/JournalfeedDAO.java 48 There is log block not surrounded by if
65339 src/com/gps/hibernate/JournalfeedDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65340 src/com/gps/hibernate/JournalfeedDAO.java 50 Potential violation of Law of Demeter (method chain calls)
65341 src/com/gps/hibernate/JournalfeedDAO.java 51 There is log block not surrounded by if
65342 src/com/gps/hibernate/JournalfeedDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65343 src/com/gps/hibernate/JournalfeedDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65344 src/com/gps/hibernate/JournalfeedDAO.java 53 There is log block not surrounded by if
65345 src/com/gps/hibernate/JournalfeedDAO.java 58 Avoid excessively long variable names like persistentInstance
65346 src/com/gps/hibernate/JournalfeedDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
65347 src/com/gps/hibernate/JournalfeedDAO.java 58 publicMethodCommentRequirement Required
65348 src/com/gps/hibernate/JournalfeedDAO.java 59 There is log block not surrounded by if
65349 src/com/gps/hibernate/JournalfeedDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65350 src/com/gps/hibernate/JournalfeedDAO.java 61 Potential violation of Law of Demeter (method chain calls)
65351 src/com/gps/hibernate/JournalfeedDAO.java 62 There is log block not surrounded by if
65352 src/com/gps/hibernate/JournalfeedDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65353 src/com/gps/hibernate/JournalfeedDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65354 src/com/gps/hibernate/JournalfeedDAO.java 64 There is log block not surrounded by if
65355 src/com/gps/hibernate/JournalfeedDAO.java 69 Avoid variables with short names like id
65356 src/com/gps/hibernate/JournalfeedDAO.java 69 Parameter 'id' is not assigned and could be declared final
65357 src/com/gps/hibernate/JournalfeedDAO.java 69 publicMethodCommentRequirement Required
65358 src/com/gps/hibernate/JournalfeedDAO.java 70 There is log block not surrounded by if
65359 src/com/gps/hibernate/JournalfeedDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65360 src/com/gps/hibernate/JournalfeedDAO.java 72 Local variable 'instance' could be declared final
65361 src/com/gps/hibernate/JournalfeedDAO.java 72 Potential violation of Law of Demeter (method chain calls)
65362 src/com/gps/hibernate/JournalfeedDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65363 src/com/gps/hibernate/JournalfeedDAO.java 76 There is log block not surrounded by if
65364 src/com/gps/hibernate/JournalfeedDAO.java 81 Parameter 'instance' is not assigned and could be declared final
65365 src/com/gps/hibernate/JournalfeedDAO.java 81 publicMethodCommentRequirement Required
65366 src/com/gps/hibernate/JournalfeedDAO.java 82 There is log block not surrounded by if
65367 src/com/gps/hibernate/JournalfeedDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65368 src/com/gps/hibernate/JournalfeedDAO.java 84 Local variable 'results' could be declared final
65369 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
65370 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
65371 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
65372 src/com/gps/hibernate/JournalfeedDAO.java 87 There is log block not surrounded by if
65373 src/com/gps/hibernate/JournalfeedDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65374 src/com/gps/hibernate/JournalfeedDAO.java 88 Potential violation of Law of Demeter (object not created locally)
65375 src/com/gps/hibernate/JournalfeedDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65376 src/com/gps/hibernate/JournalfeedDAO.java 91 There is log block not surrounded by if
65377 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
65378 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'value' is not assigned and could be declared final
65379 src/com/gps/hibernate/JournalfeedDAO.java 96 publicMethodCommentRequirement Required
65380 src/com/gps/hibernate/JournalfeedDAO.java 97 There is log block not surrounded by if
65381 src/com/gps/hibernate/JournalfeedDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65382 src/com/gps/hibernate/JournalfeedDAO.java 100 Local variable 'queryString' could be declared final
65383 src/com/gps/hibernate/JournalfeedDAO.java 102 Local variable 'queryObject' could be declared final
65384 src/com/gps/hibernate/JournalfeedDAO.java 102 Potential violation of Law of Demeter (method chain calls)
65385 src/com/gps/hibernate/JournalfeedDAO.java 103 Potential violation of Law of Demeter (object not created locally)
65386 src/com/gps/hibernate/JournalfeedDAO.java 104 Potential violation of Law of Demeter (object not created locally)
65387 src/com/gps/hibernate/JournalfeedDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65388 src/com/gps/hibernate/JournalfeedDAO.java 106 There is log block not surrounded by if
65389 src/com/gps/hibernate/JournalfeedDAO.java 111 Parameter 'uuid' is not assigned and could be declared final
65390 src/com/gps/hibernate/JournalfeedDAO.java 111 publicMethodCommentRequirement Required
65391 src/com/gps/hibernate/JournalfeedDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
65392 src/com/gps/hibernate/JournalfeedDAO.java 115 publicMethodCommentRequirement Required
65393 src/com/gps/hibernate/JournalfeedDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
65394 src/com/gps/hibernate/JournalfeedDAO.java 119 publicMethodCommentRequirement Required
65395 src/com/gps/hibernate/JournalfeedDAO.java 123 Parameter 'userId' is not assigned and could be declared final
65396 src/com/gps/hibernate/JournalfeedDAO.java 123 publicMethodCommentRequirement Required
65397 src/com/gps/hibernate/JournalfeedDAO.java 127 Parameter 'userName' is not assigned and could be declared final
65398 src/com/gps/hibernate/JournalfeedDAO.java 127 publicMethodCommentRequirement Required
65399 src/com/gps/hibernate/JournalfeedDAO.java 131 Parameter 'feedId' is not assigned and could be declared final
65400 src/com/gps/hibernate/JournalfeedDAO.java 131 publicMethodCommentRequirement Required
65401 src/com/gps/hibernate/JournalfeedDAO.java 135 Parameter 'name' is not assigned and could be declared final
65402 src/com/gps/hibernate/JournalfeedDAO.java 135 publicMethodCommentRequirement Required
65403 src/com/gps/hibernate/JournalfeedDAO.java 139 Parameter 'description' is not assigned and could be declared final
65404 src/com/gps/hibernate/JournalfeedDAO.java 139 publicMethodCommentRequirement Required
65405 src/com/gps/hibernate/JournalfeedDAO.java 143 Parameter 'type' is not assigned and could be declared final
65406 src/com/gps/hibernate/JournalfeedDAO.java 143 publicMethodCommentRequirement Required
65407 src/com/gps/hibernate/JournalfeedDAO.java 147 Parameter 'structureId' is not assigned and could be declared final
65408 src/com/gps/hibernate/JournalfeedDAO.java 147 publicMethodCommentRequirement Required
65409 src/com/gps/hibernate/JournalfeedDAO.java 151 Parameter 'templateId' is not assigned and could be declared final
65410 src/com/gps/hibernate/JournalfeedDAO.java 151 publicMethodCommentRequirement Required
65411 src/com/gps/hibernate/JournalfeedDAO.java 155 Avoid excessively long variable names like rendererTemplateId
65412 src/com/gps/hibernate/JournalfeedDAO.java 155 Parameter 'rendererTemplateId' is not assigned and could be declared final
65413 src/com/gps/hibernate/JournalfeedDAO.java 155 publicMethodCommentRequirement Required
65414 src/com/gps/hibernate/JournalfeedDAO.java 159 Parameter 'delta' is not assigned and could be declared final
65415 src/com/gps/hibernate/JournalfeedDAO.java 159 publicMethodCommentRequirement Required
65416 src/com/gps/hibernate/JournalfeedDAO.java 163 Parameter 'orderByCol' is not assigned and could be declared final
65417 src/com/gps/hibernate/JournalfeedDAO.java 163 publicMethodCommentRequirement Required
65418 src/com/gps/hibernate/JournalfeedDAO.java 167 Parameter 'orderByType' is not assigned and could be declared final
65419 src/com/gps/hibernate/JournalfeedDAO.java 167 publicMethodCommentRequirement Required
65420 src/com/gps/hibernate/JournalfeedDAO.java 171 Avoid excessively long variable names like targetLayoutFriendlyUrl
65421 src/com/gps/hibernate/JournalfeedDAO.java 171 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
65422 src/com/gps/hibernate/JournalfeedDAO.java 171 publicMethodCommentRequirement Required
65423 src/com/gps/hibernate/JournalfeedDAO.java 176 Parameter 'targetPortletId' is not assigned and could be declared final
65424 src/com/gps/hibernate/JournalfeedDAO.java 176 publicMethodCommentRequirement Required
65425 src/com/gps/hibernate/JournalfeedDAO.java 180 Parameter 'contentField' is not assigned and could be declared final
65426 src/com/gps/hibernate/JournalfeedDAO.java 180 publicMethodCommentRequirement Required
65427 src/com/gps/hibernate/JournalfeedDAO.java 184 Parameter 'feedType' is not assigned and could be declared final
65428 src/com/gps/hibernate/JournalfeedDAO.java 184 publicMethodCommentRequirement Required
65429 src/com/gps/hibernate/JournalfeedDAO.java 188 Parameter 'feedVersion' is not assigned and could be declared final
65430 src/com/gps/hibernate/JournalfeedDAO.java 188 publicMethodCommentRequirement Required
65431 src/com/gps/hibernate/JournalfeedDAO.java 192 publicMethodCommentRequirement Required
65432 src/com/gps/hibernate/JournalfeedDAO.java 193 There is log block not surrounded by if
65433 src/com/gps/hibernate/JournalfeedDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65434 src/com/gps/hibernate/JournalfeedDAO.java 195 Local variable 'queryString' could be declared final
65435 src/com/gps/hibernate/JournalfeedDAO.java 196 Local variable 'queryObject' could be declared final
65436 src/com/gps/hibernate/JournalfeedDAO.java 196 Potential violation of Law of Demeter (method chain calls)
65437 src/com/gps/hibernate/JournalfeedDAO.java 197 Potential violation of Law of Demeter (object not created locally)
65438 src/com/gps/hibernate/JournalfeedDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65439 src/com/gps/hibernate/JournalfeedDAO.java 199 There is log block not surrounded by if
65440 src/com/gps/hibernate/JournalfeedDAO.java 204 Parameter 'detachedInstance' is not assigned and could be declared final
65441 src/com/gps/hibernate/JournalfeedDAO.java 204 publicMethodCommentRequirement Required
65442 src/com/gps/hibernate/JournalfeedDAO.java 205 There is log block not surrounded by if
65443 src/com/gps/hibernate/JournalfeedDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65444 src/com/gps/hibernate/JournalfeedDAO.java 207 Local variable 'result' could be declared final
65445 src/com/gps/hibernate/JournalfeedDAO.java 207 Potential violation of Law of Demeter (method chain calls)
65446 src/com/gps/hibernate/JournalfeedDAO.java 209 There is log block not surrounded by if
65447 src/com/gps/hibernate/JournalfeedDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65448 src/com/gps/hibernate/JournalfeedDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65449 src/com/gps/hibernate/JournalfeedDAO.java 212 There is log block not surrounded by if
65450 src/com/gps/hibernate/JournalfeedDAO.java 217 Parameter 'instance' is not assigned and could be declared final
65451 src/com/gps/hibernate/JournalfeedDAO.java 217 publicMethodCommentRequirement Required
65452 src/com/gps/hibernate/JournalfeedDAO.java 218 There is log block not surrounded by if
65453 src/com/gps/hibernate/JournalfeedDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65454 src/com/gps/hibernate/JournalfeedDAO.java 220 Potential violation of Law of Demeter (method chain calls)
65455 src/com/gps/hibernate/JournalfeedDAO.java 221 There is log block not surrounded by if
65456 src/com/gps/hibernate/JournalfeedDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65457 src/com/gps/hibernate/JournalfeedDAO.java 222 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65458 src/com/gps/hibernate/JournalfeedDAO.java 223 There is log block not surrounded by if
65459 src/com/gps/hibernate/JournalfeedDAO.java 228 Parameter 'instance' is not assigned and could be declared final
65460 src/com/gps/hibernate/JournalfeedDAO.java 228 publicMethodCommentRequirement Required
65461 src/com/gps/hibernate/JournalfeedDAO.java 229 There is log block not surrounded by if
65462 src/com/gps/hibernate/JournalfeedDAO.java 229 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65463 src/com/gps/hibernate/JournalfeedDAO.java 231 Potential violation of Law of Demeter (method chain calls)
65464 src/com/gps/hibernate/JournalfeedDAO.java 232 There is log block not surrounded by if
65465 src/com/gps/hibernate/JournalfeedDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65466 src/com/gps/hibernate/JournalfeedDAO.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65467 src/com/gps/hibernate/JournalfeedDAO.java 234 There is log block not surrounded by if
65468 src/com/gps/hibernate/Journalstructure.java 11 Classes implementing Serializable should set a serialVersionUID
65469 src/com/gps/hibernate/Journalstructure.java 15 Avoid variables with short names like id
65470 src/com/gps/hibernate/Journalstructure.java 15 fieldCommentRequirement Required
65471 src/com/gps/hibernate/Journalstructure.java 16 fieldCommentRequirement Required
65472 src/com/gps/hibernate/Journalstructure.java 17 fieldCommentRequirement Required
65473 src/com/gps/hibernate/Journalstructure.java 18 fieldCommentRequirement Required
65474 src/com/gps/hibernate/Journalstructure.java 19 fieldCommentRequirement Required
65475 src/com/gps/hibernate/Journalstructure.java 20 fieldCommentRequirement Required
65476 src/com/gps/hibernate/Journalstructure.java 21 fieldCommentRequirement Required
65477 src/com/gps/hibernate/Journalstructure.java 22 fieldCommentRequirement Required
65478 src/com/gps/hibernate/Journalstructure.java 23 fieldCommentRequirement Required
65479 src/com/gps/hibernate/Journalstructure.java 24 fieldCommentRequirement Required
65480 src/com/gps/hibernate/Journalstructure.java 25 fieldCommentRequirement Required
65481 src/com/gps/hibernate/Journalstructure.java 26 fieldCommentRequirement Required
65482 src/com/gps/hibernate/Journalstructure.java 27 fieldCommentRequirement Required
65483 src/com/gps/hibernate/Journalstructure.java 32 Document empty constructor
65484 src/com/gps/hibernate/Journalstructure.java 36 Avoid variables with short names like id
65485 src/com/gps/hibernate/Journalstructure.java 36 Parameter 'id' is not assigned and could be declared final
65486 src/com/gps/hibernate/Journalstructure.java 41 Avoid long parameter lists.
65487 src/com/gps/hibernate/Journalstructure.java 41 Avoid variables with short names like id
65488 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'companyId' is not assigned and could be declared final
65489 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'groupId' is not assigned and could be declared final
65490 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'id' is not assigned and could be declared final
65491 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'uuid' is not assigned and could be declared final
65492 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'createDate' is not assigned and could be declared final
65493 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
65494 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userId' is not assigned and could be declared final
65495 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userName' is not assigned and could be declared final
65496 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'name' is not assigned and could be declared final
65497 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'parentStructureId' is not assigned and could be declared final
65498 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'structureId' is not assigned and could be declared final
65499 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'description' is not assigned and could be declared final
65500 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'xsd' is not assigned and could be declared final
65501 src/com/gps/hibernate/Journalstructure.java 62 publicMethodCommentRequirement Required
65502 src/com/gps/hibernate/Journalstructure.java 66 Avoid variables with short names like id
65503 src/com/gps/hibernate/Journalstructure.java 66 Parameter 'id' is not assigned and could be declared final
65504 src/com/gps/hibernate/Journalstructure.java 66 publicMethodCommentRequirement Required
65505 src/com/gps/hibernate/Journalstructure.java 70 publicMethodCommentRequirement Required
65506 src/com/gps/hibernate/Journalstructure.java 74 Parameter 'uuid' is not assigned and could be declared final
65507 src/com/gps/hibernate/Journalstructure.java 74 publicMethodCommentRequirement Required
65508 src/com/gps/hibernate/Journalstructure.java 78 publicMethodCommentRequirement Required
65509 src/com/gps/hibernate/Journalstructure.java 82 Parameter 'groupId' is not assigned and could be declared final
65510 src/com/gps/hibernate/Journalstructure.java 82 publicMethodCommentRequirement Required
65511 src/com/gps/hibernate/Journalstructure.java 86 publicMethodCommentRequirement Required
65512 src/com/gps/hibernate/Journalstructure.java 90 Parameter 'companyId' is not assigned and could be declared final
65513 src/com/gps/hibernate/Journalstructure.java 90 publicMethodCommentRequirement Required
65514 src/com/gps/hibernate/Journalstructure.java 94 publicMethodCommentRequirement Required
65515 src/com/gps/hibernate/Journalstructure.java 98 Parameter 'userId' is not assigned and could be declared final
65516 src/com/gps/hibernate/Journalstructure.java 98 publicMethodCommentRequirement Required
65517 src/com/gps/hibernate/Journalstructure.java 102 publicMethodCommentRequirement Required
65518 src/com/gps/hibernate/Journalstructure.java 106 Parameter 'userName' is not assigned and could be declared final
65519 src/com/gps/hibernate/Journalstructure.java 106 publicMethodCommentRequirement Required
65520 src/com/gps/hibernate/Journalstructure.java 110 publicMethodCommentRequirement Required
65521 src/com/gps/hibernate/Journalstructure.java 114 Parameter 'createDate' is not assigned and could be declared final
65522 src/com/gps/hibernate/Journalstructure.java 114 publicMethodCommentRequirement Required
65523 src/com/gps/hibernate/Journalstructure.java 118 publicMethodCommentRequirement Required
65524 src/com/gps/hibernate/Journalstructure.java 122 Parameter 'modifiedDate' is not assigned and could be declared final
65525 src/com/gps/hibernate/Journalstructure.java 122 publicMethodCommentRequirement Required
65526 src/com/gps/hibernate/Journalstructure.java 126 publicMethodCommentRequirement Required
65527 src/com/gps/hibernate/Journalstructure.java 130 Parameter 'structureId' is not assigned and could be declared final
65528 src/com/gps/hibernate/Journalstructure.java 130 publicMethodCommentRequirement Required
65529 src/com/gps/hibernate/Journalstructure.java 134 publicMethodCommentRequirement Required
65530 src/com/gps/hibernate/Journalstructure.java 138 Parameter 'parentStructureId' is not assigned and could be declared final
65531 src/com/gps/hibernate/Journalstructure.java 138 publicMethodCommentRequirement Required
65532 src/com/gps/hibernate/Journalstructure.java 142 publicMethodCommentRequirement Required
65533 src/com/gps/hibernate/Journalstructure.java 146 Parameter 'name' is not assigned and could be declared final
65534 src/com/gps/hibernate/Journalstructure.java 146 publicMethodCommentRequirement Required
65535 src/com/gps/hibernate/Journalstructure.java 150 publicMethodCommentRequirement Required
65536 src/com/gps/hibernate/Journalstructure.java 154 Parameter 'description' is not assigned and could be declared final
65537 src/com/gps/hibernate/Journalstructure.java 154 publicMethodCommentRequirement Required
65538 src/com/gps/hibernate/Journalstructure.java 158 publicMethodCommentRequirement Required
65539 src/com/gps/hibernate/Journalstructure.java 162 Parameter 'xsd' is not assigned and could be declared final
65540 src/com/gps/hibernate/Journalstructure.java 162 publicMethodCommentRequirement Required
65541 src/com/gps/hibernate/JournalstructureDAO.java 3 Avoid unused imports such as 'java.util.Date'
65542 src/com/gps/hibernate/JournalstructureDAO.java 11 Comment is too large: Too many lines
65543 src/com/gps/hibernate/JournalstructureDAO.java 23 This class has too many methods, consider refactoring it.
65544 src/com/gps/hibernate/JournalstructureDAO.java 24 Logger should be defined private static final and have the correct class
65545 src/com/gps/hibernate/JournalstructureDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
65546 src/com/gps/hibernate/JournalstructureDAO.java 24 fieldCommentRequirement Required
65547 src/com/gps/hibernate/JournalstructureDAO.java 26 fieldCommentRequirement Required
65548 src/com/gps/hibernate/JournalstructureDAO.java 27 fieldCommentRequirement Required
65549 src/com/gps/hibernate/JournalstructureDAO.java 28 fieldCommentRequirement Required
65550 src/com/gps/hibernate/JournalstructureDAO.java 29 fieldCommentRequirement Required
65551 src/com/gps/hibernate/JournalstructureDAO.java 30 fieldCommentRequirement Required
65552 src/com/gps/hibernate/JournalstructureDAO.java 31 fieldCommentRequirement Required
65553 src/com/gps/hibernate/JournalstructureDAO.java 32 Avoid excessively long variable names like PARENT_STRUCTURE_ID
65554 src/com/gps/hibernate/JournalstructureDAO.java 32 fieldCommentRequirement Required
65555 src/com/gps/hibernate/JournalstructureDAO.java 33 fieldCommentRequirement Required
65556 src/com/gps/hibernate/JournalstructureDAO.java 34 fieldCommentRequirement Required
65557 src/com/gps/hibernate/JournalstructureDAO.java 35 fieldCommentRequirement Required
65558 src/com/gps/hibernate/JournalstructureDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
65559 src/com/gps/hibernate/JournalstructureDAO.java 37 publicMethodCommentRequirement Required
65560 src/com/gps/hibernate/JournalstructureDAO.java 38 There is log block not surrounded by if
65561 src/com/gps/hibernate/JournalstructureDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65562 src/com/gps/hibernate/JournalstructureDAO.java 40 Potential violation of Law of Demeter (method chain calls)
65563 src/com/gps/hibernate/JournalstructureDAO.java 41 There is log block not surrounded by if
65564 src/com/gps/hibernate/JournalstructureDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65565 src/com/gps/hibernate/JournalstructureDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65566 src/com/gps/hibernate/JournalstructureDAO.java 43 There is log block not surrounded by if
65567 src/com/gps/hibernate/JournalstructureDAO.java 48 Avoid excessively long variable names like persistentInstance
65568 src/com/gps/hibernate/JournalstructureDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
65569 src/com/gps/hibernate/JournalstructureDAO.java 48 publicMethodCommentRequirement Required
65570 src/com/gps/hibernate/JournalstructureDAO.java 49 There is log block not surrounded by if
65571 src/com/gps/hibernate/JournalstructureDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65572 src/com/gps/hibernate/JournalstructureDAO.java 51 Potential violation of Law of Demeter (method chain calls)
65573 src/com/gps/hibernate/JournalstructureDAO.java 52 There is log block not surrounded by if
65574 src/com/gps/hibernate/JournalstructureDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65575 src/com/gps/hibernate/JournalstructureDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65576 src/com/gps/hibernate/JournalstructureDAO.java 54 There is log block not surrounded by if
65577 src/com/gps/hibernate/JournalstructureDAO.java 59 Avoid variables with short names like id
65578 src/com/gps/hibernate/JournalstructureDAO.java 59 Parameter 'id' is not assigned and could be declared final
65579 src/com/gps/hibernate/JournalstructureDAO.java 59 publicMethodCommentRequirement Required
65580 src/com/gps/hibernate/JournalstructureDAO.java 60 There is log block not surrounded by if
65581 src/com/gps/hibernate/JournalstructureDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65582 src/com/gps/hibernate/JournalstructureDAO.java 62 Local variable 'instance' could be declared final
65583 src/com/gps/hibernate/JournalstructureDAO.java 62 Potential violation of Law of Demeter (method chain calls)
65584 src/com/gps/hibernate/JournalstructureDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65585 src/com/gps/hibernate/JournalstructureDAO.java 66 There is log block not surrounded by if
65586 src/com/gps/hibernate/JournalstructureDAO.java 71 Parameter 'instance' is not assigned and could be declared final
65587 src/com/gps/hibernate/JournalstructureDAO.java 71 publicMethodCommentRequirement Required
65588 src/com/gps/hibernate/JournalstructureDAO.java 72 There is log block not surrounded by if
65589 src/com/gps/hibernate/JournalstructureDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65590 src/com/gps/hibernate/JournalstructureDAO.java 74 Local variable 'results' could be declared final
65591 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
65592 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
65593 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
65594 src/com/gps/hibernate/JournalstructureDAO.java 77 There is log block not surrounded by if
65595 src/com/gps/hibernate/JournalstructureDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65596 src/com/gps/hibernate/JournalstructureDAO.java 78 Potential violation of Law of Demeter (object not created locally)
65597 src/com/gps/hibernate/JournalstructureDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65598 src/com/gps/hibernate/JournalstructureDAO.java 81 There is log block not surrounded by if
65599 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
65600 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'value' is not assigned and could be declared final
65601 src/com/gps/hibernate/JournalstructureDAO.java 86 publicMethodCommentRequirement Required
65602 src/com/gps/hibernate/JournalstructureDAO.java 87 There is log block not surrounded by if
65603 src/com/gps/hibernate/JournalstructureDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65604 src/com/gps/hibernate/JournalstructureDAO.java 90 Local variable 'queryString' could be declared final
65605 src/com/gps/hibernate/JournalstructureDAO.java 92 Local variable 'queryObject' could be declared final
65606 src/com/gps/hibernate/JournalstructureDAO.java 92 Potential violation of Law of Demeter (method chain calls)
65607 src/com/gps/hibernate/JournalstructureDAO.java 93 Potential violation of Law of Demeter (object not created locally)
65608 src/com/gps/hibernate/JournalstructureDAO.java 94 Potential violation of Law of Demeter (object not created locally)
65609 src/com/gps/hibernate/JournalstructureDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65610 src/com/gps/hibernate/JournalstructureDAO.java 96 There is log block not surrounded by if
65611 src/com/gps/hibernate/JournalstructureDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
65612 src/com/gps/hibernate/JournalstructureDAO.java 101 publicMethodCommentRequirement Required
65613 src/com/gps/hibernate/JournalstructureDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
65614 src/com/gps/hibernate/JournalstructureDAO.java 105 publicMethodCommentRequirement Required
65615 src/com/gps/hibernate/JournalstructureDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
65616 src/com/gps/hibernate/JournalstructureDAO.java 109 publicMethodCommentRequirement Required
65617 src/com/gps/hibernate/JournalstructureDAO.java 113 Parameter 'userId' is not assigned and could be declared final
65618 src/com/gps/hibernate/JournalstructureDAO.java 113 publicMethodCommentRequirement Required
65619 src/com/gps/hibernate/JournalstructureDAO.java 117 Parameter 'userName' is not assigned and could be declared final
65620 src/com/gps/hibernate/JournalstructureDAO.java 117 publicMethodCommentRequirement Required
65621 src/com/gps/hibernate/JournalstructureDAO.java 121 Parameter 'structureId' is not assigned and could be declared final
65622 src/com/gps/hibernate/JournalstructureDAO.java 121 publicMethodCommentRequirement Required
65623 src/com/gps/hibernate/JournalstructureDAO.java 125 Parameter 'parentStructureId' is not assigned and could be declared final
65624 src/com/gps/hibernate/JournalstructureDAO.java 125 publicMethodCommentRequirement Required
65625 src/com/gps/hibernate/JournalstructureDAO.java 129 Parameter 'name' is not assigned and could be declared final
65626 src/com/gps/hibernate/JournalstructureDAO.java 129 publicMethodCommentRequirement Required
65627 src/com/gps/hibernate/JournalstructureDAO.java 133 Parameter 'description' is not assigned and could be declared final
65628 src/com/gps/hibernate/JournalstructureDAO.java 133 publicMethodCommentRequirement Required
65629 src/com/gps/hibernate/JournalstructureDAO.java 137 Parameter 'xsd' is not assigned and could be declared final
65630 src/com/gps/hibernate/JournalstructureDAO.java 137 publicMethodCommentRequirement Required
65631 src/com/gps/hibernate/JournalstructureDAO.java 141 publicMethodCommentRequirement Required
65632 src/com/gps/hibernate/JournalstructureDAO.java 142 There is log block not surrounded by if
65633 src/com/gps/hibernate/JournalstructureDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65634 src/com/gps/hibernate/JournalstructureDAO.java 144 Local variable 'queryString' could be declared final
65635 src/com/gps/hibernate/JournalstructureDAO.java 145 Local variable 'queryObject' could be declared final
65636 src/com/gps/hibernate/JournalstructureDAO.java 145 Potential violation of Law of Demeter (method chain calls)
65637 src/com/gps/hibernate/JournalstructureDAO.java 146 Potential violation of Law of Demeter (object not created locally)
65638 src/com/gps/hibernate/JournalstructureDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65639 src/com/gps/hibernate/JournalstructureDAO.java 148 There is log block not surrounded by if
65640 src/com/gps/hibernate/JournalstructureDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
65641 src/com/gps/hibernate/JournalstructureDAO.java 153 publicMethodCommentRequirement Required
65642 src/com/gps/hibernate/JournalstructureDAO.java 154 There is log block not surrounded by if
65643 src/com/gps/hibernate/JournalstructureDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65644 src/com/gps/hibernate/JournalstructureDAO.java 156 Local variable 'result' could be declared final
65645 src/com/gps/hibernate/JournalstructureDAO.java 156 Potential violation of Law of Demeter (method chain calls)
65646 src/com/gps/hibernate/JournalstructureDAO.java 158 There is log block not surrounded by if
65647 src/com/gps/hibernate/JournalstructureDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65648 src/com/gps/hibernate/JournalstructureDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65649 src/com/gps/hibernate/JournalstructureDAO.java 161 There is log block not surrounded by if
65650 src/com/gps/hibernate/JournalstructureDAO.java 166 Parameter 'instance' is not assigned and could be declared final
65651 src/com/gps/hibernate/JournalstructureDAO.java 166 publicMethodCommentRequirement Required
65652 src/com/gps/hibernate/JournalstructureDAO.java 167 There is log block not surrounded by if
65653 src/com/gps/hibernate/JournalstructureDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65654 src/com/gps/hibernate/JournalstructureDAO.java 169 Potential violation of Law of Demeter (method chain calls)
65655 src/com/gps/hibernate/JournalstructureDAO.java 170 There is log block not surrounded by if
65656 src/com/gps/hibernate/JournalstructureDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65657 src/com/gps/hibernate/JournalstructureDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65658 src/com/gps/hibernate/JournalstructureDAO.java 172 There is log block not surrounded by if
65659 src/com/gps/hibernate/JournalstructureDAO.java 177 Parameter 'instance' is not assigned and could be declared final
65660 src/com/gps/hibernate/JournalstructureDAO.java 177 publicMethodCommentRequirement Required
65661 src/com/gps/hibernate/JournalstructureDAO.java 178 There is log block not surrounded by if
65662 src/com/gps/hibernate/JournalstructureDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65663 src/com/gps/hibernate/JournalstructureDAO.java 180 Potential violation of Law of Demeter (method chain calls)
65664 src/com/gps/hibernate/JournalstructureDAO.java 181 There is log block not surrounded by if
65665 src/com/gps/hibernate/JournalstructureDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65666 src/com/gps/hibernate/JournalstructureDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65667 src/com/gps/hibernate/JournalstructureDAO.java 183 There is log block not surrounded by if
65668 src/com/gps/hibernate/Journaltemplate.java 11 Classes implementing Serializable should set a serialVersionUID
65669 src/com/gps/hibernate/Journaltemplate.java 11 Too many fields
65670 src/com/gps/hibernate/Journaltemplate.java 15 Avoid variables with short names like id
65671 src/com/gps/hibernate/Journaltemplate.java 15 fieldCommentRequirement Required
65672 src/com/gps/hibernate/Journaltemplate.java 16 fieldCommentRequirement Required
65673 src/com/gps/hibernate/Journaltemplate.java 17 fieldCommentRequirement Required
65674 src/com/gps/hibernate/Journaltemplate.java 18 fieldCommentRequirement Required
65675 src/com/gps/hibernate/Journaltemplate.java 19 fieldCommentRequirement Required
65676 src/com/gps/hibernate/Journaltemplate.java 20 fieldCommentRequirement Required
65677 src/com/gps/hibernate/Journaltemplate.java 21 fieldCommentRequirement Required
65678 src/com/gps/hibernate/Journaltemplate.java 22 fieldCommentRequirement Required
65679 src/com/gps/hibernate/Journaltemplate.java 23 fieldCommentRequirement Required
65680 src/com/gps/hibernate/Journaltemplate.java 24 fieldCommentRequirement Required
65681 src/com/gps/hibernate/Journaltemplate.java 25 fieldCommentRequirement Required
65682 src/com/gps/hibernate/Journaltemplate.java 26 fieldCommentRequirement Required
65683 src/com/gps/hibernate/Journaltemplate.java 27 fieldCommentRequirement Required
65684 src/com/gps/hibernate/Journaltemplate.java 28 fieldCommentRequirement Required
65685 src/com/gps/hibernate/Journaltemplate.java 29 fieldCommentRequirement Required
65686 src/com/gps/hibernate/Journaltemplate.java 30 fieldCommentRequirement Required
65687 src/com/gps/hibernate/Journaltemplate.java 31 fieldCommentRequirement Required
65688 src/com/gps/hibernate/Journaltemplate.java 32 fieldCommentRequirement Required
65689 src/com/gps/hibernate/Journaltemplate.java 37 Document empty constructor
65690 src/com/gps/hibernate/Journaltemplate.java 41 Avoid variables with short names like id
65691 src/com/gps/hibernate/Journaltemplate.java 41 Parameter 'id' is not assigned and could be declared final
65692 src/com/gps/hibernate/Journaltemplate.java 46 Avoid long parameter lists.
65693 src/com/gps/hibernate/Journaltemplate.java 46 Avoid variables with short names like id
65694 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'companyId' is not assigned and could be declared final
65695 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'groupId' is not assigned and could be declared final
65696 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'id' is not assigned and could be declared final
65697 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'uuid' is not assigned and could be declared final
65698 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'createDate' is not assigned and could be declared final
65699 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
65700 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userId' is not assigned and could be declared final
65701 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userName' is not assigned and could be declared final
65702 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'name' is not assigned and could be declared final
65703 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'structureId' is not assigned and could be declared final
65704 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'templateId' is not assigned and could be declared final
65705 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'cacheable' is not assigned and could be declared final
65706 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'description' is not assigned and could be declared final
65707 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'langType' is not assigned and could be declared final
65708 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'xsl' is not assigned and could be declared final
65709 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImage' is not assigned and could be declared final
65710 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageId' is not assigned and could be declared final
65711 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageUrl' is not assigned and could be declared final
65712 src/com/gps/hibernate/Journaltemplate.java 73 publicMethodCommentRequirement Required
65713 src/com/gps/hibernate/Journaltemplate.java 77 Avoid variables with short names like id
65714 src/com/gps/hibernate/Journaltemplate.java 77 Parameter 'id' is not assigned and could be declared final
65715 src/com/gps/hibernate/Journaltemplate.java 77 publicMethodCommentRequirement Required
65716 src/com/gps/hibernate/Journaltemplate.java 81 publicMethodCommentRequirement Required
65717 src/com/gps/hibernate/Journaltemplate.java 85 Parameter 'uuid' is not assigned and could be declared final
65718 src/com/gps/hibernate/Journaltemplate.java 85 publicMethodCommentRequirement Required
65719 src/com/gps/hibernate/Journaltemplate.java 89 publicMethodCommentRequirement Required
65720 src/com/gps/hibernate/Journaltemplate.java 93 Parameter 'groupId' is not assigned and could be declared final
65721 src/com/gps/hibernate/Journaltemplate.java 93 publicMethodCommentRequirement Required
65722 src/com/gps/hibernate/Journaltemplate.java 97 publicMethodCommentRequirement Required
65723 src/com/gps/hibernate/Journaltemplate.java 101 Parameter 'companyId' is not assigned and could be declared final
65724 src/com/gps/hibernate/Journaltemplate.java 101 publicMethodCommentRequirement Required
65725 src/com/gps/hibernate/Journaltemplate.java 105 publicMethodCommentRequirement Required
65726 src/com/gps/hibernate/Journaltemplate.java 109 Parameter 'userId' is not assigned and could be declared final
65727 src/com/gps/hibernate/Journaltemplate.java 109 publicMethodCommentRequirement Required
65728 src/com/gps/hibernate/Journaltemplate.java 113 publicMethodCommentRequirement Required
65729 src/com/gps/hibernate/Journaltemplate.java 117 Parameter 'userName' is not assigned and could be declared final
65730 src/com/gps/hibernate/Journaltemplate.java 117 publicMethodCommentRequirement Required
65731 src/com/gps/hibernate/Journaltemplate.java 121 publicMethodCommentRequirement Required
65732 src/com/gps/hibernate/Journaltemplate.java 125 Parameter 'createDate' is not assigned and could be declared final
65733 src/com/gps/hibernate/Journaltemplate.java 125 publicMethodCommentRequirement Required
65734 src/com/gps/hibernate/Journaltemplate.java 129 publicMethodCommentRequirement Required
65735 src/com/gps/hibernate/Journaltemplate.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
65736 src/com/gps/hibernate/Journaltemplate.java 133 publicMethodCommentRequirement Required
65737 src/com/gps/hibernate/Journaltemplate.java 137 publicMethodCommentRequirement Required
65738 src/com/gps/hibernate/Journaltemplate.java 141 Parameter 'templateId' is not assigned and could be declared final
65739 src/com/gps/hibernate/Journaltemplate.java 141 publicMethodCommentRequirement Required
65740 src/com/gps/hibernate/Journaltemplate.java 145 publicMethodCommentRequirement Required
65741 src/com/gps/hibernate/Journaltemplate.java 149 Parameter 'structureId' is not assigned and could be declared final
65742 src/com/gps/hibernate/Journaltemplate.java 149 publicMethodCommentRequirement Required
65743 src/com/gps/hibernate/Journaltemplate.java 153 publicMethodCommentRequirement Required
65744 src/com/gps/hibernate/Journaltemplate.java 157 Parameter 'name' is not assigned and could be declared final
65745 src/com/gps/hibernate/Journaltemplate.java 157 publicMethodCommentRequirement Required
65746 src/com/gps/hibernate/Journaltemplate.java 161 publicMethodCommentRequirement Required
65747 src/com/gps/hibernate/Journaltemplate.java 165 Parameter 'description' is not assigned and could be declared final
65748 src/com/gps/hibernate/Journaltemplate.java 165 publicMethodCommentRequirement Required
65749 src/com/gps/hibernate/Journaltemplate.java 169 publicMethodCommentRequirement Required
65750 src/com/gps/hibernate/Journaltemplate.java 173 Parameter 'xsl' is not assigned and could be declared final
65751 src/com/gps/hibernate/Journaltemplate.java 173 publicMethodCommentRequirement Required
65752 src/com/gps/hibernate/Journaltemplate.java 177 publicMethodCommentRequirement Required
65753 src/com/gps/hibernate/Journaltemplate.java 181 Parameter 'langType' is not assigned and could be declared final
65754 src/com/gps/hibernate/Journaltemplate.java 181 publicMethodCommentRequirement Required
65755 src/com/gps/hibernate/Journaltemplate.java 185 publicMethodCommentRequirement Required
65756 src/com/gps/hibernate/Journaltemplate.java 189 Parameter 'cacheable' is not assigned and could be declared final
65757 src/com/gps/hibernate/Journaltemplate.java 189 publicMethodCommentRequirement Required
65758 src/com/gps/hibernate/Journaltemplate.java 193 publicMethodCommentRequirement Required
65759 src/com/gps/hibernate/Journaltemplate.java 197 Parameter 'smallImage' is not assigned and could be declared final
65760 src/com/gps/hibernate/Journaltemplate.java 197 publicMethodCommentRequirement Required
65761 src/com/gps/hibernate/Journaltemplate.java 201 publicMethodCommentRequirement Required
65762 src/com/gps/hibernate/Journaltemplate.java 205 Parameter 'smallImageId' is not assigned and could be declared final
65763 src/com/gps/hibernate/Journaltemplate.java 205 publicMethodCommentRequirement Required
65764 src/com/gps/hibernate/Journaltemplate.java 209 publicMethodCommentRequirement Required
65765 src/com/gps/hibernate/Journaltemplate.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
65766 src/com/gps/hibernate/Journaltemplate.java 213 publicMethodCommentRequirement Required
65767 src/com/gps/hibernate/JournaltemplateDAO.java 3 Avoid unused imports such as 'java.util.Date'
65768 src/com/gps/hibernate/JournaltemplateDAO.java 11 Comment is too large: Too many lines
65769 src/com/gps/hibernate/JournaltemplateDAO.java 23 This class has too many methods, consider refactoring it.
65770 src/com/gps/hibernate/JournaltemplateDAO.java 24 Logger should be defined private static final and have the correct class
65771 src/com/gps/hibernate/JournaltemplateDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
65772 src/com/gps/hibernate/JournaltemplateDAO.java 24 fieldCommentRequirement Required
65773 src/com/gps/hibernate/JournaltemplateDAO.java 26 fieldCommentRequirement Required
65774 src/com/gps/hibernate/JournaltemplateDAO.java 27 fieldCommentRequirement Required
65775 src/com/gps/hibernate/JournaltemplateDAO.java 28 fieldCommentRequirement Required
65776 src/com/gps/hibernate/JournaltemplateDAO.java 29 fieldCommentRequirement Required
65777 src/com/gps/hibernate/JournaltemplateDAO.java 30 fieldCommentRequirement Required
65778 src/com/gps/hibernate/JournaltemplateDAO.java 31 fieldCommentRequirement Required
65779 src/com/gps/hibernate/JournaltemplateDAO.java 32 fieldCommentRequirement Required
65780 src/com/gps/hibernate/JournaltemplateDAO.java 33 fieldCommentRequirement Required
65781 src/com/gps/hibernate/JournaltemplateDAO.java 34 fieldCommentRequirement Required
65782 src/com/gps/hibernate/JournaltemplateDAO.java 35 fieldCommentRequirement Required
65783 src/com/gps/hibernate/JournaltemplateDAO.java 36 fieldCommentRequirement Required
65784 src/com/gps/hibernate/JournaltemplateDAO.java 37 fieldCommentRequirement Required
65785 src/com/gps/hibernate/JournaltemplateDAO.java 38 fieldCommentRequirement Required
65786 src/com/gps/hibernate/JournaltemplateDAO.java 39 fieldCommentRequirement Required
65787 src/com/gps/hibernate/JournaltemplateDAO.java 40 fieldCommentRequirement Required
65788 src/com/gps/hibernate/JournaltemplateDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
65789 src/com/gps/hibernate/JournaltemplateDAO.java 42 publicMethodCommentRequirement Required
65790 src/com/gps/hibernate/JournaltemplateDAO.java 43 There is log block not surrounded by if
65791 src/com/gps/hibernate/JournaltemplateDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65792 src/com/gps/hibernate/JournaltemplateDAO.java 45 Potential violation of Law of Demeter (method chain calls)
65793 src/com/gps/hibernate/JournaltemplateDAO.java 46 There is log block not surrounded by if
65794 src/com/gps/hibernate/JournaltemplateDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65795 src/com/gps/hibernate/JournaltemplateDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65796 src/com/gps/hibernate/JournaltemplateDAO.java 48 There is log block not surrounded by if
65797 src/com/gps/hibernate/JournaltemplateDAO.java 53 Avoid excessively long variable names like persistentInstance
65798 src/com/gps/hibernate/JournaltemplateDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
65799 src/com/gps/hibernate/JournaltemplateDAO.java 53 publicMethodCommentRequirement Required
65800 src/com/gps/hibernate/JournaltemplateDAO.java 54 There is log block not surrounded by if
65801 src/com/gps/hibernate/JournaltemplateDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65802 src/com/gps/hibernate/JournaltemplateDAO.java 56 Potential violation of Law of Demeter (method chain calls)
65803 src/com/gps/hibernate/JournaltemplateDAO.java 57 There is log block not surrounded by if
65804 src/com/gps/hibernate/JournaltemplateDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65805 src/com/gps/hibernate/JournaltemplateDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65806 src/com/gps/hibernate/JournaltemplateDAO.java 59 There is log block not surrounded by if
65807 src/com/gps/hibernate/JournaltemplateDAO.java 64 Avoid variables with short names like id
65808 src/com/gps/hibernate/JournaltemplateDAO.java 64 Parameter 'id' is not assigned and could be declared final
65809 src/com/gps/hibernate/JournaltemplateDAO.java 64 publicMethodCommentRequirement Required
65810 src/com/gps/hibernate/JournaltemplateDAO.java 65 There is log block not surrounded by if
65811 src/com/gps/hibernate/JournaltemplateDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65812 src/com/gps/hibernate/JournaltemplateDAO.java 67 Local variable 'instance' could be declared final
65813 src/com/gps/hibernate/JournaltemplateDAO.java 67 Potential violation of Law of Demeter (method chain calls)
65814 src/com/gps/hibernate/JournaltemplateDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65815 src/com/gps/hibernate/JournaltemplateDAO.java 71 There is log block not surrounded by if
65816 src/com/gps/hibernate/JournaltemplateDAO.java 76 Parameter 'instance' is not assigned and could be declared final
65817 src/com/gps/hibernate/JournaltemplateDAO.java 76 publicMethodCommentRequirement Required
65818 src/com/gps/hibernate/JournaltemplateDAO.java 77 There is log block not surrounded by if
65819 src/com/gps/hibernate/JournaltemplateDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65820 src/com/gps/hibernate/JournaltemplateDAO.java 79 Local variable 'results' could be declared final
65821 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
65822 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
65823 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
65824 src/com/gps/hibernate/JournaltemplateDAO.java 82 There is log block not surrounded by if
65825 src/com/gps/hibernate/JournaltemplateDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65826 src/com/gps/hibernate/JournaltemplateDAO.java 83 Potential violation of Law of Demeter (object not created locally)
65827 src/com/gps/hibernate/JournaltemplateDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65828 src/com/gps/hibernate/JournaltemplateDAO.java 86 There is log block not surrounded by if
65829 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
65830 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'value' is not assigned and could be declared final
65831 src/com/gps/hibernate/JournaltemplateDAO.java 91 publicMethodCommentRequirement Required
65832 src/com/gps/hibernate/JournaltemplateDAO.java 92 There is log block not surrounded by if
65833 src/com/gps/hibernate/JournaltemplateDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65834 src/com/gps/hibernate/JournaltemplateDAO.java 95 Local variable 'queryString' could be declared final
65835 src/com/gps/hibernate/JournaltemplateDAO.java 97 Local variable 'queryObject' could be declared final
65836 src/com/gps/hibernate/JournaltemplateDAO.java 97 Potential violation of Law of Demeter (method chain calls)
65837 src/com/gps/hibernate/JournaltemplateDAO.java 98 Potential violation of Law of Demeter (object not created locally)
65838 src/com/gps/hibernate/JournaltemplateDAO.java 99 Potential violation of Law of Demeter (object not created locally)
65839 src/com/gps/hibernate/JournaltemplateDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65840 src/com/gps/hibernate/JournaltemplateDAO.java 101 There is log block not surrounded by if
65841 src/com/gps/hibernate/JournaltemplateDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
65842 src/com/gps/hibernate/JournaltemplateDAO.java 106 publicMethodCommentRequirement Required
65843 src/com/gps/hibernate/JournaltemplateDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
65844 src/com/gps/hibernate/JournaltemplateDAO.java 110 publicMethodCommentRequirement Required
65845 src/com/gps/hibernate/JournaltemplateDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
65846 src/com/gps/hibernate/JournaltemplateDAO.java 114 publicMethodCommentRequirement Required
65847 src/com/gps/hibernate/JournaltemplateDAO.java 118 Parameter 'userId' is not assigned and could be declared final
65848 src/com/gps/hibernate/JournaltemplateDAO.java 118 publicMethodCommentRequirement Required
65849 src/com/gps/hibernate/JournaltemplateDAO.java 122 Parameter 'userName' is not assigned and could be declared final
65850 src/com/gps/hibernate/JournaltemplateDAO.java 122 publicMethodCommentRequirement Required
65851 src/com/gps/hibernate/JournaltemplateDAO.java 126 Parameter 'templateId' is not assigned and could be declared final
65852 src/com/gps/hibernate/JournaltemplateDAO.java 126 publicMethodCommentRequirement Required
65853 src/com/gps/hibernate/JournaltemplateDAO.java 130 Parameter 'structureId' is not assigned and could be declared final
65854 src/com/gps/hibernate/JournaltemplateDAO.java 130 publicMethodCommentRequirement Required
65855 src/com/gps/hibernate/JournaltemplateDAO.java 134 Parameter 'name' is not assigned and could be declared final
65856 src/com/gps/hibernate/JournaltemplateDAO.java 134 publicMethodCommentRequirement Required
65857 src/com/gps/hibernate/JournaltemplateDAO.java 138 Parameter 'description' is not assigned and could be declared final
65858 src/com/gps/hibernate/JournaltemplateDAO.java 138 publicMethodCommentRequirement Required
65859 src/com/gps/hibernate/JournaltemplateDAO.java 142 Parameter 'xsl' is not assigned and could be declared final
65860 src/com/gps/hibernate/JournaltemplateDAO.java 142 publicMethodCommentRequirement Required
65861 src/com/gps/hibernate/JournaltemplateDAO.java 146 Parameter 'langType' is not assigned and could be declared final
65862 src/com/gps/hibernate/JournaltemplateDAO.java 146 publicMethodCommentRequirement Required
65863 src/com/gps/hibernate/JournaltemplateDAO.java 150 Parameter 'cacheable' is not assigned and could be declared final
65864 src/com/gps/hibernate/JournaltemplateDAO.java 150 publicMethodCommentRequirement Required
65865 src/com/gps/hibernate/JournaltemplateDAO.java 154 Parameter 'smallImage' is not assigned and could be declared final
65866 src/com/gps/hibernate/JournaltemplateDAO.java 154 publicMethodCommentRequirement Required
65867 src/com/gps/hibernate/JournaltemplateDAO.java 158 Parameter 'smallImageId' is not assigned and could be declared final
65868 src/com/gps/hibernate/JournaltemplateDAO.java 158 publicMethodCommentRequirement Required
65869 src/com/gps/hibernate/JournaltemplateDAO.java 162 Parameter 'smallImageUrl' is not assigned and could be declared final
65870 src/com/gps/hibernate/JournaltemplateDAO.java 162 publicMethodCommentRequirement Required
65871 src/com/gps/hibernate/JournaltemplateDAO.java 166 publicMethodCommentRequirement Required
65872 src/com/gps/hibernate/JournaltemplateDAO.java 167 There is log block not surrounded by if
65873 src/com/gps/hibernate/JournaltemplateDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65874 src/com/gps/hibernate/JournaltemplateDAO.java 169 Local variable 'queryString' could be declared final
65875 src/com/gps/hibernate/JournaltemplateDAO.java 170 Local variable 'queryObject' could be declared final
65876 src/com/gps/hibernate/JournaltemplateDAO.java 170 Potential violation of Law of Demeter (method chain calls)
65877 src/com/gps/hibernate/JournaltemplateDAO.java 171 Potential violation of Law of Demeter (object not created locally)
65878 src/com/gps/hibernate/JournaltemplateDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65879 src/com/gps/hibernate/JournaltemplateDAO.java 173 There is log block not surrounded by if
65880 src/com/gps/hibernate/JournaltemplateDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
65881 src/com/gps/hibernate/JournaltemplateDAO.java 178 publicMethodCommentRequirement Required
65882 src/com/gps/hibernate/JournaltemplateDAO.java 179 There is log block not surrounded by if
65883 src/com/gps/hibernate/JournaltemplateDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65884 src/com/gps/hibernate/JournaltemplateDAO.java 181 Local variable 'result' could be declared final
65885 src/com/gps/hibernate/JournaltemplateDAO.java 181 Potential violation of Law of Demeter (method chain calls)
65886 src/com/gps/hibernate/JournaltemplateDAO.java 183 There is log block not surrounded by if
65887 src/com/gps/hibernate/JournaltemplateDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65888 src/com/gps/hibernate/JournaltemplateDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65889 src/com/gps/hibernate/JournaltemplateDAO.java 186 There is log block not surrounded by if
65890 src/com/gps/hibernate/JournaltemplateDAO.java 191 Parameter 'instance' is not assigned and could be declared final
65891 src/com/gps/hibernate/JournaltemplateDAO.java 191 publicMethodCommentRequirement Required
65892 src/com/gps/hibernate/JournaltemplateDAO.java 192 There is log block not surrounded by if
65893 src/com/gps/hibernate/JournaltemplateDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65894 src/com/gps/hibernate/JournaltemplateDAO.java 194 Potential violation of Law of Demeter (method chain calls)
65895 src/com/gps/hibernate/JournaltemplateDAO.java 195 There is log block not surrounded by if
65896 src/com/gps/hibernate/JournaltemplateDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65897 src/com/gps/hibernate/JournaltemplateDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65898 src/com/gps/hibernate/JournaltemplateDAO.java 197 There is log block not surrounded by if
65899 src/com/gps/hibernate/JournaltemplateDAO.java 202 Parameter 'instance' is not assigned and could be declared final
65900 src/com/gps/hibernate/JournaltemplateDAO.java 202 publicMethodCommentRequirement Required
65901 src/com/gps/hibernate/JournaltemplateDAO.java 203 There is log block not surrounded by if
65902 src/com/gps/hibernate/JournaltemplateDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65903 src/com/gps/hibernate/JournaltemplateDAO.java 205 Potential violation of Law of Demeter (method chain calls)
65904 src/com/gps/hibernate/JournaltemplateDAO.java 206 There is log block not surrounded by if
65905 src/com/gps/hibernate/JournaltemplateDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
65906 src/com/gps/hibernate/JournaltemplateDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
65907 src/com/gps/hibernate/JournaltemplateDAO.java 208 There is log block not surrounded by if
65908 src/com/gps/hibernate/Layout.java 9 Classes implementing Serializable should set a serialVersionUID
65909 src/com/gps/hibernate/Layout.java 9 Too many fields
65910 src/com/gps/hibernate/Layout.java 13 fieldCommentRequirement Required
65911 src/com/gps/hibernate/Layout.java 14 fieldCommentRequirement Required
65912 src/com/gps/hibernate/Layout.java 15 fieldCommentRequirement Required
65913 src/com/gps/hibernate/Layout.java 16 fieldCommentRequirement Required
65914 src/com/gps/hibernate/Layout.java 17 fieldCommentRequirement Required
65915 src/com/gps/hibernate/Layout.java 18 fieldCommentRequirement Required
65916 src/com/gps/hibernate/Layout.java 19 fieldCommentRequirement Required
65917 src/com/gps/hibernate/Layout.java 20 fieldCommentRequirement Required
65918 src/com/gps/hibernate/Layout.java 21 fieldCommentRequirement Required
65919 src/com/gps/hibernate/Layout.java 22 fieldCommentRequirement Required
65920 src/com/gps/hibernate/Layout.java 23 fieldCommentRequirement Required
65921 src/com/gps/hibernate/Layout.java 24 fieldCommentRequirement Required
65922 src/com/gps/hibernate/Layout.java 25 fieldCommentRequirement Required
65923 src/com/gps/hibernate/Layout.java 26 fieldCommentRequirement Required
65924 src/com/gps/hibernate/Layout.java 27 fieldCommentRequirement Required
65925 src/com/gps/hibernate/Layout.java 28 fieldCommentRequirement Required
65926 src/com/gps/hibernate/Layout.java 29 fieldCommentRequirement Required
65927 src/com/gps/hibernate/Layout.java 30 fieldCommentRequirement Required
65928 src/com/gps/hibernate/Layout.java 31 fieldCommentRequirement Required
65929 src/com/gps/hibernate/Layout.java 32 fieldCommentRequirement Required
65930 src/com/gps/hibernate/Layout.java 33 fieldCommentRequirement Required
65931 src/com/gps/hibernate/Layout.java 34 fieldCommentRequirement Required
65932 src/com/gps/hibernate/Layout.java 39 Document empty constructor
65933 src/com/gps/hibernate/Layout.java 43 Parameter 'plid' is not assigned and could be declared final
65934 src/com/gps/hibernate/Layout.java 48 Avoid long parameter lists.
65935 src/com/gps/hibernate/Layout.java 48 Parameter 'companyId' is not assigned and could be declared final
65936 src/com/gps/hibernate/Layout.java 48 Parameter 'groupId' is not assigned and could be declared final
65937 src/com/gps/hibernate/Layout.java 48 Parameter 'plid' is not assigned and could be declared final
65938 src/com/gps/hibernate/Layout.java 48 Parameter 'privateLayout' is not assigned and could be declared final
65939 src/com/gps/hibernate/Layout.java 49 Parameter 'layoutId' is not assigned and could be declared final
65940 src/com/gps/hibernate/Layout.java 49 Parameter 'name' is not assigned and could be declared final
65941 src/com/gps/hibernate/Layout.java 49 Parameter 'parentLayoutId' is not assigned and could be declared final
65942 src/com/gps/hibernate/Layout.java 49 Parameter 'title' is not assigned and could be declared final
65943 src/com/gps/hibernate/Layout.java 50 Parameter 'description' is not assigned and could be declared final
65944 src/com/gps/hibernate/Layout.java 50 Parameter 'hidden' is not assigned and could be declared final
65945 src/com/gps/hibernate/Layout.java 50 Parameter 'type' is not assigned and could be declared final
65946 src/com/gps/hibernate/Layout.java 50 Parameter 'typeSettings' is not assigned and could be declared final
65947 src/com/gps/hibernate/Layout.java 51 Parameter 'friendlyUrl' is not assigned and could be declared final
65948 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImage' is not assigned and could be declared final
65949 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImageId' is not assigned and could be declared final
65950 src/com/gps/hibernate/Layout.java 52 Parameter 'colorSchemeId' is not assigned and could be declared final
65951 src/com/gps/hibernate/Layout.java 52 Parameter 'themeId' is not assigned and could be declared final
65952 src/com/gps/hibernate/Layout.java 52 Parameter 'wapThemeId' is not assigned and could be declared final
65953 src/com/gps/hibernate/Layout.java 53 Parameter 'css' is not assigned and could be declared final
65954 src/com/gps/hibernate/Layout.java 53 Parameter 'priority' is not assigned and could be declared final
65955 src/com/gps/hibernate/Layout.java 53 Parameter 'wapColorSchemeId' is not assigned and could be declared final
65956 src/com/gps/hibernate/Layout.java 54 Parameter 'dlFolderId' is not assigned and could be declared final
65957 src/com/gps/hibernate/Layout.java 81 publicMethodCommentRequirement Required
65958 src/com/gps/hibernate/Layout.java 85 Parameter 'plid' is not assigned and could be declared final
65959 src/com/gps/hibernate/Layout.java 85 publicMethodCommentRequirement Required
65960 src/com/gps/hibernate/Layout.java 89 publicMethodCommentRequirement Required
65961 src/com/gps/hibernate/Layout.java 93 Parameter 'groupId' is not assigned and could be declared final
65962 src/com/gps/hibernate/Layout.java 93 publicMethodCommentRequirement Required
65963 src/com/gps/hibernate/Layout.java 97 publicMethodCommentRequirement Required
65964 src/com/gps/hibernate/Layout.java 101 Parameter 'companyId' is not assigned and could be declared final
65965 src/com/gps/hibernate/Layout.java 101 publicMethodCommentRequirement Required
65966 src/com/gps/hibernate/Layout.java 105 publicMethodCommentRequirement Required
65967 src/com/gps/hibernate/Layout.java 109 Parameter 'privateLayout' is not assigned and could be declared final
65968 src/com/gps/hibernate/Layout.java 109 publicMethodCommentRequirement Required
65969 src/com/gps/hibernate/Layout.java 113 publicMethodCommentRequirement Required
65970 src/com/gps/hibernate/Layout.java 117 Parameter 'layoutId' is not assigned and could be declared final
65971 src/com/gps/hibernate/Layout.java 117 publicMethodCommentRequirement Required
65972 src/com/gps/hibernate/Layout.java 121 publicMethodCommentRequirement Required
65973 src/com/gps/hibernate/Layout.java 125 Parameter 'parentLayoutId' is not assigned and could be declared final
65974 src/com/gps/hibernate/Layout.java 125 publicMethodCommentRequirement Required
65975 src/com/gps/hibernate/Layout.java 129 publicMethodCommentRequirement Required
65976 src/com/gps/hibernate/Layout.java 133 Parameter 'name' is not assigned and could be declared final
65977 src/com/gps/hibernate/Layout.java 133 publicMethodCommentRequirement Required
65978 src/com/gps/hibernate/Layout.java 137 publicMethodCommentRequirement Required
65979 src/com/gps/hibernate/Layout.java 141 Parameter 'title' is not assigned and could be declared final
65980 src/com/gps/hibernate/Layout.java 141 publicMethodCommentRequirement Required
65981 src/com/gps/hibernate/Layout.java 145 publicMethodCommentRequirement Required
65982 src/com/gps/hibernate/Layout.java 149 Parameter 'description' is not assigned and could be declared final
65983 src/com/gps/hibernate/Layout.java 149 publicMethodCommentRequirement Required
65984 src/com/gps/hibernate/Layout.java 153 publicMethodCommentRequirement Required
65985 src/com/gps/hibernate/Layout.java 157 Parameter 'type' is not assigned and could be declared final
65986 src/com/gps/hibernate/Layout.java 157 publicMethodCommentRequirement Required
65987 src/com/gps/hibernate/Layout.java 161 publicMethodCommentRequirement Required
65988 src/com/gps/hibernate/Layout.java 165 Parameter 'typeSettings' is not assigned and could be declared final
65989 src/com/gps/hibernate/Layout.java 165 publicMethodCommentRequirement Required
65990 src/com/gps/hibernate/Layout.java 169 publicMethodCommentRequirement Required
65991 src/com/gps/hibernate/Layout.java 173 Parameter 'hidden' is not assigned and could be declared final
65992 src/com/gps/hibernate/Layout.java 173 publicMethodCommentRequirement Required
65993 src/com/gps/hibernate/Layout.java 177 publicMethodCommentRequirement Required
65994 src/com/gps/hibernate/Layout.java 181 Parameter 'friendlyUrl' is not assigned and could be declared final
65995 src/com/gps/hibernate/Layout.java 181 publicMethodCommentRequirement Required
65996 src/com/gps/hibernate/Layout.java 185 publicMethodCommentRequirement Required
65997 src/com/gps/hibernate/Layout.java 189 Parameter 'iconImage' is not assigned and could be declared final
65998 src/com/gps/hibernate/Layout.java 189 publicMethodCommentRequirement Required
65999 src/com/gps/hibernate/Layout.java 193 publicMethodCommentRequirement Required
66000 src/com/gps/hibernate/Layout.java 197 Parameter 'iconImageId' is not assigned and could be declared final
66001 src/com/gps/hibernate/Layout.java 197 publicMethodCommentRequirement Required
66002 src/com/gps/hibernate/Layout.java 201 publicMethodCommentRequirement Required
66003 src/com/gps/hibernate/Layout.java 205 Parameter 'themeId' is not assigned and could be declared final
66004 src/com/gps/hibernate/Layout.java 205 publicMethodCommentRequirement Required
66005 src/com/gps/hibernate/Layout.java 209 publicMethodCommentRequirement Required
66006 src/com/gps/hibernate/Layout.java 213 Parameter 'colorSchemeId' is not assigned and could be declared final
66007 src/com/gps/hibernate/Layout.java 213 publicMethodCommentRequirement Required
66008 src/com/gps/hibernate/Layout.java 217 publicMethodCommentRequirement Required
66009 src/com/gps/hibernate/Layout.java 221 Parameter 'wapThemeId' is not assigned and could be declared final
66010 src/com/gps/hibernate/Layout.java 221 publicMethodCommentRequirement Required
66011 src/com/gps/hibernate/Layout.java 225 publicMethodCommentRequirement Required
66012 src/com/gps/hibernate/Layout.java 229 Parameter 'wapColorSchemeId' is not assigned and could be declared final
66013 src/com/gps/hibernate/Layout.java 229 publicMethodCommentRequirement Required
66014 src/com/gps/hibernate/Layout.java 233 publicMethodCommentRequirement Required
66015 src/com/gps/hibernate/Layout.java 237 Parameter 'css' is not assigned and could be declared final
66016 src/com/gps/hibernate/Layout.java 237 publicMethodCommentRequirement Required
66017 src/com/gps/hibernate/Layout.java 241 publicMethodCommentRequirement Required
66018 src/com/gps/hibernate/Layout.java 245 Parameter 'priority' is not assigned and could be declared final
66019 src/com/gps/hibernate/Layout.java 245 publicMethodCommentRequirement Required
66020 src/com/gps/hibernate/Layout.java 249 publicMethodCommentRequirement Required
66021 src/com/gps/hibernate/Layout.java 253 Parameter 'dlFolderId' is not assigned and could be declared final
66022 src/com/gps/hibernate/Layout.java 253 publicMethodCommentRequirement Required
66023 src/com/gps/hibernate/LayoutDAO.java 10 Comment is too large: Too many lines
66024 src/com/gps/hibernate/LayoutDAO.java 22 This class has too many methods, consider refactoring it.
66025 src/com/gps/hibernate/LayoutDAO.java 23 Logger should be defined private static final and have the correct class
66026 src/com/gps/hibernate/LayoutDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
66027 src/com/gps/hibernate/LayoutDAO.java 23 fieldCommentRequirement Required
66028 src/com/gps/hibernate/LayoutDAO.java 25 fieldCommentRequirement Required
66029 src/com/gps/hibernate/LayoutDAO.java 26 fieldCommentRequirement Required
66030 src/com/gps/hibernate/LayoutDAO.java 27 fieldCommentRequirement Required
66031 src/com/gps/hibernate/LayoutDAO.java 28 fieldCommentRequirement Required
66032 src/com/gps/hibernate/LayoutDAO.java 29 fieldCommentRequirement Required
66033 src/com/gps/hibernate/LayoutDAO.java 30 fieldCommentRequirement Required
66034 src/com/gps/hibernate/LayoutDAO.java 31 fieldCommentRequirement Required
66035 src/com/gps/hibernate/LayoutDAO.java 32 fieldCommentRequirement Required
66036 src/com/gps/hibernate/LayoutDAO.java 33 fieldCommentRequirement Required
66037 src/com/gps/hibernate/LayoutDAO.java 34 fieldCommentRequirement Required
66038 src/com/gps/hibernate/LayoutDAO.java 35 fieldCommentRequirement Required
66039 src/com/gps/hibernate/LayoutDAO.java 36 fieldCommentRequirement Required
66040 src/com/gps/hibernate/LayoutDAO.java 37 fieldCommentRequirement Required
66041 src/com/gps/hibernate/LayoutDAO.java 38 fieldCommentRequirement Required
66042 src/com/gps/hibernate/LayoutDAO.java 39 fieldCommentRequirement Required
66043 src/com/gps/hibernate/LayoutDAO.java 40 fieldCommentRequirement Required
66044 src/com/gps/hibernate/LayoutDAO.java 41 fieldCommentRequirement Required
66045 src/com/gps/hibernate/LayoutDAO.java 42 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
66046 src/com/gps/hibernate/LayoutDAO.java 42 fieldCommentRequirement Required
66047 src/com/gps/hibernate/LayoutDAO.java 43 fieldCommentRequirement Required
66048 src/com/gps/hibernate/LayoutDAO.java 44 fieldCommentRequirement Required
66049 src/com/gps/hibernate/LayoutDAO.java 45 fieldCommentRequirement Required
66050 src/com/gps/hibernate/LayoutDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
66051 src/com/gps/hibernate/LayoutDAO.java 47 publicMethodCommentRequirement Required
66052 src/com/gps/hibernate/LayoutDAO.java 48 There is log block not surrounded by if
66053 src/com/gps/hibernate/LayoutDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66054 src/com/gps/hibernate/LayoutDAO.java 50 Potential violation of Law of Demeter (method chain calls)
66055 src/com/gps/hibernate/LayoutDAO.java 51 There is log block not surrounded by if
66056 src/com/gps/hibernate/LayoutDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66057 src/com/gps/hibernate/LayoutDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66058 src/com/gps/hibernate/LayoutDAO.java 53 There is log block not surrounded by if
66059 src/com/gps/hibernate/LayoutDAO.java 58 Avoid excessively long variable names like persistentInstance
66060 src/com/gps/hibernate/LayoutDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
66061 src/com/gps/hibernate/LayoutDAO.java 58 publicMethodCommentRequirement Required
66062 src/com/gps/hibernate/LayoutDAO.java 59 There is log block not surrounded by if
66063 src/com/gps/hibernate/LayoutDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66064 src/com/gps/hibernate/LayoutDAO.java 61 Potential violation of Law of Demeter (method chain calls)
66065 src/com/gps/hibernate/LayoutDAO.java 62 There is log block not surrounded by if
66066 src/com/gps/hibernate/LayoutDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66067 src/com/gps/hibernate/LayoutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66068 src/com/gps/hibernate/LayoutDAO.java 64 There is log block not surrounded by if
66069 src/com/gps/hibernate/LayoutDAO.java 69 Avoid variables with short names like id
66070 src/com/gps/hibernate/LayoutDAO.java 69 Parameter 'id' is not assigned and could be declared final
66071 src/com/gps/hibernate/LayoutDAO.java 69 publicMethodCommentRequirement Required
66072 src/com/gps/hibernate/LayoutDAO.java 70 There is log block not surrounded by if
66073 src/com/gps/hibernate/LayoutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66074 src/com/gps/hibernate/LayoutDAO.java 72 Local variable 'instance' could be declared final
66075 src/com/gps/hibernate/LayoutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
66076 src/com/gps/hibernate/LayoutDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66077 src/com/gps/hibernate/LayoutDAO.java 76 There is log block not surrounded by if
66078 src/com/gps/hibernate/LayoutDAO.java 81 Parameter 'instance' is not assigned and could be declared final
66079 src/com/gps/hibernate/LayoutDAO.java 81 publicMethodCommentRequirement Required
66080 src/com/gps/hibernate/LayoutDAO.java 82 There is log block not surrounded by if
66081 src/com/gps/hibernate/LayoutDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66082 src/com/gps/hibernate/LayoutDAO.java 84 Local variable 'results' could be declared final
66083 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
66084 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
66085 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
66086 src/com/gps/hibernate/LayoutDAO.java 87 There is log block not surrounded by if
66087 src/com/gps/hibernate/LayoutDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66088 src/com/gps/hibernate/LayoutDAO.java 88 Potential violation of Law of Demeter (object not created locally)
66089 src/com/gps/hibernate/LayoutDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66090 src/com/gps/hibernate/LayoutDAO.java 91 There is log block not surrounded by if
66091 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
66092 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'value' is not assigned and could be declared final
66093 src/com/gps/hibernate/LayoutDAO.java 96 publicMethodCommentRequirement Required
66094 src/com/gps/hibernate/LayoutDAO.java 97 There is log block not surrounded by if
66095 src/com/gps/hibernate/LayoutDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66096 src/com/gps/hibernate/LayoutDAO.java 100 Local variable 'queryString' could be declared final
66097 src/com/gps/hibernate/LayoutDAO.java 102 Local variable 'queryObject' could be declared final
66098 src/com/gps/hibernate/LayoutDAO.java 102 Potential violation of Law of Demeter (method chain calls)
66099 src/com/gps/hibernate/LayoutDAO.java 103 Potential violation of Law of Demeter (object not created locally)
66100 src/com/gps/hibernate/LayoutDAO.java 104 Potential violation of Law of Demeter (object not created locally)
66101 src/com/gps/hibernate/LayoutDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66102 src/com/gps/hibernate/LayoutDAO.java 106 There is log block not surrounded by if
66103 src/com/gps/hibernate/LayoutDAO.java 111 Parameter 'groupId' is not assigned and could be declared final
66104 src/com/gps/hibernate/LayoutDAO.java 111 publicMethodCommentRequirement Required
66105 src/com/gps/hibernate/LayoutDAO.java 115 Parameter 'companyId' is not assigned and could be declared final
66106 src/com/gps/hibernate/LayoutDAO.java 115 publicMethodCommentRequirement Required
66107 src/com/gps/hibernate/LayoutDAO.java 119 Parameter 'privateLayout' is not assigned and could be declared final
66108 src/com/gps/hibernate/LayoutDAO.java 119 publicMethodCommentRequirement Required
66109 src/com/gps/hibernate/LayoutDAO.java 123 Parameter 'layoutId' is not assigned and could be declared final
66110 src/com/gps/hibernate/LayoutDAO.java 123 publicMethodCommentRequirement Required
66111 src/com/gps/hibernate/LayoutDAO.java 127 Parameter 'parentLayoutId' is not assigned and could be declared final
66112 src/com/gps/hibernate/LayoutDAO.java 127 publicMethodCommentRequirement Required
66113 src/com/gps/hibernate/LayoutDAO.java 131 Parameter 'name' is not assigned and could be declared final
66114 src/com/gps/hibernate/LayoutDAO.java 131 publicMethodCommentRequirement Required
66115 src/com/gps/hibernate/LayoutDAO.java 135 Parameter 'title' is not assigned and could be declared final
66116 src/com/gps/hibernate/LayoutDAO.java 135 publicMethodCommentRequirement Required
66117 src/com/gps/hibernate/LayoutDAO.java 139 Parameter 'description' is not assigned and could be declared final
66118 src/com/gps/hibernate/LayoutDAO.java 139 publicMethodCommentRequirement Required
66119 src/com/gps/hibernate/LayoutDAO.java 143 Parameter 'type' is not assigned and could be declared final
66120 src/com/gps/hibernate/LayoutDAO.java 143 publicMethodCommentRequirement Required
66121 src/com/gps/hibernate/LayoutDAO.java 147 Parameter 'typeSettings' is not assigned and could be declared final
66122 src/com/gps/hibernate/LayoutDAO.java 147 publicMethodCommentRequirement Required
66123 src/com/gps/hibernate/LayoutDAO.java 151 Parameter 'hidden' is not assigned and could be declared final
66124 src/com/gps/hibernate/LayoutDAO.java 151 publicMethodCommentRequirement Required
66125 src/com/gps/hibernate/LayoutDAO.java 155 Parameter 'friendlyUrl' is not assigned and could be declared final
66126 src/com/gps/hibernate/LayoutDAO.java 155 publicMethodCommentRequirement Required
66127 src/com/gps/hibernate/LayoutDAO.java 159 Parameter 'iconImage' is not assigned and could be declared final
66128 src/com/gps/hibernate/LayoutDAO.java 159 publicMethodCommentRequirement Required
66129 src/com/gps/hibernate/LayoutDAO.java 163 Parameter 'iconImageId' is not assigned and could be declared final
66130 src/com/gps/hibernate/LayoutDAO.java 163 publicMethodCommentRequirement Required
66131 src/com/gps/hibernate/LayoutDAO.java 167 Parameter 'themeId' is not assigned and could be declared final
66132 src/com/gps/hibernate/LayoutDAO.java 167 publicMethodCommentRequirement Required
66133 src/com/gps/hibernate/LayoutDAO.java 171 Parameter 'colorSchemeId' is not assigned and could be declared final
66134 src/com/gps/hibernate/LayoutDAO.java 171 publicMethodCommentRequirement Required
66135 src/com/gps/hibernate/LayoutDAO.java 175 Parameter 'wapThemeId' is not assigned and could be declared final
66136 src/com/gps/hibernate/LayoutDAO.java 175 publicMethodCommentRequirement Required
66137 src/com/gps/hibernate/LayoutDAO.java 179 Parameter 'wapColorSchemeId' is not assigned and could be declared final
66138 src/com/gps/hibernate/LayoutDAO.java 179 publicMethodCommentRequirement Required
66139 src/com/gps/hibernate/LayoutDAO.java 183 Parameter 'css' is not assigned and could be declared final
66140 src/com/gps/hibernate/LayoutDAO.java 183 publicMethodCommentRequirement Required
66141 src/com/gps/hibernate/LayoutDAO.java 187 Parameter 'priority' is not assigned and could be declared final
66142 src/com/gps/hibernate/LayoutDAO.java 187 publicMethodCommentRequirement Required
66143 src/com/gps/hibernate/LayoutDAO.java 191 Parameter 'dlFolderId' is not assigned and could be declared final
66144 src/com/gps/hibernate/LayoutDAO.java 191 publicMethodCommentRequirement Required
66145 src/com/gps/hibernate/LayoutDAO.java 195 publicMethodCommentRequirement Required
66146 src/com/gps/hibernate/LayoutDAO.java 196 There is log block not surrounded by if
66147 src/com/gps/hibernate/LayoutDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66148 src/com/gps/hibernate/LayoutDAO.java 198 Local variable 'queryString' could be declared final
66149 src/com/gps/hibernate/LayoutDAO.java 199 Local variable 'queryObject' could be declared final
66150 src/com/gps/hibernate/LayoutDAO.java 199 Potential violation of Law of Demeter (method chain calls)
66151 src/com/gps/hibernate/LayoutDAO.java 200 Potential violation of Law of Demeter (object not created locally)
66152 src/com/gps/hibernate/LayoutDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66153 src/com/gps/hibernate/LayoutDAO.java 202 There is log block not surrounded by if
66154 src/com/gps/hibernate/LayoutDAO.java 207 Parameter 'detachedInstance' is not assigned and could be declared final
66155 src/com/gps/hibernate/LayoutDAO.java 207 publicMethodCommentRequirement Required
66156 src/com/gps/hibernate/LayoutDAO.java 208 There is log block not surrounded by if
66157 src/com/gps/hibernate/LayoutDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66158 src/com/gps/hibernate/LayoutDAO.java 210 Local variable 'result' could be declared final
66159 src/com/gps/hibernate/LayoutDAO.java 210 Potential violation of Law of Demeter (method chain calls)
66160 src/com/gps/hibernate/LayoutDAO.java 211 There is log block not surrounded by if
66161 src/com/gps/hibernate/LayoutDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66162 src/com/gps/hibernate/LayoutDAO.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66163 src/com/gps/hibernate/LayoutDAO.java 214 There is log block not surrounded by if
66164 src/com/gps/hibernate/LayoutDAO.java 219 Parameter 'instance' is not assigned and could be declared final
66165 src/com/gps/hibernate/LayoutDAO.java 219 publicMethodCommentRequirement Required
66166 src/com/gps/hibernate/LayoutDAO.java 220 There is log block not surrounded by if
66167 src/com/gps/hibernate/LayoutDAO.java 220 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66168 src/com/gps/hibernate/LayoutDAO.java 222 Potential violation of Law of Demeter (method chain calls)
66169 src/com/gps/hibernate/LayoutDAO.java 223 There is log block not surrounded by if
66170 src/com/gps/hibernate/LayoutDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66171 src/com/gps/hibernate/LayoutDAO.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66172 src/com/gps/hibernate/LayoutDAO.java 225 There is log block not surrounded by if
66173 src/com/gps/hibernate/LayoutDAO.java 230 Parameter 'instance' is not assigned and could be declared final
66174 src/com/gps/hibernate/LayoutDAO.java 230 publicMethodCommentRequirement Required
66175 src/com/gps/hibernate/LayoutDAO.java 231 There is log block not surrounded by if
66176 src/com/gps/hibernate/LayoutDAO.java 231 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66177 src/com/gps/hibernate/LayoutDAO.java 233 Potential violation of Law of Demeter (method chain calls)
66178 src/com/gps/hibernate/LayoutDAO.java 234 There is log block not surrounded by if
66179 src/com/gps/hibernate/LayoutDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66180 src/com/gps/hibernate/LayoutDAO.java 235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66181 src/com/gps/hibernate/LayoutDAO.java 236 There is log block not surrounded by if
66182 src/com/gps/hibernate/Layoutset.java 9 Classes implementing Serializable should set a serialVersionUID
66183 src/com/gps/hibernate/Layoutset.java 13 fieldCommentRequirement Required
66184 src/com/gps/hibernate/Layoutset.java 14 fieldCommentRequirement Required
66185 src/com/gps/hibernate/Layoutset.java 15 fieldCommentRequirement Required
66186 src/com/gps/hibernate/Layoutset.java 16 fieldCommentRequirement Required
66187 src/com/gps/hibernate/Layoutset.java 17 fieldCommentRequirement Required
66188 src/com/gps/hibernate/Layoutset.java 18 fieldCommentRequirement Required
66189 src/com/gps/hibernate/Layoutset.java 19 fieldCommentRequirement Required
66190 src/com/gps/hibernate/Layoutset.java 20 fieldCommentRequirement Required
66191 src/com/gps/hibernate/Layoutset.java 21 fieldCommentRequirement Required
66192 src/com/gps/hibernate/Layoutset.java 22 fieldCommentRequirement Required
66193 src/com/gps/hibernate/Layoutset.java 23 fieldCommentRequirement Required
66194 src/com/gps/hibernate/Layoutset.java 24 fieldCommentRequirement Required
66195 src/com/gps/hibernate/Layoutset.java 25 fieldCommentRequirement Required
66196 src/com/gps/hibernate/Layoutset.java 30 Document empty constructor
66197 src/com/gps/hibernate/Layoutset.java 34 Parameter 'layoutSetId' is not assigned and could be declared final
66198 src/com/gps/hibernate/Layoutset.java 39 Avoid long parameter lists.
66199 src/com/gps/hibernate/Layoutset.java 39 Parameter 'companyId' is not assigned and could be declared final
66200 src/com/gps/hibernate/Layoutset.java 39 Parameter 'groupId' is not assigned and could be declared final
66201 src/com/gps/hibernate/Layoutset.java 39 Parameter 'layoutSetId' is not assigned and could be declared final
66202 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logo' is not assigned and could be declared final
66203 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logoId' is not assigned and could be declared final
66204 src/com/gps/hibernate/Layoutset.java 40 Parameter 'privateLayout' is not assigned and could be declared final
66205 src/com/gps/hibernate/Layoutset.java 40 Parameter 'themeId' is not assigned and could be declared final
66206 src/com/gps/hibernate/Layoutset.java 41 Parameter 'colorSchemeId' is not assigned and could be declared final
66207 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapColorSchemeId' is not assigned and could be declared final
66208 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapThemeId' is not assigned and could be declared final
66209 src/com/gps/hibernate/Layoutset.java 42 Parameter 'css' is not assigned and could be declared final
66210 src/com/gps/hibernate/Layoutset.java 42 Parameter 'pageCount' is not assigned and could be declared final
66211 src/com/gps/hibernate/Layoutset.java 42 Parameter 'virtualHost' is not assigned and could be declared final
66212 src/com/gps/hibernate/Layoutset.java 60 publicMethodCommentRequirement Required
66213 src/com/gps/hibernate/Layoutset.java 64 Parameter 'layoutSetId' is not assigned and could be declared final
66214 src/com/gps/hibernate/Layoutset.java 64 publicMethodCommentRequirement Required
66215 src/com/gps/hibernate/Layoutset.java 68 publicMethodCommentRequirement Required
66216 src/com/gps/hibernate/Layoutset.java 72 Parameter 'groupId' is not assigned and could be declared final
66217 src/com/gps/hibernate/Layoutset.java 72 publicMethodCommentRequirement Required
66218 src/com/gps/hibernate/Layoutset.java 76 publicMethodCommentRequirement Required
66219 src/com/gps/hibernate/Layoutset.java 80 Parameter 'companyId' is not assigned and could be declared final
66220 src/com/gps/hibernate/Layoutset.java 80 publicMethodCommentRequirement Required
66221 src/com/gps/hibernate/Layoutset.java 84 publicMethodCommentRequirement Required
66222 src/com/gps/hibernate/Layoutset.java 88 Parameter 'privateLayout' is not assigned and could be declared final
66223 src/com/gps/hibernate/Layoutset.java 88 publicMethodCommentRequirement Required
66224 src/com/gps/hibernate/Layoutset.java 92 publicMethodCommentRequirement Required
66225 src/com/gps/hibernate/Layoutset.java 96 Parameter 'logo' is not assigned and could be declared final
66226 src/com/gps/hibernate/Layoutset.java 96 publicMethodCommentRequirement Required
66227 src/com/gps/hibernate/Layoutset.java 100 publicMethodCommentRequirement Required
66228 src/com/gps/hibernate/Layoutset.java 104 Parameter 'logoId' is not assigned and could be declared final
66229 src/com/gps/hibernate/Layoutset.java 104 publicMethodCommentRequirement Required
66230 src/com/gps/hibernate/Layoutset.java 108 publicMethodCommentRequirement Required
66231 src/com/gps/hibernate/Layoutset.java 112 Parameter 'themeId' is not assigned and could be declared final
66232 src/com/gps/hibernate/Layoutset.java 112 publicMethodCommentRequirement Required
66233 src/com/gps/hibernate/Layoutset.java 116 publicMethodCommentRequirement Required
66234 src/com/gps/hibernate/Layoutset.java 120 Parameter 'colorSchemeId' is not assigned and could be declared final
66235 src/com/gps/hibernate/Layoutset.java 120 publicMethodCommentRequirement Required
66236 src/com/gps/hibernate/Layoutset.java 124 publicMethodCommentRequirement Required
66237 src/com/gps/hibernate/Layoutset.java 128 Parameter 'wapThemeId' is not assigned and could be declared final
66238 src/com/gps/hibernate/Layoutset.java 128 publicMethodCommentRequirement Required
66239 src/com/gps/hibernate/Layoutset.java 132 publicMethodCommentRequirement Required
66240 src/com/gps/hibernate/Layoutset.java 136 Parameter 'wapColorSchemeId' is not assigned and could be declared final
66241 src/com/gps/hibernate/Layoutset.java 136 publicMethodCommentRequirement Required
66242 src/com/gps/hibernate/Layoutset.java 140 publicMethodCommentRequirement Required
66243 src/com/gps/hibernate/Layoutset.java 144 Parameter 'css' is not assigned and could be declared final
66244 src/com/gps/hibernate/Layoutset.java 144 publicMethodCommentRequirement Required
66245 src/com/gps/hibernate/Layoutset.java 148 publicMethodCommentRequirement Required
66246 src/com/gps/hibernate/Layoutset.java 152 Parameter 'pageCount' is not assigned and could be declared final
66247 src/com/gps/hibernate/Layoutset.java 152 publicMethodCommentRequirement Required
66248 src/com/gps/hibernate/Layoutset.java 156 publicMethodCommentRequirement Required
66249 src/com/gps/hibernate/Layoutset.java 160 Parameter 'virtualHost' is not assigned and could be declared final
66250 src/com/gps/hibernate/Layoutset.java 160 publicMethodCommentRequirement Required
66251 src/com/gps/hibernate/LayoutsetDAO.java 10 Comment is too large: Too many lines
66252 src/com/gps/hibernate/LayoutsetDAO.java 22 This class has too many methods, consider refactoring it.
66253 src/com/gps/hibernate/LayoutsetDAO.java 23 Logger should be defined private static final and have the correct class
66254 src/com/gps/hibernate/LayoutsetDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
66255 src/com/gps/hibernate/LayoutsetDAO.java 23 fieldCommentRequirement Required
66256 src/com/gps/hibernate/LayoutsetDAO.java 25 fieldCommentRequirement Required
66257 src/com/gps/hibernate/LayoutsetDAO.java 26 fieldCommentRequirement Required
66258 src/com/gps/hibernate/LayoutsetDAO.java 27 fieldCommentRequirement Required
66259 src/com/gps/hibernate/LayoutsetDAO.java 28 fieldCommentRequirement Required
66260 src/com/gps/hibernate/LayoutsetDAO.java 29 fieldCommentRequirement Required
66261 src/com/gps/hibernate/LayoutsetDAO.java 30 fieldCommentRequirement Required
66262 src/com/gps/hibernate/LayoutsetDAO.java 31 fieldCommentRequirement Required
66263 src/com/gps/hibernate/LayoutsetDAO.java 32 fieldCommentRequirement Required
66264 src/com/gps/hibernate/LayoutsetDAO.java 33 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
66265 src/com/gps/hibernate/LayoutsetDAO.java 33 fieldCommentRequirement Required
66266 src/com/gps/hibernate/LayoutsetDAO.java 34 fieldCommentRequirement Required
66267 src/com/gps/hibernate/LayoutsetDAO.java 35 fieldCommentRequirement Required
66268 src/com/gps/hibernate/LayoutsetDAO.java 36 fieldCommentRequirement Required
66269 src/com/gps/hibernate/LayoutsetDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
66270 src/com/gps/hibernate/LayoutsetDAO.java 38 publicMethodCommentRequirement Required
66271 src/com/gps/hibernate/LayoutsetDAO.java 39 There is log block not surrounded by if
66272 src/com/gps/hibernate/LayoutsetDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66273 src/com/gps/hibernate/LayoutsetDAO.java 41 Potential violation of Law of Demeter (method chain calls)
66274 src/com/gps/hibernate/LayoutsetDAO.java 42 There is log block not surrounded by if
66275 src/com/gps/hibernate/LayoutsetDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66276 src/com/gps/hibernate/LayoutsetDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66277 src/com/gps/hibernate/LayoutsetDAO.java 44 There is log block not surrounded by if
66278 src/com/gps/hibernate/LayoutsetDAO.java 49 Avoid excessively long variable names like persistentInstance
66279 src/com/gps/hibernate/LayoutsetDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
66280 src/com/gps/hibernate/LayoutsetDAO.java 49 publicMethodCommentRequirement Required
66281 src/com/gps/hibernate/LayoutsetDAO.java 50 There is log block not surrounded by if
66282 src/com/gps/hibernate/LayoutsetDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66283 src/com/gps/hibernate/LayoutsetDAO.java 52 Potential violation of Law of Demeter (method chain calls)
66284 src/com/gps/hibernate/LayoutsetDAO.java 53 There is log block not surrounded by if
66285 src/com/gps/hibernate/LayoutsetDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66286 src/com/gps/hibernate/LayoutsetDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66287 src/com/gps/hibernate/LayoutsetDAO.java 55 There is log block not surrounded by if
66288 src/com/gps/hibernate/LayoutsetDAO.java 60 Avoid variables with short names like id
66289 src/com/gps/hibernate/LayoutsetDAO.java 60 Parameter 'id' is not assigned and could be declared final
66290 src/com/gps/hibernate/LayoutsetDAO.java 60 publicMethodCommentRequirement Required
66291 src/com/gps/hibernate/LayoutsetDAO.java 61 There is log block not surrounded by if
66292 src/com/gps/hibernate/LayoutsetDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66293 src/com/gps/hibernate/LayoutsetDAO.java 63 Local variable 'instance' could be declared final
66294 src/com/gps/hibernate/LayoutsetDAO.java 63 Potential violation of Law of Demeter (method chain calls)
66295 src/com/gps/hibernate/LayoutsetDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66296 src/com/gps/hibernate/LayoutsetDAO.java 67 There is log block not surrounded by if
66297 src/com/gps/hibernate/LayoutsetDAO.java 72 Parameter 'instance' is not assigned and could be declared final
66298 src/com/gps/hibernate/LayoutsetDAO.java 72 publicMethodCommentRequirement Required
66299 src/com/gps/hibernate/LayoutsetDAO.java 73 There is log block not surrounded by if
66300 src/com/gps/hibernate/LayoutsetDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66301 src/com/gps/hibernate/LayoutsetDAO.java 75 Local variable 'results' could be declared final
66302 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
66303 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
66304 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
66305 src/com/gps/hibernate/LayoutsetDAO.java 78 There is log block not surrounded by if
66306 src/com/gps/hibernate/LayoutsetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66307 src/com/gps/hibernate/LayoutsetDAO.java 79 Potential violation of Law of Demeter (object not created locally)
66308 src/com/gps/hibernate/LayoutsetDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66309 src/com/gps/hibernate/LayoutsetDAO.java 82 There is log block not surrounded by if
66310 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
66311 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'value' is not assigned and could be declared final
66312 src/com/gps/hibernate/LayoutsetDAO.java 87 publicMethodCommentRequirement Required
66313 src/com/gps/hibernate/LayoutsetDAO.java 88 There is log block not surrounded by if
66314 src/com/gps/hibernate/LayoutsetDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66315 src/com/gps/hibernate/LayoutsetDAO.java 91 Local variable 'queryString' could be declared final
66316 src/com/gps/hibernate/LayoutsetDAO.java 93 Local variable 'queryObject' could be declared final
66317 src/com/gps/hibernate/LayoutsetDAO.java 93 Potential violation of Law of Demeter (method chain calls)
66318 src/com/gps/hibernate/LayoutsetDAO.java 94 Potential violation of Law of Demeter (object not created locally)
66319 src/com/gps/hibernate/LayoutsetDAO.java 95 Potential violation of Law of Demeter (object not created locally)
66320 src/com/gps/hibernate/LayoutsetDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66321 src/com/gps/hibernate/LayoutsetDAO.java 97 There is log block not surrounded by if
66322 src/com/gps/hibernate/LayoutsetDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
66323 src/com/gps/hibernate/LayoutsetDAO.java 102 publicMethodCommentRequirement Required
66324 src/com/gps/hibernate/LayoutsetDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
66325 src/com/gps/hibernate/LayoutsetDAO.java 106 publicMethodCommentRequirement Required
66326 src/com/gps/hibernate/LayoutsetDAO.java 110 Parameter 'privateLayout' is not assigned and could be declared final
66327 src/com/gps/hibernate/LayoutsetDAO.java 110 publicMethodCommentRequirement Required
66328 src/com/gps/hibernate/LayoutsetDAO.java 114 Parameter 'logo' is not assigned and could be declared final
66329 src/com/gps/hibernate/LayoutsetDAO.java 114 publicMethodCommentRequirement Required
66330 src/com/gps/hibernate/LayoutsetDAO.java 118 Parameter 'logoId' is not assigned and could be declared final
66331 src/com/gps/hibernate/LayoutsetDAO.java 118 publicMethodCommentRequirement Required
66332 src/com/gps/hibernate/LayoutsetDAO.java 122 Parameter 'themeId' is not assigned and could be declared final
66333 src/com/gps/hibernate/LayoutsetDAO.java 122 publicMethodCommentRequirement Required
66334 src/com/gps/hibernate/LayoutsetDAO.java 126 Parameter 'colorSchemeId' is not assigned and could be declared final
66335 src/com/gps/hibernate/LayoutsetDAO.java 126 publicMethodCommentRequirement Required
66336 src/com/gps/hibernate/LayoutsetDAO.java 130 Parameter 'wapThemeId' is not assigned and could be declared final
66337 src/com/gps/hibernate/LayoutsetDAO.java 130 publicMethodCommentRequirement Required
66338 src/com/gps/hibernate/LayoutsetDAO.java 134 Parameter 'wapColorSchemeId' is not assigned and could be declared final
66339 src/com/gps/hibernate/LayoutsetDAO.java 134 publicMethodCommentRequirement Required
66340 src/com/gps/hibernate/LayoutsetDAO.java 138 Parameter 'css' is not assigned and could be declared final
66341 src/com/gps/hibernate/LayoutsetDAO.java 138 publicMethodCommentRequirement Required
66342 src/com/gps/hibernate/LayoutsetDAO.java 142 Parameter 'pageCount' is not assigned and could be declared final
66343 src/com/gps/hibernate/LayoutsetDAO.java 142 publicMethodCommentRequirement Required
66344 src/com/gps/hibernate/LayoutsetDAO.java 146 Parameter 'virtualHost' is not assigned and could be declared final
66345 src/com/gps/hibernate/LayoutsetDAO.java 146 publicMethodCommentRequirement Required
66346 src/com/gps/hibernate/LayoutsetDAO.java 150 publicMethodCommentRequirement Required
66347 src/com/gps/hibernate/LayoutsetDAO.java 151 There is log block not surrounded by if
66348 src/com/gps/hibernate/LayoutsetDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66349 src/com/gps/hibernate/LayoutsetDAO.java 153 Local variable 'queryString' could be declared final
66350 src/com/gps/hibernate/LayoutsetDAO.java 154 Local variable 'queryObject' could be declared final
66351 src/com/gps/hibernate/LayoutsetDAO.java 154 Potential violation of Law of Demeter (method chain calls)
66352 src/com/gps/hibernate/LayoutsetDAO.java 155 Potential violation of Law of Demeter (object not created locally)
66353 src/com/gps/hibernate/LayoutsetDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66354 src/com/gps/hibernate/LayoutsetDAO.java 157 There is log block not surrounded by if
66355 src/com/gps/hibernate/LayoutsetDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
66356 src/com/gps/hibernate/LayoutsetDAO.java 162 publicMethodCommentRequirement Required
66357 src/com/gps/hibernate/LayoutsetDAO.java 163 There is log block not surrounded by if
66358 src/com/gps/hibernate/LayoutsetDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66359 src/com/gps/hibernate/LayoutsetDAO.java 165 Local variable 'result' could be declared final
66360 src/com/gps/hibernate/LayoutsetDAO.java 165 Potential violation of Law of Demeter (method chain calls)
66361 src/com/gps/hibernate/LayoutsetDAO.java 166 There is log block not surrounded by if
66362 src/com/gps/hibernate/LayoutsetDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66363 src/com/gps/hibernate/LayoutsetDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66364 src/com/gps/hibernate/LayoutsetDAO.java 169 There is log block not surrounded by if
66365 src/com/gps/hibernate/LayoutsetDAO.java 174 Parameter 'instance' is not assigned and could be declared final
66366 src/com/gps/hibernate/LayoutsetDAO.java 174 publicMethodCommentRequirement Required
66367 src/com/gps/hibernate/LayoutsetDAO.java 175 There is log block not surrounded by if
66368 src/com/gps/hibernate/LayoutsetDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66369 src/com/gps/hibernate/LayoutsetDAO.java 177 Potential violation of Law of Demeter (method chain calls)
66370 src/com/gps/hibernate/LayoutsetDAO.java 178 There is log block not surrounded by if
66371 src/com/gps/hibernate/LayoutsetDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66372 src/com/gps/hibernate/LayoutsetDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66373 src/com/gps/hibernate/LayoutsetDAO.java 180 There is log block not surrounded by if
66374 src/com/gps/hibernate/LayoutsetDAO.java 185 Parameter 'instance' is not assigned and could be declared final
66375 src/com/gps/hibernate/LayoutsetDAO.java 185 publicMethodCommentRequirement Required
66376 src/com/gps/hibernate/LayoutsetDAO.java 186 There is log block not surrounded by if
66377 src/com/gps/hibernate/LayoutsetDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66378 src/com/gps/hibernate/LayoutsetDAO.java 188 Potential violation of Law of Demeter (method chain calls)
66379 src/com/gps/hibernate/LayoutsetDAO.java 189 There is log block not surrounded by if
66380 src/com/gps/hibernate/LayoutsetDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66381 src/com/gps/hibernate/LayoutsetDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66382 src/com/gps/hibernate/LayoutsetDAO.java 191 There is log block not surrounded by if
66383 src/com/gps/hibernate/Listtype.java 9 Classes implementing Serializable should set a serialVersionUID
66384 src/com/gps/hibernate/Listtype.java 13 fieldCommentRequirement Required
66385 src/com/gps/hibernate/Listtype.java 14 fieldCommentRequirement Required
66386 src/com/gps/hibernate/Listtype.java 15 fieldCommentRequirement Required
66387 src/com/gps/hibernate/Listtype.java 20 Document empty constructor
66388 src/com/gps/hibernate/Listtype.java 24 Parameter 'listTypeId' is not assigned and could be declared final
66389 src/com/gps/hibernate/Listtype.java 29 Parameter 'listTypeId' is not assigned and could be declared final
66390 src/com/gps/hibernate/Listtype.java 29 Parameter 'name' is not assigned and could be declared final
66391 src/com/gps/hibernate/Listtype.java 29 Parameter 'type' is not assigned and could be declared final
66392 src/com/gps/hibernate/Listtype.java 37 publicMethodCommentRequirement Required
66393 src/com/gps/hibernate/Listtype.java 41 Parameter 'listTypeId' is not assigned and could be declared final
66394 src/com/gps/hibernate/Listtype.java 41 publicMethodCommentRequirement Required
66395 src/com/gps/hibernate/Listtype.java 45 publicMethodCommentRequirement Required
66396 src/com/gps/hibernate/Listtype.java 49 Parameter 'name' is not assigned and could be declared final
66397 src/com/gps/hibernate/Listtype.java 49 publicMethodCommentRequirement Required
66398 src/com/gps/hibernate/Listtype.java 53 publicMethodCommentRequirement Required
66399 src/com/gps/hibernate/Listtype.java 57 Parameter 'type' is not assigned and could be declared final
66400 src/com/gps/hibernate/Listtype.java 57 publicMethodCommentRequirement Required
66401 src/com/gps/hibernate/ListtypeDAO.java 10 Comment is too large: Too many lines
66402 src/com/gps/hibernate/ListtypeDAO.java 22 This class has too many methods, consider refactoring it.
66403 src/com/gps/hibernate/ListtypeDAO.java 23 Logger should be defined private static final and have the correct class
66404 src/com/gps/hibernate/ListtypeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
66405 src/com/gps/hibernate/ListtypeDAO.java 23 fieldCommentRequirement Required
66406 src/com/gps/hibernate/ListtypeDAO.java 25 fieldCommentRequirement Required
66407 src/com/gps/hibernate/ListtypeDAO.java 26 fieldCommentRequirement Required
66408 src/com/gps/hibernate/ListtypeDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
66409 src/com/gps/hibernate/ListtypeDAO.java 28 publicMethodCommentRequirement Required
66410 src/com/gps/hibernate/ListtypeDAO.java 29 There is log block not surrounded by if
66411 src/com/gps/hibernate/ListtypeDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66412 src/com/gps/hibernate/ListtypeDAO.java 31 Potential violation of Law of Demeter (method chain calls)
66413 src/com/gps/hibernate/ListtypeDAO.java 32 There is log block not surrounded by if
66414 src/com/gps/hibernate/ListtypeDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66415 src/com/gps/hibernate/ListtypeDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66416 src/com/gps/hibernate/ListtypeDAO.java 34 There is log block not surrounded by if
66417 src/com/gps/hibernate/ListtypeDAO.java 39 Avoid excessively long variable names like persistentInstance
66418 src/com/gps/hibernate/ListtypeDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
66419 src/com/gps/hibernate/ListtypeDAO.java 39 publicMethodCommentRequirement Required
66420 src/com/gps/hibernate/ListtypeDAO.java 40 There is log block not surrounded by if
66421 src/com/gps/hibernate/ListtypeDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66422 src/com/gps/hibernate/ListtypeDAO.java 42 Potential violation of Law of Demeter (method chain calls)
66423 src/com/gps/hibernate/ListtypeDAO.java 43 There is log block not surrounded by if
66424 src/com/gps/hibernate/ListtypeDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66425 src/com/gps/hibernate/ListtypeDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66426 src/com/gps/hibernate/ListtypeDAO.java 45 There is log block not surrounded by if
66427 src/com/gps/hibernate/ListtypeDAO.java 50 Avoid variables with short names like id
66428 src/com/gps/hibernate/ListtypeDAO.java 50 Parameter 'id' is not assigned and could be declared final
66429 src/com/gps/hibernate/ListtypeDAO.java 50 publicMethodCommentRequirement Required
66430 src/com/gps/hibernate/ListtypeDAO.java 51 There is log block not surrounded by if
66431 src/com/gps/hibernate/ListtypeDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66432 src/com/gps/hibernate/ListtypeDAO.java 53 Local variable 'instance' could be declared final
66433 src/com/gps/hibernate/ListtypeDAO.java 53 Potential violation of Law of Demeter (method chain calls)
66434 src/com/gps/hibernate/ListtypeDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66435 src/com/gps/hibernate/ListtypeDAO.java 57 There is log block not surrounded by if
66436 src/com/gps/hibernate/ListtypeDAO.java 62 Parameter 'instance' is not assigned and could be declared final
66437 src/com/gps/hibernate/ListtypeDAO.java 62 publicMethodCommentRequirement Required
66438 src/com/gps/hibernate/ListtypeDAO.java 63 There is log block not surrounded by if
66439 src/com/gps/hibernate/ListtypeDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66440 src/com/gps/hibernate/ListtypeDAO.java 65 Local variable 'results' could be declared final
66441 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
66442 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
66443 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
66444 src/com/gps/hibernate/ListtypeDAO.java 68 There is log block not surrounded by if
66445 src/com/gps/hibernate/ListtypeDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66446 src/com/gps/hibernate/ListtypeDAO.java 69 Potential violation of Law of Demeter (object not created locally)
66447 src/com/gps/hibernate/ListtypeDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66448 src/com/gps/hibernate/ListtypeDAO.java 72 There is log block not surrounded by if
66449 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
66450 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'value' is not assigned and could be declared final
66451 src/com/gps/hibernate/ListtypeDAO.java 77 publicMethodCommentRequirement Required
66452 src/com/gps/hibernate/ListtypeDAO.java 78 There is log block not surrounded by if
66453 src/com/gps/hibernate/ListtypeDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66454 src/com/gps/hibernate/ListtypeDAO.java 81 Local variable 'queryString' could be declared final
66455 src/com/gps/hibernate/ListtypeDAO.java 83 Local variable 'queryObject' could be declared final
66456 src/com/gps/hibernate/ListtypeDAO.java 83 Potential violation of Law of Demeter (method chain calls)
66457 src/com/gps/hibernate/ListtypeDAO.java 84 Potential violation of Law of Demeter (object not created locally)
66458 src/com/gps/hibernate/ListtypeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
66459 src/com/gps/hibernate/ListtypeDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66460 src/com/gps/hibernate/ListtypeDAO.java 87 There is log block not surrounded by if
66461 src/com/gps/hibernate/ListtypeDAO.java 92 Parameter 'name' is not assigned and could be declared final
66462 src/com/gps/hibernate/ListtypeDAO.java 92 publicMethodCommentRequirement Required
66463 src/com/gps/hibernate/ListtypeDAO.java 96 Parameter 'type' is not assigned and could be declared final
66464 src/com/gps/hibernate/ListtypeDAO.java 96 publicMethodCommentRequirement Required
66465 src/com/gps/hibernate/ListtypeDAO.java 100 publicMethodCommentRequirement Required
66466 src/com/gps/hibernate/ListtypeDAO.java 101 There is log block not surrounded by if
66467 src/com/gps/hibernate/ListtypeDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66468 src/com/gps/hibernate/ListtypeDAO.java 103 Local variable 'queryString' could be declared final
66469 src/com/gps/hibernate/ListtypeDAO.java 104 Local variable 'queryObject' could be declared final
66470 src/com/gps/hibernate/ListtypeDAO.java 104 Potential violation of Law of Demeter (method chain calls)
66471 src/com/gps/hibernate/ListtypeDAO.java 105 Potential violation of Law of Demeter (object not created locally)
66472 src/com/gps/hibernate/ListtypeDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66473 src/com/gps/hibernate/ListtypeDAO.java 107 There is log block not surrounded by if
66474 src/com/gps/hibernate/ListtypeDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
66475 src/com/gps/hibernate/ListtypeDAO.java 112 publicMethodCommentRequirement Required
66476 src/com/gps/hibernate/ListtypeDAO.java 113 There is log block not surrounded by if
66477 src/com/gps/hibernate/ListtypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66478 src/com/gps/hibernate/ListtypeDAO.java 115 Local variable 'result' could be declared final
66479 src/com/gps/hibernate/ListtypeDAO.java 115 Potential violation of Law of Demeter (method chain calls)
66480 src/com/gps/hibernate/ListtypeDAO.java 116 There is log block not surrounded by if
66481 src/com/gps/hibernate/ListtypeDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66482 src/com/gps/hibernate/ListtypeDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66483 src/com/gps/hibernate/ListtypeDAO.java 119 There is log block not surrounded by if
66484 src/com/gps/hibernate/ListtypeDAO.java 124 Parameter 'instance' is not assigned and could be declared final
66485 src/com/gps/hibernate/ListtypeDAO.java 124 publicMethodCommentRequirement Required
66486 src/com/gps/hibernate/ListtypeDAO.java 125 There is log block not surrounded by if
66487 src/com/gps/hibernate/ListtypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66488 src/com/gps/hibernate/ListtypeDAO.java 127 Potential violation of Law of Demeter (method chain calls)
66489 src/com/gps/hibernate/ListtypeDAO.java 128 There is log block not surrounded by if
66490 src/com/gps/hibernate/ListtypeDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66491 src/com/gps/hibernate/ListtypeDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66492 src/com/gps/hibernate/ListtypeDAO.java 130 There is log block not surrounded by if
66493 src/com/gps/hibernate/ListtypeDAO.java 135 Parameter 'instance' is not assigned and could be declared final
66494 src/com/gps/hibernate/ListtypeDAO.java 135 publicMethodCommentRequirement Required
66495 src/com/gps/hibernate/ListtypeDAO.java 136 There is log block not surrounded by if
66496 src/com/gps/hibernate/ListtypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66497 src/com/gps/hibernate/ListtypeDAO.java 138 Potential violation of Law of Demeter (method chain calls)
66498 src/com/gps/hibernate/ListtypeDAO.java 139 There is log block not surrounded by if
66499 src/com/gps/hibernate/ListtypeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66500 src/com/gps/hibernate/ListtypeDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66501 src/com/gps/hibernate/ListtypeDAO.java 141 There is log block not surrounded by if
66502 src/com/gps/hibernate/LmuSenderMapping.java 6 headerCommentRequirement Required
66503 src/com/gps/hibernate/LmuSenderMapping.java 8 Avoid variables with short names like id
66504 src/com/gps/hibernate/LmuSenderMapping.java 8 fieldCommentRequirement Required
66505 src/com/gps/hibernate/LmuSenderMapping.java 9 fieldCommentRequirement Required
66506 src/com/gps/hibernate/LmuSenderMapping.java 10 fieldCommentRequirement Required
66507 src/com/gps/hibernate/LmuSenderMapping.java 11 fieldCommentRequirement Required
66508 src/com/gps/hibernate/LmuSenderMapping.java 12 fieldCommentRequirement Required
66509 src/com/gps/hibernate/LmuSenderMapping.java 22 Avoid variables with short names like id
66510 src/com/gps/hibernate/LmuSenderMapping.java 22 Parameter 'id' is not assigned and could be declared final
66511 src/com/gps/hibernate/LmuSenderMapping.java 34 Parameter 'senderId' is not assigned and could be declared final
66512 src/com/gps/hibernate/LmuSenderMapping.java 46 Parameter 'receiverId' is not assigned and could be declared final
66513 src/com/gps/hibernate/LmuSenderMapping.java 58 Parameter 'lastTripParamId' is not assigned and could be declared final
66514 src/com/gps/hibernate/LmuSenderMapping.java 70 Parameter 'sentTime' is not assigned and could be declared final
66515 src/com/gps/hibernate/LmuSenderMappingDAO.java 9 headerCommentRequirement Required
66516 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Avoid unused private fields such as 'log'.
66517 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Logger should be defined private static final and have the correct class
66518 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 Variables that are final and static should be all capitals, 'log' is not all capitals.
66519 src/com/gps/hibernate/LmuSenderMappingDAO.java 11 fieldCommentRequirement Required
66520 src/com/gps/hibernate/LmuSenderMappingDAO.java 13 publicMethodCommentRequirement Required
66521 src/com/gps/hibernate/LmuSenderMappingDAO.java 14 Found 'DD'-anomaly for variable 'mappers' (lines '14'-'18').
66522 src/com/gps/hibernate/LmuSenderMappingDAO.java 18 Potential violation of Law of Demeter (method chain calls)
66523 src/com/gps/hibernate/LmuSenderMappingDAO.java 18 Potential violation of Law of Demeter (method chain calls)
66524 src/com/gps/hibernate/LmuSenderMappingDAO.java 20 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66525 src/com/gps/hibernate/LmuSenderMappingDAO.java 22 Avoid printStackTrace(); use a logger call instead.
66526 src/com/gps/hibernate/LmuSenderMappingDAO.java 22 Potential violation of Law of Demeter (object not created locally)
66527 src/com/gps/hibernate/Location.java 3 Avoid unused imports such as 'java.util.Date'
66528 src/com/gps/hibernate/Location.java 11 Classes implementing Serializable should set a serialVersionUID
66529 src/com/gps/hibernate/Location.java 14 fieldCommentRequirement Required
66530 src/com/gps/hibernate/Location.java 15 fieldCommentRequirement Required
66531 src/com/gps/hibernate/Location.java 25 Parameter 'lattitude' is not assigned and could be declared final
66532 src/com/gps/hibernate/Location.java 37 Parameter 'longitude' is not assigned and could be declared final
66533 src/com/gps/hibernate/LocationDAO.java 4 Avoid unused imports such as 'java.sql.ResultSet'
66534 src/com/gps/hibernate/LocationDAO.java 9 Avoid unused imports such as 'java.util.Set'
66535 src/com/gps/hibernate/LocationDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.Location'
66536 src/com/gps/hibernate/LocationDAO.java 15 No need to import a type that lives in the same package
66537 src/com/gps/hibernate/LocationDAO.java 18 headerCommentRequirement Required
66538 src/com/gps/hibernate/LocationDAO.java 19 Logger should be defined private static final and have the correct class
66539 src/com/gps/hibernate/LocationDAO.java 19 Variables that are final and static should be all capitals, 'log' is not all capitals.
66540 src/com/gps/hibernate/LocationDAO.java 19 fieldCommentRequirement Required
66541 src/com/gps/hibernate/LocationDAO.java 21 Comment is too large: Too many lines
66542 src/com/gps/hibernate/LocationDAO.java 27 Comment is too large: Line too long
66543 src/com/gps/hibernate/LocationDAO.java 39 Parameter 'tripid' is not assigned and could be declared final
66544 src/com/gps/hibernate/LocationDAO.java 39 publicMethodCommentRequirement Required
66545 src/com/gps/hibernate/LocationDAO.java 43 Found 'DD'-anomaly for variable 'esn' (lines '43'-'48').
66546 src/com/gps/hibernate/LocationDAO.java 44 Local variable 'queryString' could be declared final
66547 src/com/gps/hibernate/LocationDAO.java 45 Local variable 'queryObject' could be declared final
66548 src/com/gps/hibernate/LocationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
66549 src/com/gps/hibernate/LocationDAO.java 46 Local variable 'size' could be declared final
66550 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
66551 src/com/gps/hibernate/LocationDAO.java 46 Potential violation of Law of Demeter (object not created locally)
66552 src/com/gps/hibernate/LocationDAO.java 47 Avoid using Literals in Conditional Statements
66553 src/com/gps/hibernate/LocationDAO.java 47 Avoid using if statements without curly braces
66554 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
66555 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
66556 src/com/gps/hibernate/LocationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
66557 src/com/gps/hibernate/LocationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66558 src/com/gps/hibernate/LocationDAO.java 51 There is log block not surrounded by if
66559 src/com/gps/hibernate/LocationDAO.java 55 Parameter 'vehid' is not assigned and could be declared final
66560 src/com/gps/hibernate/LocationDAO.java 55 publicMethodCommentRequirement Required
66561 src/com/gps/hibernate/LocationDAO.java 59 Found 'DD'-anomaly for variable 'esn' (lines '59'-'64').
66562 src/com/gps/hibernate/LocationDAO.java 60 Local variable 'queryString' could be declared final
66563 src/com/gps/hibernate/LocationDAO.java 61 Local variable 'queryObject' could be declared final
66564 src/com/gps/hibernate/LocationDAO.java 61 Potential violation of Law of Demeter (method chain calls)
66565 src/com/gps/hibernate/LocationDAO.java 62 Local variable 'size' could be declared final
66566 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (method chain calls)
66567 src/com/gps/hibernate/LocationDAO.java 62 Potential violation of Law of Demeter (object not created locally)
66568 src/com/gps/hibernate/LocationDAO.java 63 Avoid using Literals in Conditional Statements
66569 src/com/gps/hibernate/LocationDAO.java 63 Avoid using if statements without curly braces
66570 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
66571 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (method chain calls)
66572 src/com/gps/hibernate/LocationDAO.java 64 Potential violation of Law of Demeter (object not created locally)
66573 src/com/gps/hibernate/LocationDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66574 src/com/gps/hibernate/LocationDAO.java 67 There is log block not surrounded by if
66575 src/com/gps/hibernate/LocationDAO.java 71 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
66576 src/com/gps/hibernate/LocationDAO.java 71 Found non-transient, non-static member. Please mark as transient or provide accessors.
66577 src/com/gps/hibernate/LocationDAO.java 71 Use explicit scoping instead of the default package private level
66578 src/com/gps/hibernate/LocationDAO.java 71 fieldCommentRequirement Required
66579 src/com/gps/hibernate/LocationDAO.java 72 Parameter 'tripId' is not assigned and could be declared final
66580 src/com/gps/hibernate/LocationDAO.java 72 publicMethodCommentRequirement Required
66581 src/com/gps/hibernate/LocationDAO.java 75 Local variable 'trip' could be declared final
66582 src/com/gps/hibernate/LocationDAO.java 76 Found 'DD'-anomaly for variable 'tripReq' (lines '76'-'86').
66583 src/com/gps/hibernate/LocationDAO.java 77 Local variable 'dataOrg' could be declared final
66584 src/com/gps/hibernate/LocationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
66585 src/com/gps/hibernate/LocationDAO.java 88 Local variable 'esnNo' could be declared final
66586 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
66587 src/com/gps/hibernate/LocationDAO.java 89 There is log block not surrounded by if
66588 src/com/gps/hibernate/LocationDAO.java 90 Found 'DD'-anomaly for variable 'location' (lines '90'-'91').
66589 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
66590 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (method chain calls)
66591 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
66592 src/com/gps/hibernate/LocationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
66593 src/com/gps/hibernate/LocationDAO.java 93 Avoid using Literals in Conditional Statements
66594 src/com/gps/hibernate/LocationDAO.java 93 Potential violation of Law of Demeter (object not created locally)
66595 src/com/gps/hibernate/LocationDAO.java 95 Comment is too large: Line too long
66596 src/com/gps/hibernate/LocationDAO.java 96 Comment is too large: Line too long
66597 src/com/gps/hibernate/LocationDAO.java 98 Local variable 'query' could be declared final
66598 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (method chain calls)
66599 src/com/gps/hibernate/LocationDAO.java 98 Potential violation of Law of Demeter (object not created locally)
66600 src/com/gps/hibernate/LocationDAO.java 99 System.out.print is used
66601 src/com/gps/hibernate/LocationDAO.java 100 Avoid variables with short names like q
66602 src/com/gps/hibernate/LocationDAO.java 100 Local variable 'q' could be declared final
66603 src/com/gps/hibernate/LocationDAO.java 100 Potential violation of Law of Demeter (object not created locally)
66604 src/com/gps/hibernate/LocationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
66605 src/com/gps/hibernate/LocationDAO.java 103 System.out.print is used
66606 src/com/gps/hibernate/LocationDAO.java 104 Local variable 'itr' could be declared final
66607 src/com/gps/hibernate/LocationDAO.java 108 Local variable 'obj' could be declared final
66608 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66609 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66610 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66611 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66612 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66613 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66614 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66615 src/com/gps/hibernate/LocationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
66616 src/com/gps/hibernate/LocationDAO.java 109 System.out.print is used
66617 src/com/gps/hibernate/LocationDAO.java 110 Avoid appending characters as strings in StringBuffer.append.
66618 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
66619 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
66620 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
66621 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (method chain calls)
66622 src/com/gps/hibernate/LocationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
66623 src/com/gps/hibernate/LocationDAO.java 113 Potential violation of Law of Demeter (object not created locally)
66624 src/com/gps/hibernate/LocationDAO.java 114 Potential violation of Law of Demeter (object not created locally)
66625 src/com/gps/hibernate/LocationDAO.java 116 Potential violation of Law of Demeter (object not created locally)
66626 src/com/gps/hibernate/LocationDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66627 src/com/gps/hibernate/LocationDAO.java 118 There is log block not surrounded by if
66628 src/com/gps/hibernate/LocationDAO.java 123 Parameter 'vehicleId' is not assigned and could be declared final
66629 src/com/gps/hibernate/LocationDAO.java 123 publicMethodCommentRequirement Required
66630 src/com/gps/hibernate/LocationDAO.java 124 Found 'DD'-anomaly for variable 'trips' (lines '124'-'129').
66631 src/com/gps/hibernate/LocationDAO.java 126 Local variable 'query' could be declared final
66632 src/com/gps/hibernate/LocationDAO.java 127 System.out.print is used
66633 src/com/gps/hibernate/LocationDAO.java 128 Avoid variables with short names like q
66634 src/com/gps/hibernate/LocationDAO.java 128 Local variable 'q' could be declared final
66635 src/com/gps/hibernate/LocationDAO.java 128 Potential violation of Law of Demeter (method chain calls)
66636 src/com/gps/hibernate/LocationDAO.java 129 Potential violation of Law of Demeter (object not created locally)
66637 src/com/gps/hibernate/LocationDAO.java 130 Potential violation of Law of Demeter (object not created locally)
66638 src/com/gps/hibernate/LocationDAO.java 130 System.out.print is used
66639 src/com/gps/hibernate/LocationDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66640 src/com/gps/hibernate/LocationDAO.java 133 Avoid printStackTrace(); use a logger call instead.
66641 src/com/gps/hibernate/LocationDAO.java 133 Potential violation of Law of Demeter (object not created locally)
66642 src/com/gps/hibernate/LoginDAO.java 6 Avoid unused imports such as 'java.util.Iterator'
66643 src/com/gps/hibernate/LoginDAO.java 9 Avoid unused imports such as 'java.util.Set'
66644 src/com/gps/hibernate/LoginDAO.java 14 Avoid unused imports such as 'org.hibernate.Session'
66645 src/com/gps/hibernate/LoginDAO.java 18 Avoid importing anything from the sun.* packages
66646 src/com/gps/hibernate/LoginDAO.java 20 headerCommentRequirement Required
66647 src/com/gps/hibernate/LoginDAO.java 21 Logger should be defined private static final and have the correct class
66648 src/com/gps/hibernate/LoginDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
66649 src/com/gps/hibernate/LoginDAO.java 21 fieldCommentRequirement Required
66650 src/com/gps/hibernate/LoginDAO.java 23 Method names should not start with capital letters
66651 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'password' is not assigned and could be declared final
66652 src/com/gps/hibernate/LoginDAO.java 23 Parameter 'username' is not assigned and could be declared final
66653 src/com/gps/hibernate/LoginDAO.java 23 publicMethodCommentRequirement Required
66654 src/com/gps/hibernate/LoginDAO.java 27 Found 'DD'-anomaly for variable 'userlist' (lines '27'-'32').
66655 src/com/gps/hibernate/LoginDAO.java 28 Found 'DD'-anomaly for variable 'stat' (lines '28'-'42').
66656 src/com/gps/hibernate/LoginDAO.java 29 Local variable 'queryString' could be declared final
66657 src/com/gps/hibernate/LoginDAO.java 30 System.out.print is used
66658 src/com/gps/hibernate/LoginDAO.java 31 Local variable 'queryObject' could be declared final
66659 src/com/gps/hibernate/LoginDAO.java 31 Potential violation of Law of Demeter (method chain calls)
66660 src/com/gps/hibernate/LoginDAO.java 32 Potential violation of Law of Demeter (object not created locally)
66661 src/com/gps/hibernate/LoginDAO.java 33 Comment is too large: Line too long
66662 src/com/gps/hibernate/LoginDAO.java 35 Local variable 'size' could be declared final
66663 src/com/gps/hibernate/LoginDAO.java 35 Potential violation of Law of Demeter (object not created locally)
66664 src/com/gps/hibernate/LoginDAO.java 41 Avoid using Literals in Conditional Statements
66665 src/com/gps/hibernate/LoginDAO.java 41 Avoid using if statements without curly braces
66666 src/com/gps/hibernate/LoginDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66667 src/com/gps/hibernate/LoginDAO.java 45 There is log block not surrounded by if
66668 src/com/gps/hibernate/LoginDAO.java 51 Method names should not start with capital letters
66669 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'password' is not assigned and could be declared final
66670 src/com/gps/hibernate/LoginDAO.java 51 Parameter 'username' is not assigned and could be declared final
66671 src/com/gps/hibernate/LoginDAO.java 51 publicMethodCommentRequirement Required
66672 src/com/gps/hibernate/LoginDAO.java 55 Found 'DD'-anomaly for variable 'userlist' (lines '55'-'61').
66673 src/com/gps/hibernate/LoginDAO.java 56 Found 'DD'-anomaly for variable 'userorg' (lines '56'-'66').
66674 src/com/gps/hibernate/LoginDAO.java 56 Found 'DU'-anomaly for variable 'userorg' (lines '56'-'76').
66675 src/com/gps/hibernate/LoginDAO.java 57 Found 'DD'-anomaly for variable 'organization' (lines '57'-'68').
66676 src/com/gps/hibernate/LoginDAO.java 57 Found 'DU'-anomaly for variable 'organization' (lines '57'-'76').
66677 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'orgid' (lines '58'-'67').
66678 src/com/gps/hibernate/LoginDAO.java 58 Found 'DD'-anomaly for variable 'userid' (lines '58'-'65').
66679 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'orgid' (lines '58'-'76').
66680 src/com/gps/hibernate/LoginDAO.java 58 Found 'DU'-anomaly for variable 'userid' (lines '58'-'76').
66681 src/com/gps/hibernate/LoginDAO.java 58 Use one line for each declaration, it enhances code readability.
66682 src/com/gps/hibernate/LoginDAO.java 59 Local variable 'queryString' could be declared final
66683 src/com/gps/hibernate/LoginDAO.java 60 Local variable 'queryObject' could be declared final
66684 src/com/gps/hibernate/LoginDAO.java 60 Potential violation of Law of Demeter (method chain calls)
66685 src/com/gps/hibernate/LoginDAO.java 61 Potential violation of Law of Demeter (object not created locally)
66686 src/com/gps/hibernate/LoginDAO.java 62 Local variable 'size' could be declared final
66687 src/com/gps/hibernate/LoginDAO.java 62 Potential violation of Law of Demeter (object not created locally)
66688 src/com/gps/hibernate/LoginDAO.java 63 Avoid using Literals in Conditional Statements
66689 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (method chain calls)
66690 src/com/gps/hibernate/LoginDAO.java 65 Potential violation of Law of Demeter (object not created locally)
66691 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
66692 src/com/gps/hibernate/LoginDAO.java 66 Potential violation of Law of Demeter (method chain calls)
66693 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
66694 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (method chain calls)
66695 src/com/gps/hibernate/LoginDAO.java 67 Potential violation of Law of Demeter (object not created locally)
66696 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
66697 src/com/gps/hibernate/LoginDAO.java 68 Potential violation of Law of Demeter (method chain calls)
66698 src/com/gps/hibernate/LoginDAO.java 69 A method should have only one exit point, and that should be the last statement in the method
66699 src/com/gps/hibernate/LoginDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66700 src/com/gps/hibernate/LoginDAO.java 72 There is log block not surrounded by if
66701 src/com/gps/hibernate/LoginDAO.java 78 Parameter 'inputStr' is not assigned and could be declared final
66702 src/com/gps/hibernate/LoginDAO.java 78 Use block level rather than method level synchronization
66703 src/com/gps/hibernate/LoginDAO.java 78 publicMethodCommentRequirement Required
66704 src/com/gps/hibernate/LoginDAO.java 80 Avoid variables with short names like md
66705 src/com/gps/hibernate/LoginDAO.java 80 Local variable 'md' could be declared final
66706 src/com/gps/hibernate/LoginDAO.java 81 Potential violation of Law of Demeter (object not created locally)
66707 src/com/gps/hibernate/LoginDAO.java 82 Local variable 'digest' could be declared final
66708 src/com/gps/hibernate/LoginDAO.java 82 Potential violation of Law of Demeter (object not created locally)
66709 src/com/gps/hibernate/LoginDAO.java 83 A method should have only one exit point, and that should be the last statement in the method
66710 src/com/gps/hibernate/LoginDAO.java 83 This statement may have some unnecessary parentheses
66711 src/com/gps/hibernate/LoginDAO.java 83 Useless parentheses.
66712 src/com/gps/hibernate/LoginDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66713 src/com/gps/hibernate/Mbban.java 11 Classes implementing Serializable should set a serialVersionUID
66714 src/com/gps/hibernate/Mbban.java 15 fieldCommentRequirement Required
66715 src/com/gps/hibernate/Mbban.java 16 fieldCommentRequirement Required
66716 src/com/gps/hibernate/Mbban.java 17 fieldCommentRequirement Required
66717 src/com/gps/hibernate/Mbban.java 18 fieldCommentRequirement Required
66718 src/com/gps/hibernate/Mbban.java 19 fieldCommentRequirement Required
66719 src/com/gps/hibernate/Mbban.java 20 fieldCommentRequirement Required
66720 src/com/gps/hibernate/Mbban.java 21 fieldCommentRequirement Required
66721 src/com/gps/hibernate/Mbban.java 22 fieldCommentRequirement Required
66722 src/com/gps/hibernate/Mbban.java 27 Document empty constructor
66723 src/com/gps/hibernate/Mbban.java 31 Parameter 'banId' is not assigned and could be declared final
66724 src/com/gps/hibernate/Mbban.java 36 Parameter 'banId' is not assigned and could be declared final
66725 src/com/gps/hibernate/Mbban.java 36 Parameter 'companyId' is not assigned and could be declared final
66726 src/com/gps/hibernate/Mbban.java 36 Parameter 'groupId' is not assigned and could be declared final
66727 src/com/gps/hibernate/Mbban.java 36 Parameter 'userId' is not assigned and could be declared final
66728 src/com/gps/hibernate/Mbban.java 37 Parameter 'banUserId' is not assigned and could be declared final
66729 src/com/gps/hibernate/Mbban.java 37 Parameter 'createDate' is not assigned and could be declared final
66730 src/com/gps/hibernate/Mbban.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
66731 src/com/gps/hibernate/Mbban.java 37 Parameter 'userName' is not assigned and could be declared final
66732 src/com/gps/hibernate/Mbban.java 50 publicMethodCommentRequirement Required
66733 src/com/gps/hibernate/Mbban.java 54 Parameter 'banId' is not assigned and could be declared final
66734 src/com/gps/hibernate/Mbban.java 54 publicMethodCommentRequirement Required
66735 src/com/gps/hibernate/Mbban.java 58 publicMethodCommentRequirement Required
66736 src/com/gps/hibernate/Mbban.java 62 Parameter 'groupId' is not assigned and could be declared final
66737 src/com/gps/hibernate/Mbban.java 62 publicMethodCommentRequirement Required
66738 src/com/gps/hibernate/Mbban.java 66 publicMethodCommentRequirement Required
66739 src/com/gps/hibernate/Mbban.java 70 Parameter 'companyId' is not assigned and could be declared final
66740 src/com/gps/hibernate/Mbban.java 70 publicMethodCommentRequirement Required
66741 src/com/gps/hibernate/Mbban.java 74 publicMethodCommentRequirement Required
66742 src/com/gps/hibernate/Mbban.java 78 Parameter 'userId' is not assigned and could be declared final
66743 src/com/gps/hibernate/Mbban.java 78 publicMethodCommentRequirement Required
66744 src/com/gps/hibernate/Mbban.java 82 publicMethodCommentRequirement Required
66745 src/com/gps/hibernate/Mbban.java 86 Parameter 'userName' is not assigned and could be declared final
66746 src/com/gps/hibernate/Mbban.java 86 publicMethodCommentRequirement Required
66747 src/com/gps/hibernate/Mbban.java 90 publicMethodCommentRequirement Required
66748 src/com/gps/hibernate/Mbban.java 94 Parameter 'createDate' is not assigned and could be declared final
66749 src/com/gps/hibernate/Mbban.java 94 publicMethodCommentRequirement Required
66750 src/com/gps/hibernate/Mbban.java 98 publicMethodCommentRequirement Required
66751 src/com/gps/hibernate/Mbban.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
66752 src/com/gps/hibernate/Mbban.java 102 publicMethodCommentRequirement Required
66753 src/com/gps/hibernate/Mbban.java 106 publicMethodCommentRequirement Required
66754 src/com/gps/hibernate/Mbban.java 110 Parameter 'banUserId' is not assigned and could be declared final
66755 src/com/gps/hibernate/Mbban.java 110 publicMethodCommentRequirement Required
66756 src/com/gps/hibernate/MbbanDAO.java 3 Avoid unused imports such as 'java.util.Date'
66757 src/com/gps/hibernate/MbbanDAO.java 11 Comment is too large: Too many lines
66758 src/com/gps/hibernate/MbbanDAO.java 23 This class has too many methods, consider refactoring it.
66759 src/com/gps/hibernate/MbbanDAO.java 24 Logger should be defined private static final and have the correct class
66760 src/com/gps/hibernate/MbbanDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
66761 src/com/gps/hibernate/MbbanDAO.java 24 fieldCommentRequirement Required
66762 src/com/gps/hibernate/MbbanDAO.java 26 fieldCommentRequirement Required
66763 src/com/gps/hibernate/MbbanDAO.java 27 fieldCommentRequirement Required
66764 src/com/gps/hibernate/MbbanDAO.java 28 fieldCommentRequirement Required
66765 src/com/gps/hibernate/MbbanDAO.java 29 fieldCommentRequirement Required
66766 src/com/gps/hibernate/MbbanDAO.java 30 fieldCommentRequirement Required
66767 src/com/gps/hibernate/MbbanDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
66768 src/com/gps/hibernate/MbbanDAO.java 32 publicMethodCommentRequirement Required
66769 src/com/gps/hibernate/MbbanDAO.java 33 There is log block not surrounded by if
66770 src/com/gps/hibernate/MbbanDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66771 src/com/gps/hibernate/MbbanDAO.java 35 Potential violation of Law of Demeter (method chain calls)
66772 src/com/gps/hibernate/MbbanDAO.java 36 There is log block not surrounded by if
66773 src/com/gps/hibernate/MbbanDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66774 src/com/gps/hibernate/MbbanDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66775 src/com/gps/hibernate/MbbanDAO.java 38 There is log block not surrounded by if
66776 src/com/gps/hibernate/MbbanDAO.java 43 Avoid excessively long variable names like persistentInstance
66777 src/com/gps/hibernate/MbbanDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
66778 src/com/gps/hibernate/MbbanDAO.java 43 publicMethodCommentRequirement Required
66779 src/com/gps/hibernate/MbbanDAO.java 44 There is log block not surrounded by if
66780 src/com/gps/hibernate/MbbanDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66781 src/com/gps/hibernate/MbbanDAO.java 46 Potential violation of Law of Demeter (method chain calls)
66782 src/com/gps/hibernate/MbbanDAO.java 47 There is log block not surrounded by if
66783 src/com/gps/hibernate/MbbanDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66784 src/com/gps/hibernate/MbbanDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66785 src/com/gps/hibernate/MbbanDAO.java 49 There is log block not surrounded by if
66786 src/com/gps/hibernate/MbbanDAO.java 54 Avoid variables with short names like id
66787 src/com/gps/hibernate/MbbanDAO.java 54 Parameter 'id' is not assigned and could be declared final
66788 src/com/gps/hibernate/MbbanDAO.java 54 publicMethodCommentRequirement Required
66789 src/com/gps/hibernate/MbbanDAO.java 55 There is log block not surrounded by if
66790 src/com/gps/hibernate/MbbanDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66791 src/com/gps/hibernate/MbbanDAO.java 57 Local variable 'instance' could be declared final
66792 src/com/gps/hibernate/MbbanDAO.java 57 Potential violation of Law of Demeter (method chain calls)
66793 src/com/gps/hibernate/MbbanDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66794 src/com/gps/hibernate/MbbanDAO.java 61 There is log block not surrounded by if
66795 src/com/gps/hibernate/MbbanDAO.java 66 Parameter 'instance' is not assigned and could be declared final
66796 src/com/gps/hibernate/MbbanDAO.java 66 publicMethodCommentRequirement Required
66797 src/com/gps/hibernate/MbbanDAO.java 67 There is log block not surrounded by if
66798 src/com/gps/hibernate/MbbanDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66799 src/com/gps/hibernate/MbbanDAO.java 69 Local variable 'results' could be declared final
66800 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
66801 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
66802 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
66803 src/com/gps/hibernate/MbbanDAO.java 72 There is log block not surrounded by if
66804 src/com/gps/hibernate/MbbanDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66805 src/com/gps/hibernate/MbbanDAO.java 73 Potential violation of Law of Demeter (object not created locally)
66806 src/com/gps/hibernate/MbbanDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66807 src/com/gps/hibernate/MbbanDAO.java 76 There is log block not surrounded by if
66808 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
66809 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'value' is not assigned and could be declared final
66810 src/com/gps/hibernate/MbbanDAO.java 81 publicMethodCommentRequirement Required
66811 src/com/gps/hibernate/MbbanDAO.java 82 There is log block not surrounded by if
66812 src/com/gps/hibernate/MbbanDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66813 src/com/gps/hibernate/MbbanDAO.java 85 Local variable 'queryString' could be declared final
66814 src/com/gps/hibernate/MbbanDAO.java 87 Local variable 'queryObject' could be declared final
66815 src/com/gps/hibernate/MbbanDAO.java 87 Potential violation of Law of Demeter (method chain calls)
66816 src/com/gps/hibernate/MbbanDAO.java 88 Potential violation of Law of Demeter (object not created locally)
66817 src/com/gps/hibernate/MbbanDAO.java 89 Potential violation of Law of Demeter (object not created locally)
66818 src/com/gps/hibernate/MbbanDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66819 src/com/gps/hibernate/MbbanDAO.java 91 There is log block not surrounded by if
66820 src/com/gps/hibernate/MbbanDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
66821 src/com/gps/hibernate/MbbanDAO.java 96 publicMethodCommentRequirement Required
66822 src/com/gps/hibernate/MbbanDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
66823 src/com/gps/hibernate/MbbanDAO.java 100 publicMethodCommentRequirement Required
66824 src/com/gps/hibernate/MbbanDAO.java 104 Parameter 'userId' is not assigned and could be declared final
66825 src/com/gps/hibernate/MbbanDAO.java 104 publicMethodCommentRequirement Required
66826 src/com/gps/hibernate/MbbanDAO.java 108 Parameter 'userName' is not assigned and could be declared final
66827 src/com/gps/hibernate/MbbanDAO.java 108 publicMethodCommentRequirement Required
66828 src/com/gps/hibernate/MbbanDAO.java 112 Parameter 'banUserId' is not assigned and could be declared final
66829 src/com/gps/hibernate/MbbanDAO.java 112 publicMethodCommentRequirement Required
66830 src/com/gps/hibernate/MbbanDAO.java 116 publicMethodCommentRequirement Required
66831 src/com/gps/hibernate/MbbanDAO.java 117 There is log block not surrounded by if
66832 src/com/gps/hibernate/MbbanDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66833 src/com/gps/hibernate/MbbanDAO.java 119 Local variable 'queryString' could be declared final
66834 src/com/gps/hibernate/MbbanDAO.java 120 Local variable 'queryObject' could be declared final
66835 src/com/gps/hibernate/MbbanDAO.java 120 Potential violation of Law of Demeter (method chain calls)
66836 src/com/gps/hibernate/MbbanDAO.java 121 Potential violation of Law of Demeter (object not created locally)
66837 src/com/gps/hibernate/MbbanDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66838 src/com/gps/hibernate/MbbanDAO.java 123 There is log block not surrounded by if
66839 src/com/gps/hibernate/MbbanDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
66840 src/com/gps/hibernate/MbbanDAO.java 128 publicMethodCommentRequirement Required
66841 src/com/gps/hibernate/MbbanDAO.java 129 There is log block not surrounded by if
66842 src/com/gps/hibernate/MbbanDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66843 src/com/gps/hibernate/MbbanDAO.java 131 Local variable 'result' could be declared final
66844 src/com/gps/hibernate/MbbanDAO.java 131 Potential violation of Law of Demeter (method chain calls)
66845 src/com/gps/hibernate/MbbanDAO.java 132 There is log block not surrounded by if
66846 src/com/gps/hibernate/MbbanDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66847 src/com/gps/hibernate/MbbanDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66848 src/com/gps/hibernate/MbbanDAO.java 135 There is log block not surrounded by if
66849 src/com/gps/hibernate/MbbanDAO.java 140 Parameter 'instance' is not assigned and could be declared final
66850 src/com/gps/hibernate/MbbanDAO.java 140 publicMethodCommentRequirement Required
66851 src/com/gps/hibernate/MbbanDAO.java 141 There is log block not surrounded by if
66852 src/com/gps/hibernate/MbbanDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66853 src/com/gps/hibernate/MbbanDAO.java 143 Potential violation of Law of Demeter (method chain calls)
66854 src/com/gps/hibernate/MbbanDAO.java 144 There is log block not surrounded by if
66855 src/com/gps/hibernate/MbbanDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66856 src/com/gps/hibernate/MbbanDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66857 src/com/gps/hibernate/MbbanDAO.java 146 There is log block not surrounded by if
66858 src/com/gps/hibernate/MbbanDAO.java 151 Parameter 'instance' is not assigned and could be declared final
66859 src/com/gps/hibernate/MbbanDAO.java 151 publicMethodCommentRequirement Required
66860 src/com/gps/hibernate/MbbanDAO.java 152 There is log block not surrounded by if
66861 src/com/gps/hibernate/MbbanDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66862 src/com/gps/hibernate/MbbanDAO.java 154 Potential violation of Law of Demeter (method chain calls)
66863 src/com/gps/hibernate/MbbanDAO.java 155 There is log block not surrounded by if
66864 src/com/gps/hibernate/MbbanDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66865 src/com/gps/hibernate/MbbanDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66866 src/com/gps/hibernate/MbbanDAO.java 157 There is log block not surrounded by if
66867 src/com/gps/hibernate/Mbcategory.java 11 Classes implementing Serializable should set a serialVersionUID
66868 src/com/gps/hibernate/Mbcategory.java 15 fieldCommentRequirement Required
66869 src/com/gps/hibernate/Mbcategory.java 16 fieldCommentRequirement Required
66870 src/com/gps/hibernate/Mbcategory.java 17 fieldCommentRequirement Required
66871 src/com/gps/hibernate/Mbcategory.java 18 fieldCommentRequirement Required
66872 src/com/gps/hibernate/Mbcategory.java 19 fieldCommentRequirement Required
66873 src/com/gps/hibernate/Mbcategory.java 20 fieldCommentRequirement Required
66874 src/com/gps/hibernate/Mbcategory.java 21 fieldCommentRequirement Required
66875 src/com/gps/hibernate/Mbcategory.java 22 fieldCommentRequirement Required
66876 src/com/gps/hibernate/Mbcategory.java 23 fieldCommentRequirement Required
66877 src/com/gps/hibernate/Mbcategory.java 24 fieldCommentRequirement Required
66878 src/com/gps/hibernate/Mbcategory.java 25 fieldCommentRequirement Required
66879 src/com/gps/hibernate/Mbcategory.java 26 fieldCommentRequirement Required
66880 src/com/gps/hibernate/Mbcategory.java 27 fieldCommentRequirement Required
66881 src/com/gps/hibernate/Mbcategory.java 28 fieldCommentRequirement Required
66882 src/com/gps/hibernate/Mbcategory.java 33 Document empty constructor
66883 src/com/gps/hibernate/Mbcategory.java 37 Parameter 'categoryId' is not assigned and could be declared final
66884 src/com/gps/hibernate/Mbcategory.java 42 Avoid long parameter lists.
66885 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'categoryId' is not assigned and could be declared final
66886 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'groupId' is not assigned and could be declared final
66887 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'uuid' is not assigned and could be declared final
66888 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'companyId' is not assigned and could be declared final
66889 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'createDate' is not assigned and could be declared final
66890 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userId' is not assigned and could be declared final
66891 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userName' is not assigned and could be declared final
66892 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
66893 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'name' is not assigned and could be declared final
66894 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'parentCategoryId' is not assigned and could be declared final
66895 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'description' is not assigned and could be declared final
66896 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'messageCount' is not assigned and could be declared final
66897 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'threadCount' is not assigned and could be declared final
66898 src/com/gps/hibernate/Mbcategory.java 46 Parameter 'lastPostDate' is not assigned and could be declared final
66899 src/com/gps/hibernate/Mbcategory.java 65 publicMethodCommentRequirement Required
66900 src/com/gps/hibernate/Mbcategory.java 69 Parameter 'categoryId' is not assigned and could be declared final
66901 src/com/gps/hibernate/Mbcategory.java 69 publicMethodCommentRequirement Required
66902 src/com/gps/hibernate/Mbcategory.java 73 publicMethodCommentRequirement Required
66903 src/com/gps/hibernate/Mbcategory.java 77 Parameter 'uuid' is not assigned and could be declared final
66904 src/com/gps/hibernate/Mbcategory.java 77 publicMethodCommentRequirement Required
66905 src/com/gps/hibernate/Mbcategory.java 81 publicMethodCommentRequirement Required
66906 src/com/gps/hibernate/Mbcategory.java 85 Parameter 'groupId' is not assigned and could be declared final
66907 src/com/gps/hibernate/Mbcategory.java 85 publicMethodCommentRequirement Required
66908 src/com/gps/hibernate/Mbcategory.java 89 publicMethodCommentRequirement Required
66909 src/com/gps/hibernate/Mbcategory.java 93 Parameter 'companyId' is not assigned and could be declared final
66910 src/com/gps/hibernate/Mbcategory.java 93 publicMethodCommentRequirement Required
66911 src/com/gps/hibernate/Mbcategory.java 97 publicMethodCommentRequirement Required
66912 src/com/gps/hibernate/Mbcategory.java 101 Parameter 'userId' is not assigned and could be declared final
66913 src/com/gps/hibernate/Mbcategory.java 101 publicMethodCommentRequirement Required
66914 src/com/gps/hibernate/Mbcategory.java 105 publicMethodCommentRequirement Required
66915 src/com/gps/hibernate/Mbcategory.java 109 Parameter 'userName' is not assigned and could be declared final
66916 src/com/gps/hibernate/Mbcategory.java 109 publicMethodCommentRequirement Required
66917 src/com/gps/hibernate/Mbcategory.java 113 publicMethodCommentRequirement Required
66918 src/com/gps/hibernate/Mbcategory.java 117 Parameter 'createDate' is not assigned and could be declared final
66919 src/com/gps/hibernate/Mbcategory.java 117 publicMethodCommentRequirement Required
66920 src/com/gps/hibernate/Mbcategory.java 121 publicMethodCommentRequirement Required
66921 src/com/gps/hibernate/Mbcategory.java 125 Parameter 'modifiedDate' is not assigned and could be declared final
66922 src/com/gps/hibernate/Mbcategory.java 125 publicMethodCommentRequirement Required
66923 src/com/gps/hibernate/Mbcategory.java 129 publicMethodCommentRequirement Required
66924 src/com/gps/hibernate/Mbcategory.java 133 Parameter 'parentCategoryId' is not assigned and could be declared final
66925 src/com/gps/hibernate/Mbcategory.java 133 publicMethodCommentRequirement Required
66926 src/com/gps/hibernate/Mbcategory.java 137 publicMethodCommentRequirement Required
66927 src/com/gps/hibernate/Mbcategory.java 141 Parameter 'name' is not assigned and could be declared final
66928 src/com/gps/hibernate/Mbcategory.java 141 publicMethodCommentRequirement Required
66929 src/com/gps/hibernate/Mbcategory.java 145 publicMethodCommentRequirement Required
66930 src/com/gps/hibernate/Mbcategory.java 149 Parameter 'description' is not assigned and could be declared final
66931 src/com/gps/hibernate/Mbcategory.java 149 publicMethodCommentRequirement Required
66932 src/com/gps/hibernate/Mbcategory.java 153 publicMethodCommentRequirement Required
66933 src/com/gps/hibernate/Mbcategory.java 157 Parameter 'threadCount' is not assigned and could be declared final
66934 src/com/gps/hibernate/Mbcategory.java 157 publicMethodCommentRequirement Required
66935 src/com/gps/hibernate/Mbcategory.java 161 publicMethodCommentRequirement Required
66936 src/com/gps/hibernate/Mbcategory.java 165 Parameter 'messageCount' is not assigned and could be declared final
66937 src/com/gps/hibernate/Mbcategory.java 165 publicMethodCommentRequirement Required
66938 src/com/gps/hibernate/Mbcategory.java 169 publicMethodCommentRequirement Required
66939 src/com/gps/hibernate/Mbcategory.java 173 Parameter 'lastPostDate' is not assigned and could be declared final
66940 src/com/gps/hibernate/Mbcategory.java 173 publicMethodCommentRequirement Required
66941 src/com/gps/hibernate/MbcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
66942 src/com/gps/hibernate/MbcategoryDAO.java 11 Comment is too large: Too many lines
66943 src/com/gps/hibernate/MbcategoryDAO.java 23 This class has too many methods, consider refactoring it.
66944 src/com/gps/hibernate/MbcategoryDAO.java 24 Logger should be defined private static final and have the correct class
66945 src/com/gps/hibernate/MbcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
66946 src/com/gps/hibernate/MbcategoryDAO.java 24 fieldCommentRequirement Required
66947 src/com/gps/hibernate/MbcategoryDAO.java 26 fieldCommentRequirement Required
66948 src/com/gps/hibernate/MbcategoryDAO.java 27 fieldCommentRequirement Required
66949 src/com/gps/hibernate/MbcategoryDAO.java 28 fieldCommentRequirement Required
66950 src/com/gps/hibernate/MbcategoryDAO.java 29 fieldCommentRequirement Required
66951 src/com/gps/hibernate/MbcategoryDAO.java 30 fieldCommentRequirement Required
66952 src/com/gps/hibernate/MbcategoryDAO.java 31 Avoid excessively long variable names like PARENT_CATEGORY_ID
66953 src/com/gps/hibernate/MbcategoryDAO.java 31 fieldCommentRequirement Required
66954 src/com/gps/hibernate/MbcategoryDAO.java 32 fieldCommentRequirement Required
66955 src/com/gps/hibernate/MbcategoryDAO.java 33 fieldCommentRequirement Required
66956 src/com/gps/hibernate/MbcategoryDAO.java 34 fieldCommentRequirement Required
66957 src/com/gps/hibernate/MbcategoryDAO.java 35 fieldCommentRequirement Required
66958 src/com/gps/hibernate/MbcategoryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
66959 src/com/gps/hibernate/MbcategoryDAO.java 37 publicMethodCommentRequirement Required
66960 src/com/gps/hibernate/MbcategoryDAO.java 38 There is log block not surrounded by if
66961 src/com/gps/hibernate/MbcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66962 src/com/gps/hibernate/MbcategoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
66963 src/com/gps/hibernate/MbcategoryDAO.java 41 There is log block not surrounded by if
66964 src/com/gps/hibernate/MbcategoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66965 src/com/gps/hibernate/MbcategoryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66966 src/com/gps/hibernate/MbcategoryDAO.java 43 There is log block not surrounded by if
66967 src/com/gps/hibernate/MbcategoryDAO.java 48 Avoid excessively long variable names like persistentInstance
66968 src/com/gps/hibernate/MbcategoryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
66969 src/com/gps/hibernate/MbcategoryDAO.java 48 publicMethodCommentRequirement Required
66970 src/com/gps/hibernate/MbcategoryDAO.java 49 There is log block not surrounded by if
66971 src/com/gps/hibernate/MbcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66972 src/com/gps/hibernate/MbcategoryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
66973 src/com/gps/hibernate/MbcategoryDAO.java 52 There is log block not surrounded by if
66974 src/com/gps/hibernate/MbcategoryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66975 src/com/gps/hibernate/MbcategoryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66976 src/com/gps/hibernate/MbcategoryDAO.java 54 There is log block not surrounded by if
66977 src/com/gps/hibernate/MbcategoryDAO.java 59 Avoid variables with short names like id
66978 src/com/gps/hibernate/MbcategoryDAO.java 59 Parameter 'id' is not assigned and could be declared final
66979 src/com/gps/hibernate/MbcategoryDAO.java 59 publicMethodCommentRequirement Required
66980 src/com/gps/hibernate/MbcategoryDAO.java 60 There is log block not surrounded by if
66981 src/com/gps/hibernate/MbcategoryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66982 src/com/gps/hibernate/MbcategoryDAO.java 62 Local variable 'instance' could be declared final
66983 src/com/gps/hibernate/MbcategoryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
66984 src/com/gps/hibernate/MbcategoryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66985 src/com/gps/hibernate/MbcategoryDAO.java 66 There is log block not surrounded by if
66986 src/com/gps/hibernate/MbcategoryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
66987 src/com/gps/hibernate/MbcategoryDAO.java 71 publicMethodCommentRequirement Required
66988 src/com/gps/hibernate/MbcategoryDAO.java 72 There is log block not surrounded by if
66989 src/com/gps/hibernate/MbcategoryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66990 src/com/gps/hibernate/MbcategoryDAO.java 74 Local variable 'results' could be declared final
66991 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
66992 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
66993 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
66994 src/com/gps/hibernate/MbcategoryDAO.java 77 There is log block not surrounded by if
66995 src/com/gps/hibernate/MbcategoryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
66996 src/com/gps/hibernate/MbcategoryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
66997 src/com/gps/hibernate/MbcategoryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
66998 src/com/gps/hibernate/MbcategoryDAO.java 81 There is log block not surrounded by if
66999 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
67000 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'value' is not assigned and could be declared final
67001 src/com/gps/hibernate/MbcategoryDAO.java 86 publicMethodCommentRequirement Required
67002 src/com/gps/hibernate/MbcategoryDAO.java 87 There is log block not surrounded by if
67003 src/com/gps/hibernate/MbcategoryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67004 src/com/gps/hibernate/MbcategoryDAO.java 90 Local variable 'queryString' could be declared final
67005 src/com/gps/hibernate/MbcategoryDAO.java 92 Local variable 'queryObject' could be declared final
67006 src/com/gps/hibernate/MbcategoryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
67007 src/com/gps/hibernate/MbcategoryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
67008 src/com/gps/hibernate/MbcategoryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
67009 src/com/gps/hibernate/MbcategoryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67010 src/com/gps/hibernate/MbcategoryDAO.java 96 There is log block not surrounded by if
67011 src/com/gps/hibernate/MbcategoryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
67012 src/com/gps/hibernate/MbcategoryDAO.java 101 publicMethodCommentRequirement Required
67013 src/com/gps/hibernate/MbcategoryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
67014 src/com/gps/hibernate/MbcategoryDAO.java 105 publicMethodCommentRequirement Required
67015 src/com/gps/hibernate/MbcategoryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
67016 src/com/gps/hibernate/MbcategoryDAO.java 109 publicMethodCommentRequirement Required
67017 src/com/gps/hibernate/MbcategoryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
67018 src/com/gps/hibernate/MbcategoryDAO.java 113 publicMethodCommentRequirement Required
67019 src/com/gps/hibernate/MbcategoryDAO.java 117 Parameter 'userName' is not assigned and could be declared final
67020 src/com/gps/hibernate/MbcategoryDAO.java 117 publicMethodCommentRequirement Required
67021 src/com/gps/hibernate/MbcategoryDAO.java 121 Parameter 'parentCategoryId' is not assigned and could be declared final
67022 src/com/gps/hibernate/MbcategoryDAO.java 121 publicMethodCommentRequirement Required
67023 src/com/gps/hibernate/MbcategoryDAO.java 125 Parameter 'name' is not assigned and could be declared final
67024 src/com/gps/hibernate/MbcategoryDAO.java 125 publicMethodCommentRequirement Required
67025 src/com/gps/hibernate/MbcategoryDAO.java 129 Parameter 'description' is not assigned and could be declared final
67026 src/com/gps/hibernate/MbcategoryDAO.java 129 publicMethodCommentRequirement Required
67027 src/com/gps/hibernate/MbcategoryDAO.java 133 Parameter 'threadCount' is not assigned and could be declared final
67028 src/com/gps/hibernate/MbcategoryDAO.java 133 publicMethodCommentRequirement Required
67029 src/com/gps/hibernate/MbcategoryDAO.java 137 Parameter 'messageCount' is not assigned and could be declared final
67030 src/com/gps/hibernate/MbcategoryDAO.java 137 publicMethodCommentRequirement Required
67031 src/com/gps/hibernate/MbcategoryDAO.java 141 publicMethodCommentRequirement Required
67032 src/com/gps/hibernate/MbcategoryDAO.java 142 There is log block not surrounded by if
67033 src/com/gps/hibernate/MbcategoryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67034 src/com/gps/hibernate/MbcategoryDAO.java 144 Local variable 'queryString' could be declared final
67035 src/com/gps/hibernate/MbcategoryDAO.java 145 Local variable 'queryObject' could be declared final
67036 src/com/gps/hibernate/MbcategoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
67037 src/com/gps/hibernate/MbcategoryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
67038 src/com/gps/hibernate/MbcategoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67039 src/com/gps/hibernate/MbcategoryDAO.java 148 There is log block not surrounded by if
67040 src/com/gps/hibernate/MbcategoryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
67041 src/com/gps/hibernate/MbcategoryDAO.java 153 publicMethodCommentRequirement Required
67042 src/com/gps/hibernate/MbcategoryDAO.java 154 There is log block not surrounded by if
67043 src/com/gps/hibernate/MbcategoryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67044 src/com/gps/hibernate/MbcategoryDAO.java 156 Local variable 'result' could be declared final
67045 src/com/gps/hibernate/MbcategoryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
67046 src/com/gps/hibernate/MbcategoryDAO.java 158 There is log block not surrounded by if
67047 src/com/gps/hibernate/MbcategoryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67048 src/com/gps/hibernate/MbcategoryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67049 src/com/gps/hibernate/MbcategoryDAO.java 161 There is log block not surrounded by if
67050 src/com/gps/hibernate/MbcategoryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
67051 src/com/gps/hibernate/MbcategoryDAO.java 166 publicMethodCommentRequirement Required
67052 src/com/gps/hibernate/MbcategoryDAO.java 167 There is log block not surrounded by if
67053 src/com/gps/hibernate/MbcategoryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67054 src/com/gps/hibernate/MbcategoryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
67055 src/com/gps/hibernate/MbcategoryDAO.java 170 There is log block not surrounded by if
67056 src/com/gps/hibernate/MbcategoryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67057 src/com/gps/hibernate/MbcategoryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67058 src/com/gps/hibernate/MbcategoryDAO.java 172 There is log block not surrounded by if
67059 src/com/gps/hibernate/MbcategoryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
67060 src/com/gps/hibernate/MbcategoryDAO.java 177 publicMethodCommentRequirement Required
67061 src/com/gps/hibernate/MbcategoryDAO.java 178 There is log block not surrounded by if
67062 src/com/gps/hibernate/MbcategoryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67063 src/com/gps/hibernate/MbcategoryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
67064 src/com/gps/hibernate/MbcategoryDAO.java 181 There is log block not surrounded by if
67065 src/com/gps/hibernate/MbcategoryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67066 src/com/gps/hibernate/MbcategoryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67067 src/com/gps/hibernate/MbcategoryDAO.java 183 There is log block not surrounded by if
67068 src/com/gps/hibernate/Mbdiscussion.java 9 Classes implementing Serializable should set a serialVersionUID
67069 src/com/gps/hibernate/Mbdiscussion.java 13 fieldCommentRequirement Required
67070 src/com/gps/hibernate/Mbdiscussion.java 14 fieldCommentRequirement Required
67071 src/com/gps/hibernate/Mbdiscussion.java 15 fieldCommentRequirement Required
67072 src/com/gps/hibernate/Mbdiscussion.java 16 fieldCommentRequirement Required
67073 src/com/gps/hibernate/Mbdiscussion.java 21 Document empty constructor
67074 src/com/gps/hibernate/Mbdiscussion.java 25 Parameter 'discussionId' is not assigned and could be declared final
67075 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classNameId' is not assigned and could be declared final
67076 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classPk' is not assigned and could be declared final
67077 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'discussionId' is not assigned and could be declared final
67078 src/com/gps/hibernate/Mbdiscussion.java 31 Parameter 'threadId' is not assigned and could be declared final
67079 src/com/gps/hibernate/Mbdiscussion.java 40 publicMethodCommentRequirement Required
67080 src/com/gps/hibernate/Mbdiscussion.java 44 Parameter 'discussionId' is not assigned and could be declared final
67081 src/com/gps/hibernate/Mbdiscussion.java 44 publicMethodCommentRequirement Required
67082 src/com/gps/hibernate/Mbdiscussion.java 48 publicMethodCommentRequirement Required
67083 src/com/gps/hibernate/Mbdiscussion.java 52 Parameter 'classNameId' is not assigned and could be declared final
67084 src/com/gps/hibernate/Mbdiscussion.java 52 publicMethodCommentRequirement Required
67085 src/com/gps/hibernate/Mbdiscussion.java 56 publicMethodCommentRequirement Required
67086 src/com/gps/hibernate/Mbdiscussion.java 60 Parameter 'classPk' is not assigned and could be declared final
67087 src/com/gps/hibernate/Mbdiscussion.java 60 publicMethodCommentRequirement Required
67088 src/com/gps/hibernate/Mbdiscussion.java 64 publicMethodCommentRequirement Required
67089 src/com/gps/hibernate/Mbdiscussion.java 68 Parameter 'threadId' is not assigned and could be declared final
67090 src/com/gps/hibernate/Mbdiscussion.java 68 publicMethodCommentRequirement Required
67091 src/com/gps/hibernate/MbdiscussionDAO.java 10 Comment is too large: Too many lines
67092 src/com/gps/hibernate/MbdiscussionDAO.java 22 This class has too many methods, consider refactoring it.
67093 src/com/gps/hibernate/MbdiscussionDAO.java 23 Logger should be defined private static final and have the correct class
67094 src/com/gps/hibernate/MbdiscussionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
67095 src/com/gps/hibernate/MbdiscussionDAO.java 23 fieldCommentRequirement Required
67096 src/com/gps/hibernate/MbdiscussionDAO.java 25 fieldCommentRequirement Required
67097 src/com/gps/hibernate/MbdiscussionDAO.java 26 fieldCommentRequirement Required
67098 src/com/gps/hibernate/MbdiscussionDAO.java 27 fieldCommentRequirement Required
67099 src/com/gps/hibernate/MbdiscussionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
67100 src/com/gps/hibernate/MbdiscussionDAO.java 29 publicMethodCommentRequirement Required
67101 src/com/gps/hibernate/MbdiscussionDAO.java 30 There is log block not surrounded by if
67102 src/com/gps/hibernate/MbdiscussionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67103 src/com/gps/hibernate/MbdiscussionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
67104 src/com/gps/hibernate/MbdiscussionDAO.java 33 There is log block not surrounded by if
67105 src/com/gps/hibernate/MbdiscussionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67106 src/com/gps/hibernate/MbdiscussionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67107 src/com/gps/hibernate/MbdiscussionDAO.java 35 There is log block not surrounded by if
67108 src/com/gps/hibernate/MbdiscussionDAO.java 40 Avoid excessively long variable names like persistentInstance
67109 src/com/gps/hibernate/MbdiscussionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
67110 src/com/gps/hibernate/MbdiscussionDAO.java 40 publicMethodCommentRequirement Required
67111 src/com/gps/hibernate/MbdiscussionDAO.java 41 There is log block not surrounded by if
67112 src/com/gps/hibernate/MbdiscussionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67113 src/com/gps/hibernate/MbdiscussionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
67114 src/com/gps/hibernate/MbdiscussionDAO.java 44 There is log block not surrounded by if
67115 src/com/gps/hibernate/MbdiscussionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67116 src/com/gps/hibernate/MbdiscussionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67117 src/com/gps/hibernate/MbdiscussionDAO.java 46 There is log block not surrounded by if
67118 src/com/gps/hibernate/MbdiscussionDAO.java 51 Avoid variables with short names like id
67119 src/com/gps/hibernate/MbdiscussionDAO.java 51 Parameter 'id' is not assigned and could be declared final
67120 src/com/gps/hibernate/MbdiscussionDAO.java 51 publicMethodCommentRequirement Required
67121 src/com/gps/hibernate/MbdiscussionDAO.java 52 There is log block not surrounded by if
67122 src/com/gps/hibernate/MbdiscussionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67123 src/com/gps/hibernate/MbdiscussionDAO.java 54 Local variable 'instance' could be declared final
67124 src/com/gps/hibernate/MbdiscussionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
67125 src/com/gps/hibernate/MbdiscussionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67126 src/com/gps/hibernate/MbdiscussionDAO.java 58 There is log block not surrounded by if
67127 src/com/gps/hibernate/MbdiscussionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
67128 src/com/gps/hibernate/MbdiscussionDAO.java 63 publicMethodCommentRequirement Required
67129 src/com/gps/hibernate/MbdiscussionDAO.java 64 There is log block not surrounded by if
67130 src/com/gps/hibernate/MbdiscussionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67131 src/com/gps/hibernate/MbdiscussionDAO.java 66 Local variable 'results' could be declared final
67132 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
67133 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
67134 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
67135 src/com/gps/hibernate/MbdiscussionDAO.java 69 There is log block not surrounded by if
67136 src/com/gps/hibernate/MbdiscussionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67137 src/com/gps/hibernate/MbdiscussionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
67138 src/com/gps/hibernate/MbdiscussionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67139 src/com/gps/hibernate/MbdiscussionDAO.java 73 There is log block not surrounded by if
67140 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
67141 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'value' is not assigned and could be declared final
67142 src/com/gps/hibernate/MbdiscussionDAO.java 78 publicMethodCommentRequirement Required
67143 src/com/gps/hibernate/MbdiscussionDAO.java 79 There is log block not surrounded by if
67144 src/com/gps/hibernate/MbdiscussionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67145 src/com/gps/hibernate/MbdiscussionDAO.java 82 Local variable 'queryString' could be declared final
67146 src/com/gps/hibernate/MbdiscussionDAO.java 84 Local variable 'queryObject' could be declared final
67147 src/com/gps/hibernate/MbdiscussionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
67148 src/com/gps/hibernate/MbdiscussionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
67149 src/com/gps/hibernate/MbdiscussionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
67150 src/com/gps/hibernate/MbdiscussionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67151 src/com/gps/hibernate/MbdiscussionDAO.java 88 There is log block not surrounded by if
67152 src/com/gps/hibernate/MbdiscussionDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
67153 src/com/gps/hibernate/MbdiscussionDAO.java 93 publicMethodCommentRequirement Required
67154 src/com/gps/hibernate/MbdiscussionDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
67155 src/com/gps/hibernate/MbdiscussionDAO.java 97 publicMethodCommentRequirement Required
67156 src/com/gps/hibernate/MbdiscussionDAO.java 101 Parameter 'threadId' is not assigned and could be declared final
67157 src/com/gps/hibernate/MbdiscussionDAO.java 101 publicMethodCommentRequirement Required
67158 src/com/gps/hibernate/MbdiscussionDAO.java 105 publicMethodCommentRequirement Required
67159 src/com/gps/hibernate/MbdiscussionDAO.java 106 There is log block not surrounded by if
67160 src/com/gps/hibernate/MbdiscussionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67161 src/com/gps/hibernate/MbdiscussionDAO.java 108 Local variable 'queryString' could be declared final
67162 src/com/gps/hibernate/MbdiscussionDAO.java 109 Local variable 'queryObject' could be declared final
67163 src/com/gps/hibernate/MbdiscussionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
67164 src/com/gps/hibernate/MbdiscussionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
67165 src/com/gps/hibernate/MbdiscussionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67166 src/com/gps/hibernate/MbdiscussionDAO.java 112 There is log block not surrounded by if
67167 src/com/gps/hibernate/MbdiscussionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
67168 src/com/gps/hibernate/MbdiscussionDAO.java 117 publicMethodCommentRequirement Required
67169 src/com/gps/hibernate/MbdiscussionDAO.java 118 There is log block not surrounded by if
67170 src/com/gps/hibernate/MbdiscussionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67171 src/com/gps/hibernate/MbdiscussionDAO.java 120 Local variable 'result' could be declared final
67172 src/com/gps/hibernate/MbdiscussionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
67173 src/com/gps/hibernate/MbdiscussionDAO.java 122 There is log block not surrounded by if
67174 src/com/gps/hibernate/MbdiscussionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67175 src/com/gps/hibernate/MbdiscussionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67176 src/com/gps/hibernate/MbdiscussionDAO.java 125 There is log block not surrounded by if
67177 src/com/gps/hibernate/MbdiscussionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
67178 src/com/gps/hibernate/MbdiscussionDAO.java 130 publicMethodCommentRequirement Required
67179 src/com/gps/hibernate/MbdiscussionDAO.java 131 There is log block not surrounded by if
67180 src/com/gps/hibernate/MbdiscussionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67181 src/com/gps/hibernate/MbdiscussionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
67182 src/com/gps/hibernate/MbdiscussionDAO.java 134 There is log block not surrounded by if
67183 src/com/gps/hibernate/MbdiscussionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67184 src/com/gps/hibernate/MbdiscussionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67185 src/com/gps/hibernate/MbdiscussionDAO.java 136 There is log block not surrounded by if
67186 src/com/gps/hibernate/MbdiscussionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
67187 src/com/gps/hibernate/MbdiscussionDAO.java 141 publicMethodCommentRequirement Required
67188 src/com/gps/hibernate/MbdiscussionDAO.java 142 There is log block not surrounded by if
67189 src/com/gps/hibernate/MbdiscussionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67190 src/com/gps/hibernate/MbdiscussionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
67191 src/com/gps/hibernate/MbdiscussionDAO.java 145 There is log block not surrounded by if
67192 src/com/gps/hibernate/MbdiscussionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67193 src/com/gps/hibernate/MbdiscussionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67194 src/com/gps/hibernate/MbdiscussionDAO.java 147 There is log block not surrounded by if
67195 src/com/gps/hibernate/Mbmailinglist.java 1 This class has a bunch of public methods and attributes
67196 src/com/gps/hibernate/Mbmailinglist.java 11 Classes implementing Serializable should set a serialVersionUID
67197 src/com/gps/hibernate/Mbmailinglist.java 11 Too many fields
67198 src/com/gps/hibernate/Mbmailinglist.java 15 fieldCommentRequirement Required
67199 src/com/gps/hibernate/Mbmailinglist.java 16 fieldCommentRequirement Required
67200 src/com/gps/hibernate/Mbmailinglist.java 17 fieldCommentRequirement Required
67201 src/com/gps/hibernate/Mbmailinglist.java 18 fieldCommentRequirement Required
67202 src/com/gps/hibernate/Mbmailinglist.java 19 fieldCommentRequirement Required
67203 src/com/gps/hibernate/Mbmailinglist.java 20 fieldCommentRequirement Required
67204 src/com/gps/hibernate/Mbmailinglist.java 21 fieldCommentRequirement Required
67205 src/com/gps/hibernate/Mbmailinglist.java 22 fieldCommentRequirement Required
67206 src/com/gps/hibernate/Mbmailinglist.java 23 fieldCommentRequirement Required
67207 src/com/gps/hibernate/Mbmailinglist.java 24 fieldCommentRequirement Required
67208 src/com/gps/hibernate/Mbmailinglist.java 25 fieldCommentRequirement Required
67209 src/com/gps/hibernate/Mbmailinglist.java 26 fieldCommentRequirement Required
67210 src/com/gps/hibernate/Mbmailinglist.java 27 fieldCommentRequirement Required
67211 src/com/gps/hibernate/Mbmailinglist.java 28 fieldCommentRequirement Required
67212 src/com/gps/hibernate/Mbmailinglist.java 29 fieldCommentRequirement Required
67213 src/com/gps/hibernate/Mbmailinglist.java 30 fieldCommentRequirement Required
67214 src/com/gps/hibernate/Mbmailinglist.java 31 fieldCommentRequirement Required
67215 src/com/gps/hibernate/Mbmailinglist.java 32 fieldCommentRequirement Required
67216 src/com/gps/hibernate/Mbmailinglist.java 33 fieldCommentRequirement Required
67217 src/com/gps/hibernate/Mbmailinglist.java 34 fieldCommentRequirement Required
67218 src/com/gps/hibernate/Mbmailinglist.java 35 fieldCommentRequirement Required
67219 src/com/gps/hibernate/Mbmailinglist.java 36 fieldCommentRequirement Required
67220 src/com/gps/hibernate/Mbmailinglist.java 37 fieldCommentRequirement Required
67221 src/com/gps/hibernate/Mbmailinglist.java 38 fieldCommentRequirement Required
67222 src/com/gps/hibernate/Mbmailinglist.java 39 fieldCommentRequirement Required
67223 src/com/gps/hibernate/Mbmailinglist.java 44 Document empty constructor
67224 src/com/gps/hibernate/Mbmailinglist.java 48 Parameter 'mailingListId' is not assigned and could be declared final
67225 src/com/gps/hibernate/Mbmailinglist.java 53 Avoid long parameter lists.
67226 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'groupId' is not assigned and could be declared final
67227 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'mailingListId' is not assigned and could be declared final
67228 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'uuid' is not assigned and could be declared final
67229 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'companyId' is not assigned and could be declared final
67230 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'createDate' is not assigned and could be declared final
67231 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userId' is not assigned and could be declared final
67232 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userName' is not assigned and could be declared final
67233 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'categoryId' is not assigned and could be declared final
67234 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'emailAddress' is not assigned and could be declared final
67235 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
67236 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inProtocol' is not assigned and could be declared final
67237 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerName' is not assigned and could be declared final
67238 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerPort' is not assigned and could be declared final
67239 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inPassword' is not assigned and could be declared final
67240 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUseSsl' is not assigned and could be declared final
67241 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUserName' is not assigned and could be declared final
67242 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'inReadInterval' is not assigned and could be declared final
67243 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outCustom' is not assigned and could be declared final
67244 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outEmailAddress' is not assigned and could be declared final
67245 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerName' is not assigned and could be declared final
67246 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerPort' is not assigned and could be declared final
67247 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outUseSsl' is not assigned and could be declared final
67248 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'active' is not assigned and could be declared final
67249 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outPassword' is not assigned and could be declared final
67250 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outUserName' is not assigned and could be declared final
67251 src/com/gps/hibernate/Mbmailinglist.java 90 publicMethodCommentRequirement Required
67252 src/com/gps/hibernate/Mbmailinglist.java 94 Parameter 'mailingListId' is not assigned and could be declared final
67253 src/com/gps/hibernate/Mbmailinglist.java 94 publicMethodCommentRequirement Required
67254 src/com/gps/hibernate/Mbmailinglist.java 98 publicMethodCommentRequirement Required
67255 src/com/gps/hibernate/Mbmailinglist.java 102 Parameter 'uuid' is not assigned and could be declared final
67256 src/com/gps/hibernate/Mbmailinglist.java 102 publicMethodCommentRequirement Required
67257 src/com/gps/hibernate/Mbmailinglist.java 106 publicMethodCommentRequirement Required
67258 src/com/gps/hibernate/Mbmailinglist.java 110 Parameter 'groupId' is not assigned and could be declared final
67259 src/com/gps/hibernate/Mbmailinglist.java 110 publicMethodCommentRequirement Required
67260 src/com/gps/hibernate/Mbmailinglist.java 114 publicMethodCommentRequirement Required
67261 src/com/gps/hibernate/Mbmailinglist.java 118 Parameter 'companyId' is not assigned and could be declared final
67262 src/com/gps/hibernate/Mbmailinglist.java 118 publicMethodCommentRequirement Required
67263 src/com/gps/hibernate/Mbmailinglist.java 122 publicMethodCommentRequirement Required
67264 src/com/gps/hibernate/Mbmailinglist.java 126 Parameter 'userId' is not assigned and could be declared final
67265 src/com/gps/hibernate/Mbmailinglist.java 126 publicMethodCommentRequirement Required
67266 src/com/gps/hibernate/Mbmailinglist.java 130 publicMethodCommentRequirement Required
67267 src/com/gps/hibernate/Mbmailinglist.java 134 Parameter 'userName' is not assigned and could be declared final
67268 src/com/gps/hibernate/Mbmailinglist.java 134 publicMethodCommentRequirement Required
67269 src/com/gps/hibernate/Mbmailinglist.java 138 publicMethodCommentRequirement Required
67270 src/com/gps/hibernate/Mbmailinglist.java 142 Parameter 'createDate' is not assigned and could be declared final
67271 src/com/gps/hibernate/Mbmailinglist.java 142 publicMethodCommentRequirement Required
67272 src/com/gps/hibernate/Mbmailinglist.java 146 publicMethodCommentRequirement Required
67273 src/com/gps/hibernate/Mbmailinglist.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
67274 src/com/gps/hibernate/Mbmailinglist.java 150 publicMethodCommentRequirement Required
67275 src/com/gps/hibernate/Mbmailinglist.java 154 publicMethodCommentRequirement Required
67276 src/com/gps/hibernate/Mbmailinglist.java 158 Parameter 'categoryId' is not assigned and could be declared final
67277 src/com/gps/hibernate/Mbmailinglist.java 158 publicMethodCommentRequirement Required
67278 src/com/gps/hibernate/Mbmailinglist.java 162 publicMethodCommentRequirement Required
67279 src/com/gps/hibernate/Mbmailinglist.java 166 Parameter 'emailAddress' is not assigned and could be declared final
67280 src/com/gps/hibernate/Mbmailinglist.java 166 publicMethodCommentRequirement Required
67281 src/com/gps/hibernate/Mbmailinglist.java 170 publicMethodCommentRequirement Required
67282 src/com/gps/hibernate/Mbmailinglist.java 174 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67283 src/com/gps/hibernate/Mbmailinglist.java 174 Parameter 'inProtocol' is not assigned and could be declared final
67284 src/com/gps/hibernate/Mbmailinglist.java 174 publicMethodCommentRequirement Required
67285 src/com/gps/hibernate/Mbmailinglist.java 178 publicMethodCommentRequirement Required
67286 src/com/gps/hibernate/Mbmailinglist.java 182 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67287 src/com/gps/hibernate/Mbmailinglist.java 182 Parameter 'inServerName' is not assigned and could be declared final
67288 src/com/gps/hibernate/Mbmailinglist.java 182 publicMethodCommentRequirement Required
67289 src/com/gps/hibernate/Mbmailinglist.java 186 publicMethodCommentRequirement Required
67290 src/com/gps/hibernate/Mbmailinglist.java 190 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67291 src/com/gps/hibernate/Mbmailinglist.java 190 Parameter 'inServerPort' is not assigned and could be declared final
67292 src/com/gps/hibernate/Mbmailinglist.java 190 publicMethodCommentRequirement Required
67293 src/com/gps/hibernate/Mbmailinglist.java 194 publicMethodCommentRequirement Required
67294 src/com/gps/hibernate/Mbmailinglist.java 198 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67295 src/com/gps/hibernate/Mbmailinglist.java 198 Parameter 'inUseSsl' is not assigned and could be declared final
67296 src/com/gps/hibernate/Mbmailinglist.java 198 publicMethodCommentRequirement Required
67297 src/com/gps/hibernate/Mbmailinglist.java 202 publicMethodCommentRequirement Required
67298 src/com/gps/hibernate/Mbmailinglist.java 206 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67299 src/com/gps/hibernate/Mbmailinglist.java 206 Parameter 'inUserName' is not assigned and could be declared final
67300 src/com/gps/hibernate/Mbmailinglist.java 206 publicMethodCommentRequirement Required
67301 src/com/gps/hibernate/Mbmailinglist.java 210 publicMethodCommentRequirement Required
67302 src/com/gps/hibernate/Mbmailinglist.java 214 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67303 src/com/gps/hibernate/Mbmailinglist.java 214 Parameter 'inPassword' is not assigned and could be declared final
67304 src/com/gps/hibernate/Mbmailinglist.java 214 publicMethodCommentRequirement Required
67305 src/com/gps/hibernate/Mbmailinglist.java 218 publicMethodCommentRequirement Required
67306 src/com/gps/hibernate/Mbmailinglist.java 222 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67307 src/com/gps/hibernate/Mbmailinglist.java 222 Parameter 'inReadInterval' is not assigned and could be declared final
67308 src/com/gps/hibernate/Mbmailinglist.java 222 publicMethodCommentRequirement Required
67309 src/com/gps/hibernate/Mbmailinglist.java 226 publicMethodCommentRequirement Required
67310 src/com/gps/hibernate/Mbmailinglist.java 230 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67311 src/com/gps/hibernate/Mbmailinglist.java 230 Parameter 'outEmailAddress' is not assigned and could be declared final
67312 src/com/gps/hibernate/Mbmailinglist.java 230 publicMethodCommentRequirement Required
67313 src/com/gps/hibernate/Mbmailinglist.java 234 publicMethodCommentRequirement Required
67314 src/com/gps/hibernate/Mbmailinglist.java 238 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67315 src/com/gps/hibernate/Mbmailinglist.java 238 Parameter 'outCustom' is not assigned and could be declared final
67316 src/com/gps/hibernate/Mbmailinglist.java 238 publicMethodCommentRequirement Required
67317 src/com/gps/hibernate/Mbmailinglist.java 242 publicMethodCommentRequirement Required
67318 src/com/gps/hibernate/Mbmailinglist.java 246 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67319 src/com/gps/hibernate/Mbmailinglist.java 246 Parameter 'outServerName' is not assigned and could be declared final
67320 src/com/gps/hibernate/Mbmailinglist.java 246 publicMethodCommentRequirement Required
67321 src/com/gps/hibernate/Mbmailinglist.java 250 publicMethodCommentRequirement Required
67322 src/com/gps/hibernate/Mbmailinglist.java 254 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67323 src/com/gps/hibernate/Mbmailinglist.java 254 Parameter 'outServerPort' is not assigned and could be declared final
67324 src/com/gps/hibernate/Mbmailinglist.java 254 publicMethodCommentRequirement Required
67325 src/com/gps/hibernate/Mbmailinglist.java 258 publicMethodCommentRequirement Required
67326 src/com/gps/hibernate/Mbmailinglist.java 262 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67327 src/com/gps/hibernate/Mbmailinglist.java 262 Parameter 'outUseSsl' is not assigned and could be declared final
67328 src/com/gps/hibernate/Mbmailinglist.java 262 publicMethodCommentRequirement Required
67329 src/com/gps/hibernate/Mbmailinglist.java 266 publicMethodCommentRequirement Required
67330 src/com/gps/hibernate/Mbmailinglist.java 270 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67331 src/com/gps/hibernate/Mbmailinglist.java 270 Parameter 'outUserName' is not assigned and could be declared final
67332 src/com/gps/hibernate/Mbmailinglist.java 270 publicMethodCommentRequirement Required
67333 src/com/gps/hibernate/Mbmailinglist.java 274 publicMethodCommentRequirement Required
67334 src/com/gps/hibernate/Mbmailinglist.java 278 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67335 src/com/gps/hibernate/Mbmailinglist.java 278 Parameter 'outPassword' is not assigned and could be declared final
67336 src/com/gps/hibernate/Mbmailinglist.java 278 publicMethodCommentRequirement Required
67337 src/com/gps/hibernate/Mbmailinglist.java 282 publicMethodCommentRequirement Required
67338 src/com/gps/hibernate/Mbmailinglist.java 286 Parameter 'active' is not assigned and could be declared final
67339 src/com/gps/hibernate/Mbmailinglist.java 286 publicMethodCommentRequirement Required
67340 src/com/gps/hibernate/MbmailinglistDAO.java 3 Avoid unused imports such as 'java.util.Date'
67341 src/com/gps/hibernate/MbmailinglistDAO.java 11 Comment is too large: Too many lines
67342 src/com/gps/hibernate/MbmailinglistDAO.java 23 This class has too many methods, consider refactoring it.
67343 src/com/gps/hibernate/MbmailinglistDAO.java 24 Logger should be defined private static final and have the correct class
67344 src/com/gps/hibernate/MbmailinglistDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
67345 src/com/gps/hibernate/MbmailinglistDAO.java 24 fieldCommentRequirement Required
67346 src/com/gps/hibernate/MbmailinglistDAO.java 26 fieldCommentRequirement Required
67347 src/com/gps/hibernate/MbmailinglistDAO.java 27 fieldCommentRequirement Required
67348 src/com/gps/hibernate/MbmailinglistDAO.java 28 fieldCommentRequirement Required
67349 src/com/gps/hibernate/MbmailinglistDAO.java 29 fieldCommentRequirement Required
67350 src/com/gps/hibernate/MbmailinglistDAO.java 30 fieldCommentRequirement Required
67351 src/com/gps/hibernate/MbmailinglistDAO.java 31 fieldCommentRequirement Required
67352 src/com/gps/hibernate/MbmailinglistDAO.java 32 fieldCommentRequirement Required
67353 src/com/gps/hibernate/MbmailinglistDAO.java 33 fieldCommentRequirement Required
67354 src/com/gps/hibernate/MbmailinglistDAO.java 34 fieldCommentRequirement Required
67355 src/com/gps/hibernate/MbmailinglistDAO.java 35 fieldCommentRequirement Required
67356 src/com/gps/hibernate/MbmailinglistDAO.java 36 fieldCommentRequirement Required
67357 src/com/gps/hibernate/MbmailinglistDAO.java 37 fieldCommentRequirement Required
67358 src/com/gps/hibernate/MbmailinglistDAO.java 38 fieldCommentRequirement Required
67359 src/com/gps/hibernate/MbmailinglistDAO.java 39 fieldCommentRequirement Required
67360 src/com/gps/hibernate/MbmailinglistDAO.java 40 fieldCommentRequirement Required
67361 src/com/gps/hibernate/MbmailinglistDAO.java 41 fieldCommentRequirement Required
67362 src/com/gps/hibernate/MbmailinglistDAO.java 42 fieldCommentRequirement Required
67363 src/com/gps/hibernate/MbmailinglistDAO.java 43 fieldCommentRequirement Required
67364 src/com/gps/hibernate/MbmailinglistDAO.java 44 fieldCommentRequirement Required
67365 src/com/gps/hibernate/MbmailinglistDAO.java 45 fieldCommentRequirement Required
67366 src/com/gps/hibernate/MbmailinglistDAO.java 46 fieldCommentRequirement Required
67367 src/com/gps/hibernate/MbmailinglistDAO.java 47 fieldCommentRequirement Required
67368 src/com/gps/hibernate/MbmailinglistDAO.java 49 Parameter 'transientInstance' is not assigned and could be declared final
67369 src/com/gps/hibernate/MbmailinglistDAO.java 49 publicMethodCommentRequirement Required
67370 src/com/gps/hibernate/MbmailinglistDAO.java 50 There is log block not surrounded by if
67371 src/com/gps/hibernate/MbmailinglistDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67372 src/com/gps/hibernate/MbmailinglistDAO.java 52 Potential violation of Law of Demeter (method chain calls)
67373 src/com/gps/hibernate/MbmailinglistDAO.java 53 There is log block not surrounded by if
67374 src/com/gps/hibernate/MbmailinglistDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67375 src/com/gps/hibernate/MbmailinglistDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67376 src/com/gps/hibernate/MbmailinglistDAO.java 55 There is log block not surrounded by if
67377 src/com/gps/hibernate/MbmailinglistDAO.java 60 Avoid excessively long variable names like persistentInstance
67378 src/com/gps/hibernate/MbmailinglistDAO.java 60 Parameter 'persistentInstance' is not assigned and could be declared final
67379 src/com/gps/hibernate/MbmailinglistDAO.java 60 publicMethodCommentRequirement Required
67380 src/com/gps/hibernate/MbmailinglistDAO.java 61 There is log block not surrounded by if
67381 src/com/gps/hibernate/MbmailinglistDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67382 src/com/gps/hibernate/MbmailinglistDAO.java 63 Potential violation of Law of Demeter (method chain calls)
67383 src/com/gps/hibernate/MbmailinglistDAO.java 64 There is log block not surrounded by if
67384 src/com/gps/hibernate/MbmailinglistDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67385 src/com/gps/hibernate/MbmailinglistDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67386 src/com/gps/hibernate/MbmailinglistDAO.java 66 There is log block not surrounded by if
67387 src/com/gps/hibernate/MbmailinglistDAO.java 71 Avoid variables with short names like id
67388 src/com/gps/hibernate/MbmailinglistDAO.java 71 Parameter 'id' is not assigned and could be declared final
67389 src/com/gps/hibernate/MbmailinglistDAO.java 71 publicMethodCommentRequirement Required
67390 src/com/gps/hibernate/MbmailinglistDAO.java 72 There is log block not surrounded by if
67391 src/com/gps/hibernate/MbmailinglistDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67392 src/com/gps/hibernate/MbmailinglistDAO.java 74 Local variable 'instance' could be declared final
67393 src/com/gps/hibernate/MbmailinglistDAO.java 74 Potential violation of Law of Demeter (method chain calls)
67394 src/com/gps/hibernate/MbmailinglistDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67395 src/com/gps/hibernate/MbmailinglistDAO.java 78 There is log block not surrounded by if
67396 src/com/gps/hibernate/MbmailinglistDAO.java 83 Parameter 'instance' is not assigned and could be declared final
67397 src/com/gps/hibernate/MbmailinglistDAO.java 83 publicMethodCommentRequirement Required
67398 src/com/gps/hibernate/MbmailinglistDAO.java 84 There is log block not surrounded by if
67399 src/com/gps/hibernate/MbmailinglistDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67400 src/com/gps/hibernate/MbmailinglistDAO.java 86 Local variable 'results' could be declared final
67401 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
67402 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
67403 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
67404 src/com/gps/hibernate/MbmailinglistDAO.java 89 There is log block not surrounded by if
67405 src/com/gps/hibernate/MbmailinglistDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67406 src/com/gps/hibernate/MbmailinglistDAO.java 90 Potential violation of Law of Demeter (object not created locally)
67407 src/com/gps/hibernate/MbmailinglistDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67408 src/com/gps/hibernate/MbmailinglistDAO.java 93 There is log block not surrounded by if
67409 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'propertyName' is not assigned and could be declared final
67410 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'value' is not assigned and could be declared final
67411 src/com/gps/hibernate/MbmailinglistDAO.java 98 publicMethodCommentRequirement Required
67412 src/com/gps/hibernate/MbmailinglistDAO.java 99 There is log block not surrounded by if
67413 src/com/gps/hibernate/MbmailinglistDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67414 src/com/gps/hibernate/MbmailinglistDAO.java 102 Local variable 'queryString' could be declared final
67415 src/com/gps/hibernate/MbmailinglistDAO.java 104 Local variable 'queryObject' could be declared final
67416 src/com/gps/hibernate/MbmailinglistDAO.java 104 Potential violation of Law of Demeter (method chain calls)
67417 src/com/gps/hibernate/MbmailinglistDAO.java 105 Potential violation of Law of Demeter (object not created locally)
67418 src/com/gps/hibernate/MbmailinglistDAO.java 106 Potential violation of Law of Demeter (object not created locally)
67419 src/com/gps/hibernate/MbmailinglistDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67420 src/com/gps/hibernate/MbmailinglistDAO.java 108 There is log block not surrounded by if
67421 src/com/gps/hibernate/MbmailinglistDAO.java 113 Parameter 'uuid' is not assigned and could be declared final
67422 src/com/gps/hibernate/MbmailinglistDAO.java 113 publicMethodCommentRequirement Required
67423 src/com/gps/hibernate/MbmailinglistDAO.java 117 Parameter 'groupId' is not assigned and could be declared final
67424 src/com/gps/hibernate/MbmailinglistDAO.java 117 publicMethodCommentRequirement Required
67425 src/com/gps/hibernate/MbmailinglistDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
67426 src/com/gps/hibernate/MbmailinglistDAO.java 121 publicMethodCommentRequirement Required
67427 src/com/gps/hibernate/MbmailinglistDAO.java 125 Parameter 'userId' is not assigned and could be declared final
67428 src/com/gps/hibernate/MbmailinglistDAO.java 125 publicMethodCommentRequirement Required
67429 src/com/gps/hibernate/MbmailinglistDAO.java 129 Parameter 'userName' is not assigned and could be declared final
67430 src/com/gps/hibernate/MbmailinglistDAO.java 129 publicMethodCommentRequirement Required
67431 src/com/gps/hibernate/MbmailinglistDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
67432 src/com/gps/hibernate/MbmailinglistDAO.java 133 publicMethodCommentRequirement Required
67433 src/com/gps/hibernate/MbmailinglistDAO.java 137 Parameter 'emailAddress' is not assigned and could be declared final
67434 src/com/gps/hibernate/MbmailinglistDAO.java 137 publicMethodCommentRequirement Required
67435 src/com/gps/hibernate/MbmailinglistDAO.java 141 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67436 src/com/gps/hibernate/MbmailinglistDAO.java 141 Parameter 'inProtocol' is not assigned and could be declared final
67437 src/com/gps/hibernate/MbmailinglistDAO.java 141 publicMethodCommentRequirement Required
67438 src/com/gps/hibernate/MbmailinglistDAO.java 145 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67439 src/com/gps/hibernate/MbmailinglistDAO.java 145 Parameter 'inServerName' is not assigned and could be declared final
67440 src/com/gps/hibernate/MbmailinglistDAO.java 145 publicMethodCommentRequirement Required
67441 src/com/gps/hibernate/MbmailinglistDAO.java 149 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67442 src/com/gps/hibernate/MbmailinglistDAO.java 149 Parameter 'inServerPort' is not assigned and could be declared final
67443 src/com/gps/hibernate/MbmailinglistDAO.java 149 publicMethodCommentRequirement Required
67444 src/com/gps/hibernate/MbmailinglistDAO.java 153 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67445 src/com/gps/hibernate/MbmailinglistDAO.java 153 Parameter 'inUseSsl' is not assigned and could be declared final
67446 src/com/gps/hibernate/MbmailinglistDAO.java 153 publicMethodCommentRequirement Required
67447 src/com/gps/hibernate/MbmailinglistDAO.java 157 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67448 src/com/gps/hibernate/MbmailinglistDAO.java 157 Parameter 'inUserName' is not assigned and could be declared final
67449 src/com/gps/hibernate/MbmailinglistDAO.java 157 publicMethodCommentRequirement Required
67450 src/com/gps/hibernate/MbmailinglistDAO.java 161 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67451 src/com/gps/hibernate/MbmailinglistDAO.java 161 Parameter 'inPassword' is not assigned and could be declared final
67452 src/com/gps/hibernate/MbmailinglistDAO.java 161 publicMethodCommentRequirement Required
67453 src/com/gps/hibernate/MbmailinglistDAO.java 165 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67454 src/com/gps/hibernate/MbmailinglistDAO.java 165 Parameter 'inReadInterval' is not assigned and could be declared final
67455 src/com/gps/hibernate/MbmailinglistDAO.java 165 publicMethodCommentRequirement Required
67456 src/com/gps/hibernate/MbmailinglistDAO.java 169 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67457 src/com/gps/hibernate/MbmailinglistDAO.java 169 Parameter 'outEmailAddress' is not assigned and could be declared final
67458 src/com/gps/hibernate/MbmailinglistDAO.java 169 publicMethodCommentRequirement Required
67459 src/com/gps/hibernate/MbmailinglistDAO.java 173 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67460 src/com/gps/hibernate/MbmailinglistDAO.java 173 Parameter 'outCustom' is not assigned and could be declared final
67461 src/com/gps/hibernate/MbmailinglistDAO.java 173 publicMethodCommentRequirement Required
67462 src/com/gps/hibernate/MbmailinglistDAO.java 177 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67463 src/com/gps/hibernate/MbmailinglistDAO.java 177 Parameter 'outServerName' is not assigned and could be declared final
67464 src/com/gps/hibernate/MbmailinglistDAO.java 177 publicMethodCommentRequirement Required
67465 src/com/gps/hibernate/MbmailinglistDAO.java 181 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67466 src/com/gps/hibernate/MbmailinglistDAO.java 181 Parameter 'outServerPort' is not assigned and could be declared final
67467 src/com/gps/hibernate/MbmailinglistDAO.java 181 publicMethodCommentRequirement Required
67468 src/com/gps/hibernate/MbmailinglistDAO.java 185 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67469 src/com/gps/hibernate/MbmailinglistDAO.java 185 Parameter 'outUseSsl' is not assigned and could be declared final
67470 src/com/gps/hibernate/MbmailinglistDAO.java 185 publicMethodCommentRequirement Required
67471 src/com/gps/hibernate/MbmailinglistDAO.java 189 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67472 src/com/gps/hibernate/MbmailinglistDAO.java 189 Parameter 'outUserName' is not assigned and could be declared final
67473 src/com/gps/hibernate/MbmailinglistDAO.java 189 publicMethodCommentRequirement Required
67474 src/com/gps/hibernate/MbmailinglistDAO.java 193 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
67475 src/com/gps/hibernate/MbmailinglistDAO.java 193 Parameter 'outPassword' is not assigned and could be declared final
67476 src/com/gps/hibernate/MbmailinglistDAO.java 193 publicMethodCommentRequirement Required
67477 src/com/gps/hibernate/MbmailinglistDAO.java 197 Parameter 'active' is not assigned and could be declared final
67478 src/com/gps/hibernate/MbmailinglistDAO.java 197 publicMethodCommentRequirement Required
67479 src/com/gps/hibernate/MbmailinglistDAO.java 201 publicMethodCommentRequirement Required
67480 src/com/gps/hibernate/MbmailinglistDAO.java 202 There is log block not surrounded by if
67481 src/com/gps/hibernate/MbmailinglistDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67482 src/com/gps/hibernate/MbmailinglistDAO.java 204 Local variable 'queryString' could be declared final
67483 src/com/gps/hibernate/MbmailinglistDAO.java 205 Local variable 'queryObject' could be declared final
67484 src/com/gps/hibernate/MbmailinglistDAO.java 205 Potential violation of Law of Demeter (method chain calls)
67485 src/com/gps/hibernate/MbmailinglistDAO.java 206 Potential violation of Law of Demeter (object not created locally)
67486 src/com/gps/hibernate/MbmailinglistDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67487 src/com/gps/hibernate/MbmailinglistDAO.java 208 There is log block not surrounded by if
67488 src/com/gps/hibernate/MbmailinglistDAO.java 213 Parameter 'detachedInstance' is not assigned and could be declared final
67489 src/com/gps/hibernate/MbmailinglistDAO.java 213 publicMethodCommentRequirement Required
67490 src/com/gps/hibernate/MbmailinglistDAO.java 214 There is log block not surrounded by if
67491 src/com/gps/hibernate/MbmailinglistDAO.java 214 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67492 src/com/gps/hibernate/MbmailinglistDAO.java 216 Local variable 'result' could be declared final
67493 src/com/gps/hibernate/MbmailinglistDAO.java 216 Potential violation of Law of Demeter (method chain calls)
67494 src/com/gps/hibernate/MbmailinglistDAO.java 218 There is log block not surrounded by if
67495 src/com/gps/hibernate/MbmailinglistDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67496 src/com/gps/hibernate/MbmailinglistDAO.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67497 src/com/gps/hibernate/MbmailinglistDAO.java 221 There is log block not surrounded by if
67498 src/com/gps/hibernate/MbmailinglistDAO.java 226 Parameter 'instance' is not assigned and could be declared final
67499 src/com/gps/hibernate/MbmailinglistDAO.java 226 publicMethodCommentRequirement Required
67500 src/com/gps/hibernate/MbmailinglistDAO.java 227 There is log block not surrounded by if
67501 src/com/gps/hibernate/MbmailinglistDAO.java 227 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67502 src/com/gps/hibernate/MbmailinglistDAO.java 229 Potential violation of Law of Demeter (method chain calls)
67503 src/com/gps/hibernate/MbmailinglistDAO.java 230 There is log block not surrounded by if
67504 src/com/gps/hibernate/MbmailinglistDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67505 src/com/gps/hibernate/MbmailinglistDAO.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67506 src/com/gps/hibernate/MbmailinglistDAO.java 232 There is log block not surrounded by if
67507 src/com/gps/hibernate/MbmailinglistDAO.java 237 Parameter 'instance' is not assigned and could be declared final
67508 src/com/gps/hibernate/MbmailinglistDAO.java 237 publicMethodCommentRequirement Required
67509 src/com/gps/hibernate/MbmailinglistDAO.java 238 There is log block not surrounded by if
67510 src/com/gps/hibernate/MbmailinglistDAO.java 238 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67511 src/com/gps/hibernate/MbmailinglistDAO.java 240 Potential violation of Law of Demeter (method chain calls)
67512 src/com/gps/hibernate/MbmailinglistDAO.java 241 There is log block not surrounded by if
67513 src/com/gps/hibernate/MbmailinglistDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67514 src/com/gps/hibernate/MbmailinglistDAO.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67515 src/com/gps/hibernate/MbmailinglistDAO.java 243 There is log block not surrounded by if
67516 src/com/gps/hibernate/Mbmessage.java 11 Classes implementing Serializable should set a serialVersionUID
67517 src/com/gps/hibernate/Mbmessage.java 11 Too many fields
67518 src/com/gps/hibernate/Mbmessage.java 15 fieldCommentRequirement Required
67519 src/com/gps/hibernate/Mbmessage.java 16 fieldCommentRequirement Required
67520 src/com/gps/hibernate/Mbmessage.java 17 fieldCommentRequirement Required
67521 src/com/gps/hibernate/Mbmessage.java 18 fieldCommentRequirement Required
67522 src/com/gps/hibernate/Mbmessage.java 19 fieldCommentRequirement Required
67523 src/com/gps/hibernate/Mbmessage.java 20 fieldCommentRequirement Required
67524 src/com/gps/hibernate/Mbmessage.java 21 fieldCommentRequirement Required
67525 src/com/gps/hibernate/Mbmessage.java 22 fieldCommentRequirement Required
67526 src/com/gps/hibernate/Mbmessage.java 23 fieldCommentRequirement Required
67527 src/com/gps/hibernate/Mbmessage.java 24 fieldCommentRequirement Required
67528 src/com/gps/hibernate/Mbmessage.java 25 fieldCommentRequirement Required
67529 src/com/gps/hibernate/Mbmessage.java 26 fieldCommentRequirement Required
67530 src/com/gps/hibernate/Mbmessage.java 27 fieldCommentRequirement Required
67531 src/com/gps/hibernate/Mbmessage.java 28 fieldCommentRequirement Required
67532 src/com/gps/hibernate/Mbmessage.java 29 fieldCommentRequirement Required
67533 src/com/gps/hibernate/Mbmessage.java 30 fieldCommentRequirement Required
67534 src/com/gps/hibernate/Mbmessage.java 31 fieldCommentRequirement Required
67535 src/com/gps/hibernate/Mbmessage.java 32 fieldCommentRequirement Required
67536 src/com/gps/hibernate/Mbmessage.java 37 Document empty constructor
67537 src/com/gps/hibernate/Mbmessage.java 41 Parameter 'messageId' is not assigned and could be declared final
67538 src/com/gps/hibernate/Mbmessage.java 46 Avoid long parameter lists.
67539 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'companyId' is not assigned and could be declared final
67540 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'groupId' is not assigned and could be declared final
67541 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'messageId' is not assigned and could be declared final
67542 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'uuid' is not assigned and could be declared final
67543 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'createDate' is not assigned and could be declared final
67544 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
67545 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userId' is not assigned and could be declared final
67546 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userName' is not assigned and could be declared final
67547 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'categoryId' is not assigned and could be declared final
67548 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classNameId' is not assigned and could be declared final
67549 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classPk' is not assigned and could be declared final
67550 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'threadId' is not assigned and could be declared final
67551 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'body' is not assigned and could be declared final
67552 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'parentMessageId' is not assigned and could be declared final
67553 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'subject' is not assigned and could be declared final
67554 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'anonymous' is not assigned and could be declared final
67555 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'attachments' is not assigned and could be declared final
67556 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'priority' is not assigned and could be declared final
67557 src/com/gps/hibernate/Mbmessage.java 73 publicMethodCommentRequirement Required
67558 src/com/gps/hibernate/Mbmessage.java 77 Parameter 'messageId' is not assigned and could be declared final
67559 src/com/gps/hibernate/Mbmessage.java 77 publicMethodCommentRequirement Required
67560 src/com/gps/hibernate/Mbmessage.java 81 publicMethodCommentRequirement Required
67561 src/com/gps/hibernate/Mbmessage.java 85 Parameter 'uuid' is not assigned and could be declared final
67562 src/com/gps/hibernate/Mbmessage.java 85 publicMethodCommentRequirement Required
67563 src/com/gps/hibernate/Mbmessage.java 89 publicMethodCommentRequirement Required
67564 src/com/gps/hibernate/Mbmessage.java 93 Parameter 'groupId' is not assigned and could be declared final
67565 src/com/gps/hibernate/Mbmessage.java 93 publicMethodCommentRequirement Required
67566 src/com/gps/hibernate/Mbmessage.java 97 publicMethodCommentRequirement Required
67567 src/com/gps/hibernate/Mbmessage.java 101 Parameter 'companyId' is not assigned and could be declared final
67568 src/com/gps/hibernate/Mbmessage.java 101 publicMethodCommentRequirement Required
67569 src/com/gps/hibernate/Mbmessage.java 105 publicMethodCommentRequirement Required
67570 src/com/gps/hibernate/Mbmessage.java 109 Parameter 'userId' is not assigned and could be declared final
67571 src/com/gps/hibernate/Mbmessage.java 109 publicMethodCommentRequirement Required
67572 src/com/gps/hibernate/Mbmessage.java 113 publicMethodCommentRequirement Required
67573 src/com/gps/hibernate/Mbmessage.java 117 Parameter 'userName' is not assigned and could be declared final
67574 src/com/gps/hibernate/Mbmessage.java 117 publicMethodCommentRequirement Required
67575 src/com/gps/hibernate/Mbmessage.java 121 publicMethodCommentRequirement Required
67576 src/com/gps/hibernate/Mbmessage.java 125 Parameter 'createDate' is not assigned and could be declared final
67577 src/com/gps/hibernate/Mbmessage.java 125 publicMethodCommentRequirement Required
67578 src/com/gps/hibernate/Mbmessage.java 129 publicMethodCommentRequirement Required
67579 src/com/gps/hibernate/Mbmessage.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
67580 src/com/gps/hibernate/Mbmessage.java 133 publicMethodCommentRequirement Required
67581 src/com/gps/hibernate/Mbmessage.java 137 publicMethodCommentRequirement Required
67582 src/com/gps/hibernate/Mbmessage.java 141 Parameter 'classNameId' is not assigned and could be declared final
67583 src/com/gps/hibernate/Mbmessage.java 141 publicMethodCommentRequirement Required
67584 src/com/gps/hibernate/Mbmessage.java 145 publicMethodCommentRequirement Required
67585 src/com/gps/hibernate/Mbmessage.java 149 Parameter 'classPk' is not assigned and could be declared final
67586 src/com/gps/hibernate/Mbmessage.java 149 publicMethodCommentRequirement Required
67587 src/com/gps/hibernate/Mbmessage.java 153 publicMethodCommentRequirement Required
67588 src/com/gps/hibernate/Mbmessage.java 157 Parameter 'categoryId' is not assigned and could be declared final
67589 src/com/gps/hibernate/Mbmessage.java 157 publicMethodCommentRequirement Required
67590 src/com/gps/hibernate/Mbmessage.java 161 publicMethodCommentRequirement Required
67591 src/com/gps/hibernate/Mbmessage.java 165 Parameter 'threadId' is not assigned and could be declared final
67592 src/com/gps/hibernate/Mbmessage.java 165 publicMethodCommentRequirement Required
67593 src/com/gps/hibernate/Mbmessage.java 169 publicMethodCommentRequirement Required
67594 src/com/gps/hibernate/Mbmessage.java 173 Parameter 'parentMessageId' is not assigned and could be declared final
67595 src/com/gps/hibernate/Mbmessage.java 173 publicMethodCommentRequirement Required
67596 src/com/gps/hibernate/Mbmessage.java 177 publicMethodCommentRequirement Required
67597 src/com/gps/hibernate/Mbmessage.java 181 Parameter 'subject' is not assigned and could be declared final
67598 src/com/gps/hibernate/Mbmessage.java 181 publicMethodCommentRequirement Required
67599 src/com/gps/hibernate/Mbmessage.java 185 publicMethodCommentRequirement Required
67600 src/com/gps/hibernate/Mbmessage.java 189 Parameter 'body' is not assigned and could be declared final
67601 src/com/gps/hibernate/Mbmessage.java 189 publicMethodCommentRequirement Required
67602 src/com/gps/hibernate/Mbmessage.java 193 publicMethodCommentRequirement Required
67603 src/com/gps/hibernate/Mbmessage.java 197 Parameter 'attachments' is not assigned and could be declared final
67604 src/com/gps/hibernate/Mbmessage.java 197 publicMethodCommentRequirement Required
67605 src/com/gps/hibernate/Mbmessage.java 201 publicMethodCommentRequirement Required
67606 src/com/gps/hibernate/Mbmessage.java 205 Parameter 'anonymous' is not assigned and could be declared final
67607 src/com/gps/hibernate/Mbmessage.java 205 publicMethodCommentRequirement Required
67608 src/com/gps/hibernate/Mbmessage.java 209 publicMethodCommentRequirement Required
67609 src/com/gps/hibernate/Mbmessage.java 213 Parameter 'priority' is not assigned and could be declared final
67610 src/com/gps/hibernate/Mbmessage.java 213 publicMethodCommentRequirement Required
67611 src/com/gps/hibernate/MbmessageDAO.java 3 Avoid unused imports such as 'java.util.Date'
67612 src/com/gps/hibernate/MbmessageDAO.java 11 Comment is too large: Too many lines
67613 src/com/gps/hibernate/MbmessageDAO.java 23 This class has too many methods, consider refactoring it.
67614 src/com/gps/hibernate/MbmessageDAO.java 24 Logger should be defined private static final and have the correct class
67615 src/com/gps/hibernate/MbmessageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
67616 src/com/gps/hibernate/MbmessageDAO.java 24 fieldCommentRequirement Required
67617 src/com/gps/hibernate/MbmessageDAO.java 26 fieldCommentRequirement Required
67618 src/com/gps/hibernate/MbmessageDAO.java 27 fieldCommentRequirement Required
67619 src/com/gps/hibernate/MbmessageDAO.java 28 fieldCommentRequirement Required
67620 src/com/gps/hibernate/MbmessageDAO.java 29 fieldCommentRequirement Required
67621 src/com/gps/hibernate/MbmessageDAO.java 30 fieldCommentRequirement Required
67622 src/com/gps/hibernate/MbmessageDAO.java 31 fieldCommentRequirement Required
67623 src/com/gps/hibernate/MbmessageDAO.java 32 fieldCommentRequirement Required
67624 src/com/gps/hibernate/MbmessageDAO.java 33 fieldCommentRequirement Required
67625 src/com/gps/hibernate/MbmessageDAO.java 34 fieldCommentRequirement Required
67626 src/com/gps/hibernate/MbmessageDAO.java 35 fieldCommentRequirement Required
67627 src/com/gps/hibernate/MbmessageDAO.java 36 fieldCommentRequirement Required
67628 src/com/gps/hibernate/MbmessageDAO.java 37 fieldCommentRequirement Required
67629 src/com/gps/hibernate/MbmessageDAO.java 38 fieldCommentRequirement Required
67630 src/com/gps/hibernate/MbmessageDAO.java 39 fieldCommentRequirement Required
67631 src/com/gps/hibernate/MbmessageDAO.java 40 fieldCommentRequirement Required
67632 src/com/gps/hibernate/MbmessageDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
67633 src/com/gps/hibernate/MbmessageDAO.java 42 publicMethodCommentRequirement Required
67634 src/com/gps/hibernate/MbmessageDAO.java 43 There is log block not surrounded by if
67635 src/com/gps/hibernate/MbmessageDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67636 src/com/gps/hibernate/MbmessageDAO.java 45 Potential violation of Law of Demeter (method chain calls)
67637 src/com/gps/hibernate/MbmessageDAO.java 46 There is log block not surrounded by if
67638 src/com/gps/hibernate/MbmessageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67639 src/com/gps/hibernate/MbmessageDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67640 src/com/gps/hibernate/MbmessageDAO.java 48 There is log block not surrounded by if
67641 src/com/gps/hibernate/MbmessageDAO.java 53 Avoid excessively long variable names like persistentInstance
67642 src/com/gps/hibernate/MbmessageDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
67643 src/com/gps/hibernate/MbmessageDAO.java 53 publicMethodCommentRequirement Required
67644 src/com/gps/hibernate/MbmessageDAO.java 54 There is log block not surrounded by if
67645 src/com/gps/hibernate/MbmessageDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67646 src/com/gps/hibernate/MbmessageDAO.java 56 Potential violation of Law of Demeter (method chain calls)
67647 src/com/gps/hibernate/MbmessageDAO.java 57 There is log block not surrounded by if
67648 src/com/gps/hibernate/MbmessageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67649 src/com/gps/hibernate/MbmessageDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67650 src/com/gps/hibernate/MbmessageDAO.java 59 There is log block not surrounded by if
67651 src/com/gps/hibernate/MbmessageDAO.java 64 Avoid variables with short names like id
67652 src/com/gps/hibernate/MbmessageDAO.java 64 Parameter 'id' is not assigned and could be declared final
67653 src/com/gps/hibernate/MbmessageDAO.java 64 publicMethodCommentRequirement Required
67654 src/com/gps/hibernate/MbmessageDAO.java 65 There is log block not surrounded by if
67655 src/com/gps/hibernate/MbmessageDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67656 src/com/gps/hibernate/MbmessageDAO.java 67 Local variable 'instance' could be declared final
67657 src/com/gps/hibernate/MbmessageDAO.java 67 Potential violation of Law of Demeter (method chain calls)
67658 src/com/gps/hibernate/MbmessageDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67659 src/com/gps/hibernate/MbmessageDAO.java 71 There is log block not surrounded by if
67660 src/com/gps/hibernate/MbmessageDAO.java 76 Parameter 'instance' is not assigned and could be declared final
67661 src/com/gps/hibernate/MbmessageDAO.java 76 publicMethodCommentRequirement Required
67662 src/com/gps/hibernate/MbmessageDAO.java 77 There is log block not surrounded by if
67663 src/com/gps/hibernate/MbmessageDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67664 src/com/gps/hibernate/MbmessageDAO.java 79 Local variable 'results' could be declared final
67665 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
67666 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
67667 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
67668 src/com/gps/hibernate/MbmessageDAO.java 82 There is log block not surrounded by if
67669 src/com/gps/hibernate/MbmessageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67670 src/com/gps/hibernate/MbmessageDAO.java 83 Potential violation of Law of Demeter (object not created locally)
67671 src/com/gps/hibernate/MbmessageDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67672 src/com/gps/hibernate/MbmessageDAO.java 86 There is log block not surrounded by if
67673 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
67674 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'value' is not assigned and could be declared final
67675 src/com/gps/hibernate/MbmessageDAO.java 91 publicMethodCommentRequirement Required
67676 src/com/gps/hibernate/MbmessageDAO.java 92 There is log block not surrounded by if
67677 src/com/gps/hibernate/MbmessageDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67678 src/com/gps/hibernate/MbmessageDAO.java 95 Local variable 'queryString' could be declared final
67679 src/com/gps/hibernate/MbmessageDAO.java 97 Local variable 'queryObject' could be declared final
67680 src/com/gps/hibernate/MbmessageDAO.java 97 Potential violation of Law of Demeter (method chain calls)
67681 src/com/gps/hibernate/MbmessageDAO.java 98 Potential violation of Law of Demeter (object not created locally)
67682 src/com/gps/hibernate/MbmessageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
67683 src/com/gps/hibernate/MbmessageDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67684 src/com/gps/hibernate/MbmessageDAO.java 101 There is log block not surrounded by if
67685 src/com/gps/hibernate/MbmessageDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
67686 src/com/gps/hibernate/MbmessageDAO.java 106 publicMethodCommentRequirement Required
67687 src/com/gps/hibernate/MbmessageDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
67688 src/com/gps/hibernate/MbmessageDAO.java 110 publicMethodCommentRequirement Required
67689 src/com/gps/hibernate/MbmessageDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
67690 src/com/gps/hibernate/MbmessageDAO.java 114 publicMethodCommentRequirement Required
67691 src/com/gps/hibernate/MbmessageDAO.java 118 Parameter 'userId' is not assigned and could be declared final
67692 src/com/gps/hibernate/MbmessageDAO.java 118 publicMethodCommentRequirement Required
67693 src/com/gps/hibernate/MbmessageDAO.java 122 Parameter 'userName' is not assigned and could be declared final
67694 src/com/gps/hibernate/MbmessageDAO.java 122 publicMethodCommentRequirement Required
67695 src/com/gps/hibernate/MbmessageDAO.java 126 Parameter 'classNameId' is not assigned and could be declared final
67696 src/com/gps/hibernate/MbmessageDAO.java 126 publicMethodCommentRequirement Required
67697 src/com/gps/hibernate/MbmessageDAO.java 130 Parameter 'classPk' is not assigned and could be declared final
67698 src/com/gps/hibernate/MbmessageDAO.java 130 publicMethodCommentRequirement Required
67699 src/com/gps/hibernate/MbmessageDAO.java 134 Parameter 'categoryId' is not assigned and could be declared final
67700 src/com/gps/hibernate/MbmessageDAO.java 134 publicMethodCommentRequirement Required
67701 src/com/gps/hibernate/MbmessageDAO.java 138 Parameter 'threadId' is not assigned and could be declared final
67702 src/com/gps/hibernate/MbmessageDAO.java 138 publicMethodCommentRequirement Required
67703 src/com/gps/hibernate/MbmessageDAO.java 142 Parameter 'parentMessageId' is not assigned and could be declared final
67704 src/com/gps/hibernate/MbmessageDAO.java 142 publicMethodCommentRequirement Required
67705 src/com/gps/hibernate/MbmessageDAO.java 146 Parameter 'subject' is not assigned and could be declared final
67706 src/com/gps/hibernate/MbmessageDAO.java 146 publicMethodCommentRequirement Required
67707 src/com/gps/hibernate/MbmessageDAO.java 150 Parameter 'body' is not assigned and could be declared final
67708 src/com/gps/hibernate/MbmessageDAO.java 150 publicMethodCommentRequirement Required
67709 src/com/gps/hibernate/MbmessageDAO.java 154 Parameter 'attachments' is not assigned and could be declared final
67710 src/com/gps/hibernate/MbmessageDAO.java 154 publicMethodCommentRequirement Required
67711 src/com/gps/hibernate/MbmessageDAO.java 158 Parameter 'anonymous' is not assigned and could be declared final
67712 src/com/gps/hibernate/MbmessageDAO.java 158 publicMethodCommentRequirement Required
67713 src/com/gps/hibernate/MbmessageDAO.java 162 Parameter 'priority' is not assigned and could be declared final
67714 src/com/gps/hibernate/MbmessageDAO.java 162 publicMethodCommentRequirement Required
67715 src/com/gps/hibernate/MbmessageDAO.java 166 publicMethodCommentRequirement Required
67716 src/com/gps/hibernate/MbmessageDAO.java 167 There is log block not surrounded by if
67717 src/com/gps/hibernate/MbmessageDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67718 src/com/gps/hibernate/MbmessageDAO.java 169 Local variable 'queryString' could be declared final
67719 src/com/gps/hibernate/MbmessageDAO.java 170 Local variable 'queryObject' could be declared final
67720 src/com/gps/hibernate/MbmessageDAO.java 170 Potential violation of Law of Demeter (method chain calls)
67721 src/com/gps/hibernate/MbmessageDAO.java 171 Potential violation of Law of Demeter (object not created locally)
67722 src/com/gps/hibernate/MbmessageDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67723 src/com/gps/hibernate/MbmessageDAO.java 173 There is log block not surrounded by if
67724 src/com/gps/hibernate/MbmessageDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
67725 src/com/gps/hibernate/MbmessageDAO.java 178 publicMethodCommentRequirement Required
67726 src/com/gps/hibernate/MbmessageDAO.java 179 There is log block not surrounded by if
67727 src/com/gps/hibernate/MbmessageDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67728 src/com/gps/hibernate/MbmessageDAO.java 181 Local variable 'result' could be declared final
67729 src/com/gps/hibernate/MbmessageDAO.java 181 Potential violation of Law of Demeter (method chain calls)
67730 src/com/gps/hibernate/MbmessageDAO.java 182 There is log block not surrounded by if
67731 src/com/gps/hibernate/MbmessageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67732 src/com/gps/hibernate/MbmessageDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67733 src/com/gps/hibernate/MbmessageDAO.java 185 There is log block not surrounded by if
67734 src/com/gps/hibernate/MbmessageDAO.java 190 Parameter 'instance' is not assigned and could be declared final
67735 src/com/gps/hibernate/MbmessageDAO.java 190 publicMethodCommentRequirement Required
67736 src/com/gps/hibernate/MbmessageDAO.java 191 There is log block not surrounded by if
67737 src/com/gps/hibernate/MbmessageDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67738 src/com/gps/hibernate/MbmessageDAO.java 193 Potential violation of Law of Demeter (method chain calls)
67739 src/com/gps/hibernate/MbmessageDAO.java 194 There is log block not surrounded by if
67740 src/com/gps/hibernate/MbmessageDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67741 src/com/gps/hibernate/MbmessageDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67742 src/com/gps/hibernate/MbmessageDAO.java 196 There is log block not surrounded by if
67743 src/com/gps/hibernate/MbmessageDAO.java 201 Parameter 'instance' is not assigned and could be declared final
67744 src/com/gps/hibernate/MbmessageDAO.java 201 publicMethodCommentRequirement Required
67745 src/com/gps/hibernate/MbmessageDAO.java 202 There is log block not surrounded by if
67746 src/com/gps/hibernate/MbmessageDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67747 src/com/gps/hibernate/MbmessageDAO.java 204 Potential violation of Law of Demeter (method chain calls)
67748 src/com/gps/hibernate/MbmessageDAO.java 205 There is log block not surrounded by if
67749 src/com/gps/hibernate/MbmessageDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67750 src/com/gps/hibernate/MbmessageDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67751 src/com/gps/hibernate/MbmessageDAO.java 207 There is log block not surrounded by if
67752 src/com/gps/hibernate/Mbmessageflag.java 11 Classes implementing Serializable should set a serialVersionUID
67753 src/com/gps/hibernate/Mbmessageflag.java 15 fieldCommentRequirement Required
67754 src/com/gps/hibernate/Mbmessageflag.java 16 fieldCommentRequirement Required
67755 src/com/gps/hibernate/Mbmessageflag.java 17 fieldCommentRequirement Required
67756 src/com/gps/hibernate/Mbmessageflag.java 18 fieldCommentRequirement Required
67757 src/com/gps/hibernate/Mbmessageflag.java 19 fieldCommentRequirement Required
67758 src/com/gps/hibernate/Mbmessageflag.java 20 fieldCommentRequirement Required
67759 src/com/gps/hibernate/Mbmessageflag.java 25 Document empty constructor
67760 src/com/gps/hibernate/Mbmessageflag.java 29 Parameter 'messageFlagId' is not assigned and could be declared final
67761 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'messageFlagId' is not assigned and could be declared final
67762 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
67763 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'userId' is not assigned and could be declared final
67764 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'flag' is not assigned and could be declared final
67765 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'messageId' is not assigned and could be declared final
67766 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'threadId' is not assigned and could be declared final
67767 src/com/gps/hibernate/Mbmessageflag.java 46 publicMethodCommentRequirement Required
67768 src/com/gps/hibernate/Mbmessageflag.java 50 Parameter 'messageFlagId' is not assigned and could be declared final
67769 src/com/gps/hibernate/Mbmessageflag.java 50 publicMethodCommentRequirement Required
67770 src/com/gps/hibernate/Mbmessageflag.java 54 publicMethodCommentRequirement Required
67771 src/com/gps/hibernate/Mbmessageflag.java 58 Parameter 'userId' is not assigned and could be declared final
67772 src/com/gps/hibernate/Mbmessageflag.java 58 publicMethodCommentRequirement Required
67773 src/com/gps/hibernate/Mbmessageflag.java 62 publicMethodCommentRequirement Required
67774 src/com/gps/hibernate/Mbmessageflag.java 66 Parameter 'modifiedDate' is not assigned and could be declared final
67775 src/com/gps/hibernate/Mbmessageflag.java 66 publicMethodCommentRequirement Required
67776 src/com/gps/hibernate/Mbmessageflag.java 70 publicMethodCommentRequirement Required
67777 src/com/gps/hibernate/Mbmessageflag.java 74 Parameter 'threadId' is not assigned and could be declared final
67778 src/com/gps/hibernate/Mbmessageflag.java 74 publicMethodCommentRequirement Required
67779 src/com/gps/hibernate/Mbmessageflag.java 78 publicMethodCommentRequirement Required
67780 src/com/gps/hibernate/Mbmessageflag.java 82 Parameter 'messageId' is not assigned and could be declared final
67781 src/com/gps/hibernate/Mbmessageflag.java 82 publicMethodCommentRequirement Required
67782 src/com/gps/hibernate/Mbmessageflag.java 86 publicMethodCommentRequirement Required
67783 src/com/gps/hibernate/Mbmessageflag.java 90 Parameter 'flag' is not assigned and could be declared final
67784 src/com/gps/hibernate/Mbmessageflag.java 90 publicMethodCommentRequirement Required
67785 src/com/gps/hibernate/MbmessageflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
67786 src/com/gps/hibernate/MbmessageflagDAO.java 11 Comment is too large: Too many lines
67787 src/com/gps/hibernate/MbmessageflagDAO.java 23 This class has too many methods, consider refactoring it.
67788 src/com/gps/hibernate/MbmessageflagDAO.java 24 Logger should be defined private static final and have the correct class
67789 src/com/gps/hibernate/MbmessageflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
67790 src/com/gps/hibernate/MbmessageflagDAO.java 24 fieldCommentRequirement Required
67791 src/com/gps/hibernate/MbmessageflagDAO.java 26 fieldCommentRequirement Required
67792 src/com/gps/hibernate/MbmessageflagDAO.java 27 fieldCommentRequirement Required
67793 src/com/gps/hibernate/MbmessageflagDAO.java 28 fieldCommentRequirement Required
67794 src/com/gps/hibernate/MbmessageflagDAO.java 29 fieldCommentRequirement Required
67795 src/com/gps/hibernate/MbmessageflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
67796 src/com/gps/hibernate/MbmessageflagDAO.java 31 publicMethodCommentRequirement Required
67797 src/com/gps/hibernate/MbmessageflagDAO.java 32 There is log block not surrounded by if
67798 src/com/gps/hibernate/MbmessageflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67799 src/com/gps/hibernate/MbmessageflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
67800 src/com/gps/hibernate/MbmessageflagDAO.java 35 There is log block not surrounded by if
67801 src/com/gps/hibernate/MbmessageflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67802 src/com/gps/hibernate/MbmessageflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67803 src/com/gps/hibernate/MbmessageflagDAO.java 37 There is log block not surrounded by if
67804 src/com/gps/hibernate/MbmessageflagDAO.java 42 Avoid excessively long variable names like persistentInstance
67805 src/com/gps/hibernate/MbmessageflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
67806 src/com/gps/hibernate/MbmessageflagDAO.java 42 publicMethodCommentRequirement Required
67807 src/com/gps/hibernate/MbmessageflagDAO.java 43 There is log block not surrounded by if
67808 src/com/gps/hibernate/MbmessageflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67809 src/com/gps/hibernate/MbmessageflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
67810 src/com/gps/hibernate/MbmessageflagDAO.java 46 There is log block not surrounded by if
67811 src/com/gps/hibernate/MbmessageflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67812 src/com/gps/hibernate/MbmessageflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67813 src/com/gps/hibernate/MbmessageflagDAO.java 48 There is log block not surrounded by if
67814 src/com/gps/hibernate/MbmessageflagDAO.java 53 Avoid variables with short names like id
67815 src/com/gps/hibernate/MbmessageflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
67816 src/com/gps/hibernate/MbmessageflagDAO.java 53 publicMethodCommentRequirement Required
67817 src/com/gps/hibernate/MbmessageflagDAO.java 54 There is log block not surrounded by if
67818 src/com/gps/hibernate/MbmessageflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67819 src/com/gps/hibernate/MbmessageflagDAO.java 56 Local variable 'instance' could be declared final
67820 src/com/gps/hibernate/MbmessageflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
67821 src/com/gps/hibernate/MbmessageflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67822 src/com/gps/hibernate/MbmessageflagDAO.java 60 There is log block not surrounded by if
67823 src/com/gps/hibernate/MbmessageflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
67824 src/com/gps/hibernate/MbmessageflagDAO.java 65 publicMethodCommentRequirement Required
67825 src/com/gps/hibernate/MbmessageflagDAO.java 66 There is log block not surrounded by if
67826 src/com/gps/hibernate/MbmessageflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67827 src/com/gps/hibernate/MbmessageflagDAO.java 68 Local variable 'results' could be declared final
67828 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
67829 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
67830 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
67831 src/com/gps/hibernate/MbmessageflagDAO.java 71 There is log block not surrounded by if
67832 src/com/gps/hibernate/MbmessageflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67833 src/com/gps/hibernate/MbmessageflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
67834 src/com/gps/hibernate/MbmessageflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67835 src/com/gps/hibernate/MbmessageflagDAO.java 75 There is log block not surrounded by if
67836 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
67837 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
67838 src/com/gps/hibernate/MbmessageflagDAO.java 80 publicMethodCommentRequirement Required
67839 src/com/gps/hibernate/MbmessageflagDAO.java 81 There is log block not surrounded by if
67840 src/com/gps/hibernate/MbmessageflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67841 src/com/gps/hibernate/MbmessageflagDAO.java 84 Local variable 'queryString' could be declared final
67842 src/com/gps/hibernate/MbmessageflagDAO.java 86 Local variable 'queryObject' could be declared final
67843 src/com/gps/hibernate/MbmessageflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
67844 src/com/gps/hibernate/MbmessageflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
67845 src/com/gps/hibernate/MbmessageflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
67846 src/com/gps/hibernate/MbmessageflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67847 src/com/gps/hibernate/MbmessageflagDAO.java 90 There is log block not surrounded by if
67848 src/com/gps/hibernate/MbmessageflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
67849 src/com/gps/hibernate/MbmessageflagDAO.java 95 publicMethodCommentRequirement Required
67850 src/com/gps/hibernate/MbmessageflagDAO.java 99 Parameter 'threadId' is not assigned and could be declared final
67851 src/com/gps/hibernate/MbmessageflagDAO.java 99 publicMethodCommentRequirement Required
67852 src/com/gps/hibernate/MbmessageflagDAO.java 103 Parameter 'messageId' is not assigned and could be declared final
67853 src/com/gps/hibernate/MbmessageflagDAO.java 103 publicMethodCommentRequirement Required
67854 src/com/gps/hibernate/MbmessageflagDAO.java 107 Parameter 'flag' is not assigned and could be declared final
67855 src/com/gps/hibernate/MbmessageflagDAO.java 107 publicMethodCommentRequirement Required
67856 src/com/gps/hibernate/MbmessageflagDAO.java 111 publicMethodCommentRequirement Required
67857 src/com/gps/hibernate/MbmessageflagDAO.java 112 There is log block not surrounded by if
67858 src/com/gps/hibernate/MbmessageflagDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67859 src/com/gps/hibernate/MbmessageflagDAO.java 114 Local variable 'queryString' could be declared final
67860 src/com/gps/hibernate/MbmessageflagDAO.java 115 Local variable 'queryObject' could be declared final
67861 src/com/gps/hibernate/MbmessageflagDAO.java 115 Potential violation of Law of Demeter (method chain calls)
67862 src/com/gps/hibernate/MbmessageflagDAO.java 116 Potential violation of Law of Demeter (object not created locally)
67863 src/com/gps/hibernate/MbmessageflagDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67864 src/com/gps/hibernate/MbmessageflagDAO.java 118 There is log block not surrounded by if
67865 src/com/gps/hibernate/MbmessageflagDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
67866 src/com/gps/hibernate/MbmessageflagDAO.java 123 publicMethodCommentRequirement Required
67867 src/com/gps/hibernate/MbmessageflagDAO.java 124 There is log block not surrounded by if
67868 src/com/gps/hibernate/MbmessageflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67869 src/com/gps/hibernate/MbmessageflagDAO.java 126 Local variable 'result' could be declared final
67870 src/com/gps/hibernate/MbmessageflagDAO.java 126 Potential violation of Law of Demeter (method chain calls)
67871 src/com/gps/hibernate/MbmessageflagDAO.java 128 There is log block not surrounded by if
67872 src/com/gps/hibernate/MbmessageflagDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67873 src/com/gps/hibernate/MbmessageflagDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67874 src/com/gps/hibernate/MbmessageflagDAO.java 131 There is log block not surrounded by if
67875 src/com/gps/hibernate/MbmessageflagDAO.java 136 Parameter 'instance' is not assigned and could be declared final
67876 src/com/gps/hibernate/MbmessageflagDAO.java 136 publicMethodCommentRequirement Required
67877 src/com/gps/hibernate/MbmessageflagDAO.java 137 There is log block not surrounded by if
67878 src/com/gps/hibernate/MbmessageflagDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67879 src/com/gps/hibernate/MbmessageflagDAO.java 139 Potential violation of Law of Demeter (method chain calls)
67880 src/com/gps/hibernate/MbmessageflagDAO.java 140 There is log block not surrounded by if
67881 src/com/gps/hibernate/MbmessageflagDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67882 src/com/gps/hibernate/MbmessageflagDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67883 src/com/gps/hibernate/MbmessageflagDAO.java 142 There is log block not surrounded by if
67884 src/com/gps/hibernate/MbmessageflagDAO.java 147 Parameter 'instance' is not assigned and could be declared final
67885 src/com/gps/hibernate/MbmessageflagDAO.java 147 publicMethodCommentRequirement Required
67886 src/com/gps/hibernate/MbmessageflagDAO.java 148 There is log block not surrounded by if
67887 src/com/gps/hibernate/MbmessageflagDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67888 src/com/gps/hibernate/MbmessageflagDAO.java 150 Potential violation of Law of Demeter (method chain calls)
67889 src/com/gps/hibernate/MbmessageflagDAO.java 151 There is log block not surrounded by if
67890 src/com/gps/hibernate/MbmessageflagDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67891 src/com/gps/hibernate/MbmessageflagDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67892 src/com/gps/hibernate/MbmessageflagDAO.java 153 There is log block not surrounded by if
67893 src/com/gps/hibernate/Mbstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
67894 src/com/gps/hibernate/Mbstatsuser.java 15 fieldCommentRequirement Required
67895 src/com/gps/hibernate/Mbstatsuser.java 16 fieldCommentRequirement Required
67896 src/com/gps/hibernate/Mbstatsuser.java 17 fieldCommentRequirement Required
67897 src/com/gps/hibernate/Mbstatsuser.java 18 fieldCommentRequirement Required
67898 src/com/gps/hibernate/Mbstatsuser.java 19 fieldCommentRequirement Required
67899 src/com/gps/hibernate/Mbstatsuser.java 24 Document empty constructor
67900 src/com/gps/hibernate/Mbstatsuser.java 28 Parameter 'statsUserId' is not assigned and could be declared final
67901 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'groupId' is not assigned and could be declared final
67902 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'statsUserId' is not assigned and could be declared final
67903 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'userId' is not assigned and could be declared final
67904 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'lastPostDate' is not assigned and could be declared final
67905 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'messageCount' is not assigned and could be declared final
67906 src/com/gps/hibernate/Mbstatsuser.java 44 publicMethodCommentRequirement Required
67907 src/com/gps/hibernate/Mbstatsuser.java 48 Parameter 'statsUserId' is not assigned and could be declared final
67908 src/com/gps/hibernate/Mbstatsuser.java 48 publicMethodCommentRequirement Required
67909 src/com/gps/hibernate/Mbstatsuser.java 52 publicMethodCommentRequirement Required
67910 src/com/gps/hibernate/Mbstatsuser.java 56 Parameter 'groupId' is not assigned and could be declared final
67911 src/com/gps/hibernate/Mbstatsuser.java 56 publicMethodCommentRequirement Required
67912 src/com/gps/hibernate/Mbstatsuser.java 60 publicMethodCommentRequirement Required
67913 src/com/gps/hibernate/Mbstatsuser.java 64 Parameter 'userId' is not assigned and could be declared final
67914 src/com/gps/hibernate/Mbstatsuser.java 64 publicMethodCommentRequirement Required
67915 src/com/gps/hibernate/Mbstatsuser.java 68 publicMethodCommentRequirement Required
67916 src/com/gps/hibernate/Mbstatsuser.java 72 Parameter 'messageCount' is not assigned and could be declared final
67917 src/com/gps/hibernate/Mbstatsuser.java 72 publicMethodCommentRequirement Required
67918 src/com/gps/hibernate/Mbstatsuser.java 76 publicMethodCommentRequirement Required
67919 src/com/gps/hibernate/Mbstatsuser.java 80 Parameter 'lastPostDate' is not assigned and could be declared final
67920 src/com/gps/hibernate/Mbstatsuser.java 80 publicMethodCommentRequirement Required
67921 src/com/gps/hibernate/MbstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
67922 src/com/gps/hibernate/MbstatsuserDAO.java 11 Comment is too large: Too many lines
67923 src/com/gps/hibernate/MbstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
67924 src/com/gps/hibernate/MbstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
67925 src/com/gps/hibernate/MbstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
67926 src/com/gps/hibernate/MbstatsuserDAO.java 24 fieldCommentRequirement Required
67927 src/com/gps/hibernate/MbstatsuserDAO.java 26 fieldCommentRequirement Required
67928 src/com/gps/hibernate/MbstatsuserDAO.java 27 fieldCommentRequirement Required
67929 src/com/gps/hibernate/MbstatsuserDAO.java 28 fieldCommentRequirement Required
67930 src/com/gps/hibernate/MbstatsuserDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
67931 src/com/gps/hibernate/MbstatsuserDAO.java 30 publicMethodCommentRequirement Required
67932 src/com/gps/hibernate/MbstatsuserDAO.java 31 There is log block not surrounded by if
67933 src/com/gps/hibernate/MbstatsuserDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67934 src/com/gps/hibernate/MbstatsuserDAO.java 33 Potential violation of Law of Demeter (method chain calls)
67935 src/com/gps/hibernate/MbstatsuserDAO.java 34 There is log block not surrounded by if
67936 src/com/gps/hibernate/MbstatsuserDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67937 src/com/gps/hibernate/MbstatsuserDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67938 src/com/gps/hibernate/MbstatsuserDAO.java 36 There is log block not surrounded by if
67939 src/com/gps/hibernate/MbstatsuserDAO.java 41 Avoid excessively long variable names like persistentInstance
67940 src/com/gps/hibernate/MbstatsuserDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
67941 src/com/gps/hibernate/MbstatsuserDAO.java 41 publicMethodCommentRequirement Required
67942 src/com/gps/hibernate/MbstatsuserDAO.java 42 There is log block not surrounded by if
67943 src/com/gps/hibernate/MbstatsuserDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67944 src/com/gps/hibernate/MbstatsuserDAO.java 44 Potential violation of Law of Demeter (method chain calls)
67945 src/com/gps/hibernate/MbstatsuserDAO.java 45 There is log block not surrounded by if
67946 src/com/gps/hibernate/MbstatsuserDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67947 src/com/gps/hibernate/MbstatsuserDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67948 src/com/gps/hibernate/MbstatsuserDAO.java 47 There is log block not surrounded by if
67949 src/com/gps/hibernate/MbstatsuserDAO.java 52 Avoid variables with short names like id
67950 src/com/gps/hibernate/MbstatsuserDAO.java 52 Parameter 'id' is not assigned and could be declared final
67951 src/com/gps/hibernate/MbstatsuserDAO.java 52 publicMethodCommentRequirement Required
67952 src/com/gps/hibernate/MbstatsuserDAO.java 53 There is log block not surrounded by if
67953 src/com/gps/hibernate/MbstatsuserDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67954 src/com/gps/hibernate/MbstatsuserDAO.java 55 Local variable 'instance' could be declared final
67955 src/com/gps/hibernate/MbstatsuserDAO.java 55 Potential violation of Law of Demeter (method chain calls)
67956 src/com/gps/hibernate/MbstatsuserDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67957 src/com/gps/hibernate/MbstatsuserDAO.java 59 There is log block not surrounded by if
67958 src/com/gps/hibernate/MbstatsuserDAO.java 64 Parameter 'instance' is not assigned and could be declared final
67959 src/com/gps/hibernate/MbstatsuserDAO.java 64 publicMethodCommentRequirement Required
67960 src/com/gps/hibernate/MbstatsuserDAO.java 65 There is log block not surrounded by if
67961 src/com/gps/hibernate/MbstatsuserDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67962 src/com/gps/hibernate/MbstatsuserDAO.java 67 Local variable 'results' could be declared final
67963 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
67964 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
67965 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
67966 src/com/gps/hibernate/MbstatsuserDAO.java 70 There is log block not surrounded by if
67967 src/com/gps/hibernate/MbstatsuserDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67968 src/com/gps/hibernate/MbstatsuserDAO.java 71 Potential violation of Law of Demeter (object not created locally)
67969 src/com/gps/hibernate/MbstatsuserDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67970 src/com/gps/hibernate/MbstatsuserDAO.java 74 There is log block not surrounded by if
67971 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
67972 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'value' is not assigned and could be declared final
67973 src/com/gps/hibernate/MbstatsuserDAO.java 79 publicMethodCommentRequirement Required
67974 src/com/gps/hibernate/MbstatsuserDAO.java 80 There is log block not surrounded by if
67975 src/com/gps/hibernate/MbstatsuserDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67976 src/com/gps/hibernate/MbstatsuserDAO.java 83 Local variable 'queryString' could be declared final
67977 src/com/gps/hibernate/MbstatsuserDAO.java 85 Local variable 'queryObject' could be declared final
67978 src/com/gps/hibernate/MbstatsuserDAO.java 85 Potential violation of Law of Demeter (method chain calls)
67979 src/com/gps/hibernate/MbstatsuserDAO.java 86 Potential violation of Law of Demeter (object not created locally)
67980 src/com/gps/hibernate/MbstatsuserDAO.java 87 Potential violation of Law of Demeter (object not created locally)
67981 src/com/gps/hibernate/MbstatsuserDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67982 src/com/gps/hibernate/MbstatsuserDAO.java 89 There is log block not surrounded by if
67983 src/com/gps/hibernate/MbstatsuserDAO.java 94 Parameter 'groupId' is not assigned and could be declared final
67984 src/com/gps/hibernate/MbstatsuserDAO.java 94 publicMethodCommentRequirement Required
67985 src/com/gps/hibernate/MbstatsuserDAO.java 98 Parameter 'userId' is not assigned and could be declared final
67986 src/com/gps/hibernate/MbstatsuserDAO.java 98 publicMethodCommentRequirement Required
67987 src/com/gps/hibernate/MbstatsuserDAO.java 102 Parameter 'messageCount' is not assigned and could be declared final
67988 src/com/gps/hibernate/MbstatsuserDAO.java 102 publicMethodCommentRequirement Required
67989 src/com/gps/hibernate/MbstatsuserDAO.java 106 publicMethodCommentRequirement Required
67990 src/com/gps/hibernate/MbstatsuserDAO.java 107 There is log block not surrounded by if
67991 src/com/gps/hibernate/MbstatsuserDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
67992 src/com/gps/hibernate/MbstatsuserDAO.java 109 Local variable 'queryString' could be declared final
67993 src/com/gps/hibernate/MbstatsuserDAO.java 110 Local variable 'queryObject' could be declared final
67994 src/com/gps/hibernate/MbstatsuserDAO.java 110 Potential violation of Law of Demeter (method chain calls)
67995 src/com/gps/hibernate/MbstatsuserDAO.java 111 Potential violation of Law of Demeter (object not created locally)
67996 src/com/gps/hibernate/MbstatsuserDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
67997 src/com/gps/hibernate/MbstatsuserDAO.java 113 There is log block not surrounded by if
67998 src/com/gps/hibernate/MbstatsuserDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
67999 src/com/gps/hibernate/MbstatsuserDAO.java 118 publicMethodCommentRequirement Required
68000 src/com/gps/hibernate/MbstatsuserDAO.java 119 There is log block not surrounded by if
68001 src/com/gps/hibernate/MbstatsuserDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68002 src/com/gps/hibernate/MbstatsuserDAO.java 121 Local variable 'result' could be declared final
68003 src/com/gps/hibernate/MbstatsuserDAO.java 121 Potential violation of Law of Demeter (method chain calls)
68004 src/com/gps/hibernate/MbstatsuserDAO.java 123 There is log block not surrounded by if
68005 src/com/gps/hibernate/MbstatsuserDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68006 src/com/gps/hibernate/MbstatsuserDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68007 src/com/gps/hibernate/MbstatsuserDAO.java 126 There is log block not surrounded by if
68008 src/com/gps/hibernate/MbstatsuserDAO.java 131 Parameter 'instance' is not assigned and could be declared final
68009 src/com/gps/hibernate/MbstatsuserDAO.java 131 publicMethodCommentRequirement Required
68010 src/com/gps/hibernate/MbstatsuserDAO.java 132 There is log block not surrounded by if
68011 src/com/gps/hibernate/MbstatsuserDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68012 src/com/gps/hibernate/MbstatsuserDAO.java 134 Potential violation of Law of Demeter (method chain calls)
68013 src/com/gps/hibernate/MbstatsuserDAO.java 135 There is log block not surrounded by if
68014 src/com/gps/hibernate/MbstatsuserDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68015 src/com/gps/hibernate/MbstatsuserDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68016 src/com/gps/hibernate/MbstatsuserDAO.java 137 There is log block not surrounded by if
68017 src/com/gps/hibernate/MbstatsuserDAO.java 142 Parameter 'instance' is not assigned and could be declared final
68018 src/com/gps/hibernate/MbstatsuserDAO.java 142 publicMethodCommentRequirement Required
68019 src/com/gps/hibernate/MbstatsuserDAO.java 143 There is log block not surrounded by if
68020 src/com/gps/hibernate/MbstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68021 src/com/gps/hibernate/MbstatsuserDAO.java 145 Potential violation of Law of Demeter (method chain calls)
68022 src/com/gps/hibernate/MbstatsuserDAO.java 146 There is log block not surrounded by if
68023 src/com/gps/hibernate/MbstatsuserDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68024 src/com/gps/hibernate/MbstatsuserDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68025 src/com/gps/hibernate/MbstatsuserDAO.java 148 There is log block not surrounded by if
68026 src/com/gps/hibernate/Mbthread.java 11 Classes implementing Serializable should set a serialVersionUID
68027 src/com/gps/hibernate/Mbthread.java 15 fieldCommentRequirement Required
68028 src/com/gps/hibernate/Mbthread.java 16 fieldCommentRequirement Required
68029 src/com/gps/hibernate/Mbthread.java 17 fieldCommentRequirement Required
68030 src/com/gps/hibernate/Mbthread.java 18 fieldCommentRequirement Required
68031 src/com/gps/hibernate/Mbthread.java 19 fieldCommentRequirement Required
68032 src/com/gps/hibernate/Mbthread.java 20 fieldCommentRequirement Required
68033 src/com/gps/hibernate/Mbthread.java 21 fieldCommentRequirement Required
68034 src/com/gps/hibernate/Mbthread.java 22 fieldCommentRequirement Required
68035 src/com/gps/hibernate/Mbthread.java 23 fieldCommentRequirement Required
68036 src/com/gps/hibernate/Mbthread.java 28 Document empty constructor
68037 src/com/gps/hibernate/Mbthread.java 32 Parameter 'threadId' is not assigned and could be declared final
68038 src/com/gps/hibernate/Mbthread.java 37 Parameter 'categoryId' is not assigned and could be declared final
68039 src/com/gps/hibernate/Mbthread.java 37 Parameter 'groupId' is not assigned and could be declared final
68040 src/com/gps/hibernate/Mbthread.java 37 Parameter 'threadId' is not assigned and could be declared final
68041 src/com/gps/hibernate/Mbthread.java 38 Parameter 'messageCount' is not assigned and could be declared final
68042 src/com/gps/hibernate/Mbthread.java 38 Parameter 'rootMessageId' is not assigned and could be declared final
68043 src/com/gps/hibernate/Mbthread.java 38 Parameter 'viewCount' is not assigned and could be declared final
68044 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostByUserId' is not assigned and could be declared final
68045 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostDate' is not assigned and could be declared final
68046 src/com/gps/hibernate/Mbthread.java 39 Parameter 'priority' is not assigned and could be declared final
68047 src/com/gps/hibernate/Mbthread.java 53 publicMethodCommentRequirement Required
68048 src/com/gps/hibernate/Mbthread.java 57 Parameter 'threadId' is not assigned and could be declared final
68049 src/com/gps/hibernate/Mbthread.java 57 publicMethodCommentRequirement Required
68050 src/com/gps/hibernate/Mbthread.java 61 publicMethodCommentRequirement Required
68051 src/com/gps/hibernate/Mbthread.java 65 Parameter 'groupId' is not assigned and could be declared final
68052 src/com/gps/hibernate/Mbthread.java 65 publicMethodCommentRequirement Required
68053 src/com/gps/hibernate/Mbthread.java 69 publicMethodCommentRequirement Required
68054 src/com/gps/hibernate/Mbthread.java 73 Parameter 'categoryId' is not assigned and could be declared final
68055 src/com/gps/hibernate/Mbthread.java 73 publicMethodCommentRequirement Required
68056 src/com/gps/hibernate/Mbthread.java 77 publicMethodCommentRequirement Required
68057 src/com/gps/hibernate/Mbthread.java 81 Parameter 'rootMessageId' is not assigned and could be declared final
68058 src/com/gps/hibernate/Mbthread.java 81 publicMethodCommentRequirement Required
68059 src/com/gps/hibernate/Mbthread.java 85 publicMethodCommentRequirement Required
68060 src/com/gps/hibernate/Mbthread.java 89 Parameter 'messageCount' is not assigned and could be declared final
68061 src/com/gps/hibernate/Mbthread.java 89 publicMethodCommentRequirement Required
68062 src/com/gps/hibernate/Mbthread.java 93 publicMethodCommentRequirement Required
68063 src/com/gps/hibernate/Mbthread.java 97 Parameter 'viewCount' is not assigned and could be declared final
68064 src/com/gps/hibernate/Mbthread.java 97 publicMethodCommentRequirement Required
68065 src/com/gps/hibernate/Mbthread.java 101 publicMethodCommentRequirement Required
68066 src/com/gps/hibernate/Mbthread.java 105 Parameter 'lastPostByUserId' is not assigned and could be declared final
68067 src/com/gps/hibernate/Mbthread.java 105 publicMethodCommentRequirement Required
68068 src/com/gps/hibernate/Mbthread.java 109 publicMethodCommentRequirement Required
68069 src/com/gps/hibernate/Mbthread.java 113 Parameter 'lastPostDate' is not assigned and could be declared final
68070 src/com/gps/hibernate/Mbthread.java 113 publicMethodCommentRequirement Required
68071 src/com/gps/hibernate/Mbthread.java 117 publicMethodCommentRequirement Required
68072 src/com/gps/hibernate/Mbthread.java 121 Parameter 'priority' is not assigned and could be declared final
68073 src/com/gps/hibernate/Mbthread.java 121 publicMethodCommentRequirement Required
68074 src/com/gps/hibernate/MbthreadDAO.java 3 Avoid unused imports such as 'java.util.Date'
68075 src/com/gps/hibernate/MbthreadDAO.java 11 Comment is too large: Too many lines
68076 src/com/gps/hibernate/MbthreadDAO.java 23 This class has too many methods, consider refactoring it.
68077 src/com/gps/hibernate/MbthreadDAO.java 24 Logger should be defined private static final and have the correct class
68078 src/com/gps/hibernate/MbthreadDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
68079 src/com/gps/hibernate/MbthreadDAO.java 24 fieldCommentRequirement Required
68080 src/com/gps/hibernate/MbthreadDAO.java 26 fieldCommentRequirement Required
68081 src/com/gps/hibernate/MbthreadDAO.java 27 fieldCommentRequirement Required
68082 src/com/gps/hibernate/MbthreadDAO.java 28 fieldCommentRequirement Required
68083 src/com/gps/hibernate/MbthreadDAO.java 29 fieldCommentRequirement Required
68084 src/com/gps/hibernate/MbthreadDAO.java 30 fieldCommentRequirement Required
68085 src/com/gps/hibernate/MbthreadDAO.java 31 Avoid excessively long variable names like LAST_POST_BY_USER_ID
68086 src/com/gps/hibernate/MbthreadDAO.java 31 fieldCommentRequirement Required
68087 src/com/gps/hibernate/MbthreadDAO.java 32 fieldCommentRequirement Required
68088 src/com/gps/hibernate/MbthreadDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
68089 src/com/gps/hibernate/MbthreadDAO.java 34 publicMethodCommentRequirement Required
68090 src/com/gps/hibernate/MbthreadDAO.java 35 There is log block not surrounded by if
68091 src/com/gps/hibernate/MbthreadDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68092 src/com/gps/hibernate/MbthreadDAO.java 37 Potential violation of Law of Demeter (method chain calls)
68093 src/com/gps/hibernate/MbthreadDAO.java 38 There is log block not surrounded by if
68094 src/com/gps/hibernate/MbthreadDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68095 src/com/gps/hibernate/MbthreadDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68096 src/com/gps/hibernate/MbthreadDAO.java 40 There is log block not surrounded by if
68097 src/com/gps/hibernate/MbthreadDAO.java 45 Avoid excessively long variable names like persistentInstance
68098 src/com/gps/hibernate/MbthreadDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
68099 src/com/gps/hibernate/MbthreadDAO.java 45 publicMethodCommentRequirement Required
68100 src/com/gps/hibernate/MbthreadDAO.java 46 There is log block not surrounded by if
68101 src/com/gps/hibernate/MbthreadDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68102 src/com/gps/hibernate/MbthreadDAO.java 48 Potential violation of Law of Demeter (method chain calls)
68103 src/com/gps/hibernate/MbthreadDAO.java 49 There is log block not surrounded by if
68104 src/com/gps/hibernate/MbthreadDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68105 src/com/gps/hibernate/MbthreadDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68106 src/com/gps/hibernate/MbthreadDAO.java 51 There is log block not surrounded by if
68107 src/com/gps/hibernate/MbthreadDAO.java 56 Avoid variables with short names like id
68108 src/com/gps/hibernate/MbthreadDAO.java 56 Parameter 'id' is not assigned and could be declared final
68109 src/com/gps/hibernate/MbthreadDAO.java 56 publicMethodCommentRequirement Required
68110 src/com/gps/hibernate/MbthreadDAO.java 57 There is log block not surrounded by if
68111 src/com/gps/hibernate/MbthreadDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68112 src/com/gps/hibernate/MbthreadDAO.java 59 Local variable 'instance' could be declared final
68113 src/com/gps/hibernate/MbthreadDAO.java 59 Potential violation of Law of Demeter (method chain calls)
68114 src/com/gps/hibernate/MbthreadDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68115 src/com/gps/hibernate/MbthreadDAO.java 63 There is log block not surrounded by if
68116 src/com/gps/hibernate/MbthreadDAO.java 68 Parameter 'instance' is not assigned and could be declared final
68117 src/com/gps/hibernate/MbthreadDAO.java 68 publicMethodCommentRequirement Required
68118 src/com/gps/hibernate/MbthreadDAO.java 69 There is log block not surrounded by if
68119 src/com/gps/hibernate/MbthreadDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68120 src/com/gps/hibernate/MbthreadDAO.java 71 Local variable 'results' could be declared final
68121 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
68122 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
68123 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
68124 src/com/gps/hibernate/MbthreadDAO.java 74 There is log block not surrounded by if
68125 src/com/gps/hibernate/MbthreadDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68126 src/com/gps/hibernate/MbthreadDAO.java 75 Potential violation of Law of Demeter (object not created locally)
68127 src/com/gps/hibernate/MbthreadDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68128 src/com/gps/hibernate/MbthreadDAO.java 78 There is log block not surrounded by if
68129 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
68130 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'value' is not assigned and could be declared final
68131 src/com/gps/hibernate/MbthreadDAO.java 83 publicMethodCommentRequirement Required
68132 src/com/gps/hibernate/MbthreadDAO.java 84 There is log block not surrounded by if
68133 src/com/gps/hibernate/MbthreadDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68134 src/com/gps/hibernate/MbthreadDAO.java 87 Local variable 'queryString' could be declared final
68135 src/com/gps/hibernate/MbthreadDAO.java 89 Local variable 'queryObject' could be declared final
68136 src/com/gps/hibernate/MbthreadDAO.java 89 Potential violation of Law of Demeter (method chain calls)
68137 src/com/gps/hibernate/MbthreadDAO.java 90 Potential violation of Law of Demeter (object not created locally)
68138 src/com/gps/hibernate/MbthreadDAO.java 91 Potential violation of Law of Demeter (object not created locally)
68139 src/com/gps/hibernate/MbthreadDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68140 src/com/gps/hibernate/MbthreadDAO.java 93 There is log block not surrounded by if
68141 src/com/gps/hibernate/MbthreadDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
68142 src/com/gps/hibernate/MbthreadDAO.java 98 publicMethodCommentRequirement Required
68143 src/com/gps/hibernate/MbthreadDAO.java 102 Parameter 'categoryId' is not assigned and could be declared final
68144 src/com/gps/hibernate/MbthreadDAO.java 102 publicMethodCommentRequirement Required
68145 src/com/gps/hibernate/MbthreadDAO.java 106 Parameter 'rootMessageId' is not assigned and could be declared final
68146 src/com/gps/hibernate/MbthreadDAO.java 106 publicMethodCommentRequirement Required
68147 src/com/gps/hibernate/MbthreadDAO.java 110 Parameter 'messageCount' is not assigned and could be declared final
68148 src/com/gps/hibernate/MbthreadDAO.java 110 publicMethodCommentRequirement Required
68149 src/com/gps/hibernate/MbthreadDAO.java 114 Parameter 'viewCount' is not assigned and could be declared final
68150 src/com/gps/hibernate/MbthreadDAO.java 114 publicMethodCommentRequirement Required
68151 src/com/gps/hibernate/MbthreadDAO.java 118 Parameter 'lastPostByUserId' is not assigned and could be declared final
68152 src/com/gps/hibernate/MbthreadDAO.java 118 publicMethodCommentRequirement Required
68153 src/com/gps/hibernate/MbthreadDAO.java 122 Parameter 'priority' is not assigned and could be declared final
68154 src/com/gps/hibernate/MbthreadDAO.java 122 publicMethodCommentRequirement Required
68155 src/com/gps/hibernate/MbthreadDAO.java 126 publicMethodCommentRequirement Required
68156 src/com/gps/hibernate/MbthreadDAO.java 127 There is log block not surrounded by if
68157 src/com/gps/hibernate/MbthreadDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68158 src/com/gps/hibernate/MbthreadDAO.java 129 Local variable 'queryString' could be declared final
68159 src/com/gps/hibernate/MbthreadDAO.java 130 Local variable 'queryObject' could be declared final
68160 src/com/gps/hibernate/MbthreadDAO.java 130 Potential violation of Law of Demeter (method chain calls)
68161 src/com/gps/hibernate/MbthreadDAO.java 131 Potential violation of Law of Demeter (object not created locally)
68162 src/com/gps/hibernate/MbthreadDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68163 src/com/gps/hibernate/MbthreadDAO.java 133 There is log block not surrounded by if
68164 src/com/gps/hibernate/MbthreadDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
68165 src/com/gps/hibernate/MbthreadDAO.java 138 publicMethodCommentRequirement Required
68166 src/com/gps/hibernate/MbthreadDAO.java 139 There is log block not surrounded by if
68167 src/com/gps/hibernate/MbthreadDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68168 src/com/gps/hibernate/MbthreadDAO.java 141 Local variable 'result' could be declared final
68169 src/com/gps/hibernate/MbthreadDAO.java 141 Potential violation of Law of Demeter (method chain calls)
68170 src/com/gps/hibernate/MbthreadDAO.java 142 There is log block not surrounded by if
68171 src/com/gps/hibernate/MbthreadDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68172 src/com/gps/hibernate/MbthreadDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68173 src/com/gps/hibernate/MbthreadDAO.java 145 There is log block not surrounded by if
68174 src/com/gps/hibernate/MbthreadDAO.java 150 Parameter 'instance' is not assigned and could be declared final
68175 src/com/gps/hibernate/MbthreadDAO.java 150 publicMethodCommentRequirement Required
68176 src/com/gps/hibernate/MbthreadDAO.java 151 There is log block not surrounded by if
68177 src/com/gps/hibernate/MbthreadDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68178 src/com/gps/hibernate/MbthreadDAO.java 153 Potential violation of Law of Demeter (method chain calls)
68179 src/com/gps/hibernate/MbthreadDAO.java 154 There is log block not surrounded by if
68180 src/com/gps/hibernate/MbthreadDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68181 src/com/gps/hibernate/MbthreadDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68182 src/com/gps/hibernate/MbthreadDAO.java 156 There is log block not surrounded by if
68183 src/com/gps/hibernate/MbthreadDAO.java 161 Parameter 'instance' is not assigned and could be declared final
68184 src/com/gps/hibernate/MbthreadDAO.java 161 publicMethodCommentRequirement Required
68185 src/com/gps/hibernate/MbthreadDAO.java 162 There is log block not surrounded by if
68186 src/com/gps/hibernate/MbthreadDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68187 src/com/gps/hibernate/MbthreadDAO.java 164 Potential violation of Law of Demeter (method chain calls)
68188 src/com/gps/hibernate/MbthreadDAO.java 165 There is log block not surrounded by if
68189 src/com/gps/hibernate/MbthreadDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68190 src/com/gps/hibernate/MbthreadDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68191 src/com/gps/hibernate/MbthreadDAO.java 167 There is log block not surrounded by if
68192 src/com/gps/hibernate/Membershiprequest.java 11 Classes implementing Serializable should set a serialVersionUID
68193 src/com/gps/hibernate/Membershiprequest.java 15 Avoid excessively long variable names like membershipRequestId
68194 src/com/gps/hibernate/Membershiprequest.java 15 fieldCommentRequirement Required
68195 src/com/gps/hibernate/Membershiprequest.java 16 fieldCommentRequirement Required
68196 src/com/gps/hibernate/Membershiprequest.java 17 fieldCommentRequirement Required
68197 src/com/gps/hibernate/Membershiprequest.java 18 fieldCommentRequirement Required
68198 src/com/gps/hibernate/Membershiprequest.java 19 fieldCommentRequirement Required
68199 src/com/gps/hibernate/Membershiprequest.java 20 fieldCommentRequirement Required
68200 src/com/gps/hibernate/Membershiprequest.java 21 fieldCommentRequirement Required
68201 src/com/gps/hibernate/Membershiprequest.java 22 fieldCommentRequirement Required
68202 src/com/gps/hibernate/Membershiprequest.java 23 fieldCommentRequirement Required
68203 src/com/gps/hibernate/Membershiprequest.java 24 fieldCommentRequirement Required
68204 src/com/gps/hibernate/Membershiprequest.java 29 Document empty constructor
68205 src/com/gps/hibernate/Membershiprequest.java 33 Avoid excessively long variable names like membershipRequestId
68206 src/com/gps/hibernate/Membershiprequest.java 33 Parameter 'membershipRequestId' is not assigned and could be declared final
68207 src/com/gps/hibernate/Membershiprequest.java 38 Avoid excessively long variable names like membershipRequestId
68208 src/com/gps/hibernate/Membershiprequest.java 38 Avoid long parameter lists.
68209 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'companyId' is not assigned and could be declared final
68210 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'membershipRequestId' is not assigned and could be declared final
68211 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'comments' is not assigned and could be declared final
68212 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'createDate' is not assigned and could be declared final
68213 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'groupId' is not assigned and could be declared final
68214 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'userId' is not assigned and could be declared final
68215 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replierUserId' is not assigned and could be declared final
68216 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyComments' is not assigned and could be declared final
68217 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyDate' is not assigned and could be declared final
68218 src/com/gps/hibernate/Membershiprequest.java 41 Parameter 'statusId' is not assigned and could be declared final
68219 src/com/gps/hibernate/Membershiprequest.java 56 publicMethodCommentRequirement Required
68220 src/com/gps/hibernate/Membershiprequest.java 60 Avoid excessively long variable names like membershipRequestId
68221 src/com/gps/hibernate/Membershiprequest.java 60 Parameter 'membershipRequestId' is not assigned and could be declared final
68222 src/com/gps/hibernate/Membershiprequest.java 60 publicMethodCommentRequirement Required
68223 src/com/gps/hibernate/Membershiprequest.java 64 publicMethodCommentRequirement Required
68224 src/com/gps/hibernate/Membershiprequest.java 68 Parameter 'companyId' is not assigned and could be declared final
68225 src/com/gps/hibernate/Membershiprequest.java 68 publicMethodCommentRequirement Required
68226 src/com/gps/hibernate/Membershiprequest.java 72 publicMethodCommentRequirement Required
68227 src/com/gps/hibernate/Membershiprequest.java 76 Parameter 'userId' is not assigned and could be declared final
68228 src/com/gps/hibernate/Membershiprequest.java 76 publicMethodCommentRequirement Required
68229 src/com/gps/hibernate/Membershiprequest.java 80 publicMethodCommentRequirement Required
68230 src/com/gps/hibernate/Membershiprequest.java 84 Parameter 'createDate' is not assigned and could be declared final
68231 src/com/gps/hibernate/Membershiprequest.java 84 publicMethodCommentRequirement Required
68232 src/com/gps/hibernate/Membershiprequest.java 88 publicMethodCommentRequirement Required
68233 src/com/gps/hibernate/Membershiprequest.java 92 Parameter 'groupId' is not assigned and could be declared final
68234 src/com/gps/hibernate/Membershiprequest.java 92 publicMethodCommentRequirement Required
68235 src/com/gps/hibernate/Membershiprequest.java 96 publicMethodCommentRequirement Required
68236 src/com/gps/hibernate/Membershiprequest.java 100 Parameter 'comments' is not assigned and could be declared final
68237 src/com/gps/hibernate/Membershiprequest.java 100 publicMethodCommentRequirement Required
68238 src/com/gps/hibernate/Membershiprequest.java 104 publicMethodCommentRequirement Required
68239 src/com/gps/hibernate/Membershiprequest.java 108 Parameter 'replyComments' is not assigned and could be declared final
68240 src/com/gps/hibernate/Membershiprequest.java 108 publicMethodCommentRequirement Required
68241 src/com/gps/hibernate/Membershiprequest.java 112 publicMethodCommentRequirement Required
68242 src/com/gps/hibernate/Membershiprequest.java 116 Parameter 'replyDate' is not assigned and could be declared final
68243 src/com/gps/hibernate/Membershiprequest.java 116 publicMethodCommentRequirement Required
68244 src/com/gps/hibernate/Membershiprequest.java 120 publicMethodCommentRequirement Required
68245 src/com/gps/hibernate/Membershiprequest.java 124 Parameter 'replierUserId' is not assigned and could be declared final
68246 src/com/gps/hibernate/Membershiprequest.java 124 publicMethodCommentRequirement Required
68247 src/com/gps/hibernate/Membershiprequest.java 128 publicMethodCommentRequirement Required
68248 src/com/gps/hibernate/Membershiprequest.java 132 Parameter 'statusId' is not assigned and could be declared final
68249 src/com/gps/hibernate/Membershiprequest.java 132 publicMethodCommentRequirement Required
68250 src/com/gps/hibernate/MembershiprequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
68251 src/com/gps/hibernate/MembershiprequestDAO.java 11 Comment is too large: Too many lines
68252 src/com/gps/hibernate/MembershiprequestDAO.java 23 This class has too many methods, consider refactoring it.
68253 src/com/gps/hibernate/MembershiprequestDAO.java 24 Logger should be defined private static final and have the correct class
68254 src/com/gps/hibernate/MembershiprequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
68255 src/com/gps/hibernate/MembershiprequestDAO.java 24 fieldCommentRequirement Required
68256 src/com/gps/hibernate/MembershiprequestDAO.java 27 fieldCommentRequirement Required
68257 src/com/gps/hibernate/MembershiprequestDAO.java 28 fieldCommentRequirement Required
68258 src/com/gps/hibernate/MembershiprequestDAO.java 29 fieldCommentRequirement Required
68259 src/com/gps/hibernate/MembershiprequestDAO.java 30 fieldCommentRequirement Required
68260 src/com/gps/hibernate/MembershiprequestDAO.java 31 fieldCommentRequirement Required
68261 src/com/gps/hibernate/MembershiprequestDAO.java 32 fieldCommentRequirement Required
68262 src/com/gps/hibernate/MembershiprequestDAO.java 33 fieldCommentRequirement Required
68263 src/com/gps/hibernate/MembershiprequestDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
68264 src/com/gps/hibernate/MembershiprequestDAO.java 35 publicMethodCommentRequirement Required
68265 src/com/gps/hibernate/MembershiprequestDAO.java 36 There is log block not surrounded by if
68266 src/com/gps/hibernate/MembershiprequestDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68267 src/com/gps/hibernate/MembershiprequestDAO.java 38 Potential violation of Law of Demeter (method chain calls)
68268 src/com/gps/hibernate/MembershiprequestDAO.java 39 There is log block not surrounded by if
68269 src/com/gps/hibernate/MembershiprequestDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68270 src/com/gps/hibernate/MembershiprequestDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68271 src/com/gps/hibernate/MembershiprequestDAO.java 41 There is log block not surrounded by if
68272 src/com/gps/hibernate/MembershiprequestDAO.java 46 Avoid excessively long variable names like persistentInstance
68273 src/com/gps/hibernate/MembershiprequestDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
68274 src/com/gps/hibernate/MembershiprequestDAO.java 46 publicMethodCommentRequirement Required
68275 src/com/gps/hibernate/MembershiprequestDAO.java 47 There is log block not surrounded by if
68276 src/com/gps/hibernate/MembershiprequestDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68277 src/com/gps/hibernate/MembershiprequestDAO.java 49 Potential violation of Law of Demeter (method chain calls)
68278 src/com/gps/hibernate/MembershiprequestDAO.java 50 There is log block not surrounded by if
68279 src/com/gps/hibernate/MembershiprequestDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68280 src/com/gps/hibernate/MembershiprequestDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68281 src/com/gps/hibernate/MembershiprequestDAO.java 52 There is log block not surrounded by if
68282 src/com/gps/hibernate/MembershiprequestDAO.java 57 Avoid variables with short names like id
68283 src/com/gps/hibernate/MembershiprequestDAO.java 57 Parameter 'id' is not assigned and could be declared final
68284 src/com/gps/hibernate/MembershiprequestDAO.java 57 publicMethodCommentRequirement Required
68285 src/com/gps/hibernate/MembershiprequestDAO.java 58 There is log block not surrounded by if
68286 src/com/gps/hibernate/MembershiprequestDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68287 src/com/gps/hibernate/MembershiprequestDAO.java 60 Local variable 'instance' could be declared final
68288 src/com/gps/hibernate/MembershiprequestDAO.java 60 Potential violation of Law of Demeter (method chain calls)
68289 src/com/gps/hibernate/MembershiprequestDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68290 src/com/gps/hibernate/MembershiprequestDAO.java 64 There is log block not surrounded by if
68291 src/com/gps/hibernate/MembershiprequestDAO.java 69 Parameter 'instance' is not assigned and could be declared final
68292 src/com/gps/hibernate/MembershiprequestDAO.java 69 publicMethodCommentRequirement Required
68293 src/com/gps/hibernate/MembershiprequestDAO.java 70 There is log block not surrounded by if
68294 src/com/gps/hibernate/MembershiprequestDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68295 src/com/gps/hibernate/MembershiprequestDAO.java 72 Local variable 'results' could be declared final
68296 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
68297 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
68298 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
68299 src/com/gps/hibernate/MembershiprequestDAO.java 75 There is log block not surrounded by if
68300 src/com/gps/hibernate/MembershiprequestDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68301 src/com/gps/hibernate/MembershiprequestDAO.java 76 Potential violation of Law of Demeter (object not created locally)
68302 src/com/gps/hibernate/MembershiprequestDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68303 src/com/gps/hibernate/MembershiprequestDAO.java 79 There is log block not surrounded by if
68304 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
68305 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'value' is not assigned and could be declared final
68306 src/com/gps/hibernate/MembershiprequestDAO.java 84 publicMethodCommentRequirement Required
68307 src/com/gps/hibernate/MembershiprequestDAO.java 85 There is log block not surrounded by if
68308 src/com/gps/hibernate/MembershiprequestDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68309 src/com/gps/hibernate/MembershiprequestDAO.java 88 Local variable 'queryString' could be declared final
68310 src/com/gps/hibernate/MembershiprequestDAO.java 90 Local variable 'queryObject' could be declared final
68311 src/com/gps/hibernate/MembershiprequestDAO.java 90 Potential violation of Law of Demeter (method chain calls)
68312 src/com/gps/hibernate/MembershiprequestDAO.java 91 Potential violation of Law of Demeter (object not created locally)
68313 src/com/gps/hibernate/MembershiprequestDAO.java 92 Potential violation of Law of Demeter (object not created locally)
68314 src/com/gps/hibernate/MembershiprequestDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68315 src/com/gps/hibernate/MembershiprequestDAO.java 94 There is log block not surrounded by if
68316 src/com/gps/hibernate/MembershiprequestDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
68317 src/com/gps/hibernate/MembershiprequestDAO.java 99 publicMethodCommentRequirement Required
68318 src/com/gps/hibernate/MembershiprequestDAO.java 103 Parameter 'userId' is not assigned and could be declared final
68319 src/com/gps/hibernate/MembershiprequestDAO.java 103 publicMethodCommentRequirement Required
68320 src/com/gps/hibernate/MembershiprequestDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
68321 src/com/gps/hibernate/MembershiprequestDAO.java 107 publicMethodCommentRequirement Required
68322 src/com/gps/hibernate/MembershiprequestDAO.java 111 Parameter 'comments' is not assigned and could be declared final
68323 src/com/gps/hibernate/MembershiprequestDAO.java 111 publicMethodCommentRequirement Required
68324 src/com/gps/hibernate/MembershiprequestDAO.java 115 Parameter 'replyComments' is not assigned and could be declared final
68325 src/com/gps/hibernate/MembershiprequestDAO.java 115 publicMethodCommentRequirement Required
68326 src/com/gps/hibernate/MembershiprequestDAO.java 119 Parameter 'replierUserId' is not assigned and could be declared final
68327 src/com/gps/hibernate/MembershiprequestDAO.java 119 publicMethodCommentRequirement Required
68328 src/com/gps/hibernate/MembershiprequestDAO.java 123 Parameter 'statusId' is not assigned and could be declared final
68329 src/com/gps/hibernate/MembershiprequestDAO.java 123 publicMethodCommentRequirement Required
68330 src/com/gps/hibernate/MembershiprequestDAO.java 127 publicMethodCommentRequirement Required
68331 src/com/gps/hibernate/MembershiprequestDAO.java 128 There is log block not surrounded by if
68332 src/com/gps/hibernate/MembershiprequestDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68333 src/com/gps/hibernate/MembershiprequestDAO.java 130 Local variable 'queryString' could be declared final
68334 src/com/gps/hibernate/MembershiprequestDAO.java 131 Local variable 'queryObject' could be declared final
68335 src/com/gps/hibernate/MembershiprequestDAO.java 131 Potential violation of Law of Demeter (method chain calls)
68336 src/com/gps/hibernate/MembershiprequestDAO.java 132 Potential violation of Law of Demeter (object not created locally)
68337 src/com/gps/hibernate/MembershiprequestDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68338 src/com/gps/hibernate/MembershiprequestDAO.java 134 There is log block not surrounded by if
68339 src/com/gps/hibernate/MembershiprequestDAO.java 139 Parameter 'detachedInstance' is not assigned and could be declared final
68340 src/com/gps/hibernate/MembershiprequestDAO.java 139 publicMethodCommentRequirement Required
68341 src/com/gps/hibernate/MembershiprequestDAO.java 140 There is log block not surrounded by if
68342 src/com/gps/hibernate/MembershiprequestDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68343 src/com/gps/hibernate/MembershiprequestDAO.java 142 Local variable 'result' could be declared final
68344 src/com/gps/hibernate/MembershiprequestDAO.java 142 Potential violation of Law of Demeter (method chain calls)
68345 src/com/gps/hibernate/MembershiprequestDAO.java 144 There is log block not surrounded by if
68346 src/com/gps/hibernate/MembershiprequestDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68347 src/com/gps/hibernate/MembershiprequestDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68348 src/com/gps/hibernate/MembershiprequestDAO.java 147 There is log block not surrounded by if
68349 src/com/gps/hibernate/MembershiprequestDAO.java 152 Parameter 'instance' is not assigned and could be declared final
68350 src/com/gps/hibernate/MembershiprequestDAO.java 152 publicMethodCommentRequirement Required
68351 src/com/gps/hibernate/MembershiprequestDAO.java 153 There is log block not surrounded by if
68352 src/com/gps/hibernate/MembershiprequestDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68353 src/com/gps/hibernate/MembershiprequestDAO.java 155 Potential violation of Law of Demeter (method chain calls)
68354 src/com/gps/hibernate/MembershiprequestDAO.java 156 There is log block not surrounded by if
68355 src/com/gps/hibernate/MembershiprequestDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68356 src/com/gps/hibernate/MembershiprequestDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68357 src/com/gps/hibernate/MembershiprequestDAO.java 158 There is log block not surrounded by if
68358 src/com/gps/hibernate/MembershiprequestDAO.java 163 Parameter 'instance' is not assigned and could be declared final
68359 src/com/gps/hibernate/MembershiprequestDAO.java 163 publicMethodCommentRequirement Required
68360 src/com/gps/hibernate/MembershiprequestDAO.java 164 There is log block not surrounded by if
68361 src/com/gps/hibernate/MembershiprequestDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68362 src/com/gps/hibernate/MembershiprequestDAO.java 166 Potential violation of Law of Demeter (method chain calls)
68363 src/com/gps/hibernate/MembershiprequestDAO.java 167 There is log block not surrounded by if
68364 src/com/gps/hibernate/MembershiprequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68365 src/com/gps/hibernate/MembershiprequestDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68366 src/com/gps/hibernate/MembershiprequestDAO.java 169 There is log block not surrounded by if
68367 src/com/gps/hibernate/MessageFormat.java 3 Avoid unused imports such as 'java.util.HashSet'
68368 src/com/gps/hibernate/MessageFormat.java 4 Avoid unused imports such as 'java.util.Set'
68369 src/com/gps/hibernate/MessageFormat.java 6 Classes implementing Serializable should set a serialVersionUID
68370 src/com/gps/hibernate/MessageFormat.java 6 headerCommentRequirement Required
68371 src/com/gps/hibernate/MessageFormat.java 11 Avoid variables with short names like id
68372 src/com/gps/hibernate/MessageFormat.java 11 fieldCommentRequirement Required
68373 src/com/gps/hibernate/MessageFormat.java 12 fieldCommentRequirement Required
68374 src/com/gps/hibernate/MessageFormat.java 13 fieldCommentRequirement Required
68375 src/com/gps/hibernate/MessageFormat.java 14 fieldCommentRequirement Required
68376 src/com/gps/hibernate/MessageFormat.java 28 Avoid variables with short names like id
68377 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'id' is not assigned and could be declared final
68378 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'property' is not assigned and could be declared final
68379 src/com/gps/hibernate/MessageFormat.java 28 Parameter 'symbol' is not assigned and could be declared final
68380 src/com/gps/hibernate/MessageFormat.java 29 Parameter 'value' is not assigned and could be declared final
68381 src/com/gps/hibernate/MessageFormat.java 45 Avoid variables with short names like id
68382 src/com/gps/hibernate/MessageFormat.java 45 Parameter 'id' is not assigned and could be declared final
68383 src/com/gps/hibernate/MessageFormat.java 57 Parameter 'symbol' is not assigned and could be declared final
68384 src/com/gps/hibernate/MessageFormat.java 69 Parameter 'property' is not assigned and could be declared final
68385 src/com/gps/hibernate/MessageFormat.java 81 Parameter 'value' is not assigned and could be declared final
68386 src/com/gps/hibernate/MessageFormatDAO.java 21 Logger should be defined private static final and have the correct class
68387 src/com/gps/hibernate/MessageFormatDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
68388 src/com/gps/hibernate/MessageFormatDAO.java 21 fieldCommentRequirement Required
68389 src/com/gps/hibernate/MessageFormatDAO.java 23 fieldCommentRequirement Required
68390 src/com/gps/hibernate/MessageFormatDAO.java 25 protectedMethodCommentRequirement Required
68391 src/com/gps/hibernate/MessageFormatDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68392 src/com/gps/hibernate/MessageFormatDAO.java 30 There is log block not surrounded by if
68393 src/com/gps/hibernate/MessageFormatDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
68394 src/com/gps/hibernate/MessageFormatDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
68395 src/com/gps/hibernate/MessageFormatDAO.java 35 publicMethodCommentRequirement Required
68396 src/com/gps/hibernate/MessageFormatDAO.java 36 There is log block not surrounded by if
68397 src/com/gps/hibernate/MessageFormatDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68398 src/com/gps/hibernate/MessageFormatDAO.java 38 Potential violation of Law of Demeter (method chain calls)
68399 src/com/gps/hibernate/MessageFormatDAO.java 39 There is log block not surrounded by if
68400 src/com/gps/hibernate/MessageFormatDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68401 src/com/gps/hibernate/MessageFormatDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68402 src/com/gps/hibernate/MessageFormatDAO.java 42 There is log block not surrounded by if
68403 src/com/gps/hibernate/MessageFormatDAO.java 47 Parameter 'instance' is not assigned and could be declared final
68404 src/com/gps/hibernate/MessageFormatDAO.java 47 publicMethodCommentRequirement Required
68405 src/com/gps/hibernate/MessageFormatDAO.java 48 There is log block not surrounded by if
68406 src/com/gps/hibernate/MessageFormatDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68407 src/com/gps/hibernate/MessageFormatDAO.java 50 Potential violation of Law of Demeter (method chain calls)
68408 src/com/gps/hibernate/MessageFormatDAO.java 51 There is log block not surrounded by if
68409 src/com/gps/hibernate/MessageFormatDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68410 src/com/gps/hibernate/MessageFormatDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68411 src/com/gps/hibernate/MessageFormatDAO.java 54 There is log block not surrounded by if
68412 src/com/gps/hibernate/MessageFormatDAO.java 59 Parameter 'instance' is not assigned and could be declared final
68413 src/com/gps/hibernate/MessageFormatDAO.java 59 publicMethodCommentRequirement Required
68414 src/com/gps/hibernate/MessageFormatDAO.java 60 There is log block not surrounded by if
68415 src/com/gps/hibernate/MessageFormatDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68416 src/com/gps/hibernate/MessageFormatDAO.java 62 Potential violation of Law of Demeter (method chain calls)
68417 src/com/gps/hibernate/MessageFormatDAO.java 63 There is log block not surrounded by if
68418 src/com/gps/hibernate/MessageFormatDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68419 src/com/gps/hibernate/MessageFormatDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68420 src/com/gps/hibernate/MessageFormatDAO.java 66 There is log block not surrounded by if
68421 src/com/gps/hibernate/MessageFormatDAO.java 71 Avoid excessively long variable names like persistentInstance
68422 src/com/gps/hibernate/MessageFormatDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
68423 src/com/gps/hibernate/MessageFormatDAO.java 71 publicMethodCommentRequirement Required
68424 src/com/gps/hibernate/MessageFormatDAO.java 72 There is log block not surrounded by if
68425 src/com/gps/hibernate/MessageFormatDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68426 src/com/gps/hibernate/MessageFormatDAO.java 74 Potential violation of Law of Demeter (method chain calls)
68427 src/com/gps/hibernate/MessageFormatDAO.java 75 There is log block not surrounded by if
68428 src/com/gps/hibernate/MessageFormatDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68429 src/com/gps/hibernate/MessageFormatDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68430 src/com/gps/hibernate/MessageFormatDAO.java 78 There is log block not surrounded by if
68431 src/com/gps/hibernate/MessageFormatDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
68432 src/com/gps/hibernate/MessageFormatDAO.java 83 publicMethodCommentRequirement Required
68433 src/com/gps/hibernate/MessageFormatDAO.java 84 There is log block not surrounded by if
68434 src/com/gps/hibernate/MessageFormatDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68435 src/com/gps/hibernate/MessageFormatDAO.java 86 Local variable 'result' could be declared final
68436 src/com/gps/hibernate/MessageFormatDAO.java 86 Potential violation of Law of Demeter (method chain calls)
68437 src/com/gps/hibernate/MessageFormatDAO.java 88 There is log block not surrounded by if
68438 src/com/gps/hibernate/MessageFormatDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68439 src/com/gps/hibernate/MessageFormatDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68440 src/com/gps/hibernate/MessageFormatDAO.java 92 There is log block not surrounded by if
68441 src/com/gps/hibernate/MessageFormatDAO.java 97 Avoid variables with short names like id
68442 src/com/gps/hibernate/MessageFormatDAO.java 97 Parameter 'id' is not assigned and could be declared final
68443 src/com/gps/hibernate/MessageFormatDAO.java 97 publicMethodCommentRequirement Required
68444 src/com/gps/hibernate/MessageFormatDAO.java 98 There is log block not surrounded by if
68445 src/com/gps/hibernate/MessageFormatDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68446 src/com/gps/hibernate/MessageFormatDAO.java 100 Local variable 'instance' could be declared final
68447 src/com/gps/hibernate/MessageFormatDAO.java 100 Potential violation of Law of Demeter (method chain calls)
68448 src/com/gps/hibernate/MessageFormatDAO.java 103 There is log block not surrounded by if
68449 src/com/gps/hibernate/MessageFormatDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68450 src/com/gps/hibernate/MessageFormatDAO.java 106 There is log block not surrounded by if
68451 src/com/gps/hibernate/MessageFormatDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68452 src/com/gps/hibernate/MessageFormatDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68453 src/com/gps/hibernate/MessageFormatDAO.java 111 There is log block not surrounded by if
68454 src/com/gps/hibernate/MessageFormatDAO.java 117 Parameter 'instance' is not assigned and could be declared final
68455 src/com/gps/hibernate/MessageFormatDAO.java 117 publicMethodCommentRequirement Required
68456 src/com/gps/hibernate/MessageFormatDAO.java 118 There is log block not surrounded by if
68457 src/com/gps/hibernate/MessageFormatDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68458 src/com/gps/hibernate/MessageFormatDAO.java 120 Local variable 'results' could be declared final
68459 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
68460 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
68461 src/com/gps/hibernate/MessageFormatDAO.java 120 Potential violation of Law of Demeter (method chain calls)
68462 src/com/gps/hibernate/MessageFormatDAO.java 124 Potential violation of Law of Demeter (object not created locally)
68463 src/com/gps/hibernate/MessageFormatDAO.java 124 There is log block not surrounded by if
68464 src/com/gps/hibernate/MessageFormatDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68465 src/com/gps/hibernate/MessageFormatDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68466 src/com/gps/hibernate/MessageFormatDAO.java 128 There is log block not surrounded by if
68467 src/com/gps/hibernate/Notification.java 9 Classes implementing Serializable should set a serialVersionUID
68468 src/com/gps/hibernate/Notification.java 13 Avoid variables with short names like id
68469 src/com/gps/hibernate/Notification.java 13 fieldCommentRequirement Required
68470 src/com/gps/hibernate/Notification.java 14 fieldCommentRequirement Required
68471 src/com/gps/hibernate/Notification.java 15 fieldCommentRequirement Required
68472 src/com/gps/hibernate/Notification.java 16 fieldCommentRequirement Required
68473 src/com/gps/hibernate/Notification.java 17 fieldCommentRequirement Required
68474 src/com/gps/hibernate/Notification.java 22 Document empty constructor
68475 src/com/gps/hibernate/Notification.java 26 Parameter 'geovehicleMap' is not assigned and could be declared final
68476 src/com/gps/hibernate/Notification.java 30 Parameter 'mobileNo' is not assigned and could be declared final
68477 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyAddress' is not assigned and could be declared final
68478 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyName' is not assigned and could be declared final
68479 src/com/gps/hibernate/Notification.java 30 publicMethodCommentRequirement Required
68480 src/com/gps/hibernate/Notification.java 39 Avoid variables with short names like id
68481 src/com/gps/hibernate/Notification.java 39 Parameter 'id' is not assigned and could be declared final
68482 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyAddress' is not assigned and could be declared final
68483 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyName' is not assigned and could be declared final
68484 src/com/gps/hibernate/Notification.java 39 publicMethodCommentRequirement Required
68485 src/com/gps/hibernate/Notification.java 40 Parameter 'mobileNo' is not assigned and could be declared final
68486 src/com/gps/hibernate/Notification.java 49 Parameter 'geovehicleMap' is not assigned and could be declared final
68487 src/com/gps/hibernate/Notification.java 49 Parameter 'notifyName' is not assigned and could be declared final
68488 src/com/gps/hibernate/Notification.java 50 Parameter 'mobileNo' is not assigned and could be declared final
68489 src/com/gps/hibernate/Notification.java 50 Parameter 'notifyAddress' is not assigned and could be declared final
68490 src/com/gps/hibernate/Notification.java 59 publicMethodCommentRequirement Required
68491 src/com/gps/hibernate/Notification.java 63 Avoid variables with short names like id
68492 src/com/gps/hibernate/Notification.java 63 Parameter 'id' is not assigned and could be declared final
68493 src/com/gps/hibernate/Notification.java 63 publicMethodCommentRequirement Required
68494 src/com/gps/hibernate/Notification.java 67 publicMethodCommentRequirement Required
68495 src/com/gps/hibernate/Notification.java 71 Parameter 'geovehicleMap' is not assigned and could be declared final
68496 src/com/gps/hibernate/Notification.java 71 publicMethodCommentRequirement Required
68497 src/com/gps/hibernate/Notification.java 75 publicMethodCommentRequirement Required
68498 src/com/gps/hibernate/Notification.java 79 Parameter 'notifyName' is not assigned and could be declared final
68499 src/com/gps/hibernate/Notification.java 79 publicMethodCommentRequirement Required
68500 src/com/gps/hibernate/Notification.java 83 publicMethodCommentRequirement Required
68501 src/com/gps/hibernate/Notification.java 87 Parameter 'notifyAddress' is not assigned and could be declared final
68502 src/com/gps/hibernate/Notification.java 87 publicMethodCommentRequirement Required
68503 src/com/gps/hibernate/Notification.java 91 publicMethodCommentRequirement Required
68504 src/com/gps/hibernate/Notification.java 95 Parameter 'mobileNo' is not assigned and could be declared final
68505 src/com/gps/hibernate/Notification.java 95 publicMethodCommentRequirement Required
68506 src/com/gps/hibernate/NotificationDAO.java 10 Comment is too large: Too many lines
68507 src/com/gps/hibernate/NotificationDAO.java 22 This class has too many methods, consider refactoring it.
68508 src/com/gps/hibernate/NotificationDAO.java 23 Logger should be defined private static final and have the correct class
68509 src/com/gps/hibernate/NotificationDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
68510 src/com/gps/hibernate/NotificationDAO.java 23 fieldCommentRequirement Required
68511 src/com/gps/hibernate/NotificationDAO.java 25 fieldCommentRequirement Required
68512 src/com/gps/hibernate/NotificationDAO.java 26 fieldCommentRequirement Required
68513 src/com/gps/hibernate/NotificationDAO.java 27 fieldCommentRequirement Required
68514 src/com/gps/hibernate/NotificationDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
68515 src/com/gps/hibernate/NotificationDAO.java 29 publicMethodCommentRequirement Required
68516 src/com/gps/hibernate/NotificationDAO.java 30 There is log block not surrounded by if
68517 src/com/gps/hibernate/NotificationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68518 src/com/gps/hibernate/NotificationDAO.java 32 Potential violation of Law of Demeter (method chain calls)
68519 src/com/gps/hibernate/NotificationDAO.java 33 There is log block not surrounded by if
68520 src/com/gps/hibernate/NotificationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68521 src/com/gps/hibernate/NotificationDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68522 src/com/gps/hibernate/NotificationDAO.java 35 There is log block not surrounded by if
68523 src/com/gps/hibernate/NotificationDAO.java 40 Avoid excessively long variable names like persistentInstance
68524 src/com/gps/hibernate/NotificationDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
68525 src/com/gps/hibernate/NotificationDAO.java 40 publicMethodCommentRequirement Required
68526 src/com/gps/hibernate/NotificationDAO.java 41 There is log block not surrounded by if
68527 src/com/gps/hibernate/NotificationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68528 src/com/gps/hibernate/NotificationDAO.java 43 Potential violation of Law of Demeter (method chain calls)
68529 src/com/gps/hibernate/NotificationDAO.java 44 There is log block not surrounded by if
68530 src/com/gps/hibernate/NotificationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68531 src/com/gps/hibernate/NotificationDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68532 src/com/gps/hibernate/NotificationDAO.java 46 There is log block not surrounded by if
68533 src/com/gps/hibernate/NotificationDAO.java 51 Avoid variables with short names like id
68534 src/com/gps/hibernate/NotificationDAO.java 51 Parameter 'id' is not assigned and could be declared final
68535 src/com/gps/hibernate/NotificationDAO.java 51 publicMethodCommentRequirement Required
68536 src/com/gps/hibernate/NotificationDAO.java 52 There is log block not surrounded by if
68537 src/com/gps/hibernate/NotificationDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68538 src/com/gps/hibernate/NotificationDAO.java 54 Local variable 'instance' could be declared final
68539 src/com/gps/hibernate/NotificationDAO.java 54 Potential violation of Law of Demeter (method chain calls)
68540 src/com/gps/hibernate/NotificationDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68541 src/com/gps/hibernate/NotificationDAO.java 58 There is log block not surrounded by if
68542 src/com/gps/hibernate/NotificationDAO.java 63 Parameter 'instance' is not assigned and could be declared final
68543 src/com/gps/hibernate/NotificationDAO.java 63 publicMethodCommentRequirement Required
68544 src/com/gps/hibernate/NotificationDAO.java 64 There is log block not surrounded by if
68545 src/com/gps/hibernate/NotificationDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68546 src/com/gps/hibernate/NotificationDAO.java 66 Local variable 'results' could be declared final
68547 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
68548 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
68549 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
68550 src/com/gps/hibernate/NotificationDAO.java 69 There is log block not surrounded by if
68551 src/com/gps/hibernate/NotificationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68552 src/com/gps/hibernate/NotificationDAO.java 70 Potential violation of Law of Demeter (object not created locally)
68553 src/com/gps/hibernate/NotificationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68554 src/com/gps/hibernate/NotificationDAO.java 73 There is log block not surrounded by if
68555 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
68556 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'value' is not assigned and could be declared final
68557 src/com/gps/hibernate/NotificationDAO.java 78 publicMethodCommentRequirement Required
68558 src/com/gps/hibernate/NotificationDAO.java 79 There is log block not surrounded by if
68559 src/com/gps/hibernate/NotificationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68560 src/com/gps/hibernate/NotificationDAO.java 82 Local variable 'queryString' could be declared final
68561 src/com/gps/hibernate/NotificationDAO.java 84 Local variable 'queryObject' could be declared final
68562 src/com/gps/hibernate/NotificationDAO.java 84 Potential violation of Law of Demeter (method chain calls)
68563 src/com/gps/hibernate/NotificationDAO.java 85 Potential violation of Law of Demeter (object not created locally)
68564 src/com/gps/hibernate/NotificationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
68565 src/com/gps/hibernate/NotificationDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68566 src/com/gps/hibernate/NotificationDAO.java 88 There is log block not surrounded by if
68567 src/com/gps/hibernate/NotificationDAO.java 93 Parameter 'notifyName' is not assigned and could be declared final
68568 src/com/gps/hibernate/NotificationDAO.java 93 publicMethodCommentRequirement Required
68569 src/com/gps/hibernate/NotificationDAO.java 97 Parameter 'notifyAddress' is not assigned and could be declared final
68570 src/com/gps/hibernate/NotificationDAO.java 97 publicMethodCommentRequirement Required
68571 src/com/gps/hibernate/NotificationDAO.java 101 Parameter 'mobileNo' is not assigned and could be declared final
68572 src/com/gps/hibernate/NotificationDAO.java 101 publicMethodCommentRequirement Required
68573 src/com/gps/hibernate/NotificationDAO.java 105 publicMethodCommentRequirement Required
68574 src/com/gps/hibernate/NotificationDAO.java 106 There is log block not surrounded by if
68575 src/com/gps/hibernate/NotificationDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68576 src/com/gps/hibernate/NotificationDAO.java 108 Local variable 'queryString' could be declared final
68577 src/com/gps/hibernate/NotificationDAO.java 109 Local variable 'queryObject' could be declared final
68578 src/com/gps/hibernate/NotificationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
68579 src/com/gps/hibernate/NotificationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
68580 src/com/gps/hibernate/NotificationDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68581 src/com/gps/hibernate/NotificationDAO.java 112 There is log block not surrounded by if
68582 src/com/gps/hibernate/NotificationDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
68583 src/com/gps/hibernate/NotificationDAO.java 117 publicMethodCommentRequirement Required
68584 src/com/gps/hibernate/NotificationDAO.java 118 There is log block not surrounded by if
68585 src/com/gps/hibernate/NotificationDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68586 src/com/gps/hibernate/NotificationDAO.java 120 Local variable 'result' could be declared final
68587 src/com/gps/hibernate/NotificationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
68588 src/com/gps/hibernate/NotificationDAO.java 122 There is log block not surrounded by if
68589 src/com/gps/hibernate/NotificationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68590 src/com/gps/hibernate/NotificationDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68591 src/com/gps/hibernate/NotificationDAO.java 125 There is log block not surrounded by if
68592 src/com/gps/hibernate/NotificationDAO.java 130 Parameter 'instance' is not assigned and could be declared final
68593 src/com/gps/hibernate/NotificationDAO.java 130 publicMethodCommentRequirement Required
68594 src/com/gps/hibernate/NotificationDAO.java 131 There is log block not surrounded by if
68595 src/com/gps/hibernate/NotificationDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68596 src/com/gps/hibernate/NotificationDAO.java 133 Potential violation of Law of Demeter (method chain calls)
68597 src/com/gps/hibernate/NotificationDAO.java 134 There is log block not surrounded by if
68598 src/com/gps/hibernate/NotificationDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68599 src/com/gps/hibernate/NotificationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68600 src/com/gps/hibernate/NotificationDAO.java 136 There is log block not surrounded by if
68601 src/com/gps/hibernate/NotificationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
68602 src/com/gps/hibernate/NotificationDAO.java 141 publicMethodCommentRequirement Required
68603 src/com/gps/hibernate/NotificationDAO.java 142 There is log block not surrounded by if
68604 src/com/gps/hibernate/NotificationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68605 src/com/gps/hibernate/NotificationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
68606 src/com/gps/hibernate/NotificationDAO.java 145 There is log block not surrounded by if
68607 src/com/gps/hibernate/NotificationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68608 src/com/gps/hibernate/NotificationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68609 src/com/gps/hibernate/NotificationDAO.java 147 There is log block not surrounded by if
68610 src/com/gps/hibernate/Organization.java 12 Classes implementing Serializable should set a serialVersionUID
68611 src/com/gps/hibernate/Organization.java 16 fieldCommentRequirement Required
68612 src/com/gps/hibernate/Organization.java 17 fieldCommentRequirement Required
68613 src/com/gps/hibernate/Organization.java 18 Avoid excessively long variable names like parentOrganizationId
68614 src/com/gps/hibernate/Organization.java 18 fieldCommentRequirement Required
68615 src/com/gps/hibernate/Organization.java 19 Avoid excessively long variable names like leftOrganizationId
68616 src/com/gps/hibernate/Organization.java 19 fieldCommentRequirement Required
68617 src/com/gps/hibernate/Organization.java 20 Avoid excessively long variable names like rightOrganizationId
68618 src/com/gps/hibernate/Organization.java 20 fieldCommentRequirement Required
68619 src/com/gps/hibernate/Organization.java 21 fieldCommentRequirement Required
68620 src/com/gps/hibernate/Organization.java 22 fieldCommentRequirement Required
68621 src/com/gps/hibernate/Organization.java 23 fieldCommentRequirement Required
68622 src/com/gps/hibernate/Organization.java 24 fieldCommentRequirement Required
68623 src/com/gps/hibernate/Organization.java 25 fieldCommentRequirement Required
68624 src/com/gps/hibernate/Organization.java 26 fieldCommentRequirement Required
68625 src/com/gps/hibernate/Organization.java 27 fieldCommentRequirement Required
68626 src/com/gps/hibernate/Organization.java 28 fieldCommentRequirement Required
68627 src/com/gps/hibernate/Organization.java 29 fieldCommentRequirement Required
68628 src/com/gps/hibernate/Organization.java 34 Document empty constructor
68629 src/com/gps/hibernate/Organization.java 38 Parameter 'organizationId' is not assigned and could be declared final
68630 src/com/gps/hibernate/Organization.java 43 Avoid long parameter lists.
68631 src/com/gps/hibernate/Organization.java 43 Parameter 'companyId' is not assigned and could be declared final
68632 src/com/gps/hibernate/Organization.java 43 Parameter 'organizationId' is not assigned and could be declared final
68633 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like leftOrganizationId
68634 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like parentOrganizationId
68635 src/com/gps/hibernate/Organization.java 44 Parameter 'leftOrganizationId' is not assigned and could be declared final
68636 src/com/gps/hibernate/Organization.java 44 Parameter 'parentOrganizationId' is not assigned and could be declared final
68637 src/com/gps/hibernate/Organization.java 45 Avoid excessively long variable names like rightOrganizationId
68638 src/com/gps/hibernate/Organization.java 45 Parameter 'name' is not assigned and could be declared final
68639 src/com/gps/hibernate/Organization.java 45 Parameter 'rightOrganizationId' is not assigned and could be declared final
68640 src/com/gps/hibernate/Organization.java 45 Parameter 'type' is not assigned and could be declared final
68641 src/com/gps/hibernate/Organization.java 46 Parameter 'countryId' is not assigned and could be declared final
68642 src/com/gps/hibernate/Organization.java 46 Parameter 'recursable' is not assigned and could be declared final
68643 src/com/gps/hibernate/Organization.java 46 Parameter 'regionId' is not assigned and could be declared final
68644 src/com/gps/hibernate/Organization.java 46 Parameter 'statusId' is not assigned and could be declared final
68645 src/com/gps/hibernate/Organization.java 47 Parameter 'comments' is not assigned and could be declared final
68646 src/com/gps/hibernate/Organization.java 47 Parameter 'vehicleDetailses' is not assigned and could be declared final
68647 src/com/gps/hibernate/Organization.java 65 publicMethodCommentRequirement Required
68648 src/com/gps/hibernate/Organization.java 69 Parameter 'organizationId' is not assigned and could be declared final
68649 src/com/gps/hibernate/Organization.java 69 publicMethodCommentRequirement Required
68650 src/com/gps/hibernate/Organization.java 73 publicMethodCommentRequirement Required
68651 src/com/gps/hibernate/Organization.java 77 Parameter 'companyId' is not assigned and could be declared final
68652 src/com/gps/hibernate/Organization.java 77 publicMethodCommentRequirement Required
68653 src/com/gps/hibernate/Organization.java 81 publicMethodCommentRequirement Required
68654 src/com/gps/hibernate/Organization.java 85 Avoid excessively long variable names like parentOrganizationId
68655 src/com/gps/hibernate/Organization.java 85 Parameter 'parentOrganizationId' is not assigned and could be declared final
68656 src/com/gps/hibernate/Organization.java 85 publicMethodCommentRequirement Required
68657 src/com/gps/hibernate/Organization.java 89 publicMethodCommentRequirement Required
68658 src/com/gps/hibernate/Organization.java 93 Avoid excessively long variable names like leftOrganizationId
68659 src/com/gps/hibernate/Organization.java 93 Parameter 'leftOrganizationId' is not assigned and could be declared final
68660 src/com/gps/hibernate/Organization.java 93 publicMethodCommentRequirement Required
68661 src/com/gps/hibernate/Organization.java 97 publicMethodCommentRequirement Required
68662 src/com/gps/hibernate/Organization.java 101 Avoid excessively long variable names like rightOrganizationId
68663 src/com/gps/hibernate/Organization.java 101 Parameter 'rightOrganizationId' is not assigned and could be declared final
68664 src/com/gps/hibernate/Organization.java 101 publicMethodCommentRequirement Required
68665 src/com/gps/hibernate/Organization.java 105 publicMethodCommentRequirement Required
68666 src/com/gps/hibernate/Organization.java 109 Parameter 'name' is not assigned and could be declared final
68667 src/com/gps/hibernate/Organization.java 109 publicMethodCommentRequirement Required
68668 src/com/gps/hibernate/Organization.java 113 publicMethodCommentRequirement Required
68669 src/com/gps/hibernate/Organization.java 117 Parameter 'type' is not assigned and could be declared final
68670 src/com/gps/hibernate/Organization.java 117 publicMethodCommentRequirement Required
68671 src/com/gps/hibernate/Organization.java 121 publicMethodCommentRequirement Required
68672 src/com/gps/hibernate/Organization.java 125 Parameter 'recursable' is not assigned and could be declared final
68673 src/com/gps/hibernate/Organization.java 125 publicMethodCommentRequirement Required
68674 src/com/gps/hibernate/Organization.java 129 publicMethodCommentRequirement Required
68675 src/com/gps/hibernate/Organization.java 133 Parameter 'regionId' is not assigned and could be declared final
68676 src/com/gps/hibernate/Organization.java 133 publicMethodCommentRequirement Required
68677 src/com/gps/hibernate/Organization.java 137 publicMethodCommentRequirement Required
68678 src/com/gps/hibernate/Organization.java 141 Parameter 'countryId' is not assigned and could be declared final
68679 src/com/gps/hibernate/Organization.java 141 publicMethodCommentRequirement Required
68680 src/com/gps/hibernate/Organization.java 145 publicMethodCommentRequirement Required
68681 src/com/gps/hibernate/Organization.java 149 Parameter 'statusId' is not assigned and could be declared final
68682 src/com/gps/hibernate/Organization.java 149 publicMethodCommentRequirement Required
68683 src/com/gps/hibernate/Organization.java 153 publicMethodCommentRequirement Required
68684 src/com/gps/hibernate/Organization.java 157 Parameter 'comments' is not assigned and could be declared final
68685 src/com/gps/hibernate/Organization.java 157 publicMethodCommentRequirement Required
68686 src/com/gps/hibernate/Organization.java 161 publicMethodCommentRequirement Required
68687 src/com/gps/hibernate/Organization.java 165 Parameter 'vehicleDetailses' is not assigned and could be declared final
68688 src/com/gps/hibernate/Organization.java 165 publicMethodCommentRequirement Required
68689 src/com/gps/hibernate/Organization.java 169 Parameter 'tripDetailses' is not assigned and could be declared final
68690 src/com/gps/hibernate/Organization.java 169 publicMethodCommentRequirement Required
68691 src/com/gps/hibernate/Organization.java 173 publicMethodCommentRequirement Required
68692 src/com/gps/hibernate/OrganizationDAO.java 4 Avoid unused imports such as 'java.util.Set'
68693 src/com/gps/hibernate/OrganizationDAO.java 9 Avoid unused imports such as 'org.hibernate.Session'
68694 src/com/gps/hibernate/OrganizationDAO.java 12 Comment is too large: Too many lines
68695 src/com/gps/hibernate/OrganizationDAO.java 24 This class has too many methods, consider refactoring it.
68696 src/com/gps/hibernate/OrganizationDAO.java 25 Logger should be defined private static final and have the correct class
68697 src/com/gps/hibernate/OrganizationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
68698 src/com/gps/hibernate/OrganizationDAO.java 25 fieldCommentRequirement Required
68699 src/com/gps/hibernate/OrganizationDAO.java 27 fieldCommentRequirement Required
68700 src/com/gps/hibernate/OrganizationDAO.java 28 Avoid excessively long variable names like PARENT_ORGANIZATION_ID
68701 src/com/gps/hibernate/OrganizationDAO.java 28 fieldCommentRequirement Required
68702 src/com/gps/hibernate/OrganizationDAO.java 29 Avoid excessively long variable names like LEFT_ORGANIZATION_ID
68703 src/com/gps/hibernate/OrganizationDAO.java 29 fieldCommentRequirement Required
68704 src/com/gps/hibernate/OrganizationDAO.java 30 Avoid excessively long variable names like RIGHT_ORGANIZATION_ID
68705 src/com/gps/hibernate/OrganizationDAO.java 30 fieldCommentRequirement Required
68706 src/com/gps/hibernate/OrganizationDAO.java 31 fieldCommentRequirement Required
68707 src/com/gps/hibernate/OrganizationDAO.java 32 fieldCommentRequirement Required
68708 src/com/gps/hibernate/OrganizationDAO.java 33 fieldCommentRequirement Required
68709 src/com/gps/hibernate/OrganizationDAO.java 34 fieldCommentRequirement Required
68710 src/com/gps/hibernate/OrganizationDAO.java 35 fieldCommentRequirement Required
68711 src/com/gps/hibernate/OrganizationDAO.java 36 fieldCommentRequirement Required
68712 src/com/gps/hibernate/OrganizationDAO.java 37 fieldCommentRequirement Required
68713 src/com/gps/hibernate/OrganizationDAO.java 40 Method names should not contain underscores
68714 src/com/gps/hibernate/OrganizationDAO.java 40 publicMethodCommentRequirement Required
68715 src/com/gps/hibernate/OrganizationDAO.java 42 Found 'DD'-anomaly for variable 'listOrg' (lines '42'-'45').
68716 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
68717 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
68718 src/com/gps/hibernate/OrganizationDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68719 src/com/gps/hibernate/OrganizationDAO.java 48 Avoid printStackTrace(); use a logger call instead.
68720 src/com/gps/hibernate/OrganizationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
68721 src/com/gps/hibernate/OrganizationDAO.java 53 Method names should not contain underscores
68722 src/com/gps/hibernate/OrganizationDAO.java 53 publicMethodCommentRequirement Required
68723 src/com/gps/hibernate/OrganizationDAO.java 55 Found 'DD'-anomaly for variable 'listOrg' (lines '55'-'58').
68724 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
68725 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
68726 src/com/gps/hibernate/OrganizationDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68727 src/com/gps/hibernate/OrganizationDAO.java 61 Avoid printStackTrace(); use a logger call instead.
68728 src/com/gps/hibernate/OrganizationDAO.java 61 Potential violation of Law of Demeter (object not created locally)
68729 src/com/gps/hibernate/OrganizationDAO.java 67 Parameter 'transientInstance' is not assigned and could be declared final
68730 src/com/gps/hibernate/OrganizationDAO.java 67 publicMethodCommentRequirement Required
68731 src/com/gps/hibernate/OrganizationDAO.java 68 There is log block not surrounded by if
68732 src/com/gps/hibernate/OrganizationDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68733 src/com/gps/hibernate/OrganizationDAO.java 70 Potential violation of Law of Demeter (method chain calls)
68734 src/com/gps/hibernate/OrganizationDAO.java 71 There is log block not surrounded by if
68735 src/com/gps/hibernate/OrganizationDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68736 src/com/gps/hibernate/OrganizationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68737 src/com/gps/hibernate/OrganizationDAO.java 73 There is log block not surrounded by if
68738 src/com/gps/hibernate/OrganizationDAO.java 78 Avoid excessively long variable names like persistentInstance
68739 src/com/gps/hibernate/OrganizationDAO.java 78 Parameter 'persistentInstance' is not assigned and could be declared final
68740 src/com/gps/hibernate/OrganizationDAO.java 78 publicMethodCommentRequirement Required
68741 src/com/gps/hibernate/OrganizationDAO.java 79 There is log block not surrounded by if
68742 src/com/gps/hibernate/OrganizationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68743 src/com/gps/hibernate/OrganizationDAO.java 81 Potential violation of Law of Demeter (method chain calls)
68744 src/com/gps/hibernate/OrganizationDAO.java 82 There is log block not surrounded by if
68745 src/com/gps/hibernate/OrganizationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68746 src/com/gps/hibernate/OrganizationDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68747 src/com/gps/hibernate/OrganizationDAO.java 84 There is log block not surrounded by if
68748 src/com/gps/hibernate/OrganizationDAO.java 89 Avoid variables with short names like id
68749 src/com/gps/hibernate/OrganizationDAO.java 89 Parameter 'id' is not assigned and could be declared final
68750 src/com/gps/hibernate/OrganizationDAO.java 89 publicMethodCommentRequirement Required
68751 src/com/gps/hibernate/OrganizationDAO.java 90 There is log block not surrounded by if
68752 src/com/gps/hibernate/OrganizationDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68753 src/com/gps/hibernate/OrganizationDAO.java 92 Local variable 'instance' could be declared final
68754 src/com/gps/hibernate/OrganizationDAO.java 92 Potential violation of Law of Demeter (method chain calls)
68755 src/com/gps/hibernate/OrganizationDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68756 src/com/gps/hibernate/OrganizationDAO.java 96 There is log block not surrounded by if
68757 src/com/gps/hibernate/OrganizationDAO.java 101 Parameter 'instance' is not assigned and could be declared final
68758 src/com/gps/hibernate/OrganizationDAO.java 101 publicMethodCommentRequirement Required
68759 src/com/gps/hibernate/OrganizationDAO.java 102 There is log block not surrounded by if
68760 src/com/gps/hibernate/OrganizationDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68761 src/com/gps/hibernate/OrganizationDAO.java 104 Local variable 'results' could be declared final
68762 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
68763 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
68764 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
68765 src/com/gps/hibernate/OrganizationDAO.java 107 There is log block not surrounded by if
68766 src/com/gps/hibernate/OrganizationDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68767 src/com/gps/hibernate/OrganizationDAO.java 108 Potential violation of Law of Demeter (object not created locally)
68768 src/com/gps/hibernate/OrganizationDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68769 src/com/gps/hibernate/OrganizationDAO.java 111 There is log block not surrounded by if
68770 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'propertyName' is not assigned and could be declared final
68771 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'value' is not assigned and could be declared final
68772 src/com/gps/hibernate/OrganizationDAO.java 116 publicMethodCommentRequirement Required
68773 src/com/gps/hibernate/OrganizationDAO.java 117 There is log block not surrounded by if
68774 src/com/gps/hibernate/OrganizationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68775 src/com/gps/hibernate/OrganizationDAO.java 120 Local variable 'queryString' could be declared final
68776 src/com/gps/hibernate/OrganizationDAO.java 122 Local variable 'queryObject' could be declared final
68777 src/com/gps/hibernate/OrganizationDAO.java 122 Potential violation of Law of Demeter (method chain calls)
68778 src/com/gps/hibernate/OrganizationDAO.java 123 Potential violation of Law of Demeter (object not created locally)
68779 src/com/gps/hibernate/OrganizationDAO.java 124 Potential violation of Law of Demeter (object not created locally)
68780 src/com/gps/hibernate/OrganizationDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68781 src/com/gps/hibernate/OrganizationDAO.java 126 There is log block not surrounded by if
68782 src/com/gps/hibernate/OrganizationDAO.java 131 Parameter 'companyId' is not assigned and could be declared final
68783 src/com/gps/hibernate/OrganizationDAO.java 131 publicMethodCommentRequirement Required
68784 src/com/gps/hibernate/OrganizationDAO.java 135 Avoid excessively long variable names like parentOrganizationId
68785 src/com/gps/hibernate/OrganizationDAO.java 135 Parameter 'parentOrganizationId' is not assigned and could be declared final
68786 src/com/gps/hibernate/OrganizationDAO.java 135 publicMethodCommentRequirement Required
68787 src/com/gps/hibernate/OrganizationDAO.java 139 Avoid excessively long variable names like leftOrganizationId
68788 src/com/gps/hibernate/OrganizationDAO.java 139 Parameter 'leftOrganizationId' is not assigned and could be declared final
68789 src/com/gps/hibernate/OrganizationDAO.java 139 publicMethodCommentRequirement Required
68790 src/com/gps/hibernate/OrganizationDAO.java 143 Avoid excessively long variable names like rightOrganizationId
68791 src/com/gps/hibernate/OrganizationDAO.java 143 Parameter 'rightOrganizationId' is not assigned and could be declared final
68792 src/com/gps/hibernate/OrganizationDAO.java 143 publicMethodCommentRequirement Required
68793 src/com/gps/hibernate/OrganizationDAO.java 147 Parameter 'name' is not assigned and could be declared final
68794 src/com/gps/hibernate/OrganizationDAO.java 147 publicMethodCommentRequirement Required
68795 src/com/gps/hibernate/OrganizationDAO.java 151 Parameter 'type' is not assigned and could be declared final
68796 src/com/gps/hibernate/OrganizationDAO.java 151 publicMethodCommentRequirement Required
68797 src/com/gps/hibernate/OrganizationDAO.java 155 Parameter 'recursable' is not assigned and could be declared final
68798 src/com/gps/hibernate/OrganizationDAO.java 155 publicMethodCommentRequirement Required
68799 src/com/gps/hibernate/OrganizationDAO.java 159 Parameter 'regionId' is not assigned and could be declared final
68800 src/com/gps/hibernate/OrganizationDAO.java 159 publicMethodCommentRequirement Required
68801 src/com/gps/hibernate/OrganizationDAO.java 163 Parameter 'countryId' is not assigned and could be declared final
68802 src/com/gps/hibernate/OrganizationDAO.java 163 publicMethodCommentRequirement Required
68803 src/com/gps/hibernate/OrganizationDAO.java 167 Parameter 'statusId' is not assigned and could be declared final
68804 src/com/gps/hibernate/OrganizationDAO.java 167 publicMethodCommentRequirement Required
68805 src/com/gps/hibernate/OrganizationDAO.java 171 Parameter 'comments' is not assigned and could be declared final
68806 src/com/gps/hibernate/OrganizationDAO.java 171 publicMethodCommentRequirement Required
68807 src/com/gps/hibernate/OrganizationDAO.java 175 publicMethodCommentRequirement Required
68808 src/com/gps/hibernate/OrganizationDAO.java 176 There is log block not surrounded by if
68809 src/com/gps/hibernate/OrganizationDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68810 src/com/gps/hibernate/OrganizationDAO.java 178 Local variable 'queryString' could be declared final
68811 src/com/gps/hibernate/OrganizationDAO.java 179 Local variable 'queryObject' could be declared final
68812 src/com/gps/hibernate/OrganizationDAO.java 179 Potential violation of Law of Demeter (method chain calls)
68813 src/com/gps/hibernate/OrganizationDAO.java 180 Potential violation of Law of Demeter (object not created locally)
68814 src/com/gps/hibernate/OrganizationDAO.java 181 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68815 src/com/gps/hibernate/OrganizationDAO.java 182 There is log block not surrounded by if
68816 src/com/gps/hibernate/OrganizationDAO.java 187 Parameter 'detachedInstance' is not assigned and could be declared final
68817 src/com/gps/hibernate/OrganizationDAO.java 187 publicMethodCommentRequirement Required
68818 src/com/gps/hibernate/OrganizationDAO.java 188 There is log block not surrounded by if
68819 src/com/gps/hibernate/OrganizationDAO.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68820 src/com/gps/hibernate/OrganizationDAO.java 190 Local variable 'result' could be declared final
68821 src/com/gps/hibernate/OrganizationDAO.java 190 Potential violation of Law of Demeter (method chain calls)
68822 src/com/gps/hibernate/OrganizationDAO.java 192 There is log block not surrounded by if
68823 src/com/gps/hibernate/OrganizationDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68824 src/com/gps/hibernate/OrganizationDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68825 src/com/gps/hibernate/OrganizationDAO.java 195 There is log block not surrounded by if
68826 src/com/gps/hibernate/OrganizationDAO.java 200 Parameter 'instance' is not assigned and could be declared final
68827 src/com/gps/hibernate/OrganizationDAO.java 200 publicMethodCommentRequirement Required
68828 src/com/gps/hibernate/OrganizationDAO.java 201 There is log block not surrounded by if
68829 src/com/gps/hibernate/OrganizationDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68830 src/com/gps/hibernate/OrganizationDAO.java 203 Potential violation of Law of Demeter (method chain calls)
68831 src/com/gps/hibernate/OrganizationDAO.java 204 There is log block not surrounded by if
68832 src/com/gps/hibernate/OrganizationDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68833 src/com/gps/hibernate/OrganizationDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68834 src/com/gps/hibernate/OrganizationDAO.java 206 There is log block not surrounded by if
68835 src/com/gps/hibernate/OrganizationDAO.java 211 Parameter 'instance' is not assigned and could be declared final
68836 src/com/gps/hibernate/OrganizationDAO.java 211 publicMethodCommentRequirement Required
68837 src/com/gps/hibernate/OrganizationDAO.java 212 There is log block not surrounded by if
68838 src/com/gps/hibernate/OrganizationDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68839 src/com/gps/hibernate/OrganizationDAO.java 214 Potential violation of Law of Demeter (method chain calls)
68840 src/com/gps/hibernate/OrganizationDAO.java 215 There is log block not surrounded by if
68841 src/com/gps/hibernate/OrganizationDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68842 src/com/gps/hibernate/OrganizationDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68843 src/com/gps/hibernate/OrganizationDAO.java 217 There is log block not surrounded by if
68844 src/com/gps/hibernate/Orggrouppermission.java 9 Classes implementing Serializable should set a serialVersionUID
68845 src/com/gps/hibernate/Orggrouppermission.java 13 Avoid variables with short names like id
68846 src/com/gps/hibernate/Orggrouppermission.java 13 fieldCommentRequirement Required
68847 src/com/gps/hibernate/Orggrouppermission.java 18 Document empty constructor
68848 src/com/gps/hibernate/Orggrouppermission.java 22 Avoid variables with short names like id
68849 src/com/gps/hibernate/Orggrouppermission.java 22 Parameter 'id' is not assigned and could be declared final
68850 src/com/gps/hibernate/Orggrouppermission.java 28 publicMethodCommentRequirement Required
68851 src/com/gps/hibernate/Orggrouppermission.java 32 Avoid variables with short names like id
68852 src/com/gps/hibernate/Orggrouppermission.java 32 Parameter 'id' is not assigned and could be declared final
68853 src/com/gps/hibernate/Orggrouppermission.java 32 publicMethodCommentRequirement Required
68854 src/com/gps/hibernate/OrggrouppermissionDAO.java 10 Comment is too large: Too many lines
68855 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Logger should be defined private static final and have the correct class
68856 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
68857 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 fieldCommentRequirement Required
68858 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
68859 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 publicMethodCommentRequirement Required
68860 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 There is log block not surrounded by if
68861 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68862 src/com/gps/hibernate/OrggrouppermissionDAO.java 31 Potential violation of Law of Demeter (method chain calls)
68863 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 There is log block not surrounded by if
68864 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68865 src/com/gps/hibernate/OrggrouppermissionDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68866 src/com/gps/hibernate/OrggrouppermissionDAO.java 34 There is log block not surrounded by if
68867 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Avoid excessively long variable names like persistentInstance
68868 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
68869 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 publicMethodCommentRequirement Required
68870 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 There is log block not surrounded by if
68871 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68872 src/com/gps/hibernate/OrggrouppermissionDAO.java 42 Potential violation of Law of Demeter (method chain calls)
68873 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 There is log block not surrounded by if
68874 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68875 src/com/gps/hibernate/OrggrouppermissionDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68876 src/com/gps/hibernate/OrggrouppermissionDAO.java 45 There is log block not surrounded by if
68877 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Avoid variables with short names like id
68878 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Parameter 'id' is not assigned and could be declared final
68879 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 publicMethodCommentRequirement Required
68880 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 There is log block not surrounded by if
68881 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68882 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Local variable 'instance' could be declared final
68883 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Potential violation of Law of Demeter (method chain calls)
68884 src/com/gps/hibernate/OrggrouppermissionDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68885 src/com/gps/hibernate/OrggrouppermissionDAO.java 57 There is log block not surrounded by if
68886 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 Parameter 'instance' is not assigned and could be declared final
68887 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 publicMethodCommentRequirement Required
68888 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 There is log block not surrounded by if
68889 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68890 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Local variable 'results' could be declared final
68891 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
68892 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
68893 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
68894 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 There is log block not surrounded by if
68895 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68896 src/com/gps/hibernate/OrggrouppermissionDAO.java 69 Potential violation of Law of Demeter (object not created locally)
68897 src/com/gps/hibernate/OrggrouppermissionDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68898 src/com/gps/hibernate/OrggrouppermissionDAO.java 72 There is log block not surrounded by if
68899 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
68900 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'value' is not assigned and could be declared final
68901 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 publicMethodCommentRequirement Required
68902 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 There is log block not surrounded by if
68903 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68904 src/com/gps/hibernate/OrggrouppermissionDAO.java 81 Local variable 'queryString' could be declared final
68905 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Local variable 'queryObject' could be declared final
68906 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Potential violation of Law of Demeter (method chain calls)
68907 src/com/gps/hibernate/OrggrouppermissionDAO.java 84 Potential violation of Law of Demeter (object not created locally)
68908 src/com/gps/hibernate/OrggrouppermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
68909 src/com/gps/hibernate/OrggrouppermissionDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68910 src/com/gps/hibernate/OrggrouppermissionDAO.java 87 There is log block not surrounded by if
68911 src/com/gps/hibernate/OrggrouppermissionDAO.java 92 publicMethodCommentRequirement Required
68912 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 There is log block not surrounded by if
68913 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68914 src/com/gps/hibernate/OrggrouppermissionDAO.java 95 Local variable 'queryString' could be declared final
68915 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Local variable 'queryObject' could be declared final
68916 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Potential violation of Law of Demeter (method chain calls)
68917 src/com/gps/hibernate/OrggrouppermissionDAO.java 97 Potential violation of Law of Demeter (object not created locally)
68918 src/com/gps/hibernate/OrggrouppermissionDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68919 src/com/gps/hibernate/OrggrouppermissionDAO.java 99 There is log block not surrounded by if
68920 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
68921 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 publicMethodCommentRequirement Required
68922 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 There is log block not surrounded by if
68923 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68924 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Local variable 'result' could be declared final
68925 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Potential violation of Law of Demeter (method chain calls)
68926 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 There is log block not surrounded by if
68927 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68928 src/com/gps/hibernate/OrggrouppermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68929 src/com/gps/hibernate/OrggrouppermissionDAO.java 112 There is log block not surrounded by if
68930 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 Parameter 'instance' is not assigned and could be declared final
68931 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 publicMethodCommentRequirement Required
68932 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 There is log block not surrounded by if
68933 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68934 src/com/gps/hibernate/OrggrouppermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
68935 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 There is log block not surrounded by if
68936 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68937 src/com/gps/hibernate/OrggrouppermissionDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68938 src/com/gps/hibernate/OrggrouppermissionDAO.java 123 There is log block not surrounded by if
68939 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 Parameter 'instance' is not assigned and could be declared final
68940 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 publicMethodCommentRequirement Required
68941 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 There is log block not surrounded by if
68942 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68943 src/com/gps/hibernate/OrggrouppermissionDAO.java 131 Potential violation of Law of Demeter (method chain calls)
68944 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 There is log block not surrounded by if
68945 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
68946 src/com/gps/hibernate/OrggrouppermissionDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
68947 src/com/gps/hibernate/OrggrouppermissionDAO.java 134 There is log block not surrounded by if
68948 src/com/gps/hibernate/OrggrouppermissionId.java 9 Classes implementing Serializable should set a serialVersionUID
68949 src/com/gps/hibernate/OrggrouppermissionId.java 13 fieldCommentRequirement Required
68950 src/com/gps/hibernate/OrggrouppermissionId.java 14 fieldCommentRequirement Required
68951 src/com/gps/hibernate/OrggrouppermissionId.java 15 fieldCommentRequirement Required
68952 src/com/gps/hibernate/OrggrouppermissionId.java 20 Document empty constructor
68953 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'groupId' is not assigned and could be declared final
68954 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'organizationId' is not assigned and could be declared final
68955 src/com/gps/hibernate/OrggrouppermissionId.java 25 Parameter 'permissionId' is not assigned and could be declared final
68956 src/com/gps/hibernate/OrggrouppermissionId.java 33 publicMethodCommentRequirement Required
68957 src/com/gps/hibernate/OrggrouppermissionId.java 37 Parameter 'organizationId' is not assigned and could be declared final
68958 src/com/gps/hibernate/OrggrouppermissionId.java 37 publicMethodCommentRequirement Required
68959 src/com/gps/hibernate/OrggrouppermissionId.java 41 publicMethodCommentRequirement Required
68960 src/com/gps/hibernate/OrggrouppermissionId.java 45 Parameter 'groupId' is not assigned and could be declared final
68961 src/com/gps/hibernate/OrggrouppermissionId.java 45 publicMethodCommentRequirement Required
68962 src/com/gps/hibernate/OrggrouppermissionId.java 49 publicMethodCommentRequirement Required
68963 src/com/gps/hibernate/OrggrouppermissionId.java 53 Parameter 'permissionId' is not assigned and could be declared final
68964 src/com/gps/hibernate/OrggrouppermissionId.java 53 publicMethodCommentRequirement Required
68965 src/com/gps/hibernate/OrggrouppermissionId.java 57 Parameter 'other' is not assigned and could be declared final
68966 src/com/gps/hibernate/OrggrouppermissionId.java 57 publicMethodCommentRequirement Required
68967 src/com/gps/hibernate/OrggrouppermissionId.java 58 Avoid using if statements without curly braces
68968 src/com/gps/hibernate/OrggrouppermissionId.java 58 Useless parentheses.
68969 src/com/gps/hibernate/OrggrouppermissionId.java 59 A method should have only one exit point, and that should be the last statement in the method
68970 src/com/gps/hibernate/OrggrouppermissionId.java 60 Avoid using if statements without curly braces
68971 src/com/gps/hibernate/OrggrouppermissionId.java 60 Useless parentheses.
68972 src/com/gps/hibernate/OrggrouppermissionId.java 61 A method should have only one exit point, and that should be the last statement in the method
68973 src/com/gps/hibernate/OrggrouppermissionId.java 62 Avoid using if statements without curly braces
68974 src/com/gps/hibernate/OrggrouppermissionId.java 63 A method should have only one exit point, and that should be the last statement in the method
68975 src/com/gps/hibernate/OrggrouppermissionId.java 64 Local variable 'castOther' could be declared final
68976 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (method chain calls)
68977 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
68978 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
68979 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
68980 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
68981 src/com/gps/hibernate/OrggrouppermissionId.java 68 Potential violation of Law of Demeter (object not created locally)
68982 src/com/gps/hibernate/OrggrouppermissionId.java 69 Potential violation of Law of Demeter (object not created locally)
68983 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (method chain calls)
68984 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
68985 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
68986 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
68987 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
68988 src/com/gps/hibernate/OrggrouppermissionId.java 72 Potential violation of Law of Demeter (object not created locally)
68989 src/com/gps/hibernate/OrggrouppermissionId.java 73 Potential violation of Law of Demeter (object not created locally)
68990 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (method chain calls)
68991 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
68992 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
68993 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
68994 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
68995 src/com/gps/hibernate/OrggrouppermissionId.java 76 Potential violation of Law of Demeter (object not created locally)
68996 src/com/gps/hibernate/OrggrouppermissionId.java 77 Potential violation of Law of Demeter (object not created locally)
68997 src/com/gps/hibernate/OrggrouppermissionId.java 80 publicMethodCommentRequirement Required
68998 src/com/gps/hibernate/OrggrouppermissionId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
68999 src/com/gps/hibernate/Orggrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
69000 src/com/gps/hibernate/Orggrouprole.java 13 Avoid variables with short names like id
69001 src/com/gps/hibernate/Orggrouprole.java 13 fieldCommentRequirement Required
69002 src/com/gps/hibernate/Orggrouprole.java 18 Document empty constructor
69003 src/com/gps/hibernate/Orggrouprole.java 22 Avoid variables with short names like id
69004 src/com/gps/hibernate/Orggrouprole.java 22 Parameter 'id' is not assigned and could be declared final
69005 src/com/gps/hibernate/Orggrouprole.java 28 publicMethodCommentRequirement Required
69006 src/com/gps/hibernate/Orggrouprole.java 32 Avoid variables with short names like id
69007 src/com/gps/hibernate/Orggrouprole.java 32 Parameter 'id' is not assigned and could be declared final
69008 src/com/gps/hibernate/Orggrouprole.java 32 publicMethodCommentRequirement Required
69009 src/com/gps/hibernate/OrggrouproleDAO.java 10 Comment is too large: Too many lines
69010 src/com/gps/hibernate/OrggrouproleDAO.java 23 Logger should be defined private static final and have the correct class
69011 src/com/gps/hibernate/OrggrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
69012 src/com/gps/hibernate/OrggrouproleDAO.java 23 fieldCommentRequirement Required
69013 src/com/gps/hibernate/OrggrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
69014 src/com/gps/hibernate/OrggrouproleDAO.java 27 publicMethodCommentRequirement Required
69015 src/com/gps/hibernate/OrggrouproleDAO.java 28 There is log block not surrounded by if
69016 src/com/gps/hibernate/OrggrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69017 src/com/gps/hibernate/OrggrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
69018 src/com/gps/hibernate/OrggrouproleDAO.java 31 There is log block not surrounded by if
69019 src/com/gps/hibernate/OrggrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69020 src/com/gps/hibernate/OrggrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69021 src/com/gps/hibernate/OrggrouproleDAO.java 33 There is log block not surrounded by if
69022 src/com/gps/hibernate/OrggrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
69023 src/com/gps/hibernate/OrggrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
69024 src/com/gps/hibernate/OrggrouproleDAO.java 38 publicMethodCommentRequirement Required
69025 src/com/gps/hibernate/OrggrouproleDAO.java 39 There is log block not surrounded by if
69026 src/com/gps/hibernate/OrggrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69027 src/com/gps/hibernate/OrggrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
69028 src/com/gps/hibernate/OrggrouproleDAO.java 42 There is log block not surrounded by if
69029 src/com/gps/hibernate/OrggrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69030 src/com/gps/hibernate/OrggrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69031 src/com/gps/hibernate/OrggrouproleDAO.java 44 There is log block not surrounded by if
69032 src/com/gps/hibernate/OrggrouproleDAO.java 49 Avoid variables with short names like id
69033 src/com/gps/hibernate/OrggrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
69034 src/com/gps/hibernate/OrggrouproleDAO.java 49 publicMethodCommentRequirement Required
69035 src/com/gps/hibernate/OrggrouproleDAO.java 50 There is log block not surrounded by if
69036 src/com/gps/hibernate/OrggrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69037 src/com/gps/hibernate/OrggrouproleDAO.java 52 Local variable 'instance' could be declared final
69038 src/com/gps/hibernate/OrggrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
69039 src/com/gps/hibernate/OrggrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69040 src/com/gps/hibernate/OrggrouproleDAO.java 56 There is log block not surrounded by if
69041 src/com/gps/hibernate/OrggrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
69042 src/com/gps/hibernate/OrggrouproleDAO.java 61 publicMethodCommentRequirement Required
69043 src/com/gps/hibernate/OrggrouproleDAO.java 62 There is log block not surrounded by if
69044 src/com/gps/hibernate/OrggrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69045 src/com/gps/hibernate/OrggrouproleDAO.java 64 Local variable 'results' could be declared final
69046 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
69047 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
69048 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
69049 src/com/gps/hibernate/OrggrouproleDAO.java 67 There is log block not surrounded by if
69050 src/com/gps/hibernate/OrggrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69051 src/com/gps/hibernate/OrggrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
69052 src/com/gps/hibernate/OrggrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69053 src/com/gps/hibernate/OrggrouproleDAO.java 71 There is log block not surrounded by if
69054 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
69055 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
69056 src/com/gps/hibernate/OrggrouproleDAO.java 76 publicMethodCommentRequirement Required
69057 src/com/gps/hibernate/OrggrouproleDAO.java 77 There is log block not surrounded by if
69058 src/com/gps/hibernate/OrggrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69059 src/com/gps/hibernate/OrggrouproleDAO.java 80 Local variable 'queryString' could be declared final
69060 src/com/gps/hibernate/OrggrouproleDAO.java 82 Local variable 'queryObject' could be declared final
69061 src/com/gps/hibernate/OrggrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
69062 src/com/gps/hibernate/OrggrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
69063 src/com/gps/hibernate/OrggrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
69064 src/com/gps/hibernate/OrggrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69065 src/com/gps/hibernate/OrggrouproleDAO.java 86 There is log block not surrounded by if
69066 src/com/gps/hibernate/OrggrouproleDAO.java 91 publicMethodCommentRequirement Required
69067 src/com/gps/hibernate/OrggrouproleDAO.java 92 There is log block not surrounded by if
69068 src/com/gps/hibernate/OrggrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69069 src/com/gps/hibernate/OrggrouproleDAO.java 94 Local variable 'queryString' could be declared final
69070 src/com/gps/hibernate/OrggrouproleDAO.java 95 Local variable 'queryObject' could be declared final
69071 src/com/gps/hibernate/OrggrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
69072 src/com/gps/hibernate/OrggrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
69073 src/com/gps/hibernate/OrggrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69074 src/com/gps/hibernate/OrggrouproleDAO.java 98 There is log block not surrounded by if
69075 src/com/gps/hibernate/OrggrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
69076 src/com/gps/hibernate/OrggrouproleDAO.java 103 publicMethodCommentRequirement Required
69077 src/com/gps/hibernate/OrggrouproleDAO.java 104 There is log block not surrounded by if
69078 src/com/gps/hibernate/OrggrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69079 src/com/gps/hibernate/OrggrouproleDAO.java 106 Local variable 'result' could be declared final
69080 src/com/gps/hibernate/OrggrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
69081 src/com/gps/hibernate/OrggrouproleDAO.java 108 There is log block not surrounded by if
69082 src/com/gps/hibernate/OrggrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69083 src/com/gps/hibernate/OrggrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69084 src/com/gps/hibernate/OrggrouproleDAO.java 111 There is log block not surrounded by if
69085 src/com/gps/hibernate/OrggrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
69086 src/com/gps/hibernate/OrggrouproleDAO.java 116 publicMethodCommentRequirement Required
69087 src/com/gps/hibernate/OrggrouproleDAO.java 117 There is log block not surrounded by if
69088 src/com/gps/hibernate/OrggrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69089 src/com/gps/hibernate/OrggrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
69090 src/com/gps/hibernate/OrggrouproleDAO.java 120 There is log block not surrounded by if
69091 src/com/gps/hibernate/OrggrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69092 src/com/gps/hibernate/OrggrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69093 src/com/gps/hibernate/OrggrouproleDAO.java 122 There is log block not surrounded by if
69094 src/com/gps/hibernate/OrggrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
69095 src/com/gps/hibernate/OrggrouproleDAO.java 127 publicMethodCommentRequirement Required
69096 src/com/gps/hibernate/OrggrouproleDAO.java 128 There is log block not surrounded by if
69097 src/com/gps/hibernate/OrggrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69098 src/com/gps/hibernate/OrggrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
69099 src/com/gps/hibernate/OrggrouproleDAO.java 131 There is log block not surrounded by if
69100 src/com/gps/hibernate/OrggrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69101 src/com/gps/hibernate/OrggrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69102 src/com/gps/hibernate/OrggrouproleDAO.java 133 There is log block not surrounded by if
69103 src/com/gps/hibernate/OrggrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
69104 src/com/gps/hibernate/OrggrouproleId.java 13 fieldCommentRequirement Required
69105 src/com/gps/hibernate/OrggrouproleId.java 14 fieldCommentRequirement Required
69106 src/com/gps/hibernate/OrggrouproleId.java 15 fieldCommentRequirement Required
69107 src/com/gps/hibernate/OrggrouproleId.java 20 Document empty constructor
69108 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
69109 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'organizationId' is not assigned and could be declared final
69110 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
69111 src/com/gps/hibernate/OrggrouproleId.java 32 publicMethodCommentRequirement Required
69112 src/com/gps/hibernate/OrggrouproleId.java 36 Parameter 'organizationId' is not assigned and could be declared final
69113 src/com/gps/hibernate/OrggrouproleId.java 36 publicMethodCommentRequirement Required
69114 src/com/gps/hibernate/OrggrouproleId.java 40 publicMethodCommentRequirement Required
69115 src/com/gps/hibernate/OrggrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
69116 src/com/gps/hibernate/OrggrouproleId.java 44 publicMethodCommentRequirement Required
69117 src/com/gps/hibernate/OrggrouproleId.java 48 publicMethodCommentRequirement Required
69118 src/com/gps/hibernate/OrggrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
69119 src/com/gps/hibernate/OrggrouproleId.java 52 publicMethodCommentRequirement Required
69120 src/com/gps/hibernate/OrggrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
69121 src/com/gps/hibernate/OrggrouproleId.java 56 publicMethodCommentRequirement Required
69122 src/com/gps/hibernate/OrggrouproleId.java 57 Avoid using if statements without curly braces
69123 src/com/gps/hibernate/OrggrouproleId.java 57 Useless parentheses.
69124 src/com/gps/hibernate/OrggrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
69125 src/com/gps/hibernate/OrggrouproleId.java 59 Avoid using if statements without curly braces
69126 src/com/gps/hibernate/OrggrouproleId.java 59 Useless parentheses.
69127 src/com/gps/hibernate/OrggrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
69128 src/com/gps/hibernate/OrggrouproleId.java 61 Avoid using if statements without curly braces
69129 src/com/gps/hibernate/OrggrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
69130 src/com/gps/hibernate/OrggrouproleId.java 63 Local variable 'castOther' could be declared final
69131 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
69132 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
69133 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
69134 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
69135 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
69136 src/com/gps/hibernate/OrggrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
69137 src/com/gps/hibernate/OrggrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
69138 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
69139 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
69140 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
69141 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
69142 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
69143 src/com/gps/hibernate/OrggrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
69144 src/com/gps/hibernate/OrggrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
69145 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
69146 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
69147 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
69148 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
69149 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
69150 src/com/gps/hibernate/OrggrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
69151 src/com/gps/hibernate/OrggrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
69152 src/com/gps/hibernate/OrggrouproleId.java 79 publicMethodCommentRequirement Required
69153 src/com/gps/hibernate/OrggrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
69154 src/com/gps/hibernate/Orglabor.java 9 Classes implementing Serializable should set a serialVersionUID
69155 src/com/gps/hibernate/Orglabor.java 9 Too many fields
69156 src/com/gps/hibernate/Orglabor.java 13 fieldCommentRequirement Required
69157 src/com/gps/hibernate/Orglabor.java 14 fieldCommentRequirement Required
69158 src/com/gps/hibernate/Orglabor.java 15 fieldCommentRequirement Required
69159 src/com/gps/hibernate/Orglabor.java 16 fieldCommentRequirement Required
69160 src/com/gps/hibernate/Orglabor.java 17 fieldCommentRequirement Required
69161 src/com/gps/hibernate/Orglabor.java 18 fieldCommentRequirement Required
69162 src/com/gps/hibernate/Orglabor.java 19 fieldCommentRequirement Required
69163 src/com/gps/hibernate/Orglabor.java 20 fieldCommentRequirement Required
69164 src/com/gps/hibernate/Orglabor.java 21 fieldCommentRequirement Required
69165 src/com/gps/hibernate/Orglabor.java 22 fieldCommentRequirement Required
69166 src/com/gps/hibernate/Orglabor.java 23 fieldCommentRequirement Required
69167 src/com/gps/hibernate/Orglabor.java 24 fieldCommentRequirement Required
69168 src/com/gps/hibernate/Orglabor.java 25 fieldCommentRequirement Required
69169 src/com/gps/hibernate/Orglabor.java 26 fieldCommentRequirement Required
69170 src/com/gps/hibernate/Orglabor.java 27 fieldCommentRequirement Required
69171 src/com/gps/hibernate/Orglabor.java 28 fieldCommentRequirement Required
69172 src/com/gps/hibernate/Orglabor.java 29 fieldCommentRequirement Required
69173 src/com/gps/hibernate/Orglabor.java 34 Document empty constructor
69174 src/com/gps/hibernate/Orglabor.java 38 Parameter 'orgLaborId' is not assigned and could be declared final
69175 src/com/gps/hibernate/Orglabor.java 43 Avoid long parameter lists.
69176 src/com/gps/hibernate/Orglabor.java 43 Parameter 'orgLaborId' is not assigned and could be declared final
69177 src/com/gps/hibernate/Orglabor.java 43 Parameter 'organizationId' is not assigned and could be declared final
69178 src/com/gps/hibernate/Orglabor.java 43 Parameter 'typeId' is not assigned and could be declared final
69179 src/com/gps/hibernate/Orglabor.java 44 Parameter 'monOpen' is not assigned and could be declared final
69180 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunClose' is not assigned and could be declared final
69181 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunOpen' is not assigned and could be declared final
69182 src/com/gps/hibernate/Orglabor.java 45 Parameter 'monClose' is not assigned and could be declared final
69183 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueClose' is not assigned and could be declared final
69184 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueOpen' is not assigned and could be declared final
69185 src/com/gps/hibernate/Orglabor.java 46 Parameter 'thuOpen' is not assigned and could be declared final
69186 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedClose' is not assigned and could be declared final
69187 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedOpen' is not assigned and could be declared final
69188 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friClose' is not assigned and could be declared final
69189 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friOpen' is not assigned and could be declared final
69190 src/com/gps/hibernate/Orglabor.java 47 Parameter 'thuClose' is not assigned and could be declared final
69191 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satClose' is not assigned and could be declared final
69192 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satOpen' is not assigned and could be declared final
69193 src/com/gps/hibernate/Orglabor.java 70 publicMethodCommentRequirement Required
69194 src/com/gps/hibernate/Orglabor.java 74 Parameter 'orgLaborId' is not assigned and could be declared final
69195 src/com/gps/hibernate/Orglabor.java 74 publicMethodCommentRequirement Required
69196 src/com/gps/hibernate/Orglabor.java 78 publicMethodCommentRequirement Required
69197 src/com/gps/hibernate/Orglabor.java 82 Parameter 'organizationId' is not assigned and could be declared final
69198 src/com/gps/hibernate/Orglabor.java 82 publicMethodCommentRequirement Required
69199 src/com/gps/hibernate/Orglabor.java 86 publicMethodCommentRequirement Required
69200 src/com/gps/hibernate/Orglabor.java 90 Parameter 'typeId' is not assigned and could be declared final
69201 src/com/gps/hibernate/Orglabor.java 90 publicMethodCommentRequirement Required
69202 src/com/gps/hibernate/Orglabor.java 94 publicMethodCommentRequirement Required
69203 src/com/gps/hibernate/Orglabor.java 98 Parameter 'sunOpen' is not assigned and could be declared final
69204 src/com/gps/hibernate/Orglabor.java 98 publicMethodCommentRequirement Required
69205 src/com/gps/hibernate/Orglabor.java 102 publicMethodCommentRequirement Required
69206 src/com/gps/hibernate/Orglabor.java 106 Parameter 'sunClose' is not assigned and could be declared final
69207 src/com/gps/hibernate/Orglabor.java 106 publicMethodCommentRequirement Required
69208 src/com/gps/hibernate/Orglabor.java 110 publicMethodCommentRequirement Required
69209 src/com/gps/hibernate/Orglabor.java 114 Parameter 'monOpen' is not assigned and could be declared final
69210 src/com/gps/hibernate/Orglabor.java 114 publicMethodCommentRequirement Required
69211 src/com/gps/hibernate/Orglabor.java 118 publicMethodCommentRequirement Required
69212 src/com/gps/hibernate/Orglabor.java 122 Parameter 'monClose' is not assigned and could be declared final
69213 src/com/gps/hibernate/Orglabor.java 122 publicMethodCommentRequirement Required
69214 src/com/gps/hibernate/Orglabor.java 126 publicMethodCommentRequirement Required
69215 src/com/gps/hibernate/Orglabor.java 130 Parameter 'tueOpen' is not assigned and could be declared final
69216 src/com/gps/hibernate/Orglabor.java 130 publicMethodCommentRequirement Required
69217 src/com/gps/hibernate/Orglabor.java 134 publicMethodCommentRequirement Required
69218 src/com/gps/hibernate/Orglabor.java 138 Parameter 'tueClose' is not assigned and could be declared final
69219 src/com/gps/hibernate/Orglabor.java 138 publicMethodCommentRequirement Required
69220 src/com/gps/hibernate/Orglabor.java 142 publicMethodCommentRequirement Required
69221 src/com/gps/hibernate/Orglabor.java 146 Parameter 'wedOpen' is not assigned and could be declared final
69222 src/com/gps/hibernate/Orglabor.java 146 publicMethodCommentRequirement Required
69223 src/com/gps/hibernate/Orglabor.java 150 publicMethodCommentRequirement Required
69224 src/com/gps/hibernate/Orglabor.java 154 Parameter 'wedClose' is not assigned and could be declared final
69225 src/com/gps/hibernate/Orglabor.java 154 publicMethodCommentRequirement Required
69226 src/com/gps/hibernate/Orglabor.java 158 publicMethodCommentRequirement Required
69227 src/com/gps/hibernate/Orglabor.java 162 Parameter 'thuOpen' is not assigned and could be declared final
69228 src/com/gps/hibernate/Orglabor.java 162 publicMethodCommentRequirement Required
69229 src/com/gps/hibernate/Orglabor.java 166 publicMethodCommentRequirement Required
69230 src/com/gps/hibernate/Orglabor.java 170 Parameter 'thuClose' is not assigned and could be declared final
69231 src/com/gps/hibernate/Orglabor.java 170 publicMethodCommentRequirement Required
69232 src/com/gps/hibernate/Orglabor.java 174 publicMethodCommentRequirement Required
69233 src/com/gps/hibernate/Orglabor.java 178 Parameter 'friOpen' is not assigned and could be declared final
69234 src/com/gps/hibernate/Orglabor.java 178 publicMethodCommentRequirement Required
69235 src/com/gps/hibernate/Orglabor.java 182 publicMethodCommentRequirement Required
69236 src/com/gps/hibernate/Orglabor.java 186 Parameter 'friClose' is not assigned and could be declared final
69237 src/com/gps/hibernate/Orglabor.java 186 publicMethodCommentRequirement Required
69238 src/com/gps/hibernate/Orglabor.java 190 publicMethodCommentRequirement Required
69239 src/com/gps/hibernate/Orglabor.java 194 Parameter 'satOpen' is not assigned and could be declared final
69240 src/com/gps/hibernate/Orglabor.java 194 publicMethodCommentRequirement Required
69241 src/com/gps/hibernate/Orglabor.java 198 publicMethodCommentRequirement Required
69242 src/com/gps/hibernate/Orglabor.java 202 Parameter 'satClose' is not assigned and could be declared final
69243 src/com/gps/hibernate/Orglabor.java 202 publicMethodCommentRequirement Required
69244 src/com/gps/hibernate/OrglaborDAO.java 10 Comment is too large: Too many lines
69245 src/com/gps/hibernate/OrglaborDAO.java 22 This class has too many methods, consider refactoring it.
69246 src/com/gps/hibernate/OrglaborDAO.java 23 Logger should be defined private static final and have the correct class
69247 src/com/gps/hibernate/OrglaborDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
69248 src/com/gps/hibernate/OrglaborDAO.java 23 fieldCommentRequirement Required
69249 src/com/gps/hibernate/OrglaborDAO.java 25 fieldCommentRequirement Required
69250 src/com/gps/hibernate/OrglaborDAO.java 26 fieldCommentRequirement Required
69251 src/com/gps/hibernate/OrglaborDAO.java 27 fieldCommentRequirement Required
69252 src/com/gps/hibernate/OrglaborDAO.java 28 fieldCommentRequirement Required
69253 src/com/gps/hibernate/OrglaborDAO.java 29 fieldCommentRequirement Required
69254 src/com/gps/hibernate/OrglaborDAO.java 30 fieldCommentRequirement Required
69255 src/com/gps/hibernate/OrglaborDAO.java 31 fieldCommentRequirement Required
69256 src/com/gps/hibernate/OrglaborDAO.java 32 fieldCommentRequirement Required
69257 src/com/gps/hibernate/OrglaborDAO.java 33 fieldCommentRequirement Required
69258 src/com/gps/hibernate/OrglaborDAO.java 34 fieldCommentRequirement Required
69259 src/com/gps/hibernate/OrglaborDAO.java 35 fieldCommentRequirement Required
69260 src/com/gps/hibernate/OrglaborDAO.java 36 fieldCommentRequirement Required
69261 src/com/gps/hibernate/OrglaborDAO.java 37 fieldCommentRequirement Required
69262 src/com/gps/hibernate/OrglaborDAO.java 38 fieldCommentRequirement Required
69263 src/com/gps/hibernate/OrglaborDAO.java 39 fieldCommentRequirement Required
69264 src/com/gps/hibernate/OrglaborDAO.java 40 fieldCommentRequirement Required
69265 src/com/gps/hibernate/OrglaborDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
69266 src/com/gps/hibernate/OrglaborDAO.java 42 publicMethodCommentRequirement Required
69267 src/com/gps/hibernate/OrglaborDAO.java 43 There is log block not surrounded by if
69268 src/com/gps/hibernate/OrglaborDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69269 src/com/gps/hibernate/OrglaborDAO.java 45 Potential violation of Law of Demeter (method chain calls)
69270 src/com/gps/hibernate/OrglaborDAO.java 46 There is log block not surrounded by if
69271 src/com/gps/hibernate/OrglaborDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69272 src/com/gps/hibernate/OrglaborDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69273 src/com/gps/hibernate/OrglaborDAO.java 48 There is log block not surrounded by if
69274 src/com/gps/hibernate/OrglaborDAO.java 53 Avoid excessively long variable names like persistentInstance
69275 src/com/gps/hibernate/OrglaborDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
69276 src/com/gps/hibernate/OrglaborDAO.java 53 publicMethodCommentRequirement Required
69277 src/com/gps/hibernate/OrglaborDAO.java 54 There is log block not surrounded by if
69278 src/com/gps/hibernate/OrglaborDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69279 src/com/gps/hibernate/OrglaborDAO.java 56 Potential violation of Law of Demeter (method chain calls)
69280 src/com/gps/hibernate/OrglaborDAO.java 57 There is log block not surrounded by if
69281 src/com/gps/hibernate/OrglaborDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69282 src/com/gps/hibernate/OrglaborDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69283 src/com/gps/hibernate/OrglaborDAO.java 59 There is log block not surrounded by if
69284 src/com/gps/hibernate/OrglaborDAO.java 64 Avoid variables with short names like id
69285 src/com/gps/hibernate/OrglaborDAO.java 64 Parameter 'id' is not assigned and could be declared final
69286 src/com/gps/hibernate/OrglaborDAO.java 64 publicMethodCommentRequirement Required
69287 src/com/gps/hibernate/OrglaborDAO.java 65 There is log block not surrounded by if
69288 src/com/gps/hibernate/OrglaborDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69289 src/com/gps/hibernate/OrglaborDAO.java 67 Local variable 'instance' could be declared final
69290 src/com/gps/hibernate/OrglaborDAO.java 67 Potential violation of Law of Demeter (method chain calls)
69291 src/com/gps/hibernate/OrglaborDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69292 src/com/gps/hibernate/OrglaborDAO.java 71 There is log block not surrounded by if
69293 src/com/gps/hibernate/OrglaborDAO.java 76 Parameter 'instance' is not assigned and could be declared final
69294 src/com/gps/hibernate/OrglaborDAO.java 76 publicMethodCommentRequirement Required
69295 src/com/gps/hibernate/OrglaborDAO.java 77 There is log block not surrounded by if
69296 src/com/gps/hibernate/OrglaborDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69297 src/com/gps/hibernate/OrglaborDAO.java 79 Local variable 'results' could be declared final
69298 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
69299 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
69300 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
69301 src/com/gps/hibernate/OrglaborDAO.java 82 There is log block not surrounded by if
69302 src/com/gps/hibernate/OrglaborDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69303 src/com/gps/hibernate/OrglaborDAO.java 83 Potential violation of Law of Demeter (object not created locally)
69304 src/com/gps/hibernate/OrglaborDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69305 src/com/gps/hibernate/OrglaborDAO.java 86 There is log block not surrounded by if
69306 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
69307 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'value' is not assigned and could be declared final
69308 src/com/gps/hibernate/OrglaborDAO.java 91 publicMethodCommentRequirement Required
69309 src/com/gps/hibernate/OrglaborDAO.java 92 There is log block not surrounded by if
69310 src/com/gps/hibernate/OrglaborDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69311 src/com/gps/hibernate/OrglaborDAO.java 95 Local variable 'queryString' could be declared final
69312 src/com/gps/hibernate/OrglaborDAO.java 97 Local variable 'queryObject' could be declared final
69313 src/com/gps/hibernate/OrglaborDAO.java 97 Potential violation of Law of Demeter (method chain calls)
69314 src/com/gps/hibernate/OrglaborDAO.java 98 Potential violation of Law of Demeter (object not created locally)
69315 src/com/gps/hibernate/OrglaborDAO.java 99 Potential violation of Law of Demeter (object not created locally)
69316 src/com/gps/hibernate/OrglaborDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69317 src/com/gps/hibernate/OrglaborDAO.java 101 There is log block not surrounded by if
69318 src/com/gps/hibernate/OrglaborDAO.java 106 Parameter 'organizationId' is not assigned and could be declared final
69319 src/com/gps/hibernate/OrglaborDAO.java 106 publicMethodCommentRequirement Required
69320 src/com/gps/hibernate/OrglaborDAO.java 110 Parameter 'typeId' is not assigned and could be declared final
69321 src/com/gps/hibernate/OrglaborDAO.java 110 publicMethodCommentRequirement Required
69322 src/com/gps/hibernate/OrglaborDAO.java 114 Parameter 'sunOpen' is not assigned and could be declared final
69323 src/com/gps/hibernate/OrglaborDAO.java 114 publicMethodCommentRequirement Required
69324 src/com/gps/hibernate/OrglaborDAO.java 118 Parameter 'sunClose' is not assigned and could be declared final
69325 src/com/gps/hibernate/OrglaborDAO.java 118 publicMethodCommentRequirement Required
69326 src/com/gps/hibernate/OrglaborDAO.java 122 Parameter 'monOpen' is not assigned and could be declared final
69327 src/com/gps/hibernate/OrglaborDAO.java 122 publicMethodCommentRequirement Required
69328 src/com/gps/hibernate/OrglaborDAO.java 126 Parameter 'monClose' is not assigned and could be declared final
69329 src/com/gps/hibernate/OrglaborDAO.java 126 publicMethodCommentRequirement Required
69330 src/com/gps/hibernate/OrglaborDAO.java 130 Parameter 'tueOpen' is not assigned and could be declared final
69331 src/com/gps/hibernate/OrglaborDAO.java 130 publicMethodCommentRequirement Required
69332 src/com/gps/hibernate/OrglaborDAO.java 134 Parameter 'tueClose' is not assigned and could be declared final
69333 src/com/gps/hibernate/OrglaborDAO.java 134 publicMethodCommentRequirement Required
69334 src/com/gps/hibernate/OrglaborDAO.java 138 Parameter 'wedOpen' is not assigned and could be declared final
69335 src/com/gps/hibernate/OrglaborDAO.java 138 publicMethodCommentRequirement Required
69336 src/com/gps/hibernate/OrglaborDAO.java 142 Parameter 'wedClose' is not assigned and could be declared final
69337 src/com/gps/hibernate/OrglaborDAO.java 142 publicMethodCommentRequirement Required
69338 src/com/gps/hibernate/OrglaborDAO.java 146 Parameter 'thuOpen' is not assigned and could be declared final
69339 src/com/gps/hibernate/OrglaborDAO.java 146 publicMethodCommentRequirement Required
69340 src/com/gps/hibernate/OrglaborDAO.java 150 Parameter 'thuClose' is not assigned and could be declared final
69341 src/com/gps/hibernate/OrglaborDAO.java 150 publicMethodCommentRequirement Required
69342 src/com/gps/hibernate/OrglaborDAO.java 154 Parameter 'friOpen' is not assigned and could be declared final
69343 src/com/gps/hibernate/OrglaborDAO.java 154 publicMethodCommentRequirement Required
69344 src/com/gps/hibernate/OrglaborDAO.java 158 Parameter 'friClose' is not assigned and could be declared final
69345 src/com/gps/hibernate/OrglaborDAO.java 158 publicMethodCommentRequirement Required
69346 src/com/gps/hibernate/OrglaborDAO.java 162 Parameter 'satOpen' is not assigned and could be declared final
69347 src/com/gps/hibernate/OrglaborDAO.java 162 publicMethodCommentRequirement Required
69348 src/com/gps/hibernate/OrglaborDAO.java 166 Parameter 'satClose' is not assigned and could be declared final
69349 src/com/gps/hibernate/OrglaborDAO.java 166 publicMethodCommentRequirement Required
69350 src/com/gps/hibernate/OrglaborDAO.java 170 publicMethodCommentRequirement Required
69351 src/com/gps/hibernate/OrglaborDAO.java 171 There is log block not surrounded by if
69352 src/com/gps/hibernate/OrglaborDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69353 src/com/gps/hibernate/OrglaborDAO.java 173 Local variable 'queryString' could be declared final
69354 src/com/gps/hibernate/OrglaborDAO.java 174 Local variable 'queryObject' could be declared final
69355 src/com/gps/hibernate/OrglaborDAO.java 174 Potential violation of Law of Demeter (method chain calls)
69356 src/com/gps/hibernate/OrglaborDAO.java 175 Potential violation of Law of Demeter (object not created locally)
69357 src/com/gps/hibernate/OrglaborDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69358 src/com/gps/hibernate/OrglaborDAO.java 177 There is log block not surrounded by if
69359 src/com/gps/hibernate/OrglaborDAO.java 182 Parameter 'detachedInstance' is not assigned and could be declared final
69360 src/com/gps/hibernate/OrglaborDAO.java 182 publicMethodCommentRequirement Required
69361 src/com/gps/hibernate/OrglaborDAO.java 183 There is log block not surrounded by if
69362 src/com/gps/hibernate/OrglaborDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69363 src/com/gps/hibernate/OrglaborDAO.java 185 Local variable 'result' could be declared final
69364 src/com/gps/hibernate/OrglaborDAO.java 185 Potential violation of Law of Demeter (method chain calls)
69365 src/com/gps/hibernate/OrglaborDAO.java 186 There is log block not surrounded by if
69366 src/com/gps/hibernate/OrglaborDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69367 src/com/gps/hibernate/OrglaborDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69368 src/com/gps/hibernate/OrglaborDAO.java 189 There is log block not surrounded by if
69369 src/com/gps/hibernate/OrglaborDAO.java 194 Parameter 'instance' is not assigned and could be declared final
69370 src/com/gps/hibernate/OrglaborDAO.java 194 publicMethodCommentRequirement Required
69371 src/com/gps/hibernate/OrglaborDAO.java 195 There is log block not surrounded by if
69372 src/com/gps/hibernate/OrglaborDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69373 src/com/gps/hibernate/OrglaborDAO.java 197 Potential violation of Law of Demeter (method chain calls)
69374 src/com/gps/hibernate/OrglaborDAO.java 198 There is log block not surrounded by if
69375 src/com/gps/hibernate/OrglaborDAO.java 198 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69376 src/com/gps/hibernate/OrglaborDAO.java 199 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69377 src/com/gps/hibernate/OrglaborDAO.java 200 There is log block not surrounded by if
69378 src/com/gps/hibernate/OrglaborDAO.java 205 Parameter 'instance' is not assigned and could be declared final
69379 src/com/gps/hibernate/OrglaborDAO.java 205 publicMethodCommentRequirement Required
69380 src/com/gps/hibernate/OrglaborDAO.java 206 There is log block not surrounded by if
69381 src/com/gps/hibernate/OrglaborDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69382 src/com/gps/hibernate/OrglaborDAO.java 208 Potential violation of Law of Demeter (method chain calls)
69383 src/com/gps/hibernate/OrglaborDAO.java 209 There is log block not surrounded by if
69384 src/com/gps/hibernate/OrglaborDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69385 src/com/gps/hibernate/OrglaborDAO.java 210 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69386 src/com/gps/hibernate/OrglaborDAO.java 211 There is log block not surrounded by if
69387 src/com/gps/hibernate/ParamsSummary.java 5 Classes implementing Serializable should set a serialVersionUID
69388 src/com/gps/hibernate/ParamsSummary.java 5 headerCommentRequirement Required
69389 src/com/gps/hibernate/ParamsSummary.java 7 fieldCommentRequirement Required
69390 src/com/gps/hibernate/ParamsSummary.java 8 fieldCommentRequirement Required
69391 src/com/gps/hibernate/ParamsSummary.java 9 fieldCommentRequirement Required
69392 src/com/gps/hibernate/ParamsSummary.java 10 fieldCommentRequirement Required
69393 src/com/gps/hibernate/ParamsSummary.java 11 fieldCommentRequirement Required
69394 src/com/gps/hibernate/ParamsSummary.java 21 Parameter 'summaryId' is not assigned and could be declared final
69395 src/com/gps/hibernate/ParamsSummary.java 33 Parameter 'vehicleId' is not assigned and could be declared final
69396 src/com/gps/hibernate/ParamsSummary.java 45 Parameter 'date' is not assigned and could be declared final
69397 src/com/gps/hibernate/ParamsSummary.java 57 Parameter 'paramStartId' is not assigned and could be declared final
69398 src/com/gps/hibernate/ParamsSummary.java 69 Parameter 'paramEndId' is not assigned and could be declared final
69399 src/com/gps/hibernate/ParamsSummaryDAO.java 10 headerCommentRequirement Required
69400 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Logger should be defined private static final and have the correct class
69401 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Variables that are final and static should be all capitals, 'log' is not all capitals.
69402 src/com/gps/hibernate/ParamsSummaryDAO.java 12 fieldCommentRequirement Required
69403 src/com/gps/hibernate/ParamsSummaryDAO.java 16 Parameter 'transientInstance' is not assigned and could be declared final
69404 src/com/gps/hibernate/ParamsSummaryDAO.java 16 publicMethodCommentRequirement Required
69405 src/com/gps/hibernate/ParamsSummaryDAO.java 17 There is log block not surrounded by if
69406 src/com/gps/hibernate/ParamsSummaryDAO.java 17 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69407 src/com/gps/hibernate/ParamsSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
69408 src/com/gps/hibernate/ParamsSummaryDAO.java 20 There is log block not surrounded by if
69409 src/com/gps/hibernate/ParamsSummaryDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69410 src/com/gps/hibernate/ParamsSummaryDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69411 src/com/gps/hibernate/ParamsSummaryDAO.java 23 There is log block not surrounded by if
69412 src/com/gps/hibernate/ParamsSummaryDAO.java 28 Parameter 'instance' is not assigned and could be declared final
69413 src/com/gps/hibernate/ParamsSummaryDAO.java 28 publicMethodCommentRequirement Required
69414 src/com/gps/hibernate/ParamsSummaryDAO.java 29 There is log block not surrounded by if
69415 src/com/gps/hibernate/ParamsSummaryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69416 src/com/gps/hibernate/ParamsSummaryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
69417 src/com/gps/hibernate/ParamsSummaryDAO.java 32 There is log block not surrounded by if
69418 src/com/gps/hibernate/ParamsSummaryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69419 src/com/gps/hibernate/ParamsSummaryDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69420 src/com/gps/hibernate/ParamsSummaryDAO.java 35 There is log block not surrounded by if
69421 src/com/gps/hibernate/ParamsSummaryDAO.java 40 Parameter 'instance' is not assigned and could be declared final
69422 src/com/gps/hibernate/ParamsSummaryDAO.java 40 publicMethodCommentRequirement Required
69423 src/com/gps/hibernate/ParamsSummaryDAO.java 41 There is log block not surrounded by if
69424 src/com/gps/hibernate/ParamsSummaryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69425 src/com/gps/hibernate/ParamsSummaryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
69426 src/com/gps/hibernate/ParamsSummaryDAO.java 44 There is log block not surrounded by if
69427 src/com/gps/hibernate/ParamsSummaryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69428 src/com/gps/hibernate/ParamsSummaryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69429 src/com/gps/hibernate/ParamsSummaryDAO.java 47 There is log block not surrounded by if
69430 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Avoid excessively long variable names like persistentInstance
69431 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
69432 src/com/gps/hibernate/ParamsSummaryDAO.java 52 publicMethodCommentRequirement Required
69433 src/com/gps/hibernate/ParamsSummaryDAO.java 53 There is log block not surrounded by if
69434 src/com/gps/hibernate/ParamsSummaryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69435 src/com/gps/hibernate/ParamsSummaryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
69436 src/com/gps/hibernate/ParamsSummaryDAO.java 56 There is log block not surrounded by if
69437 src/com/gps/hibernate/ParamsSummaryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69438 src/com/gps/hibernate/ParamsSummaryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69439 src/com/gps/hibernate/ParamsSummaryDAO.java 59 There is log block not surrounded by if
69440 src/com/gps/hibernate/ParamsSummaryDAO.java 64 Parameter 'detachedInstance' is not assigned and could be declared final
69441 src/com/gps/hibernate/ParamsSummaryDAO.java 64 publicMethodCommentRequirement Required
69442 src/com/gps/hibernate/ParamsSummaryDAO.java 65 There is log block not surrounded by if
69443 src/com/gps/hibernate/ParamsSummaryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69444 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Local variable 'result' could be declared final
69445 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
69446 src/com/gps/hibernate/ParamsSummaryDAO.java 69 There is log block not surrounded by if
69447 src/com/gps/hibernate/ParamsSummaryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69448 src/com/gps/hibernate/ParamsSummaryDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69449 src/com/gps/hibernate/ParamsSummaryDAO.java 73 There is log block not surrounded by if
69450 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Avoid variables with short names like id
69451 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Parameter 'id' is not assigned and could be declared final
69452 src/com/gps/hibernate/ParamsSummaryDAO.java 78 publicMethodCommentRequirement Required
69453 src/com/gps/hibernate/ParamsSummaryDAO.java 79 There is log block not surrounded by if
69454 src/com/gps/hibernate/ParamsSummaryDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69455 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Local variable 'instance' could be declared final
69456 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Potential violation of Law of Demeter (method chain calls)
69457 src/com/gps/hibernate/ParamsSummaryDAO.java 84 There is log block not surrounded by if
69458 src/com/gps/hibernate/ParamsSummaryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69459 src/com/gps/hibernate/ParamsSummaryDAO.java 87 There is log block not surrounded by if
69460 src/com/gps/hibernate/ParamsSummaryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69461 src/com/gps/hibernate/ParamsSummaryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69462 src/com/gps/hibernate/ParamsSummaryDAO.java 92 There is log block not surrounded by if
69463 src/com/gps/hibernate/ParamsSummaryDAO.java 98 Parameter 'instance' is not assigned and could be declared final
69464 src/com/gps/hibernate/ParamsSummaryDAO.java 98 publicMethodCommentRequirement Required
69465 src/com/gps/hibernate/ParamsSummaryDAO.java 99 There is log block not surrounded by if
69466 src/com/gps/hibernate/ParamsSummaryDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69467 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Local variable 'results' could be declared final
69468 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
69469 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
69470 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
69471 src/com/gps/hibernate/ParamsSummaryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
69472 src/com/gps/hibernate/ParamsSummaryDAO.java 105 There is log block not surrounded by if
69473 src/com/gps/hibernate/ParamsSummaryDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69474 src/com/gps/hibernate/ParamsSummaryDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69475 src/com/gps/hibernate/ParamsSummaryDAO.java 109 There is log block not surrounded by if
69476 src/com/gps/hibernate/Passwordpolicy.java 1 This class has a bunch of public methods and attributes
69477 src/com/gps/hibernate/Passwordpolicy.java 11 Classes implementing Serializable should set a serialVersionUID
69478 src/com/gps/hibernate/Passwordpolicy.java 11 Too many fields
69479 src/com/gps/hibernate/Passwordpolicy.java 15 fieldCommentRequirement Required
69480 src/com/gps/hibernate/Passwordpolicy.java 16 fieldCommentRequirement Required
69481 src/com/gps/hibernate/Passwordpolicy.java 17 fieldCommentRequirement Required
69482 src/com/gps/hibernate/Passwordpolicy.java 18 fieldCommentRequirement Required
69483 src/com/gps/hibernate/Passwordpolicy.java 19 fieldCommentRequirement Required
69484 src/com/gps/hibernate/Passwordpolicy.java 20 fieldCommentRequirement Required
69485 src/com/gps/hibernate/Passwordpolicy.java 21 fieldCommentRequirement Required
69486 src/com/gps/hibernate/Passwordpolicy.java 22 fieldCommentRequirement Required
69487 src/com/gps/hibernate/Passwordpolicy.java 23 fieldCommentRequirement Required
69488 src/com/gps/hibernate/Passwordpolicy.java 24 fieldCommentRequirement Required
69489 src/com/gps/hibernate/Passwordpolicy.java 25 fieldCommentRequirement Required
69490 src/com/gps/hibernate/Passwordpolicy.java 26 fieldCommentRequirement Required
69491 src/com/gps/hibernate/Passwordpolicy.java 27 fieldCommentRequirement Required
69492 src/com/gps/hibernate/Passwordpolicy.java 28 Avoid excessively long variable names like allowDictionaryWords
69493 src/com/gps/hibernate/Passwordpolicy.java 28 fieldCommentRequirement Required
69494 src/com/gps/hibernate/Passwordpolicy.java 29 fieldCommentRequirement Required
69495 src/com/gps/hibernate/Passwordpolicy.java 30 fieldCommentRequirement Required
69496 src/com/gps/hibernate/Passwordpolicy.java 31 fieldCommentRequirement Required
69497 src/com/gps/hibernate/Passwordpolicy.java 32 fieldCommentRequirement Required
69498 src/com/gps/hibernate/Passwordpolicy.java 33 fieldCommentRequirement Required
69499 src/com/gps/hibernate/Passwordpolicy.java 34 fieldCommentRequirement Required
69500 src/com/gps/hibernate/Passwordpolicy.java 35 fieldCommentRequirement Required
69501 src/com/gps/hibernate/Passwordpolicy.java 36 fieldCommentRequirement Required
69502 src/com/gps/hibernate/Passwordpolicy.java 37 fieldCommentRequirement Required
69503 src/com/gps/hibernate/Passwordpolicy.java 38 fieldCommentRequirement Required
69504 src/com/gps/hibernate/Passwordpolicy.java 39 fieldCommentRequirement Required
69505 src/com/gps/hibernate/Passwordpolicy.java 40 fieldCommentRequirement Required
69506 src/com/gps/hibernate/Passwordpolicy.java 45 Document empty constructor
69507 src/com/gps/hibernate/Passwordpolicy.java 49 Parameter 'passwordPolicyId' is not assigned and could be declared final
69508 src/com/gps/hibernate/Passwordpolicy.java 54 Avoid long parameter lists.
69509 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'companyId' is not assigned and could be declared final
69510 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'passwordPolicyId' is not assigned and could be declared final
69511 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'userId' is not assigned and could be declared final
69512 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'createDate' is not assigned and could be declared final
69513 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
69514 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'userName' is not assigned and could be declared final
69515 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'defaultPolicy' is not assigned and could be declared final
69516 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'description' is not assigned and could be declared final
69517 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'name' is not assigned and could be declared final
69518 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeRequired' is not assigned and could be declared final
69519 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeable' is not assigned and could be declared final
69520 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'minAge' is not assigned and could be declared final
69521 src/com/gps/hibernate/Passwordpolicy.java 58 Avoid excessively long variable names like allowDictionaryWords
69522 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'allowDictionaryWords' is not assigned and could be declared final
69523 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'checkSyntax' is not assigned and could be declared final
69524 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'minLength' is not assigned and could be declared final
69525 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'expireable' is not assigned and could be declared final
69526 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'history' is not assigned and could be declared final
69527 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'historyCount' is not assigned and could be declared final
69528 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'maxAge' is not assigned and could be declared final
69529 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'graceLimit' is not assigned and could be declared final
69530 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'lockout' is not assigned and could be declared final
69531 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'warningTime' is not assigned and could be declared final
69532 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'lockoutDuration' is not assigned and could be declared final
69533 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'maxFailure' is not assigned and could be declared final
69534 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'requireUnlock' is not assigned and could be declared final
69535 src/com/gps/hibernate/Passwordpolicy.java 62 Parameter 'resetFailureCount' is not assigned and could be declared final
69536 src/com/gps/hibernate/Passwordpolicy.java 93 publicMethodCommentRequirement Required
69537 src/com/gps/hibernate/Passwordpolicy.java 97 Parameter 'passwordPolicyId' is not assigned and could be declared final
69538 src/com/gps/hibernate/Passwordpolicy.java 97 publicMethodCommentRequirement Required
69539 src/com/gps/hibernate/Passwordpolicy.java 101 publicMethodCommentRequirement Required
69540 src/com/gps/hibernate/Passwordpolicy.java 105 Parameter 'companyId' is not assigned and could be declared final
69541 src/com/gps/hibernate/Passwordpolicy.java 105 publicMethodCommentRequirement Required
69542 src/com/gps/hibernate/Passwordpolicy.java 109 publicMethodCommentRequirement Required
69543 src/com/gps/hibernate/Passwordpolicy.java 113 Parameter 'userId' is not assigned and could be declared final
69544 src/com/gps/hibernate/Passwordpolicy.java 113 publicMethodCommentRequirement Required
69545 src/com/gps/hibernate/Passwordpolicy.java 117 publicMethodCommentRequirement Required
69546 src/com/gps/hibernate/Passwordpolicy.java 121 Parameter 'userName' is not assigned and could be declared final
69547 src/com/gps/hibernate/Passwordpolicy.java 121 publicMethodCommentRequirement Required
69548 src/com/gps/hibernate/Passwordpolicy.java 125 publicMethodCommentRequirement Required
69549 src/com/gps/hibernate/Passwordpolicy.java 129 Parameter 'createDate' is not assigned and could be declared final
69550 src/com/gps/hibernate/Passwordpolicy.java 129 publicMethodCommentRequirement Required
69551 src/com/gps/hibernate/Passwordpolicy.java 133 publicMethodCommentRequirement Required
69552 src/com/gps/hibernate/Passwordpolicy.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
69553 src/com/gps/hibernate/Passwordpolicy.java 137 publicMethodCommentRequirement Required
69554 src/com/gps/hibernate/Passwordpolicy.java 141 publicMethodCommentRequirement Required
69555 src/com/gps/hibernate/Passwordpolicy.java 145 Parameter 'defaultPolicy' is not assigned and could be declared final
69556 src/com/gps/hibernate/Passwordpolicy.java 145 publicMethodCommentRequirement Required
69557 src/com/gps/hibernate/Passwordpolicy.java 149 publicMethodCommentRequirement Required
69558 src/com/gps/hibernate/Passwordpolicy.java 153 Parameter 'name' is not assigned and could be declared final
69559 src/com/gps/hibernate/Passwordpolicy.java 153 publicMethodCommentRequirement Required
69560 src/com/gps/hibernate/Passwordpolicy.java 157 publicMethodCommentRequirement Required
69561 src/com/gps/hibernate/Passwordpolicy.java 161 Parameter 'description' is not assigned and could be declared final
69562 src/com/gps/hibernate/Passwordpolicy.java 161 publicMethodCommentRequirement Required
69563 src/com/gps/hibernate/Passwordpolicy.java 165 publicMethodCommentRequirement Required
69564 src/com/gps/hibernate/Passwordpolicy.java 169 Parameter 'changeable' is not assigned and could be declared final
69565 src/com/gps/hibernate/Passwordpolicy.java 169 publicMethodCommentRequirement Required
69566 src/com/gps/hibernate/Passwordpolicy.java 173 publicMethodCommentRequirement Required
69567 src/com/gps/hibernate/Passwordpolicy.java 177 Parameter 'changeRequired' is not assigned and could be declared final
69568 src/com/gps/hibernate/Passwordpolicy.java 177 publicMethodCommentRequirement Required
69569 src/com/gps/hibernate/Passwordpolicy.java 181 publicMethodCommentRequirement Required
69570 src/com/gps/hibernate/Passwordpolicy.java 185 Parameter 'minAge' is not assigned and could be declared final
69571 src/com/gps/hibernate/Passwordpolicy.java 185 publicMethodCommentRequirement Required
69572 src/com/gps/hibernate/Passwordpolicy.java 189 publicMethodCommentRequirement Required
69573 src/com/gps/hibernate/Passwordpolicy.java 193 Parameter 'checkSyntax' is not assigned and could be declared final
69574 src/com/gps/hibernate/Passwordpolicy.java 193 publicMethodCommentRequirement Required
69575 src/com/gps/hibernate/Passwordpolicy.java 197 publicMethodCommentRequirement Required
69576 src/com/gps/hibernate/Passwordpolicy.java 201 Avoid excessively long variable names like allowDictionaryWords
69577 src/com/gps/hibernate/Passwordpolicy.java 201 Parameter 'allowDictionaryWords' is not assigned and could be declared final
69578 src/com/gps/hibernate/Passwordpolicy.java 201 publicMethodCommentRequirement Required
69579 src/com/gps/hibernate/Passwordpolicy.java 205 publicMethodCommentRequirement Required
69580 src/com/gps/hibernate/Passwordpolicy.java 209 Parameter 'minLength' is not assigned and could be declared final
69581 src/com/gps/hibernate/Passwordpolicy.java 209 publicMethodCommentRequirement Required
69582 src/com/gps/hibernate/Passwordpolicy.java 213 publicMethodCommentRequirement Required
69583 src/com/gps/hibernate/Passwordpolicy.java 217 Parameter 'history' is not assigned and could be declared final
69584 src/com/gps/hibernate/Passwordpolicy.java 217 publicMethodCommentRequirement Required
69585 src/com/gps/hibernate/Passwordpolicy.java 221 publicMethodCommentRequirement Required
69586 src/com/gps/hibernate/Passwordpolicy.java 225 Parameter 'historyCount' is not assigned and could be declared final
69587 src/com/gps/hibernate/Passwordpolicy.java 225 publicMethodCommentRequirement Required
69588 src/com/gps/hibernate/Passwordpolicy.java 229 publicMethodCommentRequirement Required
69589 src/com/gps/hibernate/Passwordpolicy.java 233 Parameter 'expireable' is not assigned and could be declared final
69590 src/com/gps/hibernate/Passwordpolicy.java 233 publicMethodCommentRequirement Required
69591 src/com/gps/hibernate/Passwordpolicy.java 237 publicMethodCommentRequirement Required
69592 src/com/gps/hibernate/Passwordpolicy.java 241 Parameter 'maxAge' is not assigned and could be declared final
69593 src/com/gps/hibernate/Passwordpolicy.java 241 publicMethodCommentRequirement Required
69594 src/com/gps/hibernate/Passwordpolicy.java 245 publicMethodCommentRequirement Required
69595 src/com/gps/hibernate/Passwordpolicy.java 249 Parameter 'warningTime' is not assigned and could be declared final
69596 src/com/gps/hibernate/Passwordpolicy.java 249 publicMethodCommentRequirement Required
69597 src/com/gps/hibernate/Passwordpolicy.java 253 publicMethodCommentRequirement Required
69598 src/com/gps/hibernate/Passwordpolicy.java 257 Parameter 'graceLimit' is not assigned and could be declared final
69599 src/com/gps/hibernate/Passwordpolicy.java 257 publicMethodCommentRequirement Required
69600 src/com/gps/hibernate/Passwordpolicy.java 261 publicMethodCommentRequirement Required
69601 src/com/gps/hibernate/Passwordpolicy.java 265 Parameter 'lockout' is not assigned and could be declared final
69602 src/com/gps/hibernate/Passwordpolicy.java 265 publicMethodCommentRequirement Required
69603 src/com/gps/hibernate/Passwordpolicy.java 269 publicMethodCommentRequirement Required
69604 src/com/gps/hibernate/Passwordpolicy.java 273 Parameter 'maxFailure' is not assigned and could be declared final
69605 src/com/gps/hibernate/Passwordpolicy.java 273 publicMethodCommentRequirement Required
69606 src/com/gps/hibernate/Passwordpolicy.java 277 publicMethodCommentRequirement Required
69607 src/com/gps/hibernate/Passwordpolicy.java 281 Parameter 'lockoutDuration' is not assigned and could be declared final
69608 src/com/gps/hibernate/Passwordpolicy.java 281 publicMethodCommentRequirement Required
69609 src/com/gps/hibernate/Passwordpolicy.java 285 publicMethodCommentRequirement Required
69610 src/com/gps/hibernate/Passwordpolicy.java 289 Parameter 'requireUnlock' is not assigned and could be declared final
69611 src/com/gps/hibernate/Passwordpolicy.java 289 publicMethodCommentRequirement Required
69612 src/com/gps/hibernate/Passwordpolicy.java 293 publicMethodCommentRequirement Required
69613 src/com/gps/hibernate/Passwordpolicy.java 297 Parameter 'resetFailureCount' is not assigned and could be declared final
69614 src/com/gps/hibernate/Passwordpolicy.java 297 publicMethodCommentRequirement Required
69615 src/com/gps/hibernate/PasswordpolicyDAO.java 3 Avoid unused imports such as 'java.util.Date'
69616 src/com/gps/hibernate/PasswordpolicyDAO.java 11 Comment is too large: Too many lines
69617 src/com/gps/hibernate/PasswordpolicyDAO.java 23 This class has too many methods, consider refactoring it.
69618 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Logger should be defined private static final and have the correct class
69619 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
69620 src/com/gps/hibernate/PasswordpolicyDAO.java 24 fieldCommentRequirement Required
69621 src/com/gps/hibernate/PasswordpolicyDAO.java 26 fieldCommentRequirement Required
69622 src/com/gps/hibernate/PasswordpolicyDAO.java 27 fieldCommentRequirement Required
69623 src/com/gps/hibernate/PasswordpolicyDAO.java 28 fieldCommentRequirement Required
69624 src/com/gps/hibernate/PasswordpolicyDAO.java 29 fieldCommentRequirement Required
69625 src/com/gps/hibernate/PasswordpolicyDAO.java 30 fieldCommentRequirement Required
69626 src/com/gps/hibernate/PasswordpolicyDAO.java 31 fieldCommentRequirement Required
69627 src/com/gps/hibernate/PasswordpolicyDAO.java 32 fieldCommentRequirement Required
69628 src/com/gps/hibernate/PasswordpolicyDAO.java 33 fieldCommentRequirement Required
69629 src/com/gps/hibernate/PasswordpolicyDAO.java 34 fieldCommentRequirement Required
69630 src/com/gps/hibernate/PasswordpolicyDAO.java 35 fieldCommentRequirement Required
69631 src/com/gps/hibernate/PasswordpolicyDAO.java 36 Avoid excessively long variable names like ALLOW_DICTIONARY_WORDS
69632 src/com/gps/hibernate/PasswordpolicyDAO.java 36 fieldCommentRequirement Required
69633 src/com/gps/hibernate/PasswordpolicyDAO.java 37 fieldCommentRequirement Required
69634 src/com/gps/hibernate/PasswordpolicyDAO.java 38 fieldCommentRequirement Required
69635 src/com/gps/hibernate/PasswordpolicyDAO.java 39 fieldCommentRequirement Required
69636 src/com/gps/hibernate/PasswordpolicyDAO.java 40 fieldCommentRequirement Required
69637 src/com/gps/hibernate/PasswordpolicyDAO.java 41 fieldCommentRequirement Required
69638 src/com/gps/hibernate/PasswordpolicyDAO.java 42 fieldCommentRequirement Required
69639 src/com/gps/hibernate/PasswordpolicyDAO.java 43 fieldCommentRequirement Required
69640 src/com/gps/hibernate/PasswordpolicyDAO.java 44 fieldCommentRequirement Required
69641 src/com/gps/hibernate/PasswordpolicyDAO.java 45 fieldCommentRequirement Required
69642 src/com/gps/hibernate/PasswordpolicyDAO.java 46 fieldCommentRequirement Required
69643 src/com/gps/hibernate/PasswordpolicyDAO.java 47 fieldCommentRequirement Required
69644 src/com/gps/hibernate/PasswordpolicyDAO.java 48 Avoid excessively long variable names like RESET_FAILURE_COUNT
69645 src/com/gps/hibernate/PasswordpolicyDAO.java 48 fieldCommentRequirement Required
69646 src/com/gps/hibernate/PasswordpolicyDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
69647 src/com/gps/hibernate/PasswordpolicyDAO.java 50 publicMethodCommentRequirement Required
69648 src/com/gps/hibernate/PasswordpolicyDAO.java 51 There is log block not surrounded by if
69649 src/com/gps/hibernate/PasswordpolicyDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69650 src/com/gps/hibernate/PasswordpolicyDAO.java 53 Potential violation of Law of Demeter (method chain calls)
69651 src/com/gps/hibernate/PasswordpolicyDAO.java 54 There is log block not surrounded by if
69652 src/com/gps/hibernate/PasswordpolicyDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69653 src/com/gps/hibernate/PasswordpolicyDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69654 src/com/gps/hibernate/PasswordpolicyDAO.java 56 There is log block not surrounded by if
69655 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Avoid excessively long variable names like persistentInstance
69656 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
69657 src/com/gps/hibernate/PasswordpolicyDAO.java 61 publicMethodCommentRequirement Required
69658 src/com/gps/hibernate/PasswordpolicyDAO.java 62 There is log block not surrounded by if
69659 src/com/gps/hibernate/PasswordpolicyDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69660 src/com/gps/hibernate/PasswordpolicyDAO.java 64 Potential violation of Law of Demeter (method chain calls)
69661 src/com/gps/hibernate/PasswordpolicyDAO.java 65 There is log block not surrounded by if
69662 src/com/gps/hibernate/PasswordpolicyDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69663 src/com/gps/hibernate/PasswordpolicyDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69664 src/com/gps/hibernate/PasswordpolicyDAO.java 67 There is log block not surrounded by if
69665 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Avoid variables with short names like id
69666 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Parameter 'id' is not assigned and could be declared final
69667 src/com/gps/hibernate/PasswordpolicyDAO.java 72 publicMethodCommentRequirement Required
69668 src/com/gps/hibernate/PasswordpolicyDAO.java 73 There is log block not surrounded by if
69669 src/com/gps/hibernate/PasswordpolicyDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69670 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Local variable 'instance' could be declared final
69671 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Potential violation of Law of Demeter (method chain calls)
69672 src/com/gps/hibernate/PasswordpolicyDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69673 src/com/gps/hibernate/PasswordpolicyDAO.java 79 There is log block not surrounded by if
69674 src/com/gps/hibernate/PasswordpolicyDAO.java 84 Parameter 'instance' is not assigned and could be declared final
69675 src/com/gps/hibernate/PasswordpolicyDAO.java 84 publicMethodCommentRequirement Required
69676 src/com/gps/hibernate/PasswordpolicyDAO.java 85 There is log block not surrounded by if
69677 src/com/gps/hibernate/PasswordpolicyDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69678 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Local variable 'results' could be declared final
69679 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
69680 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
69681 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
69682 src/com/gps/hibernate/PasswordpolicyDAO.java 90 There is log block not surrounded by if
69683 src/com/gps/hibernate/PasswordpolicyDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69684 src/com/gps/hibernate/PasswordpolicyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
69685 src/com/gps/hibernate/PasswordpolicyDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69686 src/com/gps/hibernate/PasswordpolicyDAO.java 94 There is log block not surrounded by if
69687 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
69688 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'value' is not assigned and could be declared final
69689 src/com/gps/hibernate/PasswordpolicyDAO.java 99 publicMethodCommentRequirement Required
69690 src/com/gps/hibernate/PasswordpolicyDAO.java 100 There is log block not surrounded by if
69691 src/com/gps/hibernate/PasswordpolicyDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69692 src/com/gps/hibernate/PasswordpolicyDAO.java 103 Local variable 'queryString' could be declared final
69693 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Local variable 'queryObject' could be declared final
69694 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Potential violation of Law of Demeter (method chain calls)
69695 src/com/gps/hibernate/PasswordpolicyDAO.java 106 Potential violation of Law of Demeter (object not created locally)
69696 src/com/gps/hibernate/PasswordpolicyDAO.java 107 Potential violation of Law of Demeter (object not created locally)
69697 src/com/gps/hibernate/PasswordpolicyDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69698 src/com/gps/hibernate/PasswordpolicyDAO.java 109 There is log block not surrounded by if
69699 src/com/gps/hibernate/PasswordpolicyDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
69700 src/com/gps/hibernate/PasswordpolicyDAO.java 114 publicMethodCommentRequirement Required
69701 src/com/gps/hibernate/PasswordpolicyDAO.java 118 Parameter 'userId' is not assigned and could be declared final
69702 src/com/gps/hibernate/PasswordpolicyDAO.java 118 publicMethodCommentRequirement Required
69703 src/com/gps/hibernate/PasswordpolicyDAO.java 122 Parameter 'userName' is not assigned and could be declared final
69704 src/com/gps/hibernate/PasswordpolicyDAO.java 122 publicMethodCommentRequirement Required
69705 src/com/gps/hibernate/PasswordpolicyDAO.java 126 Parameter 'defaultPolicy' is not assigned and could be declared final
69706 src/com/gps/hibernate/PasswordpolicyDAO.java 126 publicMethodCommentRequirement Required
69707 src/com/gps/hibernate/PasswordpolicyDAO.java 130 Parameter 'name' is not assigned and could be declared final
69708 src/com/gps/hibernate/PasswordpolicyDAO.java 130 publicMethodCommentRequirement Required
69709 src/com/gps/hibernate/PasswordpolicyDAO.java 134 Parameter 'description' is not assigned and could be declared final
69710 src/com/gps/hibernate/PasswordpolicyDAO.java 134 publicMethodCommentRequirement Required
69711 src/com/gps/hibernate/PasswordpolicyDAO.java 138 Parameter 'changeable' is not assigned and could be declared final
69712 src/com/gps/hibernate/PasswordpolicyDAO.java 138 publicMethodCommentRequirement Required
69713 src/com/gps/hibernate/PasswordpolicyDAO.java 142 Parameter 'changeRequired' is not assigned and could be declared final
69714 src/com/gps/hibernate/PasswordpolicyDAO.java 142 publicMethodCommentRequirement Required
69715 src/com/gps/hibernate/PasswordpolicyDAO.java 146 Parameter 'minAge' is not assigned and could be declared final
69716 src/com/gps/hibernate/PasswordpolicyDAO.java 146 publicMethodCommentRequirement Required
69717 src/com/gps/hibernate/PasswordpolicyDAO.java 150 Parameter 'checkSyntax' is not assigned and could be declared final
69718 src/com/gps/hibernate/PasswordpolicyDAO.java 150 publicMethodCommentRequirement Required
69719 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Avoid excessively long variable names like allowDictionaryWords
69720 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Parameter 'allowDictionaryWords' is not assigned and could be declared final
69721 src/com/gps/hibernate/PasswordpolicyDAO.java 154 publicMethodCommentRequirement Required
69722 src/com/gps/hibernate/PasswordpolicyDAO.java 158 Parameter 'minLength' is not assigned and could be declared final
69723 src/com/gps/hibernate/PasswordpolicyDAO.java 158 publicMethodCommentRequirement Required
69724 src/com/gps/hibernate/PasswordpolicyDAO.java 162 Parameter 'history' is not assigned and could be declared final
69725 src/com/gps/hibernate/PasswordpolicyDAO.java 162 publicMethodCommentRequirement Required
69726 src/com/gps/hibernate/PasswordpolicyDAO.java 166 Parameter 'historyCount' is not assigned and could be declared final
69727 src/com/gps/hibernate/PasswordpolicyDAO.java 166 publicMethodCommentRequirement Required
69728 src/com/gps/hibernate/PasswordpolicyDAO.java 170 Parameter 'expireable' is not assigned and could be declared final
69729 src/com/gps/hibernate/PasswordpolicyDAO.java 170 publicMethodCommentRequirement Required
69730 src/com/gps/hibernate/PasswordpolicyDAO.java 174 Parameter 'maxAge' is not assigned and could be declared final
69731 src/com/gps/hibernate/PasswordpolicyDAO.java 174 publicMethodCommentRequirement Required
69732 src/com/gps/hibernate/PasswordpolicyDAO.java 178 Parameter 'warningTime' is not assigned and could be declared final
69733 src/com/gps/hibernate/PasswordpolicyDAO.java 178 publicMethodCommentRequirement Required
69734 src/com/gps/hibernate/PasswordpolicyDAO.java 182 Parameter 'graceLimit' is not assigned and could be declared final
69735 src/com/gps/hibernate/PasswordpolicyDAO.java 182 publicMethodCommentRequirement Required
69736 src/com/gps/hibernate/PasswordpolicyDAO.java 186 Parameter 'lockout' is not assigned and could be declared final
69737 src/com/gps/hibernate/PasswordpolicyDAO.java 186 publicMethodCommentRequirement Required
69738 src/com/gps/hibernate/PasswordpolicyDAO.java 190 Parameter 'maxFailure' is not assigned and could be declared final
69739 src/com/gps/hibernate/PasswordpolicyDAO.java 190 publicMethodCommentRequirement Required
69740 src/com/gps/hibernate/PasswordpolicyDAO.java 194 Parameter 'lockoutDuration' is not assigned and could be declared final
69741 src/com/gps/hibernate/PasswordpolicyDAO.java 194 publicMethodCommentRequirement Required
69742 src/com/gps/hibernate/PasswordpolicyDAO.java 198 Parameter 'requireUnlock' is not assigned and could be declared final
69743 src/com/gps/hibernate/PasswordpolicyDAO.java 198 publicMethodCommentRequirement Required
69744 src/com/gps/hibernate/PasswordpolicyDAO.java 202 Parameter 'resetFailureCount' is not assigned and could be declared final
69745 src/com/gps/hibernate/PasswordpolicyDAO.java 202 publicMethodCommentRequirement Required
69746 src/com/gps/hibernate/PasswordpolicyDAO.java 206 publicMethodCommentRequirement Required
69747 src/com/gps/hibernate/PasswordpolicyDAO.java 207 There is log block not surrounded by if
69748 src/com/gps/hibernate/PasswordpolicyDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69749 src/com/gps/hibernate/PasswordpolicyDAO.java 209 Local variable 'queryString' could be declared final
69750 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Local variable 'queryObject' could be declared final
69751 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Potential violation of Law of Demeter (method chain calls)
69752 src/com/gps/hibernate/PasswordpolicyDAO.java 211 Potential violation of Law of Demeter (object not created locally)
69753 src/com/gps/hibernate/PasswordpolicyDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69754 src/com/gps/hibernate/PasswordpolicyDAO.java 213 There is log block not surrounded by if
69755 src/com/gps/hibernate/PasswordpolicyDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
69756 src/com/gps/hibernate/PasswordpolicyDAO.java 218 publicMethodCommentRequirement Required
69757 src/com/gps/hibernate/PasswordpolicyDAO.java 219 There is log block not surrounded by if
69758 src/com/gps/hibernate/PasswordpolicyDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69759 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Local variable 'result' could be declared final
69760 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Potential violation of Law of Demeter (method chain calls)
69761 src/com/gps/hibernate/PasswordpolicyDAO.java 223 There is log block not surrounded by if
69762 src/com/gps/hibernate/PasswordpolicyDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69763 src/com/gps/hibernate/PasswordpolicyDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69764 src/com/gps/hibernate/PasswordpolicyDAO.java 226 There is log block not surrounded by if
69765 src/com/gps/hibernate/PasswordpolicyDAO.java 231 Parameter 'instance' is not assigned and could be declared final
69766 src/com/gps/hibernate/PasswordpolicyDAO.java 231 publicMethodCommentRequirement Required
69767 src/com/gps/hibernate/PasswordpolicyDAO.java 232 There is log block not surrounded by if
69768 src/com/gps/hibernate/PasswordpolicyDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69769 src/com/gps/hibernate/PasswordpolicyDAO.java 234 Potential violation of Law of Demeter (method chain calls)
69770 src/com/gps/hibernate/PasswordpolicyDAO.java 235 There is log block not surrounded by if
69771 src/com/gps/hibernate/PasswordpolicyDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69772 src/com/gps/hibernate/PasswordpolicyDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69773 src/com/gps/hibernate/PasswordpolicyDAO.java 237 There is log block not surrounded by if
69774 src/com/gps/hibernate/PasswordpolicyDAO.java 242 Parameter 'instance' is not assigned and could be declared final
69775 src/com/gps/hibernate/PasswordpolicyDAO.java 242 publicMethodCommentRequirement Required
69776 src/com/gps/hibernate/PasswordpolicyDAO.java 243 There is log block not surrounded by if
69777 src/com/gps/hibernate/PasswordpolicyDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69778 src/com/gps/hibernate/PasswordpolicyDAO.java 245 Potential violation of Law of Demeter (method chain calls)
69779 src/com/gps/hibernate/PasswordpolicyDAO.java 246 There is log block not surrounded by if
69780 src/com/gps/hibernate/PasswordpolicyDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69781 src/com/gps/hibernate/PasswordpolicyDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69782 src/com/gps/hibernate/PasswordpolicyDAO.java 248 There is log block not surrounded by if
69783 src/com/gps/hibernate/Passwordpolicyrel.java 9 Classes implementing Serializable should set a serialVersionUID
69784 src/com/gps/hibernate/Passwordpolicyrel.java 13 Avoid excessively long variable names like passwordPolicyRelId
69785 src/com/gps/hibernate/Passwordpolicyrel.java 13 fieldCommentRequirement Required
69786 src/com/gps/hibernate/Passwordpolicyrel.java 14 fieldCommentRequirement Required
69787 src/com/gps/hibernate/Passwordpolicyrel.java 15 fieldCommentRequirement Required
69788 src/com/gps/hibernate/Passwordpolicyrel.java 16 fieldCommentRequirement Required
69789 src/com/gps/hibernate/Passwordpolicyrel.java 21 Document empty constructor
69790 src/com/gps/hibernate/Passwordpolicyrel.java 25 Avoid excessively long variable names like passwordPolicyRelId
69791 src/com/gps/hibernate/Passwordpolicyrel.java 25 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
69792 src/com/gps/hibernate/Passwordpolicyrel.java 30 Avoid excessively long variable names like passwordPolicyRelId
69793 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyId' is not assigned and could be declared final
69794 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
69795 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classNameId' is not assigned and could be declared final
69796 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classPk' is not assigned and could be declared final
69797 src/com/gps/hibernate/Passwordpolicyrel.java 40 publicMethodCommentRequirement Required
69798 src/com/gps/hibernate/Passwordpolicyrel.java 44 Avoid excessively long variable names like passwordPolicyRelId
69799 src/com/gps/hibernate/Passwordpolicyrel.java 44 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
69800 src/com/gps/hibernate/Passwordpolicyrel.java 44 publicMethodCommentRequirement Required
69801 src/com/gps/hibernate/Passwordpolicyrel.java 48 publicMethodCommentRequirement Required
69802 src/com/gps/hibernate/Passwordpolicyrel.java 52 Parameter 'passwordPolicyId' is not assigned and could be declared final
69803 src/com/gps/hibernate/Passwordpolicyrel.java 52 publicMethodCommentRequirement Required
69804 src/com/gps/hibernate/Passwordpolicyrel.java 56 publicMethodCommentRequirement Required
69805 src/com/gps/hibernate/Passwordpolicyrel.java 60 Parameter 'classNameId' is not assigned and could be declared final
69806 src/com/gps/hibernate/Passwordpolicyrel.java 60 publicMethodCommentRequirement Required
69807 src/com/gps/hibernate/Passwordpolicyrel.java 64 publicMethodCommentRequirement Required
69808 src/com/gps/hibernate/Passwordpolicyrel.java 68 Parameter 'classPk' is not assigned and could be declared final
69809 src/com/gps/hibernate/Passwordpolicyrel.java 68 publicMethodCommentRequirement Required
69810 src/com/gps/hibernate/PasswordpolicyrelDAO.java 10 Comment is too large: Too many lines
69811 src/com/gps/hibernate/PasswordpolicyrelDAO.java 22 This class has too many methods, consider refactoring it.
69812 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Logger should be defined private static final and have the correct class
69813 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
69814 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 fieldCommentRequirement Required
69815 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 Avoid excessively long variable names like PASSWORD_POLICY_ID
69816 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 fieldCommentRequirement Required
69817 src/com/gps/hibernate/PasswordpolicyrelDAO.java 27 fieldCommentRequirement Required
69818 src/com/gps/hibernate/PasswordpolicyrelDAO.java 28 fieldCommentRequirement Required
69819 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
69820 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 publicMethodCommentRequirement Required
69821 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 There is log block not surrounded by if
69822 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69823 src/com/gps/hibernate/PasswordpolicyrelDAO.java 33 Potential violation of Law of Demeter (method chain calls)
69824 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 There is log block not surrounded by if
69825 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69826 src/com/gps/hibernate/PasswordpolicyrelDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69827 src/com/gps/hibernate/PasswordpolicyrelDAO.java 36 There is log block not surrounded by if
69828 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Avoid excessively long variable names like persistentInstance
69829 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
69830 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 publicMethodCommentRequirement Required
69831 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 There is log block not surrounded by if
69832 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69833 src/com/gps/hibernate/PasswordpolicyrelDAO.java 44 Potential violation of Law of Demeter (method chain calls)
69834 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 There is log block not surrounded by if
69835 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69836 src/com/gps/hibernate/PasswordpolicyrelDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69837 src/com/gps/hibernate/PasswordpolicyrelDAO.java 47 There is log block not surrounded by if
69838 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Avoid variables with short names like id
69839 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Parameter 'id' is not assigned and could be declared final
69840 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 publicMethodCommentRequirement Required
69841 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 There is log block not surrounded by if
69842 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69843 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Local variable 'instance' could be declared final
69844 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Potential violation of Law of Demeter (method chain calls)
69845 src/com/gps/hibernate/PasswordpolicyrelDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69846 src/com/gps/hibernate/PasswordpolicyrelDAO.java 59 There is log block not surrounded by if
69847 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 Parameter 'instance' is not assigned and could be declared final
69848 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 publicMethodCommentRequirement Required
69849 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 There is log block not surrounded by if
69850 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69851 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Local variable 'results' could be declared final
69852 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
69853 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
69854 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
69855 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 There is log block not surrounded by if
69856 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69857 src/com/gps/hibernate/PasswordpolicyrelDAO.java 71 Potential violation of Law of Demeter (object not created locally)
69858 src/com/gps/hibernate/PasswordpolicyrelDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69859 src/com/gps/hibernate/PasswordpolicyrelDAO.java 74 There is log block not surrounded by if
69860 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
69861 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'value' is not assigned and could be declared final
69862 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 publicMethodCommentRequirement Required
69863 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 There is log block not surrounded by if
69864 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69865 src/com/gps/hibernate/PasswordpolicyrelDAO.java 83 Local variable 'queryString' could be declared final
69866 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Local variable 'queryObject' could be declared final
69867 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Potential violation of Law of Demeter (method chain calls)
69868 src/com/gps/hibernate/PasswordpolicyrelDAO.java 86 Potential violation of Law of Demeter (object not created locally)
69869 src/com/gps/hibernate/PasswordpolicyrelDAO.java 87 Potential violation of Law of Demeter (object not created locally)
69870 src/com/gps/hibernate/PasswordpolicyrelDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69871 src/com/gps/hibernate/PasswordpolicyrelDAO.java 89 There is log block not surrounded by if
69872 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 Parameter 'passwordPolicyId' is not assigned and could be declared final
69873 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 publicMethodCommentRequirement Required
69874 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 Parameter 'classNameId' is not assigned and could be declared final
69875 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 publicMethodCommentRequirement Required
69876 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 Parameter 'classPk' is not assigned and could be declared final
69877 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 publicMethodCommentRequirement Required
69878 src/com/gps/hibernate/PasswordpolicyrelDAO.java 106 publicMethodCommentRequirement Required
69879 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 There is log block not surrounded by if
69880 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69881 src/com/gps/hibernate/PasswordpolicyrelDAO.java 109 Local variable 'queryString' could be declared final
69882 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Local variable 'queryObject' could be declared final
69883 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Potential violation of Law of Demeter (method chain calls)
69884 src/com/gps/hibernate/PasswordpolicyrelDAO.java 111 Potential violation of Law of Demeter (object not created locally)
69885 src/com/gps/hibernate/PasswordpolicyrelDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69886 src/com/gps/hibernate/PasswordpolicyrelDAO.java 113 There is log block not surrounded by if
69887 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
69888 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 publicMethodCommentRequirement Required
69889 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 There is log block not surrounded by if
69890 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69891 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Local variable 'result' could be declared final
69892 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Potential violation of Law of Demeter (method chain calls)
69893 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 There is log block not surrounded by if
69894 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69895 src/com/gps/hibernate/PasswordpolicyrelDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69896 src/com/gps/hibernate/PasswordpolicyrelDAO.java 126 There is log block not surrounded by if
69897 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 Parameter 'instance' is not assigned and could be declared final
69898 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 publicMethodCommentRequirement Required
69899 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 There is log block not surrounded by if
69900 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69901 src/com/gps/hibernate/PasswordpolicyrelDAO.java 134 Potential violation of Law of Demeter (method chain calls)
69902 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 There is log block not surrounded by if
69903 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69904 src/com/gps/hibernate/PasswordpolicyrelDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69905 src/com/gps/hibernate/PasswordpolicyrelDAO.java 137 There is log block not surrounded by if
69906 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 Parameter 'instance' is not assigned and could be declared final
69907 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 publicMethodCommentRequirement Required
69908 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 There is log block not surrounded by if
69909 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69910 src/com/gps/hibernate/PasswordpolicyrelDAO.java 145 Potential violation of Law of Demeter (method chain calls)
69911 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 There is log block not surrounded by if
69912 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69913 src/com/gps/hibernate/PasswordpolicyrelDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69914 src/com/gps/hibernate/PasswordpolicyrelDAO.java 148 There is log block not surrounded by if
69915 src/com/gps/hibernate/Passwordtracker.java 11 Classes implementing Serializable should set a serialVersionUID
69916 src/com/gps/hibernate/Passwordtracker.java 15 fieldCommentRequirement Required
69917 src/com/gps/hibernate/Passwordtracker.java 16 fieldCommentRequirement Required
69918 src/com/gps/hibernate/Passwordtracker.java 17 fieldCommentRequirement Required
69919 src/com/gps/hibernate/Passwordtracker.java 18 fieldCommentRequirement Required
69920 src/com/gps/hibernate/Passwordtracker.java 23 Document empty constructor
69921 src/com/gps/hibernate/Passwordtracker.java 27 Parameter 'passwordTrackerId' is not assigned and could be declared final
69922 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'passwordTrackerId' is not assigned and could be declared final
69923 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'userId' is not assigned and could be declared final
69924 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'createDate' is not assigned and could be declared final
69925 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'password' is not assigned and could be declared final
69926 src/com/gps/hibernate/Passwordtracker.java 42 publicMethodCommentRequirement Required
69927 src/com/gps/hibernate/Passwordtracker.java 46 Parameter 'passwordTrackerId' is not assigned and could be declared final
69928 src/com/gps/hibernate/Passwordtracker.java 46 publicMethodCommentRequirement Required
69929 src/com/gps/hibernate/Passwordtracker.java 50 publicMethodCommentRequirement Required
69930 src/com/gps/hibernate/Passwordtracker.java 54 Parameter 'userId' is not assigned and could be declared final
69931 src/com/gps/hibernate/Passwordtracker.java 54 publicMethodCommentRequirement Required
69932 src/com/gps/hibernate/Passwordtracker.java 58 publicMethodCommentRequirement Required
69933 src/com/gps/hibernate/Passwordtracker.java 62 Parameter 'createDate' is not assigned and could be declared final
69934 src/com/gps/hibernate/Passwordtracker.java 62 publicMethodCommentRequirement Required
69935 src/com/gps/hibernate/Passwordtracker.java 66 publicMethodCommentRequirement Required
69936 src/com/gps/hibernate/Passwordtracker.java 70 Parameter 'password' is not assigned and could be declared final
69937 src/com/gps/hibernate/Passwordtracker.java 70 publicMethodCommentRequirement Required
69938 src/com/gps/hibernate/PasswordtrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
69939 src/com/gps/hibernate/PasswordtrackerDAO.java 11 Comment is too large: Too many lines
69940 src/com/gps/hibernate/PasswordtrackerDAO.java 23 This class has too many methods, consider refactoring it.
69941 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Logger should be defined private static final and have the correct class
69942 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
69943 src/com/gps/hibernate/PasswordtrackerDAO.java 24 fieldCommentRequirement Required
69944 src/com/gps/hibernate/PasswordtrackerDAO.java 26 fieldCommentRequirement Required
69945 src/com/gps/hibernate/PasswordtrackerDAO.java 27 fieldCommentRequirement Required
69946 src/com/gps/hibernate/PasswordtrackerDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
69947 src/com/gps/hibernate/PasswordtrackerDAO.java 29 publicMethodCommentRequirement Required
69948 src/com/gps/hibernate/PasswordtrackerDAO.java 30 There is log block not surrounded by if
69949 src/com/gps/hibernate/PasswordtrackerDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69950 src/com/gps/hibernate/PasswordtrackerDAO.java 32 Potential violation of Law of Demeter (method chain calls)
69951 src/com/gps/hibernate/PasswordtrackerDAO.java 33 There is log block not surrounded by if
69952 src/com/gps/hibernate/PasswordtrackerDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69953 src/com/gps/hibernate/PasswordtrackerDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69954 src/com/gps/hibernate/PasswordtrackerDAO.java 35 There is log block not surrounded by if
69955 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Avoid excessively long variable names like persistentInstance
69956 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
69957 src/com/gps/hibernate/PasswordtrackerDAO.java 40 publicMethodCommentRequirement Required
69958 src/com/gps/hibernate/PasswordtrackerDAO.java 41 There is log block not surrounded by if
69959 src/com/gps/hibernate/PasswordtrackerDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69960 src/com/gps/hibernate/PasswordtrackerDAO.java 43 Potential violation of Law of Demeter (method chain calls)
69961 src/com/gps/hibernate/PasswordtrackerDAO.java 44 There is log block not surrounded by if
69962 src/com/gps/hibernate/PasswordtrackerDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69963 src/com/gps/hibernate/PasswordtrackerDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69964 src/com/gps/hibernate/PasswordtrackerDAO.java 46 There is log block not surrounded by if
69965 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Avoid variables with short names like id
69966 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Parameter 'id' is not assigned and could be declared final
69967 src/com/gps/hibernate/PasswordtrackerDAO.java 51 publicMethodCommentRequirement Required
69968 src/com/gps/hibernate/PasswordtrackerDAO.java 52 There is log block not surrounded by if
69969 src/com/gps/hibernate/PasswordtrackerDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69970 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Local variable 'instance' could be declared final
69971 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Potential violation of Law of Demeter (method chain calls)
69972 src/com/gps/hibernate/PasswordtrackerDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69973 src/com/gps/hibernate/PasswordtrackerDAO.java 58 There is log block not surrounded by if
69974 src/com/gps/hibernate/PasswordtrackerDAO.java 63 Parameter 'instance' is not assigned and could be declared final
69975 src/com/gps/hibernate/PasswordtrackerDAO.java 63 publicMethodCommentRequirement Required
69976 src/com/gps/hibernate/PasswordtrackerDAO.java 64 There is log block not surrounded by if
69977 src/com/gps/hibernate/PasswordtrackerDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69978 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Local variable 'results' could be declared final
69979 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
69980 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
69981 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
69982 src/com/gps/hibernate/PasswordtrackerDAO.java 69 There is log block not surrounded by if
69983 src/com/gps/hibernate/PasswordtrackerDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69984 src/com/gps/hibernate/PasswordtrackerDAO.java 70 Potential violation of Law of Demeter (object not created locally)
69985 src/com/gps/hibernate/PasswordtrackerDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69986 src/com/gps/hibernate/PasswordtrackerDAO.java 73 There is log block not surrounded by if
69987 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
69988 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'value' is not assigned and could be declared final
69989 src/com/gps/hibernate/PasswordtrackerDAO.java 78 publicMethodCommentRequirement Required
69990 src/com/gps/hibernate/PasswordtrackerDAO.java 79 There is log block not surrounded by if
69991 src/com/gps/hibernate/PasswordtrackerDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
69992 src/com/gps/hibernate/PasswordtrackerDAO.java 82 Local variable 'queryString' could be declared final
69993 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Local variable 'queryObject' could be declared final
69994 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Potential violation of Law of Demeter (method chain calls)
69995 src/com/gps/hibernate/PasswordtrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
69996 src/com/gps/hibernate/PasswordtrackerDAO.java 86 Potential violation of Law of Demeter (object not created locally)
69997 src/com/gps/hibernate/PasswordtrackerDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
69998 src/com/gps/hibernate/PasswordtrackerDAO.java 88 There is log block not surrounded by if
69999 src/com/gps/hibernate/PasswordtrackerDAO.java 93 Parameter 'userId' is not assigned and could be declared final
70000 src/com/gps/hibernate/PasswordtrackerDAO.java 93 publicMethodCommentRequirement Required
70001 src/com/gps/hibernate/PasswordtrackerDAO.java 97 Parameter 'password' is not assigned and could be declared final
70002 src/com/gps/hibernate/PasswordtrackerDAO.java 97 publicMethodCommentRequirement Required
70003 src/com/gps/hibernate/PasswordtrackerDAO.java 101 publicMethodCommentRequirement Required
70004 src/com/gps/hibernate/PasswordtrackerDAO.java 102 There is log block not surrounded by if
70005 src/com/gps/hibernate/PasswordtrackerDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70006 src/com/gps/hibernate/PasswordtrackerDAO.java 104 Local variable 'queryString' could be declared final
70007 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Local variable 'queryObject' could be declared final
70008 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Potential violation of Law of Demeter (method chain calls)
70009 src/com/gps/hibernate/PasswordtrackerDAO.java 106 Potential violation of Law of Demeter (object not created locally)
70010 src/com/gps/hibernate/PasswordtrackerDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70011 src/com/gps/hibernate/PasswordtrackerDAO.java 108 There is log block not surrounded by if
70012 src/com/gps/hibernate/PasswordtrackerDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
70013 src/com/gps/hibernate/PasswordtrackerDAO.java 113 publicMethodCommentRequirement Required
70014 src/com/gps/hibernate/PasswordtrackerDAO.java 114 There is log block not surrounded by if
70015 src/com/gps/hibernate/PasswordtrackerDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70016 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Local variable 'result' could be declared final
70017 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Potential violation of Law of Demeter (method chain calls)
70018 src/com/gps/hibernate/PasswordtrackerDAO.java 118 There is log block not surrounded by if
70019 src/com/gps/hibernate/PasswordtrackerDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70020 src/com/gps/hibernate/PasswordtrackerDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70021 src/com/gps/hibernate/PasswordtrackerDAO.java 121 There is log block not surrounded by if
70022 src/com/gps/hibernate/PasswordtrackerDAO.java 126 Parameter 'instance' is not assigned and could be declared final
70023 src/com/gps/hibernate/PasswordtrackerDAO.java 126 publicMethodCommentRequirement Required
70024 src/com/gps/hibernate/PasswordtrackerDAO.java 127 There is log block not surrounded by if
70025 src/com/gps/hibernate/PasswordtrackerDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70026 src/com/gps/hibernate/PasswordtrackerDAO.java 129 Potential violation of Law of Demeter (method chain calls)
70027 src/com/gps/hibernate/PasswordtrackerDAO.java 130 There is log block not surrounded by if
70028 src/com/gps/hibernate/PasswordtrackerDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70029 src/com/gps/hibernate/PasswordtrackerDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70030 src/com/gps/hibernate/PasswordtrackerDAO.java 132 There is log block not surrounded by if
70031 src/com/gps/hibernate/PasswordtrackerDAO.java 137 Parameter 'instance' is not assigned and could be declared final
70032 src/com/gps/hibernate/PasswordtrackerDAO.java 137 publicMethodCommentRequirement Required
70033 src/com/gps/hibernate/PasswordtrackerDAO.java 138 There is log block not surrounded by if
70034 src/com/gps/hibernate/PasswordtrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70035 src/com/gps/hibernate/PasswordtrackerDAO.java 140 Potential violation of Law of Demeter (method chain calls)
70036 src/com/gps/hibernate/PasswordtrackerDAO.java 141 There is log block not surrounded by if
70037 src/com/gps/hibernate/PasswordtrackerDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70038 src/com/gps/hibernate/PasswordtrackerDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70039 src/com/gps/hibernate/PasswordtrackerDAO.java 143 There is log block not surrounded by if
70040 src/com/gps/hibernate/Permission.java 9 Classes implementing Serializable should set a serialVersionUID
70041 src/com/gps/hibernate/Permission.java 13 fieldCommentRequirement Required
70042 src/com/gps/hibernate/Permission.java 14 fieldCommentRequirement Required
70043 src/com/gps/hibernate/Permission.java 15 fieldCommentRequirement Required
70044 src/com/gps/hibernate/Permission.java 16 fieldCommentRequirement Required
70045 src/com/gps/hibernate/Permission.java 21 Document empty constructor
70046 src/com/gps/hibernate/Permission.java 25 Parameter 'permissionId' is not assigned and could be declared final
70047 src/com/gps/hibernate/Permission.java 30 Parameter 'actionId' is not assigned and could be declared final
70048 src/com/gps/hibernate/Permission.java 30 Parameter 'companyId' is not assigned and could be declared final
70049 src/com/gps/hibernate/Permission.java 30 Parameter 'permissionId' is not assigned and could be declared final
70050 src/com/gps/hibernate/Permission.java 31 Parameter 'resourceId' is not assigned and could be declared final
70051 src/com/gps/hibernate/Permission.java 40 publicMethodCommentRequirement Required
70052 src/com/gps/hibernate/Permission.java 44 Parameter 'permissionId' is not assigned and could be declared final
70053 src/com/gps/hibernate/Permission.java 44 publicMethodCommentRequirement Required
70054 src/com/gps/hibernate/Permission.java 48 publicMethodCommentRequirement Required
70055 src/com/gps/hibernate/Permission.java 52 Parameter 'companyId' is not assigned and could be declared final
70056 src/com/gps/hibernate/Permission.java 52 publicMethodCommentRequirement Required
70057 src/com/gps/hibernate/Permission.java 56 publicMethodCommentRequirement Required
70058 src/com/gps/hibernate/Permission.java 60 Parameter 'actionId' is not assigned and could be declared final
70059 src/com/gps/hibernate/Permission.java 60 publicMethodCommentRequirement Required
70060 src/com/gps/hibernate/Permission.java 64 publicMethodCommentRequirement Required
70061 src/com/gps/hibernate/Permission.java 68 Parameter 'resourceId' is not assigned and could be declared final
70062 src/com/gps/hibernate/Permission.java 68 publicMethodCommentRequirement Required
70063 src/com/gps/hibernate/PermissionDAO.java 10 Comment is too large: Too many lines
70064 src/com/gps/hibernate/PermissionDAO.java 22 This class has too many methods, consider refactoring it.
70065 src/com/gps/hibernate/PermissionDAO.java 23 Logger should be defined private static final and have the correct class
70066 src/com/gps/hibernate/PermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
70067 src/com/gps/hibernate/PermissionDAO.java 23 fieldCommentRequirement Required
70068 src/com/gps/hibernate/PermissionDAO.java 25 fieldCommentRequirement Required
70069 src/com/gps/hibernate/PermissionDAO.java 26 fieldCommentRequirement Required
70070 src/com/gps/hibernate/PermissionDAO.java 27 fieldCommentRequirement Required
70071 src/com/gps/hibernate/PermissionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
70072 src/com/gps/hibernate/PermissionDAO.java 29 publicMethodCommentRequirement Required
70073 src/com/gps/hibernate/PermissionDAO.java 30 There is log block not surrounded by if
70074 src/com/gps/hibernate/PermissionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70075 src/com/gps/hibernate/PermissionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
70076 src/com/gps/hibernate/PermissionDAO.java 33 There is log block not surrounded by if
70077 src/com/gps/hibernate/PermissionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70078 src/com/gps/hibernate/PermissionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70079 src/com/gps/hibernate/PermissionDAO.java 35 There is log block not surrounded by if
70080 src/com/gps/hibernate/PermissionDAO.java 40 Avoid excessively long variable names like persistentInstance
70081 src/com/gps/hibernate/PermissionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
70082 src/com/gps/hibernate/PermissionDAO.java 40 publicMethodCommentRequirement Required
70083 src/com/gps/hibernate/PermissionDAO.java 41 There is log block not surrounded by if
70084 src/com/gps/hibernate/PermissionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70085 src/com/gps/hibernate/PermissionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
70086 src/com/gps/hibernate/PermissionDAO.java 44 There is log block not surrounded by if
70087 src/com/gps/hibernate/PermissionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70088 src/com/gps/hibernate/PermissionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70089 src/com/gps/hibernate/PermissionDAO.java 46 There is log block not surrounded by if
70090 src/com/gps/hibernate/PermissionDAO.java 51 Avoid variables with short names like id
70091 src/com/gps/hibernate/PermissionDAO.java 51 Parameter 'id' is not assigned and could be declared final
70092 src/com/gps/hibernate/PermissionDAO.java 51 publicMethodCommentRequirement Required
70093 src/com/gps/hibernate/PermissionDAO.java 52 There is log block not surrounded by if
70094 src/com/gps/hibernate/PermissionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70095 src/com/gps/hibernate/PermissionDAO.java 54 Local variable 'instance' could be declared final
70096 src/com/gps/hibernate/PermissionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
70097 src/com/gps/hibernate/PermissionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70098 src/com/gps/hibernate/PermissionDAO.java 58 There is log block not surrounded by if
70099 src/com/gps/hibernate/PermissionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
70100 src/com/gps/hibernate/PermissionDAO.java 63 publicMethodCommentRequirement Required
70101 src/com/gps/hibernate/PermissionDAO.java 64 There is log block not surrounded by if
70102 src/com/gps/hibernate/PermissionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70103 src/com/gps/hibernate/PermissionDAO.java 66 Local variable 'results' could be declared final
70104 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
70105 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
70106 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
70107 src/com/gps/hibernate/PermissionDAO.java 69 There is log block not surrounded by if
70108 src/com/gps/hibernate/PermissionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70109 src/com/gps/hibernate/PermissionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
70110 src/com/gps/hibernate/PermissionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70111 src/com/gps/hibernate/PermissionDAO.java 73 There is log block not surrounded by if
70112 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
70113 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'value' is not assigned and could be declared final
70114 src/com/gps/hibernate/PermissionDAO.java 78 publicMethodCommentRequirement Required
70115 src/com/gps/hibernate/PermissionDAO.java 79 There is log block not surrounded by if
70116 src/com/gps/hibernate/PermissionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70117 src/com/gps/hibernate/PermissionDAO.java 82 Local variable 'queryString' could be declared final
70118 src/com/gps/hibernate/PermissionDAO.java 84 Local variable 'queryObject' could be declared final
70119 src/com/gps/hibernate/PermissionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
70120 src/com/gps/hibernate/PermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
70121 src/com/gps/hibernate/PermissionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
70122 src/com/gps/hibernate/PermissionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70123 src/com/gps/hibernate/PermissionDAO.java 88 There is log block not surrounded by if
70124 src/com/gps/hibernate/PermissionDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
70125 src/com/gps/hibernate/PermissionDAO.java 93 publicMethodCommentRequirement Required
70126 src/com/gps/hibernate/PermissionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
70127 src/com/gps/hibernate/PermissionDAO.java 97 publicMethodCommentRequirement Required
70128 src/com/gps/hibernate/PermissionDAO.java 101 Parameter 'resourceId' is not assigned and could be declared final
70129 src/com/gps/hibernate/PermissionDAO.java 101 publicMethodCommentRequirement Required
70130 src/com/gps/hibernate/PermissionDAO.java 105 publicMethodCommentRequirement Required
70131 src/com/gps/hibernate/PermissionDAO.java 106 There is log block not surrounded by if
70132 src/com/gps/hibernate/PermissionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70133 src/com/gps/hibernate/PermissionDAO.java 108 Local variable 'queryString' could be declared final
70134 src/com/gps/hibernate/PermissionDAO.java 109 Local variable 'queryObject' could be declared final
70135 src/com/gps/hibernate/PermissionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
70136 src/com/gps/hibernate/PermissionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
70137 src/com/gps/hibernate/PermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70138 src/com/gps/hibernate/PermissionDAO.java 112 There is log block not surrounded by if
70139 src/com/gps/hibernate/PermissionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
70140 src/com/gps/hibernate/PermissionDAO.java 117 publicMethodCommentRequirement Required
70141 src/com/gps/hibernate/PermissionDAO.java 118 There is log block not surrounded by if
70142 src/com/gps/hibernate/PermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70143 src/com/gps/hibernate/PermissionDAO.java 120 Local variable 'result' could be declared final
70144 src/com/gps/hibernate/PermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
70145 src/com/gps/hibernate/PermissionDAO.java 122 There is log block not surrounded by if
70146 src/com/gps/hibernate/PermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70147 src/com/gps/hibernate/PermissionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70148 src/com/gps/hibernate/PermissionDAO.java 125 There is log block not surrounded by if
70149 src/com/gps/hibernate/PermissionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
70150 src/com/gps/hibernate/PermissionDAO.java 130 publicMethodCommentRequirement Required
70151 src/com/gps/hibernate/PermissionDAO.java 131 There is log block not surrounded by if
70152 src/com/gps/hibernate/PermissionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70153 src/com/gps/hibernate/PermissionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
70154 src/com/gps/hibernate/PermissionDAO.java 134 There is log block not surrounded by if
70155 src/com/gps/hibernate/PermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70156 src/com/gps/hibernate/PermissionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70157 src/com/gps/hibernate/PermissionDAO.java 136 There is log block not surrounded by if
70158 src/com/gps/hibernate/PermissionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
70159 src/com/gps/hibernate/PermissionDAO.java 141 publicMethodCommentRequirement Required
70160 src/com/gps/hibernate/PermissionDAO.java 142 There is log block not surrounded by if
70161 src/com/gps/hibernate/PermissionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70162 src/com/gps/hibernate/PermissionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
70163 src/com/gps/hibernate/PermissionDAO.java 145 There is log block not surrounded by if
70164 src/com/gps/hibernate/PermissionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70165 src/com/gps/hibernate/PermissionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70166 src/com/gps/hibernate/PermissionDAO.java 147 There is log block not surrounded by if
70167 src/com/gps/hibernate/Phone.java 11 Classes implementing Serializable should set a serialVersionUID
70168 src/com/gps/hibernate/Phone.java 15 fieldCommentRequirement Required
70169 src/com/gps/hibernate/Phone.java 16 fieldCommentRequirement Required
70170 src/com/gps/hibernate/Phone.java 17 fieldCommentRequirement Required
70171 src/com/gps/hibernate/Phone.java 18 fieldCommentRequirement Required
70172 src/com/gps/hibernate/Phone.java 19 fieldCommentRequirement Required
70173 src/com/gps/hibernate/Phone.java 20 fieldCommentRequirement Required
70174 src/com/gps/hibernate/Phone.java 21 fieldCommentRequirement Required
70175 src/com/gps/hibernate/Phone.java 22 fieldCommentRequirement Required
70176 src/com/gps/hibernate/Phone.java 23 fieldCommentRequirement Required
70177 src/com/gps/hibernate/Phone.java 24 fieldCommentRequirement Required
70178 src/com/gps/hibernate/Phone.java 25 fieldCommentRequirement Required
70179 src/com/gps/hibernate/Phone.java 26 fieldCommentRequirement Required
70180 src/com/gps/hibernate/Phone.java 31 Document empty constructor
70181 src/com/gps/hibernate/Phone.java 35 Parameter 'phoneId' is not assigned and could be declared final
70182 src/com/gps/hibernate/Phone.java 40 Avoid long parameter lists.
70183 src/com/gps/hibernate/Phone.java 40 Parameter 'companyId' is not assigned and could be declared final
70184 src/com/gps/hibernate/Phone.java 40 Parameter 'phoneId' is not assigned and could be declared final
70185 src/com/gps/hibernate/Phone.java 40 Parameter 'userId' is not assigned and could be declared final
70186 src/com/gps/hibernate/Phone.java 40 Parameter 'userName' is not assigned and could be declared final
70187 src/com/gps/hibernate/Phone.java 41 Parameter 'classNameId' is not assigned and could be declared final
70188 src/com/gps/hibernate/Phone.java 41 Parameter 'classPk' is not assigned and could be declared final
70189 src/com/gps/hibernate/Phone.java 41 Parameter 'createDate' is not assigned and could be declared final
70190 src/com/gps/hibernate/Phone.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
70191 src/com/gps/hibernate/Phone.java 42 Parameter 'extension' is not assigned and could be declared final
70192 src/com/gps/hibernate/Phone.java 42 Parameter 'number' is not assigned and could be declared final
70193 src/com/gps/hibernate/Phone.java 42 Parameter 'primary' is not assigned and could be declared final
70194 src/com/gps/hibernate/Phone.java 42 Parameter 'typeId' is not assigned and could be declared final
70195 src/com/gps/hibernate/Phone.java 59 publicMethodCommentRequirement Required
70196 src/com/gps/hibernate/Phone.java 63 Parameter 'phoneId' is not assigned and could be declared final
70197 src/com/gps/hibernate/Phone.java 63 publicMethodCommentRequirement Required
70198 src/com/gps/hibernate/Phone.java 67 publicMethodCommentRequirement Required
70199 src/com/gps/hibernate/Phone.java 71 Parameter 'companyId' is not assigned and could be declared final
70200 src/com/gps/hibernate/Phone.java 71 publicMethodCommentRequirement Required
70201 src/com/gps/hibernate/Phone.java 75 publicMethodCommentRequirement Required
70202 src/com/gps/hibernate/Phone.java 79 Parameter 'userId' is not assigned and could be declared final
70203 src/com/gps/hibernate/Phone.java 79 publicMethodCommentRequirement Required
70204 src/com/gps/hibernate/Phone.java 83 publicMethodCommentRequirement Required
70205 src/com/gps/hibernate/Phone.java 87 Parameter 'userName' is not assigned and could be declared final
70206 src/com/gps/hibernate/Phone.java 87 publicMethodCommentRequirement Required
70207 src/com/gps/hibernate/Phone.java 91 publicMethodCommentRequirement Required
70208 src/com/gps/hibernate/Phone.java 95 Parameter 'createDate' is not assigned and could be declared final
70209 src/com/gps/hibernate/Phone.java 95 publicMethodCommentRequirement Required
70210 src/com/gps/hibernate/Phone.java 99 publicMethodCommentRequirement Required
70211 src/com/gps/hibernate/Phone.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
70212 src/com/gps/hibernate/Phone.java 103 publicMethodCommentRequirement Required
70213 src/com/gps/hibernate/Phone.java 107 publicMethodCommentRequirement Required
70214 src/com/gps/hibernate/Phone.java 111 Parameter 'classNameId' is not assigned and could be declared final
70215 src/com/gps/hibernate/Phone.java 111 publicMethodCommentRequirement Required
70216 src/com/gps/hibernate/Phone.java 115 publicMethodCommentRequirement Required
70217 src/com/gps/hibernate/Phone.java 119 Parameter 'classPk' is not assigned and could be declared final
70218 src/com/gps/hibernate/Phone.java 119 publicMethodCommentRequirement Required
70219 src/com/gps/hibernate/Phone.java 123 publicMethodCommentRequirement Required
70220 src/com/gps/hibernate/Phone.java 127 Parameter 'number' is not assigned and could be declared final
70221 src/com/gps/hibernate/Phone.java 127 publicMethodCommentRequirement Required
70222 src/com/gps/hibernate/Phone.java 131 publicMethodCommentRequirement Required
70223 src/com/gps/hibernate/Phone.java 135 Parameter 'extension' is not assigned and could be declared final
70224 src/com/gps/hibernate/Phone.java 135 publicMethodCommentRequirement Required
70225 src/com/gps/hibernate/Phone.java 139 publicMethodCommentRequirement Required
70226 src/com/gps/hibernate/Phone.java 143 Parameter 'typeId' is not assigned and could be declared final
70227 src/com/gps/hibernate/Phone.java 143 publicMethodCommentRequirement Required
70228 src/com/gps/hibernate/Phone.java 147 publicMethodCommentRequirement Required
70229 src/com/gps/hibernate/Phone.java 151 Parameter 'primary' is not assigned and could be declared final
70230 src/com/gps/hibernate/Phone.java 151 publicMethodCommentRequirement Required
70231 src/com/gps/hibernate/PhoneDAO.java 3 Avoid unused imports such as 'java.util.Date'
70232 src/com/gps/hibernate/PhoneDAO.java 11 Comment is too large: Too many lines
70233 src/com/gps/hibernate/PhoneDAO.java 23 This class has too many methods, consider refactoring it.
70234 src/com/gps/hibernate/PhoneDAO.java 24 Logger should be defined private static final and have the correct class
70235 src/com/gps/hibernate/PhoneDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
70236 src/com/gps/hibernate/PhoneDAO.java 24 fieldCommentRequirement Required
70237 src/com/gps/hibernate/PhoneDAO.java 26 fieldCommentRequirement Required
70238 src/com/gps/hibernate/PhoneDAO.java 27 fieldCommentRequirement Required
70239 src/com/gps/hibernate/PhoneDAO.java 28 fieldCommentRequirement Required
70240 src/com/gps/hibernate/PhoneDAO.java 29 fieldCommentRequirement Required
70241 src/com/gps/hibernate/PhoneDAO.java 30 fieldCommentRequirement Required
70242 src/com/gps/hibernate/PhoneDAO.java 31 fieldCommentRequirement Required
70243 src/com/gps/hibernate/PhoneDAO.java 32 fieldCommentRequirement Required
70244 src/com/gps/hibernate/PhoneDAO.java 33 fieldCommentRequirement Required
70245 src/com/gps/hibernate/PhoneDAO.java 34 fieldCommentRequirement Required
70246 src/com/gps/hibernate/PhoneDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
70247 src/com/gps/hibernate/PhoneDAO.java 36 publicMethodCommentRequirement Required
70248 src/com/gps/hibernate/PhoneDAO.java 37 There is log block not surrounded by if
70249 src/com/gps/hibernate/PhoneDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70250 src/com/gps/hibernate/PhoneDAO.java 39 Potential violation of Law of Demeter (method chain calls)
70251 src/com/gps/hibernate/PhoneDAO.java 40 There is log block not surrounded by if
70252 src/com/gps/hibernate/PhoneDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70253 src/com/gps/hibernate/PhoneDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70254 src/com/gps/hibernate/PhoneDAO.java 42 There is log block not surrounded by if
70255 src/com/gps/hibernate/PhoneDAO.java 47 Avoid excessively long variable names like persistentInstance
70256 src/com/gps/hibernate/PhoneDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
70257 src/com/gps/hibernate/PhoneDAO.java 47 publicMethodCommentRequirement Required
70258 src/com/gps/hibernate/PhoneDAO.java 48 There is log block not surrounded by if
70259 src/com/gps/hibernate/PhoneDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70260 src/com/gps/hibernate/PhoneDAO.java 50 Potential violation of Law of Demeter (method chain calls)
70261 src/com/gps/hibernate/PhoneDAO.java 51 There is log block not surrounded by if
70262 src/com/gps/hibernate/PhoneDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70263 src/com/gps/hibernate/PhoneDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70264 src/com/gps/hibernate/PhoneDAO.java 53 There is log block not surrounded by if
70265 src/com/gps/hibernate/PhoneDAO.java 58 Avoid variables with short names like id
70266 src/com/gps/hibernate/PhoneDAO.java 58 Parameter 'id' is not assigned and could be declared final
70267 src/com/gps/hibernate/PhoneDAO.java 58 publicMethodCommentRequirement Required
70268 src/com/gps/hibernate/PhoneDAO.java 59 There is log block not surrounded by if
70269 src/com/gps/hibernate/PhoneDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70270 src/com/gps/hibernate/PhoneDAO.java 61 Local variable 'instance' could be declared final
70271 src/com/gps/hibernate/PhoneDAO.java 61 Potential violation of Law of Demeter (method chain calls)
70272 src/com/gps/hibernate/PhoneDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70273 src/com/gps/hibernate/PhoneDAO.java 65 There is log block not surrounded by if
70274 src/com/gps/hibernate/PhoneDAO.java 70 Parameter 'instance' is not assigned and could be declared final
70275 src/com/gps/hibernate/PhoneDAO.java 70 publicMethodCommentRequirement Required
70276 src/com/gps/hibernate/PhoneDAO.java 71 There is log block not surrounded by if
70277 src/com/gps/hibernate/PhoneDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70278 src/com/gps/hibernate/PhoneDAO.java 73 Local variable 'results' could be declared final
70279 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
70280 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
70281 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
70282 src/com/gps/hibernate/PhoneDAO.java 76 There is log block not surrounded by if
70283 src/com/gps/hibernate/PhoneDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70284 src/com/gps/hibernate/PhoneDAO.java 77 Potential violation of Law of Demeter (object not created locally)
70285 src/com/gps/hibernate/PhoneDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70286 src/com/gps/hibernate/PhoneDAO.java 80 There is log block not surrounded by if
70287 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
70288 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'value' is not assigned and could be declared final
70289 src/com/gps/hibernate/PhoneDAO.java 85 publicMethodCommentRequirement Required
70290 src/com/gps/hibernate/PhoneDAO.java 86 There is log block not surrounded by if
70291 src/com/gps/hibernate/PhoneDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70292 src/com/gps/hibernate/PhoneDAO.java 89 Local variable 'queryString' could be declared final
70293 src/com/gps/hibernate/PhoneDAO.java 91 Local variable 'queryObject' could be declared final
70294 src/com/gps/hibernate/PhoneDAO.java 91 Potential violation of Law of Demeter (method chain calls)
70295 src/com/gps/hibernate/PhoneDAO.java 92 Potential violation of Law of Demeter (object not created locally)
70296 src/com/gps/hibernate/PhoneDAO.java 93 Potential violation of Law of Demeter (object not created locally)
70297 src/com/gps/hibernate/PhoneDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70298 src/com/gps/hibernate/PhoneDAO.java 95 There is log block not surrounded by if
70299 src/com/gps/hibernate/PhoneDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
70300 src/com/gps/hibernate/PhoneDAO.java 100 publicMethodCommentRequirement Required
70301 src/com/gps/hibernate/PhoneDAO.java 104 Parameter 'userId' is not assigned and could be declared final
70302 src/com/gps/hibernate/PhoneDAO.java 104 publicMethodCommentRequirement Required
70303 src/com/gps/hibernate/PhoneDAO.java 108 Parameter 'userName' is not assigned and could be declared final
70304 src/com/gps/hibernate/PhoneDAO.java 108 publicMethodCommentRequirement Required
70305 src/com/gps/hibernate/PhoneDAO.java 112 Parameter 'classNameId' is not assigned and could be declared final
70306 src/com/gps/hibernate/PhoneDAO.java 112 publicMethodCommentRequirement Required
70307 src/com/gps/hibernate/PhoneDAO.java 116 Parameter 'classPk' is not assigned and could be declared final
70308 src/com/gps/hibernate/PhoneDAO.java 116 publicMethodCommentRequirement Required
70309 src/com/gps/hibernate/PhoneDAO.java 120 Parameter 'number' is not assigned and could be declared final
70310 src/com/gps/hibernate/PhoneDAO.java 120 publicMethodCommentRequirement Required
70311 src/com/gps/hibernate/PhoneDAO.java 124 Parameter 'extension' is not assigned and could be declared final
70312 src/com/gps/hibernate/PhoneDAO.java 124 publicMethodCommentRequirement Required
70313 src/com/gps/hibernate/PhoneDAO.java 128 Parameter 'typeId' is not assigned and could be declared final
70314 src/com/gps/hibernate/PhoneDAO.java 128 publicMethodCommentRequirement Required
70315 src/com/gps/hibernate/PhoneDAO.java 132 Parameter 'primary' is not assigned and could be declared final
70316 src/com/gps/hibernate/PhoneDAO.java 132 publicMethodCommentRequirement Required
70317 src/com/gps/hibernate/PhoneDAO.java 136 publicMethodCommentRequirement Required
70318 src/com/gps/hibernate/PhoneDAO.java 137 There is log block not surrounded by if
70319 src/com/gps/hibernate/PhoneDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70320 src/com/gps/hibernate/PhoneDAO.java 139 Local variable 'queryString' could be declared final
70321 src/com/gps/hibernate/PhoneDAO.java 140 Local variable 'queryObject' could be declared final
70322 src/com/gps/hibernate/PhoneDAO.java 140 Potential violation of Law of Demeter (method chain calls)
70323 src/com/gps/hibernate/PhoneDAO.java 141 Potential violation of Law of Demeter (object not created locally)
70324 src/com/gps/hibernate/PhoneDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70325 src/com/gps/hibernate/PhoneDAO.java 143 There is log block not surrounded by if
70326 src/com/gps/hibernate/PhoneDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
70327 src/com/gps/hibernate/PhoneDAO.java 148 publicMethodCommentRequirement Required
70328 src/com/gps/hibernate/PhoneDAO.java 149 There is log block not surrounded by if
70329 src/com/gps/hibernate/PhoneDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70330 src/com/gps/hibernate/PhoneDAO.java 151 Local variable 'result' could be declared final
70331 src/com/gps/hibernate/PhoneDAO.java 151 Potential violation of Law of Demeter (method chain calls)
70332 src/com/gps/hibernate/PhoneDAO.java 152 There is log block not surrounded by if
70333 src/com/gps/hibernate/PhoneDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70334 src/com/gps/hibernate/PhoneDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70335 src/com/gps/hibernate/PhoneDAO.java 155 There is log block not surrounded by if
70336 src/com/gps/hibernate/PhoneDAO.java 160 Parameter 'instance' is not assigned and could be declared final
70337 src/com/gps/hibernate/PhoneDAO.java 160 publicMethodCommentRequirement Required
70338 src/com/gps/hibernate/PhoneDAO.java 161 There is log block not surrounded by if
70339 src/com/gps/hibernate/PhoneDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70340 src/com/gps/hibernate/PhoneDAO.java 163 Potential violation of Law of Demeter (method chain calls)
70341 src/com/gps/hibernate/PhoneDAO.java 164 There is log block not surrounded by if
70342 src/com/gps/hibernate/PhoneDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70343 src/com/gps/hibernate/PhoneDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70344 src/com/gps/hibernate/PhoneDAO.java 166 There is log block not surrounded by if
70345 src/com/gps/hibernate/PhoneDAO.java 171 Parameter 'instance' is not assigned and could be declared final
70346 src/com/gps/hibernate/PhoneDAO.java 171 publicMethodCommentRequirement Required
70347 src/com/gps/hibernate/PhoneDAO.java 172 There is log block not surrounded by if
70348 src/com/gps/hibernate/PhoneDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70349 src/com/gps/hibernate/PhoneDAO.java 174 Potential violation of Law of Demeter (method chain calls)
70350 src/com/gps/hibernate/PhoneDAO.java 175 There is log block not surrounded by if
70351 src/com/gps/hibernate/PhoneDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70352 src/com/gps/hibernate/PhoneDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70353 src/com/gps/hibernate/PhoneDAO.java 177 There is log block not surrounded by if
70354 src/com/gps/hibernate/PickupPoints.java 9 Classes implementing Serializable should set a serialVersionUID
70355 src/com/gps/hibernate/PickupPoints.java 13 Avoid variables with short names like id
70356 src/com/gps/hibernate/PickupPoints.java 13 fieldCommentRequirement Required
70357 src/com/gps/hibernate/PickupPoints.java 14 fieldCommentRequirement Required
70358 src/com/gps/hibernate/PickupPoints.java 15 fieldCommentRequirement Required
70359 src/com/gps/hibernate/PickupPoints.java 16 fieldCommentRequirement Required
70360 src/com/gps/hibernate/PickupPoints.java 21 Document empty constructor
70361 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'latitude' is not assigned and could be declared final
70362 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'tripDetails' is not assigned and could be declared final
70363 src/com/gps/hibernate/PickupPoints.java 26 Parameter 'longitude' is not assigned and could be declared final
70364 src/com/gps/hibernate/PickupPoints.java 34 publicMethodCommentRequirement Required
70365 src/com/gps/hibernate/PickupPoints.java 38 Avoid variables with short names like id
70366 src/com/gps/hibernate/PickupPoints.java 38 Parameter 'id' is not assigned and could be declared final
70367 src/com/gps/hibernate/PickupPoints.java 38 publicMethodCommentRequirement Required
70368 src/com/gps/hibernate/PickupPoints.java 42 publicMethodCommentRequirement Required
70369 src/com/gps/hibernate/PickupPoints.java 46 Parameter 'tripDetails' is not assigned and could be declared final
70370 src/com/gps/hibernate/PickupPoints.java 46 publicMethodCommentRequirement Required
70371 src/com/gps/hibernate/PickupPoints.java 50 publicMethodCommentRequirement Required
70372 src/com/gps/hibernate/PickupPoints.java 54 Parameter 'latitude' is not assigned and could be declared final
70373 src/com/gps/hibernate/PickupPoints.java 54 publicMethodCommentRequirement Required
70374 src/com/gps/hibernate/PickupPoints.java 58 publicMethodCommentRequirement Required
70375 src/com/gps/hibernate/PickupPoints.java 62 Parameter 'longitude' is not assigned and could be declared final
70376 src/com/gps/hibernate/PickupPoints.java 62 publicMethodCommentRequirement Required
70377 src/com/gps/hibernate/PickupPointsDAO.java 10 Comment is too large: Too many lines
70378 src/com/gps/hibernate/PickupPointsDAO.java 22 This class has too many methods, consider refactoring it.
70379 src/com/gps/hibernate/PickupPointsDAO.java 23 Logger should be defined private static final and have the correct class
70380 src/com/gps/hibernate/PickupPointsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
70381 src/com/gps/hibernate/PickupPointsDAO.java 23 fieldCommentRequirement Required
70382 src/com/gps/hibernate/PickupPointsDAO.java 25 fieldCommentRequirement Required
70383 src/com/gps/hibernate/PickupPointsDAO.java 26 fieldCommentRequirement Required
70384 src/com/gps/hibernate/PickupPointsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
70385 src/com/gps/hibernate/PickupPointsDAO.java 28 publicMethodCommentRequirement Required
70386 src/com/gps/hibernate/PickupPointsDAO.java 29 There is log block not surrounded by if
70387 src/com/gps/hibernate/PickupPointsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70388 src/com/gps/hibernate/PickupPointsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
70389 src/com/gps/hibernate/PickupPointsDAO.java 32 There is log block not surrounded by if
70390 src/com/gps/hibernate/PickupPointsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70391 src/com/gps/hibernate/PickupPointsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70392 src/com/gps/hibernate/PickupPointsDAO.java 34 There is log block not surrounded by if
70393 src/com/gps/hibernate/PickupPointsDAO.java 39 Avoid excessively long variable names like persistentInstance
70394 src/com/gps/hibernate/PickupPointsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
70395 src/com/gps/hibernate/PickupPointsDAO.java 39 publicMethodCommentRequirement Required
70396 src/com/gps/hibernate/PickupPointsDAO.java 40 There is log block not surrounded by if
70397 src/com/gps/hibernate/PickupPointsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70398 src/com/gps/hibernate/PickupPointsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
70399 src/com/gps/hibernate/PickupPointsDAO.java 43 There is log block not surrounded by if
70400 src/com/gps/hibernate/PickupPointsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70401 src/com/gps/hibernate/PickupPointsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70402 src/com/gps/hibernate/PickupPointsDAO.java 45 There is log block not surrounded by if
70403 src/com/gps/hibernate/PickupPointsDAO.java 50 Avoid variables with short names like id
70404 src/com/gps/hibernate/PickupPointsDAO.java 50 Parameter 'id' is not assigned and could be declared final
70405 src/com/gps/hibernate/PickupPointsDAO.java 50 publicMethodCommentRequirement Required
70406 src/com/gps/hibernate/PickupPointsDAO.java 51 There is log block not surrounded by if
70407 src/com/gps/hibernate/PickupPointsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70408 src/com/gps/hibernate/PickupPointsDAO.java 53 Local variable 'instance' could be declared final
70409 src/com/gps/hibernate/PickupPointsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
70410 src/com/gps/hibernate/PickupPointsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70411 src/com/gps/hibernate/PickupPointsDAO.java 57 There is log block not surrounded by if
70412 src/com/gps/hibernate/PickupPointsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
70413 src/com/gps/hibernate/PickupPointsDAO.java 62 publicMethodCommentRequirement Required
70414 src/com/gps/hibernate/PickupPointsDAO.java 63 There is log block not surrounded by if
70415 src/com/gps/hibernate/PickupPointsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70416 src/com/gps/hibernate/PickupPointsDAO.java 65 Local variable 'results' could be declared final
70417 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
70418 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
70419 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
70420 src/com/gps/hibernate/PickupPointsDAO.java 68 There is log block not surrounded by if
70421 src/com/gps/hibernate/PickupPointsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70422 src/com/gps/hibernate/PickupPointsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
70423 src/com/gps/hibernate/PickupPointsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70424 src/com/gps/hibernate/PickupPointsDAO.java 72 There is log block not surrounded by if
70425 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
70426 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'value' is not assigned and could be declared final
70427 src/com/gps/hibernate/PickupPointsDAO.java 77 publicMethodCommentRequirement Required
70428 src/com/gps/hibernate/PickupPointsDAO.java 78 There is log block not surrounded by if
70429 src/com/gps/hibernate/PickupPointsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70430 src/com/gps/hibernate/PickupPointsDAO.java 81 Local variable 'queryString' could be declared final
70431 src/com/gps/hibernate/PickupPointsDAO.java 83 Local variable 'queryObject' could be declared final
70432 src/com/gps/hibernate/PickupPointsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
70433 src/com/gps/hibernate/PickupPointsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
70434 src/com/gps/hibernate/PickupPointsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
70435 src/com/gps/hibernate/PickupPointsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70436 src/com/gps/hibernate/PickupPointsDAO.java 87 There is log block not surrounded by if
70437 src/com/gps/hibernate/PickupPointsDAO.java 92 Parameter 'latitude' is not assigned and could be declared final
70438 src/com/gps/hibernate/PickupPointsDAO.java 92 publicMethodCommentRequirement Required
70439 src/com/gps/hibernate/PickupPointsDAO.java 96 Parameter 'longitude' is not assigned and could be declared final
70440 src/com/gps/hibernate/PickupPointsDAO.java 96 publicMethodCommentRequirement Required
70441 src/com/gps/hibernate/PickupPointsDAO.java 100 publicMethodCommentRequirement Required
70442 src/com/gps/hibernate/PickupPointsDAO.java 101 There is log block not surrounded by if
70443 src/com/gps/hibernate/PickupPointsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70444 src/com/gps/hibernate/PickupPointsDAO.java 103 Local variable 'queryString' could be declared final
70445 src/com/gps/hibernate/PickupPointsDAO.java 104 Local variable 'queryObject' could be declared final
70446 src/com/gps/hibernate/PickupPointsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
70447 src/com/gps/hibernate/PickupPointsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
70448 src/com/gps/hibernate/PickupPointsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70449 src/com/gps/hibernate/PickupPointsDAO.java 107 There is log block not surrounded by if
70450 src/com/gps/hibernate/PickupPointsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
70451 src/com/gps/hibernate/PickupPointsDAO.java 112 publicMethodCommentRequirement Required
70452 src/com/gps/hibernate/PickupPointsDAO.java 113 There is log block not surrounded by if
70453 src/com/gps/hibernate/PickupPointsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70454 src/com/gps/hibernate/PickupPointsDAO.java 115 Local variable 'result' could be declared final
70455 src/com/gps/hibernate/PickupPointsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
70456 src/com/gps/hibernate/PickupPointsDAO.java 117 There is log block not surrounded by if
70457 src/com/gps/hibernate/PickupPointsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70458 src/com/gps/hibernate/PickupPointsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70459 src/com/gps/hibernate/PickupPointsDAO.java 120 There is log block not surrounded by if
70460 src/com/gps/hibernate/PickupPointsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
70461 src/com/gps/hibernate/PickupPointsDAO.java 125 publicMethodCommentRequirement Required
70462 src/com/gps/hibernate/PickupPointsDAO.java 126 There is log block not surrounded by if
70463 src/com/gps/hibernate/PickupPointsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70464 src/com/gps/hibernate/PickupPointsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
70465 src/com/gps/hibernate/PickupPointsDAO.java 129 There is log block not surrounded by if
70466 src/com/gps/hibernate/PickupPointsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70467 src/com/gps/hibernate/PickupPointsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70468 src/com/gps/hibernate/PickupPointsDAO.java 131 There is log block not surrounded by if
70469 src/com/gps/hibernate/PickupPointsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
70470 src/com/gps/hibernate/PickupPointsDAO.java 136 publicMethodCommentRequirement Required
70471 src/com/gps/hibernate/PickupPointsDAO.java 137 There is log block not surrounded by if
70472 src/com/gps/hibernate/PickupPointsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70473 src/com/gps/hibernate/PickupPointsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
70474 src/com/gps/hibernate/PickupPointsDAO.java 140 There is log block not surrounded by if
70475 src/com/gps/hibernate/PickupPointsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70476 src/com/gps/hibernate/PickupPointsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70477 src/com/gps/hibernate/PickupPointsDAO.java 142 There is log block not surrounded by if
70478 src/com/gps/hibernate/Pluginsetting.java 9 Classes implementing Serializable should set a serialVersionUID
70479 src/com/gps/hibernate/Pluginsetting.java 13 fieldCommentRequirement Required
70480 src/com/gps/hibernate/Pluginsetting.java 14 fieldCommentRequirement Required
70481 src/com/gps/hibernate/Pluginsetting.java 15 fieldCommentRequirement Required
70482 src/com/gps/hibernate/Pluginsetting.java 16 fieldCommentRequirement Required
70483 src/com/gps/hibernate/Pluginsetting.java 17 fieldCommentRequirement Required
70484 src/com/gps/hibernate/Pluginsetting.java 18 fieldCommentRequirement Required
70485 src/com/gps/hibernate/Pluginsetting.java 23 Document empty constructor
70486 src/com/gps/hibernate/Pluginsetting.java 27 Parameter 'pluginSettingId' is not assigned and could be declared final
70487 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'companyId' is not assigned and could be declared final
70488 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginId' is not assigned and could be declared final
70489 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginSettingId' is not assigned and could be declared final
70490 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'active' is not assigned and could be declared final
70491 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'pluginType' is not assigned and could be declared final
70492 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'roles' is not assigned and could be declared final
70493 src/com/gps/hibernate/Pluginsetting.java 44 publicMethodCommentRequirement Required
70494 src/com/gps/hibernate/Pluginsetting.java 48 Parameter 'pluginSettingId' is not assigned and could be declared final
70495 src/com/gps/hibernate/Pluginsetting.java 48 publicMethodCommentRequirement Required
70496 src/com/gps/hibernate/Pluginsetting.java 52 publicMethodCommentRequirement Required
70497 src/com/gps/hibernate/Pluginsetting.java 56 Parameter 'companyId' is not assigned and could be declared final
70498 src/com/gps/hibernate/Pluginsetting.java 56 publicMethodCommentRequirement Required
70499 src/com/gps/hibernate/Pluginsetting.java 60 publicMethodCommentRequirement Required
70500 src/com/gps/hibernate/Pluginsetting.java 64 Parameter 'pluginId' is not assigned and could be declared final
70501 src/com/gps/hibernate/Pluginsetting.java 64 publicMethodCommentRequirement Required
70502 src/com/gps/hibernate/Pluginsetting.java 68 publicMethodCommentRequirement Required
70503 src/com/gps/hibernate/Pluginsetting.java 72 Parameter 'pluginType' is not assigned and could be declared final
70504 src/com/gps/hibernate/Pluginsetting.java 72 publicMethodCommentRequirement Required
70505 src/com/gps/hibernate/Pluginsetting.java 76 publicMethodCommentRequirement Required
70506 src/com/gps/hibernate/Pluginsetting.java 80 Parameter 'roles' is not assigned and could be declared final
70507 src/com/gps/hibernate/Pluginsetting.java 80 publicMethodCommentRequirement Required
70508 src/com/gps/hibernate/Pluginsetting.java 84 publicMethodCommentRequirement Required
70509 src/com/gps/hibernate/Pluginsetting.java 88 Parameter 'active' is not assigned and could be declared final
70510 src/com/gps/hibernate/Pluginsetting.java 88 publicMethodCommentRequirement Required
70511 src/com/gps/hibernate/PluginsettingDAO.java 10 Comment is too large: Too many lines
70512 src/com/gps/hibernate/PluginsettingDAO.java 22 This class has too many methods, consider refactoring it.
70513 src/com/gps/hibernate/PluginsettingDAO.java 23 Logger should be defined private static final and have the correct class
70514 src/com/gps/hibernate/PluginsettingDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
70515 src/com/gps/hibernate/PluginsettingDAO.java 23 fieldCommentRequirement Required
70516 src/com/gps/hibernate/PluginsettingDAO.java 25 fieldCommentRequirement Required
70517 src/com/gps/hibernate/PluginsettingDAO.java 26 fieldCommentRequirement Required
70518 src/com/gps/hibernate/PluginsettingDAO.java 27 fieldCommentRequirement Required
70519 src/com/gps/hibernate/PluginsettingDAO.java 28 fieldCommentRequirement Required
70520 src/com/gps/hibernate/PluginsettingDAO.java 29 fieldCommentRequirement Required
70521 src/com/gps/hibernate/PluginsettingDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
70522 src/com/gps/hibernate/PluginsettingDAO.java 31 publicMethodCommentRequirement Required
70523 src/com/gps/hibernate/PluginsettingDAO.java 32 There is log block not surrounded by if
70524 src/com/gps/hibernate/PluginsettingDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70525 src/com/gps/hibernate/PluginsettingDAO.java 34 Potential violation of Law of Demeter (method chain calls)
70526 src/com/gps/hibernate/PluginsettingDAO.java 35 There is log block not surrounded by if
70527 src/com/gps/hibernate/PluginsettingDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70528 src/com/gps/hibernate/PluginsettingDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70529 src/com/gps/hibernate/PluginsettingDAO.java 37 There is log block not surrounded by if
70530 src/com/gps/hibernate/PluginsettingDAO.java 42 Avoid excessively long variable names like persistentInstance
70531 src/com/gps/hibernate/PluginsettingDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
70532 src/com/gps/hibernate/PluginsettingDAO.java 42 publicMethodCommentRequirement Required
70533 src/com/gps/hibernate/PluginsettingDAO.java 43 There is log block not surrounded by if
70534 src/com/gps/hibernate/PluginsettingDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70535 src/com/gps/hibernate/PluginsettingDAO.java 45 Potential violation of Law of Demeter (method chain calls)
70536 src/com/gps/hibernate/PluginsettingDAO.java 46 There is log block not surrounded by if
70537 src/com/gps/hibernate/PluginsettingDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70538 src/com/gps/hibernate/PluginsettingDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70539 src/com/gps/hibernate/PluginsettingDAO.java 48 There is log block not surrounded by if
70540 src/com/gps/hibernate/PluginsettingDAO.java 53 Avoid variables with short names like id
70541 src/com/gps/hibernate/PluginsettingDAO.java 53 Parameter 'id' is not assigned and could be declared final
70542 src/com/gps/hibernate/PluginsettingDAO.java 53 publicMethodCommentRequirement Required
70543 src/com/gps/hibernate/PluginsettingDAO.java 54 There is log block not surrounded by if
70544 src/com/gps/hibernate/PluginsettingDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70545 src/com/gps/hibernate/PluginsettingDAO.java 56 Local variable 'instance' could be declared final
70546 src/com/gps/hibernate/PluginsettingDAO.java 56 Potential violation of Law of Demeter (method chain calls)
70547 src/com/gps/hibernate/PluginsettingDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70548 src/com/gps/hibernate/PluginsettingDAO.java 60 There is log block not surrounded by if
70549 src/com/gps/hibernate/PluginsettingDAO.java 65 Parameter 'instance' is not assigned and could be declared final
70550 src/com/gps/hibernate/PluginsettingDAO.java 65 publicMethodCommentRequirement Required
70551 src/com/gps/hibernate/PluginsettingDAO.java 66 There is log block not surrounded by if
70552 src/com/gps/hibernate/PluginsettingDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70553 src/com/gps/hibernate/PluginsettingDAO.java 68 Local variable 'results' could be declared final
70554 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
70555 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
70556 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
70557 src/com/gps/hibernate/PluginsettingDAO.java 71 There is log block not surrounded by if
70558 src/com/gps/hibernate/PluginsettingDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70559 src/com/gps/hibernate/PluginsettingDAO.java 72 Potential violation of Law of Demeter (object not created locally)
70560 src/com/gps/hibernate/PluginsettingDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70561 src/com/gps/hibernate/PluginsettingDAO.java 75 There is log block not surrounded by if
70562 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
70563 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'value' is not assigned and could be declared final
70564 src/com/gps/hibernate/PluginsettingDAO.java 80 publicMethodCommentRequirement Required
70565 src/com/gps/hibernate/PluginsettingDAO.java 81 There is log block not surrounded by if
70566 src/com/gps/hibernate/PluginsettingDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70567 src/com/gps/hibernate/PluginsettingDAO.java 84 Local variable 'queryString' could be declared final
70568 src/com/gps/hibernate/PluginsettingDAO.java 86 Local variable 'queryObject' could be declared final
70569 src/com/gps/hibernate/PluginsettingDAO.java 86 Potential violation of Law of Demeter (method chain calls)
70570 src/com/gps/hibernate/PluginsettingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
70571 src/com/gps/hibernate/PluginsettingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
70572 src/com/gps/hibernate/PluginsettingDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70573 src/com/gps/hibernate/PluginsettingDAO.java 90 There is log block not surrounded by if
70574 src/com/gps/hibernate/PluginsettingDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
70575 src/com/gps/hibernate/PluginsettingDAO.java 95 publicMethodCommentRequirement Required
70576 src/com/gps/hibernate/PluginsettingDAO.java 99 Parameter 'pluginId' is not assigned and could be declared final
70577 src/com/gps/hibernate/PluginsettingDAO.java 99 publicMethodCommentRequirement Required
70578 src/com/gps/hibernate/PluginsettingDAO.java 103 Parameter 'pluginType' is not assigned and could be declared final
70579 src/com/gps/hibernate/PluginsettingDAO.java 103 publicMethodCommentRequirement Required
70580 src/com/gps/hibernate/PluginsettingDAO.java 107 Parameter 'roles' is not assigned and could be declared final
70581 src/com/gps/hibernate/PluginsettingDAO.java 107 publicMethodCommentRequirement Required
70582 src/com/gps/hibernate/PluginsettingDAO.java 111 Parameter 'active' is not assigned and could be declared final
70583 src/com/gps/hibernate/PluginsettingDAO.java 111 publicMethodCommentRequirement Required
70584 src/com/gps/hibernate/PluginsettingDAO.java 115 publicMethodCommentRequirement Required
70585 src/com/gps/hibernate/PluginsettingDAO.java 116 There is log block not surrounded by if
70586 src/com/gps/hibernate/PluginsettingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70587 src/com/gps/hibernate/PluginsettingDAO.java 118 Local variable 'queryString' could be declared final
70588 src/com/gps/hibernate/PluginsettingDAO.java 119 Local variable 'queryObject' could be declared final
70589 src/com/gps/hibernate/PluginsettingDAO.java 119 Potential violation of Law of Demeter (method chain calls)
70590 src/com/gps/hibernate/PluginsettingDAO.java 120 Potential violation of Law of Demeter (object not created locally)
70591 src/com/gps/hibernate/PluginsettingDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70592 src/com/gps/hibernate/PluginsettingDAO.java 122 There is log block not surrounded by if
70593 src/com/gps/hibernate/PluginsettingDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
70594 src/com/gps/hibernate/PluginsettingDAO.java 127 publicMethodCommentRequirement Required
70595 src/com/gps/hibernate/PluginsettingDAO.java 128 There is log block not surrounded by if
70596 src/com/gps/hibernate/PluginsettingDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70597 src/com/gps/hibernate/PluginsettingDAO.java 130 Local variable 'result' could be declared final
70598 src/com/gps/hibernate/PluginsettingDAO.java 130 Potential violation of Law of Demeter (method chain calls)
70599 src/com/gps/hibernate/PluginsettingDAO.java 132 There is log block not surrounded by if
70600 src/com/gps/hibernate/PluginsettingDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70601 src/com/gps/hibernate/PluginsettingDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70602 src/com/gps/hibernate/PluginsettingDAO.java 135 There is log block not surrounded by if
70603 src/com/gps/hibernate/PluginsettingDAO.java 140 Parameter 'instance' is not assigned and could be declared final
70604 src/com/gps/hibernate/PluginsettingDAO.java 140 publicMethodCommentRequirement Required
70605 src/com/gps/hibernate/PluginsettingDAO.java 141 There is log block not surrounded by if
70606 src/com/gps/hibernate/PluginsettingDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70607 src/com/gps/hibernate/PluginsettingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
70608 src/com/gps/hibernate/PluginsettingDAO.java 144 There is log block not surrounded by if
70609 src/com/gps/hibernate/PluginsettingDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70610 src/com/gps/hibernate/PluginsettingDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70611 src/com/gps/hibernate/PluginsettingDAO.java 146 There is log block not surrounded by if
70612 src/com/gps/hibernate/PluginsettingDAO.java 151 Parameter 'instance' is not assigned and could be declared final
70613 src/com/gps/hibernate/PluginsettingDAO.java 151 publicMethodCommentRequirement Required
70614 src/com/gps/hibernate/PluginsettingDAO.java 152 There is log block not surrounded by if
70615 src/com/gps/hibernate/PluginsettingDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70616 src/com/gps/hibernate/PluginsettingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
70617 src/com/gps/hibernate/PluginsettingDAO.java 155 There is log block not surrounded by if
70618 src/com/gps/hibernate/PluginsettingDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70619 src/com/gps/hibernate/PluginsettingDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70620 src/com/gps/hibernate/PluginsettingDAO.java 157 There is log block not surrounded by if
70621 src/com/gps/hibernate/Pollschoice.java 9 Classes implementing Serializable should set a serialVersionUID
70622 src/com/gps/hibernate/Pollschoice.java 13 fieldCommentRequirement Required
70623 src/com/gps/hibernate/Pollschoice.java 14 fieldCommentRequirement Required
70624 src/com/gps/hibernate/Pollschoice.java 15 fieldCommentRequirement Required
70625 src/com/gps/hibernate/Pollschoice.java 16 fieldCommentRequirement Required
70626 src/com/gps/hibernate/Pollschoice.java 17 fieldCommentRequirement Required
70627 src/com/gps/hibernate/Pollschoice.java 22 Document empty constructor
70628 src/com/gps/hibernate/Pollschoice.java 26 Parameter 'choiceId' is not assigned and could be declared final
70629 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'choiceId' is not assigned and could be declared final
70630 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'questionId' is not assigned and could be declared final
70631 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'uuid' is not assigned and could be declared final
70632 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'description' is not assigned and could be declared final
70633 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'name' is not assigned and could be declared final
70634 src/com/gps/hibernate/Pollschoice.java 42 publicMethodCommentRequirement Required
70635 src/com/gps/hibernate/Pollschoice.java 46 Parameter 'choiceId' is not assigned and could be declared final
70636 src/com/gps/hibernate/Pollschoice.java 46 publicMethodCommentRequirement Required
70637 src/com/gps/hibernate/Pollschoice.java 50 publicMethodCommentRequirement Required
70638 src/com/gps/hibernate/Pollschoice.java 54 Parameter 'uuid' is not assigned and could be declared final
70639 src/com/gps/hibernate/Pollschoice.java 54 publicMethodCommentRequirement Required
70640 src/com/gps/hibernate/Pollschoice.java 58 publicMethodCommentRequirement Required
70641 src/com/gps/hibernate/Pollschoice.java 62 Parameter 'questionId' is not assigned and could be declared final
70642 src/com/gps/hibernate/Pollschoice.java 62 publicMethodCommentRequirement Required
70643 src/com/gps/hibernate/Pollschoice.java 66 publicMethodCommentRequirement Required
70644 src/com/gps/hibernate/Pollschoice.java 70 Parameter 'name' is not assigned and could be declared final
70645 src/com/gps/hibernate/Pollschoice.java 70 publicMethodCommentRequirement Required
70646 src/com/gps/hibernate/Pollschoice.java 74 publicMethodCommentRequirement Required
70647 src/com/gps/hibernate/Pollschoice.java 78 Parameter 'description' is not assigned and could be declared final
70648 src/com/gps/hibernate/Pollschoice.java 78 publicMethodCommentRequirement Required
70649 src/com/gps/hibernate/PollschoiceDAO.java 10 Comment is too large: Too many lines
70650 src/com/gps/hibernate/PollschoiceDAO.java 22 This class has too many methods, consider refactoring it.
70651 src/com/gps/hibernate/PollschoiceDAO.java 23 Logger should be defined private static final and have the correct class
70652 src/com/gps/hibernate/PollschoiceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
70653 src/com/gps/hibernate/PollschoiceDAO.java 23 fieldCommentRequirement Required
70654 src/com/gps/hibernate/PollschoiceDAO.java 25 fieldCommentRequirement Required
70655 src/com/gps/hibernate/PollschoiceDAO.java 26 fieldCommentRequirement Required
70656 src/com/gps/hibernate/PollschoiceDAO.java 27 fieldCommentRequirement Required
70657 src/com/gps/hibernate/PollschoiceDAO.java 28 fieldCommentRequirement Required
70658 src/com/gps/hibernate/PollschoiceDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
70659 src/com/gps/hibernate/PollschoiceDAO.java 30 publicMethodCommentRequirement Required
70660 src/com/gps/hibernate/PollschoiceDAO.java 31 There is log block not surrounded by if
70661 src/com/gps/hibernate/PollschoiceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70662 src/com/gps/hibernate/PollschoiceDAO.java 33 Potential violation of Law of Demeter (method chain calls)
70663 src/com/gps/hibernate/PollschoiceDAO.java 34 There is log block not surrounded by if
70664 src/com/gps/hibernate/PollschoiceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70665 src/com/gps/hibernate/PollschoiceDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70666 src/com/gps/hibernate/PollschoiceDAO.java 36 There is log block not surrounded by if
70667 src/com/gps/hibernate/PollschoiceDAO.java 41 Avoid excessively long variable names like persistentInstance
70668 src/com/gps/hibernate/PollschoiceDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
70669 src/com/gps/hibernate/PollschoiceDAO.java 41 publicMethodCommentRequirement Required
70670 src/com/gps/hibernate/PollschoiceDAO.java 42 There is log block not surrounded by if
70671 src/com/gps/hibernate/PollschoiceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70672 src/com/gps/hibernate/PollschoiceDAO.java 44 Potential violation of Law of Demeter (method chain calls)
70673 src/com/gps/hibernate/PollschoiceDAO.java 45 There is log block not surrounded by if
70674 src/com/gps/hibernate/PollschoiceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70675 src/com/gps/hibernate/PollschoiceDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70676 src/com/gps/hibernate/PollschoiceDAO.java 47 There is log block not surrounded by if
70677 src/com/gps/hibernate/PollschoiceDAO.java 52 Avoid variables with short names like id
70678 src/com/gps/hibernate/PollschoiceDAO.java 52 Parameter 'id' is not assigned and could be declared final
70679 src/com/gps/hibernate/PollschoiceDAO.java 52 publicMethodCommentRequirement Required
70680 src/com/gps/hibernate/PollschoiceDAO.java 53 There is log block not surrounded by if
70681 src/com/gps/hibernate/PollschoiceDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70682 src/com/gps/hibernate/PollschoiceDAO.java 55 Local variable 'instance' could be declared final
70683 src/com/gps/hibernate/PollschoiceDAO.java 55 Potential violation of Law of Demeter (method chain calls)
70684 src/com/gps/hibernate/PollschoiceDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70685 src/com/gps/hibernate/PollschoiceDAO.java 59 There is log block not surrounded by if
70686 src/com/gps/hibernate/PollschoiceDAO.java 64 Parameter 'instance' is not assigned and could be declared final
70687 src/com/gps/hibernate/PollschoiceDAO.java 64 publicMethodCommentRequirement Required
70688 src/com/gps/hibernate/PollschoiceDAO.java 65 There is log block not surrounded by if
70689 src/com/gps/hibernate/PollschoiceDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70690 src/com/gps/hibernate/PollschoiceDAO.java 67 Local variable 'results' could be declared final
70691 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
70692 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
70693 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
70694 src/com/gps/hibernate/PollschoiceDAO.java 70 There is log block not surrounded by if
70695 src/com/gps/hibernate/PollschoiceDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70696 src/com/gps/hibernate/PollschoiceDAO.java 71 Potential violation of Law of Demeter (object not created locally)
70697 src/com/gps/hibernate/PollschoiceDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70698 src/com/gps/hibernate/PollschoiceDAO.java 74 There is log block not surrounded by if
70699 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
70700 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'value' is not assigned and could be declared final
70701 src/com/gps/hibernate/PollschoiceDAO.java 79 publicMethodCommentRequirement Required
70702 src/com/gps/hibernate/PollschoiceDAO.java 80 There is log block not surrounded by if
70703 src/com/gps/hibernate/PollschoiceDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70704 src/com/gps/hibernate/PollschoiceDAO.java 83 Local variable 'queryString' could be declared final
70705 src/com/gps/hibernate/PollschoiceDAO.java 85 Local variable 'queryObject' could be declared final
70706 src/com/gps/hibernate/PollschoiceDAO.java 85 Potential violation of Law of Demeter (method chain calls)
70707 src/com/gps/hibernate/PollschoiceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
70708 src/com/gps/hibernate/PollschoiceDAO.java 87 Potential violation of Law of Demeter (object not created locally)
70709 src/com/gps/hibernate/PollschoiceDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70710 src/com/gps/hibernate/PollschoiceDAO.java 89 There is log block not surrounded by if
70711 src/com/gps/hibernate/PollschoiceDAO.java 94 Parameter 'uuid' is not assigned and could be declared final
70712 src/com/gps/hibernate/PollschoiceDAO.java 94 publicMethodCommentRequirement Required
70713 src/com/gps/hibernate/PollschoiceDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
70714 src/com/gps/hibernate/PollschoiceDAO.java 98 publicMethodCommentRequirement Required
70715 src/com/gps/hibernate/PollschoiceDAO.java 102 Parameter 'name' is not assigned and could be declared final
70716 src/com/gps/hibernate/PollschoiceDAO.java 102 publicMethodCommentRequirement Required
70717 src/com/gps/hibernate/PollschoiceDAO.java 106 Parameter 'description' is not assigned and could be declared final
70718 src/com/gps/hibernate/PollschoiceDAO.java 106 publicMethodCommentRequirement Required
70719 src/com/gps/hibernate/PollschoiceDAO.java 110 publicMethodCommentRequirement Required
70720 src/com/gps/hibernate/PollschoiceDAO.java 111 There is log block not surrounded by if
70721 src/com/gps/hibernate/PollschoiceDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70722 src/com/gps/hibernate/PollschoiceDAO.java 113 Local variable 'queryString' could be declared final
70723 src/com/gps/hibernate/PollschoiceDAO.java 114 Local variable 'queryObject' could be declared final
70724 src/com/gps/hibernate/PollschoiceDAO.java 114 Potential violation of Law of Demeter (method chain calls)
70725 src/com/gps/hibernate/PollschoiceDAO.java 115 Potential violation of Law of Demeter (object not created locally)
70726 src/com/gps/hibernate/PollschoiceDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70727 src/com/gps/hibernate/PollschoiceDAO.java 117 There is log block not surrounded by if
70728 src/com/gps/hibernate/PollschoiceDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
70729 src/com/gps/hibernate/PollschoiceDAO.java 122 publicMethodCommentRequirement Required
70730 src/com/gps/hibernate/PollschoiceDAO.java 123 There is log block not surrounded by if
70731 src/com/gps/hibernate/PollschoiceDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70732 src/com/gps/hibernate/PollschoiceDAO.java 125 Local variable 'result' could be declared final
70733 src/com/gps/hibernate/PollschoiceDAO.java 125 Potential violation of Law of Demeter (method chain calls)
70734 src/com/gps/hibernate/PollschoiceDAO.java 127 There is log block not surrounded by if
70735 src/com/gps/hibernate/PollschoiceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70736 src/com/gps/hibernate/PollschoiceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70737 src/com/gps/hibernate/PollschoiceDAO.java 130 There is log block not surrounded by if
70738 src/com/gps/hibernate/PollschoiceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
70739 src/com/gps/hibernate/PollschoiceDAO.java 135 publicMethodCommentRequirement Required
70740 src/com/gps/hibernate/PollschoiceDAO.java 136 There is log block not surrounded by if
70741 src/com/gps/hibernate/PollschoiceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70742 src/com/gps/hibernate/PollschoiceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
70743 src/com/gps/hibernate/PollschoiceDAO.java 139 There is log block not surrounded by if
70744 src/com/gps/hibernate/PollschoiceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70745 src/com/gps/hibernate/PollschoiceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70746 src/com/gps/hibernate/PollschoiceDAO.java 141 There is log block not surrounded by if
70747 src/com/gps/hibernate/PollschoiceDAO.java 146 Parameter 'instance' is not assigned and could be declared final
70748 src/com/gps/hibernate/PollschoiceDAO.java 146 publicMethodCommentRequirement Required
70749 src/com/gps/hibernate/PollschoiceDAO.java 147 There is log block not surrounded by if
70750 src/com/gps/hibernate/PollschoiceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70751 src/com/gps/hibernate/PollschoiceDAO.java 149 Potential violation of Law of Demeter (method chain calls)
70752 src/com/gps/hibernate/PollschoiceDAO.java 150 There is log block not surrounded by if
70753 src/com/gps/hibernate/PollschoiceDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70754 src/com/gps/hibernate/PollschoiceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70755 src/com/gps/hibernate/PollschoiceDAO.java 152 There is log block not surrounded by if
70756 src/com/gps/hibernate/Pollsquestion.java 11 Classes implementing Serializable should set a serialVersionUID
70757 src/com/gps/hibernate/Pollsquestion.java 15 fieldCommentRequirement Required
70758 src/com/gps/hibernate/Pollsquestion.java 16 fieldCommentRequirement Required
70759 src/com/gps/hibernate/Pollsquestion.java 17 fieldCommentRequirement Required
70760 src/com/gps/hibernate/Pollsquestion.java 18 fieldCommentRequirement Required
70761 src/com/gps/hibernate/Pollsquestion.java 19 fieldCommentRequirement Required
70762 src/com/gps/hibernate/Pollsquestion.java 20 fieldCommentRequirement Required
70763 src/com/gps/hibernate/Pollsquestion.java 21 fieldCommentRequirement Required
70764 src/com/gps/hibernate/Pollsquestion.java 22 fieldCommentRequirement Required
70765 src/com/gps/hibernate/Pollsquestion.java 23 fieldCommentRequirement Required
70766 src/com/gps/hibernate/Pollsquestion.java 24 fieldCommentRequirement Required
70767 src/com/gps/hibernate/Pollsquestion.java 25 fieldCommentRequirement Required
70768 src/com/gps/hibernate/Pollsquestion.java 26 fieldCommentRequirement Required
70769 src/com/gps/hibernate/Pollsquestion.java 31 Document empty constructor
70770 src/com/gps/hibernate/Pollsquestion.java 35 Parameter 'questionId' is not assigned and could be declared final
70771 src/com/gps/hibernate/Pollsquestion.java 40 Avoid long parameter lists.
70772 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'groupId' is not assigned and could be declared final
70773 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'questionId' is not assigned and could be declared final
70774 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'uuid' is not assigned and could be declared final
70775 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'companyId' is not assigned and could be declared final
70776 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'createDate' is not assigned and could be declared final
70777 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userId' is not assigned and could be declared final
70778 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userName' is not assigned and could be declared final
70779 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'description' is not assigned and could be declared final
70780 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
70781 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'title' is not assigned and could be declared final
70782 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'expirationDate' is not assigned and could be declared final
70783 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'lastVoteDate' is not assigned and could be declared final
70784 src/com/gps/hibernate/Pollsquestion.java 60 publicMethodCommentRequirement Required
70785 src/com/gps/hibernate/Pollsquestion.java 64 Parameter 'questionId' is not assigned and could be declared final
70786 src/com/gps/hibernate/Pollsquestion.java 64 publicMethodCommentRequirement Required
70787 src/com/gps/hibernate/Pollsquestion.java 68 publicMethodCommentRequirement Required
70788 src/com/gps/hibernate/Pollsquestion.java 72 Parameter 'uuid' is not assigned and could be declared final
70789 src/com/gps/hibernate/Pollsquestion.java 72 publicMethodCommentRequirement Required
70790 src/com/gps/hibernate/Pollsquestion.java 76 publicMethodCommentRequirement Required
70791 src/com/gps/hibernate/Pollsquestion.java 80 Parameter 'groupId' is not assigned and could be declared final
70792 src/com/gps/hibernate/Pollsquestion.java 80 publicMethodCommentRequirement Required
70793 src/com/gps/hibernate/Pollsquestion.java 84 publicMethodCommentRequirement Required
70794 src/com/gps/hibernate/Pollsquestion.java 88 Parameter 'companyId' is not assigned and could be declared final
70795 src/com/gps/hibernate/Pollsquestion.java 88 publicMethodCommentRequirement Required
70796 src/com/gps/hibernate/Pollsquestion.java 92 publicMethodCommentRequirement Required
70797 src/com/gps/hibernate/Pollsquestion.java 96 Parameter 'userId' is not assigned and could be declared final
70798 src/com/gps/hibernate/Pollsquestion.java 96 publicMethodCommentRequirement Required
70799 src/com/gps/hibernate/Pollsquestion.java 100 publicMethodCommentRequirement Required
70800 src/com/gps/hibernate/Pollsquestion.java 104 Parameter 'userName' is not assigned and could be declared final
70801 src/com/gps/hibernate/Pollsquestion.java 104 publicMethodCommentRequirement Required
70802 src/com/gps/hibernate/Pollsquestion.java 108 publicMethodCommentRequirement Required
70803 src/com/gps/hibernate/Pollsquestion.java 112 Parameter 'createDate' is not assigned and could be declared final
70804 src/com/gps/hibernate/Pollsquestion.java 112 publicMethodCommentRequirement Required
70805 src/com/gps/hibernate/Pollsquestion.java 116 publicMethodCommentRequirement Required
70806 src/com/gps/hibernate/Pollsquestion.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
70807 src/com/gps/hibernate/Pollsquestion.java 120 publicMethodCommentRequirement Required
70808 src/com/gps/hibernate/Pollsquestion.java 124 publicMethodCommentRequirement Required
70809 src/com/gps/hibernate/Pollsquestion.java 128 Parameter 'title' is not assigned and could be declared final
70810 src/com/gps/hibernate/Pollsquestion.java 128 publicMethodCommentRequirement Required
70811 src/com/gps/hibernate/Pollsquestion.java 132 publicMethodCommentRequirement Required
70812 src/com/gps/hibernate/Pollsquestion.java 136 Parameter 'description' is not assigned and could be declared final
70813 src/com/gps/hibernate/Pollsquestion.java 136 publicMethodCommentRequirement Required
70814 src/com/gps/hibernate/Pollsquestion.java 140 publicMethodCommentRequirement Required
70815 src/com/gps/hibernate/Pollsquestion.java 144 Parameter 'expirationDate' is not assigned and could be declared final
70816 src/com/gps/hibernate/Pollsquestion.java 144 publicMethodCommentRequirement Required
70817 src/com/gps/hibernate/Pollsquestion.java 148 publicMethodCommentRequirement Required
70818 src/com/gps/hibernate/Pollsquestion.java 152 Parameter 'lastVoteDate' is not assigned and could be declared final
70819 src/com/gps/hibernate/Pollsquestion.java 152 publicMethodCommentRequirement Required
70820 src/com/gps/hibernate/PollsquestionDAO.java 3 Avoid unused imports such as 'java.util.Date'
70821 src/com/gps/hibernate/PollsquestionDAO.java 11 Comment is too large: Too many lines
70822 src/com/gps/hibernate/PollsquestionDAO.java 23 This class has too many methods, consider refactoring it.
70823 src/com/gps/hibernate/PollsquestionDAO.java 24 Logger should be defined private static final and have the correct class
70824 src/com/gps/hibernate/PollsquestionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
70825 src/com/gps/hibernate/PollsquestionDAO.java 24 fieldCommentRequirement Required
70826 src/com/gps/hibernate/PollsquestionDAO.java 26 fieldCommentRequirement Required
70827 src/com/gps/hibernate/PollsquestionDAO.java 27 fieldCommentRequirement Required
70828 src/com/gps/hibernate/PollsquestionDAO.java 28 fieldCommentRequirement Required
70829 src/com/gps/hibernate/PollsquestionDAO.java 29 fieldCommentRequirement Required
70830 src/com/gps/hibernate/PollsquestionDAO.java 30 fieldCommentRequirement Required
70831 src/com/gps/hibernate/PollsquestionDAO.java 31 fieldCommentRequirement Required
70832 src/com/gps/hibernate/PollsquestionDAO.java 32 fieldCommentRequirement Required
70833 src/com/gps/hibernate/PollsquestionDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
70834 src/com/gps/hibernate/PollsquestionDAO.java 34 publicMethodCommentRequirement Required
70835 src/com/gps/hibernate/PollsquestionDAO.java 35 There is log block not surrounded by if
70836 src/com/gps/hibernate/PollsquestionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70837 src/com/gps/hibernate/PollsquestionDAO.java 37 Potential violation of Law of Demeter (method chain calls)
70838 src/com/gps/hibernate/PollsquestionDAO.java 38 There is log block not surrounded by if
70839 src/com/gps/hibernate/PollsquestionDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70840 src/com/gps/hibernate/PollsquestionDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70841 src/com/gps/hibernate/PollsquestionDAO.java 40 There is log block not surrounded by if
70842 src/com/gps/hibernate/PollsquestionDAO.java 45 Avoid excessively long variable names like persistentInstance
70843 src/com/gps/hibernate/PollsquestionDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
70844 src/com/gps/hibernate/PollsquestionDAO.java 45 publicMethodCommentRequirement Required
70845 src/com/gps/hibernate/PollsquestionDAO.java 46 There is log block not surrounded by if
70846 src/com/gps/hibernate/PollsquestionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70847 src/com/gps/hibernate/PollsquestionDAO.java 48 Potential violation of Law of Demeter (method chain calls)
70848 src/com/gps/hibernate/PollsquestionDAO.java 49 There is log block not surrounded by if
70849 src/com/gps/hibernate/PollsquestionDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70850 src/com/gps/hibernate/PollsquestionDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70851 src/com/gps/hibernate/PollsquestionDAO.java 51 There is log block not surrounded by if
70852 src/com/gps/hibernate/PollsquestionDAO.java 56 Avoid variables with short names like id
70853 src/com/gps/hibernate/PollsquestionDAO.java 56 Parameter 'id' is not assigned and could be declared final
70854 src/com/gps/hibernate/PollsquestionDAO.java 56 publicMethodCommentRequirement Required
70855 src/com/gps/hibernate/PollsquestionDAO.java 57 There is log block not surrounded by if
70856 src/com/gps/hibernate/PollsquestionDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70857 src/com/gps/hibernate/PollsquestionDAO.java 59 Local variable 'instance' could be declared final
70858 src/com/gps/hibernate/PollsquestionDAO.java 59 Potential violation of Law of Demeter (method chain calls)
70859 src/com/gps/hibernate/PollsquestionDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70860 src/com/gps/hibernate/PollsquestionDAO.java 63 There is log block not surrounded by if
70861 src/com/gps/hibernate/PollsquestionDAO.java 68 Parameter 'instance' is not assigned and could be declared final
70862 src/com/gps/hibernate/PollsquestionDAO.java 68 publicMethodCommentRequirement Required
70863 src/com/gps/hibernate/PollsquestionDAO.java 69 There is log block not surrounded by if
70864 src/com/gps/hibernate/PollsquestionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70865 src/com/gps/hibernate/PollsquestionDAO.java 71 Local variable 'results' could be declared final
70866 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
70867 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
70868 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
70869 src/com/gps/hibernate/PollsquestionDAO.java 74 There is log block not surrounded by if
70870 src/com/gps/hibernate/PollsquestionDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70871 src/com/gps/hibernate/PollsquestionDAO.java 75 Potential violation of Law of Demeter (object not created locally)
70872 src/com/gps/hibernate/PollsquestionDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70873 src/com/gps/hibernate/PollsquestionDAO.java 78 There is log block not surrounded by if
70874 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
70875 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'value' is not assigned and could be declared final
70876 src/com/gps/hibernate/PollsquestionDAO.java 83 publicMethodCommentRequirement Required
70877 src/com/gps/hibernate/PollsquestionDAO.java 84 There is log block not surrounded by if
70878 src/com/gps/hibernate/PollsquestionDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70879 src/com/gps/hibernate/PollsquestionDAO.java 87 Local variable 'queryString' could be declared final
70880 src/com/gps/hibernate/PollsquestionDAO.java 89 Local variable 'queryObject' could be declared final
70881 src/com/gps/hibernate/PollsquestionDAO.java 89 Potential violation of Law of Demeter (method chain calls)
70882 src/com/gps/hibernate/PollsquestionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
70883 src/com/gps/hibernate/PollsquestionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
70884 src/com/gps/hibernate/PollsquestionDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70885 src/com/gps/hibernate/PollsquestionDAO.java 93 There is log block not surrounded by if
70886 src/com/gps/hibernate/PollsquestionDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
70887 src/com/gps/hibernate/PollsquestionDAO.java 98 publicMethodCommentRequirement Required
70888 src/com/gps/hibernate/PollsquestionDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
70889 src/com/gps/hibernate/PollsquestionDAO.java 102 publicMethodCommentRequirement Required
70890 src/com/gps/hibernate/PollsquestionDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
70891 src/com/gps/hibernate/PollsquestionDAO.java 106 publicMethodCommentRequirement Required
70892 src/com/gps/hibernate/PollsquestionDAO.java 110 Parameter 'userId' is not assigned and could be declared final
70893 src/com/gps/hibernate/PollsquestionDAO.java 110 publicMethodCommentRequirement Required
70894 src/com/gps/hibernate/PollsquestionDAO.java 114 Parameter 'userName' is not assigned and could be declared final
70895 src/com/gps/hibernate/PollsquestionDAO.java 114 publicMethodCommentRequirement Required
70896 src/com/gps/hibernate/PollsquestionDAO.java 118 Parameter 'title' is not assigned and could be declared final
70897 src/com/gps/hibernate/PollsquestionDAO.java 118 publicMethodCommentRequirement Required
70898 src/com/gps/hibernate/PollsquestionDAO.java 122 Parameter 'description' is not assigned and could be declared final
70899 src/com/gps/hibernate/PollsquestionDAO.java 122 publicMethodCommentRequirement Required
70900 src/com/gps/hibernate/PollsquestionDAO.java 126 publicMethodCommentRequirement Required
70901 src/com/gps/hibernate/PollsquestionDAO.java 127 There is log block not surrounded by if
70902 src/com/gps/hibernate/PollsquestionDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70903 src/com/gps/hibernate/PollsquestionDAO.java 129 Local variable 'queryString' could be declared final
70904 src/com/gps/hibernate/PollsquestionDAO.java 130 Local variable 'queryObject' could be declared final
70905 src/com/gps/hibernate/PollsquestionDAO.java 130 Potential violation of Law of Demeter (method chain calls)
70906 src/com/gps/hibernate/PollsquestionDAO.java 131 Potential violation of Law of Demeter (object not created locally)
70907 src/com/gps/hibernate/PollsquestionDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70908 src/com/gps/hibernate/PollsquestionDAO.java 133 There is log block not surrounded by if
70909 src/com/gps/hibernate/PollsquestionDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
70910 src/com/gps/hibernate/PollsquestionDAO.java 138 publicMethodCommentRequirement Required
70911 src/com/gps/hibernate/PollsquestionDAO.java 139 There is log block not surrounded by if
70912 src/com/gps/hibernate/PollsquestionDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70913 src/com/gps/hibernate/PollsquestionDAO.java 141 Local variable 'result' could be declared final
70914 src/com/gps/hibernate/PollsquestionDAO.java 141 Potential violation of Law of Demeter (method chain calls)
70915 src/com/gps/hibernate/PollsquestionDAO.java 143 There is log block not surrounded by if
70916 src/com/gps/hibernate/PollsquestionDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70917 src/com/gps/hibernate/PollsquestionDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70918 src/com/gps/hibernate/PollsquestionDAO.java 146 There is log block not surrounded by if
70919 src/com/gps/hibernate/PollsquestionDAO.java 151 Parameter 'instance' is not assigned and could be declared final
70920 src/com/gps/hibernate/PollsquestionDAO.java 151 publicMethodCommentRequirement Required
70921 src/com/gps/hibernate/PollsquestionDAO.java 152 There is log block not surrounded by if
70922 src/com/gps/hibernate/PollsquestionDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70923 src/com/gps/hibernate/PollsquestionDAO.java 154 Potential violation of Law of Demeter (method chain calls)
70924 src/com/gps/hibernate/PollsquestionDAO.java 155 There is log block not surrounded by if
70925 src/com/gps/hibernate/PollsquestionDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70926 src/com/gps/hibernate/PollsquestionDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70927 src/com/gps/hibernate/PollsquestionDAO.java 157 There is log block not surrounded by if
70928 src/com/gps/hibernate/PollsquestionDAO.java 162 Parameter 'instance' is not assigned and could be declared final
70929 src/com/gps/hibernate/PollsquestionDAO.java 162 publicMethodCommentRequirement Required
70930 src/com/gps/hibernate/PollsquestionDAO.java 163 There is log block not surrounded by if
70931 src/com/gps/hibernate/PollsquestionDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70932 src/com/gps/hibernate/PollsquestionDAO.java 165 Potential violation of Law of Demeter (method chain calls)
70933 src/com/gps/hibernate/PollsquestionDAO.java 166 There is log block not surrounded by if
70934 src/com/gps/hibernate/PollsquestionDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70935 src/com/gps/hibernate/PollsquestionDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70936 src/com/gps/hibernate/PollsquestionDAO.java 168 There is log block not surrounded by if
70937 src/com/gps/hibernate/Pollsvote.java 11 Classes implementing Serializable should set a serialVersionUID
70938 src/com/gps/hibernate/Pollsvote.java 15 fieldCommentRequirement Required
70939 src/com/gps/hibernate/Pollsvote.java 16 fieldCommentRequirement Required
70940 src/com/gps/hibernate/Pollsvote.java 17 fieldCommentRequirement Required
70941 src/com/gps/hibernate/Pollsvote.java 18 fieldCommentRequirement Required
70942 src/com/gps/hibernate/Pollsvote.java 19 fieldCommentRequirement Required
70943 src/com/gps/hibernate/Pollsvote.java 24 Document empty constructor
70944 src/com/gps/hibernate/Pollsvote.java 28 Parameter 'voteId' is not assigned and could be declared final
70945 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'choiceId' is not assigned and could be declared final
70946 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'questionId' is not assigned and could be declared final
70947 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'userId' is not assigned and could be declared final
70948 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'voteId' is not assigned and could be declared final
70949 src/com/gps/hibernate/Pollsvote.java 34 Parameter 'voteDate' is not assigned and could be declared final
70950 src/com/gps/hibernate/Pollsvote.java 44 publicMethodCommentRequirement Required
70951 src/com/gps/hibernate/Pollsvote.java 48 Parameter 'voteId' is not assigned and could be declared final
70952 src/com/gps/hibernate/Pollsvote.java 48 publicMethodCommentRequirement Required
70953 src/com/gps/hibernate/Pollsvote.java 52 publicMethodCommentRequirement Required
70954 src/com/gps/hibernate/Pollsvote.java 56 Parameter 'userId' is not assigned and could be declared final
70955 src/com/gps/hibernate/Pollsvote.java 56 publicMethodCommentRequirement Required
70956 src/com/gps/hibernate/Pollsvote.java 60 publicMethodCommentRequirement Required
70957 src/com/gps/hibernate/Pollsvote.java 64 Parameter 'questionId' is not assigned and could be declared final
70958 src/com/gps/hibernate/Pollsvote.java 64 publicMethodCommentRequirement Required
70959 src/com/gps/hibernate/Pollsvote.java 68 publicMethodCommentRequirement Required
70960 src/com/gps/hibernate/Pollsvote.java 72 Parameter 'choiceId' is not assigned and could be declared final
70961 src/com/gps/hibernate/Pollsvote.java 72 publicMethodCommentRequirement Required
70962 src/com/gps/hibernate/Pollsvote.java 76 publicMethodCommentRequirement Required
70963 src/com/gps/hibernate/Pollsvote.java 80 Parameter 'voteDate' is not assigned and could be declared final
70964 src/com/gps/hibernate/Pollsvote.java 80 publicMethodCommentRequirement Required
70965 src/com/gps/hibernate/PollsvoteDAO.java 3 Avoid unused imports such as 'java.util.Date'
70966 src/com/gps/hibernate/PollsvoteDAO.java 11 Comment is too large: Too many lines
70967 src/com/gps/hibernate/PollsvoteDAO.java 23 This class has too many methods, consider refactoring it.
70968 src/com/gps/hibernate/PollsvoteDAO.java 24 Logger should be defined private static final and have the correct class
70969 src/com/gps/hibernate/PollsvoteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
70970 src/com/gps/hibernate/PollsvoteDAO.java 24 fieldCommentRequirement Required
70971 src/com/gps/hibernate/PollsvoteDAO.java 26 fieldCommentRequirement Required
70972 src/com/gps/hibernate/PollsvoteDAO.java 27 fieldCommentRequirement Required
70973 src/com/gps/hibernate/PollsvoteDAO.java 28 fieldCommentRequirement Required
70974 src/com/gps/hibernate/PollsvoteDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
70975 src/com/gps/hibernate/PollsvoteDAO.java 30 publicMethodCommentRequirement Required
70976 src/com/gps/hibernate/PollsvoteDAO.java 31 There is log block not surrounded by if
70977 src/com/gps/hibernate/PollsvoteDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70978 src/com/gps/hibernate/PollsvoteDAO.java 33 Potential violation of Law of Demeter (method chain calls)
70979 src/com/gps/hibernate/PollsvoteDAO.java 34 There is log block not surrounded by if
70980 src/com/gps/hibernate/PollsvoteDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70981 src/com/gps/hibernate/PollsvoteDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70982 src/com/gps/hibernate/PollsvoteDAO.java 36 There is log block not surrounded by if
70983 src/com/gps/hibernate/PollsvoteDAO.java 41 Avoid excessively long variable names like persistentInstance
70984 src/com/gps/hibernate/PollsvoteDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
70985 src/com/gps/hibernate/PollsvoteDAO.java 41 publicMethodCommentRequirement Required
70986 src/com/gps/hibernate/PollsvoteDAO.java 42 There is log block not surrounded by if
70987 src/com/gps/hibernate/PollsvoteDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70988 src/com/gps/hibernate/PollsvoteDAO.java 44 Potential violation of Law of Demeter (method chain calls)
70989 src/com/gps/hibernate/PollsvoteDAO.java 45 There is log block not surrounded by if
70990 src/com/gps/hibernate/PollsvoteDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70991 src/com/gps/hibernate/PollsvoteDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
70992 src/com/gps/hibernate/PollsvoteDAO.java 47 There is log block not surrounded by if
70993 src/com/gps/hibernate/PollsvoteDAO.java 52 Avoid variables with short names like id
70994 src/com/gps/hibernate/PollsvoteDAO.java 52 Parameter 'id' is not assigned and could be declared final
70995 src/com/gps/hibernate/PollsvoteDAO.java 52 publicMethodCommentRequirement Required
70996 src/com/gps/hibernate/PollsvoteDAO.java 53 There is log block not surrounded by if
70997 src/com/gps/hibernate/PollsvoteDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
70998 src/com/gps/hibernate/PollsvoteDAO.java 55 Local variable 'instance' could be declared final
70999 src/com/gps/hibernate/PollsvoteDAO.java 55 Potential violation of Law of Demeter (method chain calls)
71000 src/com/gps/hibernate/PollsvoteDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71001 src/com/gps/hibernate/PollsvoteDAO.java 59 There is log block not surrounded by if
71002 src/com/gps/hibernate/PollsvoteDAO.java 64 Parameter 'instance' is not assigned and could be declared final
71003 src/com/gps/hibernate/PollsvoteDAO.java 64 publicMethodCommentRequirement Required
71004 src/com/gps/hibernate/PollsvoteDAO.java 65 There is log block not surrounded by if
71005 src/com/gps/hibernate/PollsvoteDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71006 src/com/gps/hibernate/PollsvoteDAO.java 67 Local variable 'results' could be declared final
71007 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71008 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71009 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71010 src/com/gps/hibernate/PollsvoteDAO.java 70 There is log block not surrounded by if
71011 src/com/gps/hibernate/PollsvoteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71012 src/com/gps/hibernate/PollsvoteDAO.java 71 Potential violation of Law of Demeter (object not created locally)
71013 src/com/gps/hibernate/PollsvoteDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71014 src/com/gps/hibernate/PollsvoteDAO.java 74 There is log block not surrounded by if
71015 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
71016 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'value' is not assigned and could be declared final
71017 src/com/gps/hibernate/PollsvoteDAO.java 79 publicMethodCommentRequirement Required
71018 src/com/gps/hibernate/PollsvoteDAO.java 80 There is log block not surrounded by if
71019 src/com/gps/hibernate/PollsvoteDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71020 src/com/gps/hibernate/PollsvoteDAO.java 83 Local variable 'queryString' could be declared final
71021 src/com/gps/hibernate/PollsvoteDAO.java 85 Local variable 'queryObject' could be declared final
71022 src/com/gps/hibernate/PollsvoteDAO.java 85 Potential violation of Law of Demeter (method chain calls)
71023 src/com/gps/hibernate/PollsvoteDAO.java 86 Potential violation of Law of Demeter (object not created locally)
71024 src/com/gps/hibernate/PollsvoteDAO.java 87 Potential violation of Law of Demeter (object not created locally)
71025 src/com/gps/hibernate/PollsvoteDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71026 src/com/gps/hibernate/PollsvoteDAO.java 89 There is log block not surrounded by if
71027 src/com/gps/hibernate/PollsvoteDAO.java 94 Parameter 'userId' is not assigned and could be declared final
71028 src/com/gps/hibernate/PollsvoteDAO.java 94 publicMethodCommentRequirement Required
71029 src/com/gps/hibernate/PollsvoteDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
71030 src/com/gps/hibernate/PollsvoteDAO.java 98 publicMethodCommentRequirement Required
71031 src/com/gps/hibernate/PollsvoteDAO.java 102 Parameter 'choiceId' is not assigned and could be declared final
71032 src/com/gps/hibernate/PollsvoteDAO.java 102 publicMethodCommentRequirement Required
71033 src/com/gps/hibernate/PollsvoteDAO.java 106 publicMethodCommentRequirement Required
71034 src/com/gps/hibernate/PollsvoteDAO.java 107 There is log block not surrounded by if
71035 src/com/gps/hibernate/PollsvoteDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71036 src/com/gps/hibernate/PollsvoteDAO.java 109 Local variable 'queryString' could be declared final
71037 src/com/gps/hibernate/PollsvoteDAO.java 110 Local variable 'queryObject' could be declared final
71038 src/com/gps/hibernate/PollsvoteDAO.java 110 Potential violation of Law of Demeter (method chain calls)
71039 src/com/gps/hibernate/PollsvoteDAO.java 111 Potential violation of Law of Demeter (object not created locally)
71040 src/com/gps/hibernate/PollsvoteDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71041 src/com/gps/hibernate/PollsvoteDAO.java 113 There is log block not surrounded by if
71042 src/com/gps/hibernate/PollsvoteDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
71043 src/com/gps/hibernate/PollsvoteDAO.java 118 publicMethodCommentRequirement Required
71044 src/com/gps/hibernate/PollsvoteDAO.java 119 There is log block not surrounded by if
71045 src/com/gps/hibernate/PollsvoteDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71046 src/com/gps/hibernate/PollsvoteDAO.java 121 Local variable 'result' could be declared final
71047 src/com/gps/hibernate/PollsvoteDAO.java 121 Potential violation of Law of Demeter (method chain calls)
71048 src/com/gps/hibernate/PollsvoteDAO.java 122 There is log block not surrounded by if
71049 src/com/gps/hibernate/PollsvoteDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71050 src/com/gps/hibernate/PollsvoteDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71051 src/com/gps/hibernate/PollsvoteDAO.java 125 There is log block not surrounded by if
71052 src/com/gps/hibernate/PollsvoteDAO.java 130 Parameter 'instance' is not assigned and could be declared final
71053 src/com/gps/hibernate/PollsvoteDAO.java 130 publicMethodCommentRequirement Required
71054 src/com/gps/hibernate/PollsvoteDAO.java 131 There is log block not surrounded by if
71055 src/com/gps/hibernate/PollsvoteDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71056 src/com/gps/hibernate/PollsvoteDAO.java 133 Potential violation of Law of Demeter (method chain calls)
71057 src/com/gps/hibernate/PollsvoteDAO.java 134 There is log block not surrounded by if
71058 src/com/gps/hibernate/PollsvoteDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71059 src/com/gps/hibernate/PollsvoteDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71060 src/com/gps/hibernate/PollsvoteDAO.java 136 There is log block not surrounded by if
71061 src/com/gps/hibernate/PollsvoteDAO.java 141 Parameter 'instance' is not assigned and could be declared final
71062 src/com/gps/hibernate/PollsvoteDAO.java 141 publicMethodCommentRequirement Required
71063 src/com/gps/hibernate/PollsvoteDAO.java 142 There is log block not surrounded by if
71064 src/com/gps/hibernate/PollsvoteDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71065 src/com/gps/hibernate/PollsvoteDAO.java 144 Potential violation of Law of Demeter (method chain calls)
71066 src/com/gps/hibernate/PollsvoteDAO.java 145 There is log block not surrounded by if
71067 src/com/gps/hibernate/PollsvoteDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71068 src/com/gps/hibernate/PollsvoteDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71069 src/com/gps/hibernate/PollsvoteDAO.java 147 There is log block not surrounded by if
71070 src/com/gps/hibernate/Portlet.java 9 Classes implementing Serializable should set a serialVersionUID
71071 src/com/gps/hibernate/Portlet.java 13 Avoid variables with short names like id
71072 src/com/gps/hibernate/Portlet.java 13 fieldCommentRequirement Required
71073 src/com/gps/hibernate/Portlet.java 14 fieldCommentRequirement Required
71074 src/com/gps/hibernate/Portlet.java 15 fieldCommentRequirement Required
71075 src/com/gps/hibernate/Portlet.java 16 fieldCommentRequirement Required
71076 src/com/gps/hibernate/Portlet.java 17 fieldCommentRequirement Required
71077 src/com/gps/hibernate/Portlet.java 22 Document empty constructor
71078 src/com/gps/hibernate/Portlet.java 26 Avoid variables with short names like id
71079 src/com/gps/hibernate/Portlet.java 26 Parameter 'id' is not assigned and could be declared final
71080 src/com/gps/hibernate/Portlet.java 31 Avoid variables with short names like id
71081 src/com/gps/hibernate/Portlet.java 31 Parameter 'companyId' is not assigned and could be declared final
71082 src/com/gps/hibernate/Portlet.java 31 Parameter 'id' is not assigned and could be declared final
71083 src/com/gps/hibernate/Portlet.java 31 Parameter 'portletId' is not assigned and could be declared final
71084 src/com/gps/hibernate/Portlet.java 31 Parameter 'roles' is not assigned and could be declared final
71085 src/com/gps/hibernate/Portlet.java 32 Parameter 'active' is not assigned and could be declared final
71086 src/com/gps/hibernate/Portlet.java 42 publicMethodCommentRequirement Required
71087 src/com/gps/hibernate/Portlet.java 46 Avoid variables with short names like id
71088 src/com/gps/hibernate/Portlet.java 46 Parameter 'id' is not assigned and could be declared final
71089 src/com/gps/hibernate/Portlet.java 46 publicMethodCommentRequirement Required
71090 src/com/gps/hibernate/Portlet.java 50 publicMethodCommentRequirement Required
71091 src/com/gps/hibernate/Portlet.java 54 Parameter 'companyId' is not assigned and could be declared final
71092 src/com/gps/hibernate/Portlet.java 54 publicMethodCommentRequirement Required
71093 src/com/gps/hibernate/Portlet.java 58 publicMethodCommentRequirement Required
71094 src/com/gps/hibernate/Portlet.java 62 Parameter 'portletId' is not assigned and could be declared final
71095 src/com/gps/hibernate/Portlet.java 62 publicMethodCommentRequirement Required
71096 src/com/gps/hibernate/Portlet.java 66 publicMethodCommentRequirement Required
71097 src/com/gps/hibernate/Portlet.java 70 Parameter 'roles' is not assigned and could be declared final
71098 src/com/gps/hibernate/Portlet.java 70 publicMethodCommentRequirement Required
71099 src/com/gps/hibernate/Portlet.java 74 publicMethodCommentRequirement Required
71100 src/com/gps/hibernate/Portlet.java 78 Parameter 'active' is not assigned and could be declared final
71101 src/com/gps/hibernate/Portlet.java 78 publicMethodCommentRequirement Required
71102 src/com/gps/hibernate/PortletDAO.java 10 Comment is too large: Too many lines
71103 src/com/gps/hibernate/PortletDAO.java 22 This class has too many methods, consider refactoring it.
71104 src/com/gps/hibernate/PortletDAO.java 23 Logger should be defined private static final and have the correct class
71105 src/com/gps/hibernate/PortletDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
71106 src/com/gps/hibernate/PortletDAO.java 23 fieldCommentRequirement Required
71107 src/com/gps/hibernate/PortletDAO.java 25 fieldCommentRequirement Required
71108 src/com/gps/hibernate/PortletDAO.java 26 fieldCommentRequirement Required
71109 src/com/gps/hibernate/PortletDAO.java 27 fieldCommentRequirement Required
71110 src/com/gps/hibernate/PortletDAO.java 28 fieldCommentRequirement Required
71111 src/com/gps/hibernate/PortletDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
71112 src/com/gps/hibernate/PortletDAO.java 30 publicMethodCommentRequirement Required
71113 src/com/gps/hibernate/PortletDAO.java 31 There is log block not surrounded by if
71114 src/com/gps/hibernate/PortletDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71115 src/com/gps/hibernate/PortletDAO.java 33 Potential violation of Law of Demeter (method chain calls)
71116 src/com/gps/hibernate/PortletDAO.java 34 There is log block not surrounded by if
71117 src/com/gps/hibernate/PortletDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71118 src/com/gps/hibernate/PortletDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71119 src/com/gps/hibernate/PortletDAO.java 36 There is log block not surrounded by if
71120 src/com/gps/hibernate/PortletDAO.java 41 Avoid excessively long variable names like persistentInstance
71121 src/com/gps/hibernate/PortletDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
71122 src/com/gps/hibernate/PortletDAO.java 41 publicMethodCommentRequirement Required
71123 src/com/gps/hibernate/PortletDAO.java 42 There is log block not surrounded by if
71124 src/com/gps/hibernate/PortletDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71125 src/com/gps/hibernate/PortletDAO.java 44 Potential violation of Law of Demeter (method chain calls)
71126 src/com/gps/hibernate/PortletDAO.java 45 There is log block not surrounded by if
71127 src/com/gps/hibernate/PortletDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71128 src/com/gps/hibernate/PortletDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71129 src/com/gps/hibernate/PortletDAO.java 47 There is log block not surrounded by if
71130 src/com/gps/hibernate/PortletDAO.java 52 Avoid variables with short names like id
71131 src/com/gps/hibernate/PortletDAO.java 52 Parameter 'id' is not assigned and could be declared final
71132 src/com/gps/hibernate/PortletDAO.java 52 publicMethodCommentRequirement Required
71133 src/com/gps/hibernate/PortletDAO.java 53 There is log block not surrounded by if
71134 src/com/gps/hibernate/PortletDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71135 src/com/gps/hibernate/PortletDAO.java 55 Local variable 'instance' could be declared final
71136 src/com/gps/hibernate/PortletDAO.java 55 Potential violation of Law of Demeter (method chain calls)
71137 src/com/gps/hibernate/PortletDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71138 src/com/gps/hibernate/PortletDAO.java 59 There is log block not surrounded by if
71139 src/com/gps/hibernate/PortletDAO.java 64 Parameter 'instance' is not assigned and could be declared final
71140 src/com/gps/hibernate/PortletDAO.java 64 publicMethodCommentRequirement Required
71141 src/com/gps/hibernate/PortletDAO.java 65 There is log block not surrounded by if
71142 src/com/gps/hibernate/PortletDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71143 src/com/gps/hibernate/PortletDAO.java 67 Local variable 'results' could be declared final
71144 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71145 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71146 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
71147 src/com/gps/hibernate/PortletDAO.java 70 There is log block not surrounded by if
71148 src/com/gps/hibernate/PortletDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71149 src/com/gps/hibernate/PortletDAO.java 71 Potential violation of Law of Demeter (object not created locally)
71150 src/com/gps/hibernate/PortletDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71151 src/com/gps/hibernate/PortletDAO.java 74 There is log block not surrounded by if
71152 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
71153 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'value' is not assigned and could be declared final
71154 src/com/gps/hibernate/PortletDAO.java 79 publicMethodCommentRequirement Required
71155 src/com/gps/hibernate/PortletDAO.java 80 There is log block not surrounded by if
71156 src/com/gps/hibernate/PortletDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71157 src/com/gps/hibernate/PortletDAO.java 83 Local variable 'queryString' could be declared final
71158 src/com/gps/hibernate/PortletDAO.java 85 Local variable 'queryObject' could be declared final
71159 src/com/gps/hibernate/PortletDAO.java 85 Potential violation of Law of Demeter (method chain calls)
71160 src/com/gps/hibernate/PortletDAO.java 86 Potential violation of Law of Demeter (object not created locally)
71161 src/com/gps/hibernate/PortletDAO.java 87 Potential violation of Law of Demeter (object not created locally)
71162 src/com/gps/hibernate/PortletDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71163 src/com/gps/hibernate/PortletDAO.java 89 There is log block not surrounded by if
71164 src/com/gps/hibernate/PortletDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
71165 src/com/gps/hibernate/PortletDAO.java 94 publicMethodCommentRequirement Required
71166 src/com/gps/hibernate/PortletDAO.java 98 Parameter 'portletId' is not assigned and could be declared final
71167 src/com/gps/hibernate/PortletDAO.java 98 publicMethodCommentRequirement Required
71168 src/com/gps/hibernate/PortletDAO.java 102 Parameter 'roles' is not assigned and could be declared final
71169 src/com/gps/hibernate/PortletDAO.java 102 publicMethodCommentRequirement Required
71170 src/com/gps/hibernate/PortletDAO.java 106 Parameter 'active' is not assigned and could be declared final
71171 src/com/gps/hibernate/PortletDAO.java 106 publicMethodCommentRequirement Required
71172 src/com/gps/hibernate/PortletDAO.java 110 publicMethodCommentRequirement Required
71173 src/com/gps/hibernate/PortletDAO.java 111 There is log block not surrounded by if
71174 src/com/gps/hibernate/PortletDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71175 src/com/gps/hibernate/PortletDAO.java 113 Local variable 'queryString' could be declared final
71176 src/com/gps/hibernate/PortletDAO.java 114 Local variable 'queryObject' could be declared final
71177 src/com/gps/hibernate/PortletDAO.java 114 Potential violation of Law of Demeter (method chain calls)
71178 src/com/gps/hibernate/PortletDAO.java 115 Potential violation of Law of Demeter (object not created locally)
71179 src/com/gps/hibernate/PortletDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71180 src/com/gps/hibernate/PortletDAO.java 117 There is log block not surrounded by if
71181 src/com/gps/hibernate/PortletDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
71182 src/com/gps/hibernate/PortletDAO.java 122 publicMethodCommentRequirement Required
71183 src/com/gps/hibernate/PortletDAO.java 123 There is log block not surrounded by if
71184 src/com/gps/hibernate/PortletDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71185 src/com/gps/hibernate/PortletDAO.java 125 Local variable 'result' could be declared final
71186 src/com/gps/hibernate/PortletDAO.java 125 Potential violation of Law of Demeter (method chain calls)
71187 src/com/gps/hibernate/PortletDAO.java 126 There is log block not surrounded by if
71188 src/com/gps/hibernate/PortletDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71189 src/com/gps/hibernate/PortletDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71190 src/com/gps/hibernate/PortletDAO.java 129 There is log block not surrounded by if
71191 src/com/gps/hibernate/PortletDAO.java 134 Parameter 'instance' is not assigned and could be declared final
71192 src/com/gps/hibernate/PortletDAO.java 134 publicMethodCommentRequirement Required
71193 src/com/gps/hibernate/PortletDAO.java 135 There is log block not surrounded by if
71194 src/com/gps/hibernate/PortletDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71195 src/com/gps/hibernate/PortletDAO.java 137 Potential violation of Law of Demeter (method chain calls)
71196 src/com/gps/hibernate/PortletDAO.java 138 There is log block not surrounded by if
71197 src/com/gps/hibernate/PortletDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71198 src/com/gps/hibernate/PortletDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71199 src/com/gps/hibernate/PortletDAO.java 140 There is log block not surrounded by if
71200 src/com/gps/hibernate/PortletDAO.java 145 Parameter 'instance' is not assigned and could be declared final
71201 src/com/gps/hibernate/PortletDAO.java 145 publicMethodCommentRequirement Required
71202 src/com/gps/hibernate/PortletDAO.java 146 There is log block not surrounded by if
71203 src/com/gps/hibernate/PortletDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71204 src/com/gps/hibernate/PortletDAO.java 148 Potential violation of Law of Demeter (method chain calls)
71205 src/com/gps/hibernate/PortletDAO.java 149 There is log block not surrounded by if
71206 src/com/gps/hibernate/PortletDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71207 src/com/gps/hibernate/PortletDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71208 src/com/gps/hibernate/PortletDAO.java 151 There is log block not surrounded by if
71209 src/com/gps/hibernate/Portletitem.java 11 Classes implementing Serializable should set a serialVersionUID
71210 src/com/gps/hibernate/Portletitem.java 15 fieldCommentRequirement Required
71211 src/com/gps/hibernate/Portletitem.java 16 fieldCommentRequirement Required
71212 src/com/gps/hibernate/Portletitem.java 17 fieldCommentRequirement Required
71213 src/com/gps/hibernate/Portletitem.java 18 fieldCommentRequirement Required
71214 src/com/gps/hibernate/Portletitem.java 19 fieldCommentRequirement Required
71215 src/com/gps/hibernate/Portletitem.java 20 fieldCommentRequirement Required
71216 src/com/gps/hibernate/Portletitem.java 21 fieldCommentRequirement Required
71217 src/com/gps/hibernate/Portletitem.java 22 fieldCommentRequirement Required
71218 src/com/gps/hibernate/Portletitem.java 23 fieldCommentRequirement Required
71219 src/com/gps/hibernate/Portletitem.java 24 fieldCommentRequirement Required
71220 src/com/gps/hibernate/Portletitem.java 29 Document empty constructor
71221 src/com/gps/hibernate/Portletitem.java 33 Parameter 'portletItemId' is not assigned and could be declared final
71222 src/com/gps/hibernate/Portletitem.java 38 Avoid long parameter lists.
71223 src/com/gps/hibernate/Portletitem.java 38 Parameter 'companyId' is not assigned and could be declared final
71224 src/com/gps/hibernate/Portletitem.java 38 Parameter 'groupId' is not assigned and could be declared final
71225 src/com/gps/hibernate/Portletitem.java 38 Parameter 'portletItemId' is not assigned and could be declared final
71226 src/com/gps/hibernate/Portletitem.java 39 Parameter 'createDate' is not assigned and could be declared final
71227 src/com/gps/hibernate/Portletitem.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
71228 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userId' is not assigned and could be declared final
71229 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userName' is not assigned and could be declared final
71230 src/com/gps/hibernate/Portletitem.java 40 Parameter 'classNameId' is not assigned and could be declared final
71231 src/com/gps/hibernate/Portletitem.java 40 Parameter 'name' is not assigned and could be declared final
71232 src/com/gps/hibernate/Portletitem.java 40 Parameter 'portletId' is not assigned and could be declared final
71233 src/com/gps/hibernate/Portletitem.java 55 publicMethodCommentRequirement Required
71234 src/com/gps/hibernate/Portletitem.java 59 Parameter 'portletItemId' is not assigned and could be declared final
71235 src/com/gps/hibernate/Portletitem.java 59 publicMethodCommentRequirement Required
71236 src/com/gps/hibernate/Portletitem.java 63 publicMethodCommentRequirement Required
71237 src/com/gps/hibernate/Portletitem.java 67 Parameter 'groupId' is not assigned and could be declared final
71238 src/com/gps/hibernate/Portletitem.java 67 publicMethodCommentRequirement Required
71239 src/com/gps/hibernate/Portletitem.java 71 publicMethodCommentRequirement Required
71240 src/com/gps/hibernate/Portletitem.java 75 Parameter 'companyId' is not assigned and could be declared final
71241 src/com/gps/hibernate/Portletitem.java 75 publicMethodCommentRequirement Required
71242 src/com/gps/hibernate/Portletitem.java 79 publicMethodCommentRequirement Required
71243 src/com/gps/hibernate/Portletitem.java 83 Parameter 'userId' is not assigned and could be declared final
71244 src/com/gps/hibernate/Portletitem.java 83 publicMethodCommentRequirement Required
71245 src/com/gps/hibernate/Portletitem.java 87 publicMethodCommentRequirement Required
71246 src/com/gps/hibernate/Portletitem.java 91 Parameter 'userName' is not assigned and could be declared final
71247 src/com/gps/hibernate/Portletitem.java 91 publicMethodCommentRequirement Required
71248 src/com/gps/hibernate/Portletitem.java 95 publicMethodCommentRequirement Required
71249 src/com/gps/hibernate/Portletitem.java 99 Parameter 'createDate' is not assigned and could be declared final
71250 src/com/gps/hibernate/Portletitem.java 99 publicMethodCommentRequirement Required
71251 src/com/gps/hibernate/Portletitem.java 103 publicMethodCommentRequirement Required
71252 src/com/gps/hibernate/Portletitem.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
71253 src/com/gps/hibernate/Portletitem.java 107 publicMethodCommentRequirement Required
71254 src/com/gps/hibernate/Portletitem.java 111 publicMethodCommentRequirement Required
71255 src/com/gps/hibernate/Portletitem.java 115 Parameter 'name' is not assigned and could be declared final
71256 src/com/gps/hibernate/Portletitem.java 115 publicMethodCommentRequirement Required
71257 src/com/gps/hibernate/Portletitem.java 119 publicMethodCommentRequirement Required
71258 src/com/gps/hibernate/Portletitem.java 123 Parameter 'portletId' is not assigned and could be declared final
71259 src/com/gps/hibernate/Portletitem.java 123 publicMethodCommentRequirement Required
71260 src/com/gps/hibernate/Portletitem.java 127 publicMethodCommentRequirement Required
71261 src/com/gps/hibernate/Portletitem.java 131 Parameter 'classNameId' is not assigned and could be declared final
71262 src/com/gps/hibernate/Portletitem.java 131 publicMethodCommentRequirement Required
71263 src/com/gps/hibernate/PortletitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
71264 src/com/gps/hibernate/PortletitemDAO.java 11 Comment is too large: Too many lines
71265 src/com/gps/hibernate/PortletitemDAO.java 23 This class has too many methods, consider refactoring it.
71266 src/com/gps/hibernate/PortletitemDAO.java 24 Logger should be defined private static final and have the correct class
71267 src/com/gps/hibernate/PortletitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
71268 src/com/gps/hibernate/PortletitemDAO.java 24 fieldCommentRequirement Required
71269 src/com/gps/hibernate/PortletitemDAO.java 26 fieldCommentRequirement Required
71270 src/com/gps/hibernate/PortletitemDAO.java 27 fieldCommentRequirement Required
71271 src/com/gps/hibernate/PortletitemDAO.java 28 fieldCommentRequirement Required
71272 src/com/gps/hibernate/PortletitemDAO.java 29 fieldCommentRequirement Required
71273 src/com/gps/hibernate/PortletitemDAO.java 30 fieldCommentRequirement Required
71274 src/com/gps/hibernate/PortletitemDAO.java 31 fieldCommentRequirement Required
71275 src/com/gps/hibernate/PortletitemDAO.java 32 fieldCommentRequirement Required
71276 src/com/gps/hibernate/PortletitemDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
71277 src/com/gps/hibernate/PortletitemDAO.java 34 publicMethodCommentRequirement Required
71278 src/com/gps/hibernate/PortletitemDAO.java 35 There is log block not surrounded by if
71279 src/com/gps/hibernate/PortletitemDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71280 src/com/gps/hibernate/PortletitemDAO.java 37 Potential violation of Law of Demeter (method chain calls)
71281 src/com/gps/hibernate/PortletitemDAO.java 38 There is log block not surrounded by if
71282 src/com/gps/hibernate/PortletitemDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71283 src/com/gps/hibernate/PortletitemDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71284 src/com/gps/hibernate/PortletitemDAO.java 40 There is log block not surrounded by if
71285 src/com/gps/hibernate/PortletitemDAO.java 45 Avoid excessively long variable names like persistentInstance
71286 src/com/gps/hibernate/PortletitemDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
71287 src/com/gps/hibernate/PortletitemDAO.java 45 publicMethodCommentRequirement Required
71288 src/com/gps/hibernate/PortletitemDAO.java 46 There is log block not surrounded by if
71289 src/com/gps/hibernate/PortletitemDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71290 src/com/gps/hibernate/PortletitemDAO.java 48 Potential violation of Law of Demeter (method chain calls)
71291 src/com/gps/hibernate/PortletitemDAO.java 49 There is log block not surrounded by if
71292 src/com/gps/hibernate/PortletitemDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71293 src/com/gps/hibernate/PortletitemDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71294 src/com/gps/hibernate/PortletitemDAO.java 51 There is log block not surrounded by if
71295 src/com/gps/hibernate/PortletitemDAO.java 56 Avoid variables with short names like id
71296 src/com/gps/hibernate/PortletitemDAO.java 56 Parameter 'id' is not assigned and could be declared final
71297 src/com/gps/hibernate/PortletitemDAO.java 56 publicMethodCommentRequirement Required
71298 src/com/gps/hibernate/PortletitemDAO.java 57 There is log block not surrounded by if
71299 src/com/gps/hibernate/PortletitemDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71300 src/com/gps/hibernate/PortletitemDAO.java 59 Local variable 'instance' could be declared final
71301 src/com/gps/hibernate/PortletitemDAO.java 59 Potential violation of Law of Demeter (method chain calls)
71302 src/com/gps/hibernate/PortletitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71303 src/com/gps/hibernate/PortletitemDAO.java 63 There is log block not surrounded by if
71304 src/com/gps/hibernate/PortletitemDAO.java 68 Parameter 'instance' is not assigned and could be declared final
71305 src/com/gps/hibernate/PortletitemDAO.java 68 publicMethodCommentRequirement Required
71306 src/com/gps/hibernate/PortletitemDAO.java 69 There is log block not surrounded by if
71307 src/com/gps/hibernate/PortletitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71308 src/com/gps/hibernate/PortletitemDAO.java 71 Local variable 'results' could be declared final
71309 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
71310 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
71311 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
71312 src/com/gps/hibernate/PortletitemDAO.java 74 There is log block not surrounded by if
71313 src/com/gps/hibernate/PortletitemDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71314 src/com/gps/hibernate/PortletitemDAO.java 75 Potential violation of Law of Demeter (object not created locally)
71315 src/com/gps/hibernate/PortletitemDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71316 src/com/gps/hibernate/PortletitemDAO.java 78 There is log block not surrounded by if
71317 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
71318 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'value' is not assigned and could be declared final
71319 src/com/gps/hibernate/PortletitemDAO.java 83 publicMethodCommentRequirement Required
71320 src/com/gps/hibernate/PortletitemDAO.java 84 There is log block not surrounded by if
71321 src/com/gps/hibernate/PortletitemDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71322 src/com/gps/hibernate/PortletitemDAO.java 87 Local variable 'queryString' could be declared final
71323 src/com/gps/hibernate/PortletitemDAO.java 89 Local variable 'queryObject' could be declared final
71324 src/com/gps/hibernate/PortletitemDAO.java 89 Potential violation of Law of Demeter (method chain calls)
71325 src/com/gps/hibernate/PortletitemDAO.java 90 Potential violation of Law of Demeter (object not created locally)
71326 src/com/gps/hibernate/PortletitemDAO.java 91 Potential violation of Law of Demeter (object not created locally)
71327 src/com/gps/hibernate/PortletitemDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71328 src/com/gps/hibernate/PortletitemDAO.java 93 There is log block not surrounded by if
71329 src/com/gps/hibernate/PortletitemDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
71330 src/com/gps/hibernate/PortletitemDAO.java 98 publicMethodCommentRequirement Required
71331 src/com/gps/hibernate/PortletitemDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
71332 src/com/gps/hibernate/PortletitemDAO.java 102 publicMethodCommentRequirement Required
71333 src/com/gps/hibernate/PortletitemDAO.java 106 Parameter 'userId' is not assigned and could be declared final
71334 src/com/gps/hibernate/PortletitemDAO.java 106 publicMethodCommentRequirement Required
71335 src/com/gps/hibernate/PortletitemDAO.java 110 Parameter 'userName' is not assigned and could be declared final
71336 src/com/gps/hibernate/PortletitemDAO.java 110 publicMethodCommentRequirement Required
71337 src/com/gps/hibernate/PortletitemDAO.java 114 Parameter 'name' is not assigned and could be declared final
71338 src/com/gps/hibernate/PortletitemDAO.java 114 publicMethodCommentRequirement Required
71339 src/com/gps/hibernate/PortletitemDAO.java 118 Parameter 'portletId' is not assigned and could be declared final
71340 src/com/gps/hibernate/PortletitemDAO.java 118 publicMethodCommentRequirement Required
71341 src/com/gps/hibernate/PortletitemDAO.java 122 Parameter 'classNameId' is not assigned and could be declared final
71342 src/com/gps/hibernate/PortletitemDAO.java 122 publicMethodCommentRequirement Required
71343 src/com/gps/hibernate/PortletitemDAO.java 126 publicMethodCommentRequirement Required
71344 src/com/gps/hibernate/PortletitemDAO.java 127 There is log block not surrounded by if
71345 src/com/gps/hibernate/PortletitemDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71346 src/com/gps/hibernate/PortletitemDAO.java 129 Local variable 'queryString' could be declared final
71347 src/com/gps/hibernate/PortletitemDAO.java 130 Local variable 'queryObject' could be declared final
71348 src/com/gps/hibernate/PortletitemDAO.java 130 Potential violation of Law of Demeter (method chain calls)
71349 src/com/gps/hibernate/PortletitemDAO.java 131 Potential violation of Law of Demeter (object not created locally)
71350 src/com/gps/hibernate/PortletitemDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71351 src/com/gps/hibernate/PortletitemDAO.java 133 There is log block not surrounded by if
71352 src/com/gps/hibernate/PortletitemDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
71353 src/com/gps/hibernate/PortletitemDAO.java 138 publicMethodCommentRequirement Required
71354 src/com/gps/hibernate/PortletitemDAO.java 139 There is log block not surrounded by if
71355 src/com/gps/hibernate/PortletitemDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71356 src/com/gps/hibernate/PortletitemDAO.java 141 Local variable 'result' could be declared final
71357 src/com/gps/hibernate/PortletitemDAO.java 141 Potential violation of Law of Demeter (method chain calls)
71358 src/com/gps/hibernate/PortletitemDAO.java 143 There is log block not surrounded by if
71359 src/com/gps/hibernate/PortletitemDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71360 src/com/gps/hibernate/PortletitemDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71361 src/com/gps/hibernate/PortletitemDAO.java 146 There is log block not surrounded by if
71362 src/com/gps/hibernate/PortletitemDAO.java 151 Parameter 'instance' is not assigned and could be declared final
71363 src/com/gps/hibernate/PortletitemDAO.java 151 publicMethodCommentRequirement Required
71364 src/com/gps/hibernate/PortletitemDAO.java 152 There is log block not surrounded by if
71365 src/com/gps/hibernate/PortletitemDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71366 src/com/gps/hibernate/PortletitemDAO.java 154 Potential violation of Law of Demeter (method chain calls)
71367 src/com/gps/hibernate/PortletitemDAO.java 155 There is log block not surrounded by if
71368 src/com/gps/hibernate/PortletitemDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71369 src/com/gps/hibernate/PortletitemDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71370 src/com/gps/hibernate/PortletitemDAO.java 157 There is log block not surrounded by if
71371 src/com/gps/hibernate/PortletitemDAO.java 162 Parameter 'instance' is not assigned and could be declared final
71372 src/com/gps/hibernate/PortletitemDAO.java 162 publicMethodCommentRequirement Required
71373 src/com/gps/hibernate/PortletitemDAO.java 163 There is log block not surrounded by if
71374 src/com/gps/hibernate/PortletitemDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71375 src/com/gps/hibernate/PortletitemDAO.java 165 Potential violation of Law of Demeter (method chain calls)
71376 src/com/gps/hibernate/PortletitemDAO.java 166 There is log block not surrounded by if
71377 src/com/gps/hibernate/PortletitemDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71378 src/com/gps/hibernate/PortletitemDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71379 src/com/gps/hibernate/PortletitemDAO.java 168 There is log block not surrounded by if
71380 src/com/gps/hibernate/Portletpreferences.java 9 Classes implementing Serializable should set a serialVersionUID
71381 src/com/gps/hibernate/Portletpreferences.java 13 Avoid excessively long variable names like portletPreferencesId
71382 src/com/gps/hibernate/Portletpreferences.java 13 fieldCommentRequirement Required
71383 src/com/gps/hibernate/Portletpreferences.java 14 fieldCommentRequirement Required
71384 src/com/gps/hibernate/Portletpreferences.java 15 fieldCommentRequirement Required
71385 src/com/gps/hibernate/Portletpreferences.java 16 fieldCommentRequirement Required
71386 src/com/gps/hibernate/Portletpreferences.java 17 fieldCommentRequirement Required
71387 src/com/gps/hibernate/Portletpreferences.java 18 fieldCommentRequirement Required
71388 src/com/gps/hibernate/Portletpreferences.java 23 Document empty constructor
71389 src/com/gps/hibernate/Portletpreferences.java 27 Avoid excessively long variable names like portletPreferencesId
71390 src/com/gps/hibernate/Portletpreferences.java 27 Parameter 'portletPreferencesId' is not assigned and could be declared final
71391 src/com/gps/hibernate/Portletpreferences.java 32 Avoid excessively long variable names like portletPreferencesId
71392 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'ownerId' is not assigned and could be declared final
71393 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'portletPreferencesId' is not assigned and could be declared final
71394 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'ownerType' is not assigned and could be declared final
71395 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'plid' is not assigned and could be declared final
71396 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'portletId' is not assigned and could be declared final
71397 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'preferences' is not assigned and could be declared final
71398 src/com/gps/hibernate/Portletpreferences.java 44 publicMethodCommentRequirement Required
71399 src/com/gps/hibernate/Portletpreferences.java 48 Avoid excessively long variable names like portletPreferencesId
71400 src/com/gps/hibernate/Portletpreferences.java 48 Parameter 'portletPreferencesId' is not assigned and could be declared final
71401 src/com/gps/hibernate/Portletpreferences.java 48 publicMethodCommentRequirement Required
71402 src/com/gps/hibernate/Portletpreferences.java 52 publicMethodCommentRequirement Required
71403 src/com/gps/hibernate/Portletpreferences.java 56 Parameter 'ownerId' is not assigned and could be declared final
71404 src/com/gps/hibernate/Portletpreferences.java 56 publicMethodCommentRequirement Required
71405 src/com/gps/hibernate/Portletpreferences.java 60 publicMethodCommentRequirement Required
71406 src/com/gps/hibernate/Portletpreferences.java 64 Parameter 'ownerType' is not assigned and could be declared final
71407 src/com/gps/hibernate/Portletpreferences.java 64 publicMethodCommentRequirement Required
71408 src/com/gps/hibernate/Portletpreferences.java 68 publicMethodCommentRequirement Required
71409 src/com/gps/hibernate/Portletpreferences.java 72 Parameter 'plid' is not assigned and could be declared final
71410 src/com/gps/hibernate/Portletpreferences.java 72 publicMethodCommentRequirement Required
71411 src/com/gps/hibernate/Portletpreferences.java 76 publicMethodCommentRequirement Required
71412 src/com/gps/hibernate/Portletpreferences.java 80 Parameter 'portletId' is not assigned and could be declared final
71413 src/com/gps/hibernate/Portletpreferences.java 80 publicMethodCommentRequirement Required
71414 src/com/gps/hibernate/Portletpreferences.java 84 publicMethodCommentRequirement Required
71415 src/com/gps/hibernate/Portletpreferences.java 88 Parameter 'preferences' is not assigned and could be declared final
71416 src/com/gps/hibernate/Portletpreferences.java 88 publicMethodCommentRequirement Required
71417 src/com/gps/hibernate/PortletpreferencesDAO.java 10 Comment is too large: Too many lines
71418 src/com/gps/hibernate/PortletpreferencesDAO.java 22 This class has too many methods, consider refactoring it.
71419 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Logger should be defined private static final and have the correct class
71420 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
71421 src/com/gps/hibernate/PortletpreferencesDAO.java 23 fieldCommentRequirement Required
71422 src/com/gps/hibernate/PortletpreferencesDAO.java 26 fieldCommentRequirement Required
71423 src/com/gps/hibernate/PortletpreferencesDAO.java 27 fieldCommentRequirement Required
71424 src/com/gps/hibernate/PortletpreferencesDAO.java 28 fieldCommentRequirement Required
71425 src/com/gps/hibernate/PortletpreferencesDAO.java 29 fieldCommentRequirement Required
71426 src/com/gps/hibernate/PortletpreferencesDAO.java 30 fieldCommentRequirement Required
71427 src/com/gps/hibernate/PortletpreferencesDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
71428 src/com/gps/hibernate/PortletpreferencesDAO.java 32 publicMethodCommentRequirement Required
71429 src/com/gps/hibernate/PortletpreferencesDAO.java 33 There is log block not surrounded by if
71430 src/com/gps/hibernate/PortletpreferencesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71431 src/com/gps/hibernate/PortletpreferencesDAO.java 35 Potential violation of Law of Demeter (method chain calls)
71432 src/com/gps/hibernate/PortletpreferencesDAO.java 36 There is log block not surrounded by if
71433 src/com/gps/hibernate/PortletpreferencesDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71434 src/com/gps/hibernate/PortletpreferencesDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71435 src/com/gps/hibernate/PortletpreferencesDAO.java 38 There is log block not surrounded by if
71436 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Avoid excessively long variable names like persistentInstance
71437 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
71438 src/com/gps/hibernate/PortletpreferencesDAO.java 43 publicMethodCommentRequirement Required
71439 src/com/gps/hibernate/PortletpreferencesDAO.java 44 There is log block not surrounded by if
71440 src/com/gps/hibernate/PortletpreferencesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71441 src/com/gps/hibernate/PortletpreferencesDAO.java 46 Potential violation of Law of Demeter (method chain calls)
71442 src/com/gps/hibernate/PortletpreferencesDAO.java 47 There is log block not surrounded by if
71443 src/com/gps/hibernate/PortletpreferencesDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71444 src/com/gps/hibernate/PortletpreferencesDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71445 src/com/gps/hibernate/PortletpreferencesDAO.java 49 There is log block not surrounded by if
71446 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Avoid variables with short names like id
71447 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Parameter 'id' is not assigned and could be declared final
71448 src/com/gps/hibernate/PortletpreferencesDAO.java 54 publicMethodCommentRequirement Required
71449 src/com/gps/hibernate/PortletpreferencesDAO.java 55 There is log block not surrounded by if
71450 src/com/gps/hibernate/PortletpreferencesDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71451 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Local variable 'instance' could be declared final
71452 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Potential violation of Law of Demeter (method chain calls)
71453 src/com/gps/hibernate/PortletpreferencesDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71454 src/com/gps/hibernate/PortletpreferencesDAO.java 61 There is log block not surrounded by if
71455 src/com/gps/hibernate/PortletpreferencesDAO.java 66 Parameter 'instance' is not assigned and could be declared final
71456 src/com/gps/hibernate/PortletpreferencesDAO.java 66 publicMethodCommentRequirement Required
71457 src/com/gps/hibernate/PortletpreferencesDAO.java 67 There is log block not surrounded by if
71458 src/com/gps/hibernate/PortletpreferencesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71459 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Local variable 'results' could be declared final
71460 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
71461 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
71462 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
71463 src/com/gps/hibernate/PortletpreferencesDAO.java 72 There is log block not surrounded by if
71464 src/com/gps/hibernate/PortletpreferencesDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71465 src/com/gps/hibernate/PortletpreferencesDAO.java 73 Potential violation of Law of Demeter (object not created locally)
71466 src/com/gps/hibernate/PortletpreferencesDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71467 src/com/gps/hibernate/PortletpreferencesDAO.java 76 There is log block not surrounded by if
71468 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
71469 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'value' is not assigned and could be declared final
71470 src/com/gps/hibernate/PortletpreferencesDAO.java 81 publicMethodCommentRequirement Required
71471 src/com/gps/hibernate/PortletpreferencesDAO.java 82 There is log block not surrounded by if
71472 src/com/gps/hibernate/PortletpreferencesDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71473 src/com/gps/hibernate/PortletpreferencesDAO.java 85 Local variable 'queryString' could be declared final
71474 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Local variable 'queryObject' could be declared final
71475 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Potential violation of Law of Demeter (method chain calls)
71476 src/com/gps/hibernate/PortletpreferencesDAO.java 88 Potential violation of Law of Demeter (object not created locally)
71477 src/com/gps/hibernate/PortletpreferencesDAO.java 89 Potential violation of Law of Demeter (object not created locally)
71478 src/com/gps/hibernate/PortletpreferencesDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71479 src/com/gps/hibernate/PortletpreferencesDAO.java 91 There is log block not surrounded by if
71480 src/com/gps/hibernate/PortletpreferencesDAO.java 96 Parameter 'ownerId' is not assigned and could be declared final
71481 src/com/gps/hibernate/PortletpreferencesDAO.java 96 publicMethodCommentRequirement Required
71482 src/com/gps/hibernate/PortletpreferencesDAO.java 100 Parameter 'ownerType' is not assigned and could be declared final
71483 src/com/gps/hibernate/PortletpreferencesDAO.java 100 publicMethodCommentRequirement Required
71484 src/com/gps/hibernate/PortletpreferencesDAO.java 104 Parameter 'plid' is not assigned and could be declared final
71485 src/com/gps/hibernate/PortletpreferencesDAO.java 104 publicMethodCommentRequirement Required
71486 src/com/gps/hibernate/PortletpreferencesDAO.java 108 Parameter 'portletId' is not assigned and could be declared final
71487 src/com/gps/hibernate/PortletpreferencesDAO.java 108 publicMethodCommentRequirement Required
71488 src/com/gps/hibernate/PortletpreferencesDAO.java 112 Parameter 'preferences' is not assigned and could be declared final
71489 src/com/gps/hibernate/PortletpreferencesDAO.java 112 publicMethodCommentRequirement Required
71490 src/com/gps/hibernate/PortletpreferencesDAO.java 116 publicMethodCommentRequirement Required
71491 src/com/gps/hibernate/PortletpreferencesDAO.java 117 There is log block not surrounded by if
71492 src/com/gps/hibernate/PortletpreferencesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71493 src/com/gps/hibernate/PortletpreferencesDAO.java 119 Local variable 'queryString' could be declared final
71494 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Local variable 'queryObject' could be declared final
71495 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Potential violation of Law of Demeter (method chain calls)
71496 src/com/gps/hibernate/PortletpreferencesDAO.java 121 Potential violation of Law of Demeter (object not created locally)
71497 src/com/gps/hibernate/PortletpreferencesDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71498 src/com/gps/hibernate/PortletpreferencesDAO.java 123 There is log block not surrounded by if
71499 src/com/gps/hibernate/PortletpreferencesDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
71500 src/com/gps/hibernate/PortletpreferencesDAO.java 128 publicMethodCommentRequirement Required
71501 src/com/gps/hibernate/PortletpreferencesDAO.java 129 There is log block not surrounded by if
71502 src/com/gps/hibernate/PortletpreferencesDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71503 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Local variable 'result' could be declared final
71504 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Potential violation of Law of Demeter (method chain calls)
71505 src/com/gps/hibernate/PortletpreferencesDAO.java 133 There is log block not surrounded by if
71506 src/com/gps/hibernate/PortletpreferencesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71507 src/com/gps/hibernate/PortletpreferencesDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71508 src/com/gps/hibernate/PortletpreferencesDAO.java 136 There is log block not surrounded by if
71509 src/com/gps/hibernate/PortletpreferencesDAO.java 141 Parameter 'instance' is not assigned and could be declared final
71510 src/com/gps/hibernate/PortletpreferencesDAO.java 141 publicMethodCommentRequirement Required
71511 src/com/gps/hibernate/PortletpreferencesDAO.java 142 There is log block not surrounded by if
71512 src/com/gps/hibernate/PortletpreferencesDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71513 src/com/gps/hibernate/PortletpreferencesDAO.java 144 Potential violation of Law of Demeter (method chain calls)
71514 src/com/gps/hibernate/PortletpreferencesDAO.java 145 There is log block not surrounded by if
71515 src/com/gps/hibernate/PortletpreferencesDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71516 src/com/gps/hibernate/PortletpreferencesDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71517 src/com/gps/hibernate/PortletpreferencesDAO.java 147 There is log block not surrounded by if
71518 src/com/gps/hibernate/PortletpreferencesDAO.java 152 Parameter 'instance' is not assigned and could be declared final
71519 src/com/gps/hibernate/PortletpreferencesDAO.java 152 publicMethodCommentRequirement Required
71520 src/com/gps/hibernate/PortletpreferencesDAO.java 153 There is log block not surrounded by if
71521 src/com/gps/hibernate/PortletpreferencesDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71522 src/com/gps/hibernate/PortletpreferencesDAO.java 155 Potential violation of Law of Demeter (method chain calls)
71523 src/com/gps/hibernate/PortletpreferencesDAO.java 156 There is log block not surrounded by if
71524 src/com/gps/hibernate/PortletpreferencesDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71525 src/com/gps/hibernate/PortletpreferencesDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71526 src/com/gps/hibernate/PortletpreferencesDAO.java 158 There is log block not surrounded by if
71527 src/com/gps/hibernate/QuartzBlobTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
71528 src/com/gps/hibernate/QuartzBlobTriggers.java 13 Avoid variables with short names like id
71529 src/com/gps/hibernate/QuartzBlobTriggers.java 13 fieldCommentRequirement Required
71530 src/com/gps/hibernate/QuartzBlobTriggers.java 14 fieldCommentRequirement Required
71531 src/com/gps/hibernate/QuartzBlobTriggers.java 19 Document empty constructor
71532 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Avoid variables with short names like id
71533 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Parameter 'id' is not assigned and could be declared final
71534 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Avoid variables with short names like id
71535 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'blobData' is not assigned and could be declared final
71536 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'id' is not assigned and could be declared final
71537 src/com/gps/hibernate/QuartzBlobTriggers.java 35 publicMethodCommentRequirement Required
71538 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Avoid variables with short names like id
71539 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Parameter 'id' is not assigned and could be declared final
71540 src/com/gps/hibernate/QuartzBlobTriggers.java 39 publicMethodCommentRequirement Required
71541 src/com/gps/hibernate/QuartzBlobTriggers.java 43 publicMethodCommentRequirement Required
71542 src/com/gps/hibernate/QuartzBlobTriggers.java 47 Parameter 'blobData' is not assigned and could be declared final
71543 src/com/gps/hibernate/QuartzBlobTriggers.java 47 publicMethodCommentRequirement Required
71544 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 10 Comment is too large: Too many lines
71545 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Logger should be defined private static final and have the correct class
71546 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
71547 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 fieldCommentRequirement Required
71548 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 26 fieldCommentRequirement Required
71549 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
71550 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 publicMethodCommentRequirement Required
71551 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 There is log block not surrounded by if
71552 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71553 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
71554 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 There is log block not surrounded by if
71555 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71556 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71557 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 34 There is log block not surrounded by if
71558 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Avoid excessively long variable names like persistentInstance
71559 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
71560 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 publicMethodCommentRequirement Required
71561 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 There is log block not surrounded by if
71562 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71563 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
71564 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 There is log block not surrounded by if
71565 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71566 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71567 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 45 There is log block not surrounded by if
71568 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Avoid variables with short names like id
71569 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Parameter 'id' is not assigned and could be declared final
71570 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 publicMethodCommentRequirement Required
71571 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 There is log block not surrounded by if
71572 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71573 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Local variable 'instance' could be declared final
71574 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
71575 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71576 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 57 There is log block not surrounded by if
71577 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
71578 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 publicMethodCommentRequirement Required
71579 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 There is log block not surrounded by if
71580 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71581 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Local variable 'results' could be declared final
71582 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
71583 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
71584 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
71585 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 There is log block not surrounded by if
71586 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71587 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
71588 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71589 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 72 There is log block not surrounded by if
71590 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
71591 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'value' is not assigned and could be declared final
71592 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 publicMethodCommentRequirement Required
71593 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 There is log block not surrounded by if
71594 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71595 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 81 Local variable 'queryString' could be declared final
71596 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Local variable 'queryObject' could be declared final
71597 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
71598 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
71599 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
71600 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71601 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 87 There is log block not surrounded by if
71602 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 Parameter 'blobData' is not assigned and could be declared final
71603 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 publicMethodCommentRequirement Required
71604 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 96 publicMethodCommentRequirement Required
71605 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 There is log block not surrounded by if
71606 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71607 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 99 Local variable 'queryString' could be declared final
71608 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Local variable 'queryObject' could be declared final
71609 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Potential violation of Law of Demeter (method chain calls)
71610 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 101 Potential violation of Law of Demeter (object not created locally)
71611 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71612 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 103 There is log block not surrounded by if
71613 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
71614 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 publicMethodCommentRequirement Required
71615 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 There is log block not surrounded by if
71616 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71617 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Local variable 'result' could be declared final
71618 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
71619 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 There is log block not surrounded by if
71620 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71621 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71622 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 116 There is log block not surrounded by if
71623 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 Parameter 'instance' is not assigned and could be declared final
71624 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 publicMethodCommentRequirement Required
71625 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 There is log block not surrounded by if
71626 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71627 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 124 Potential violation of Law of Demeter (method chain calls)
71628 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 There is log block not surrounded by if
71629 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71630 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71631 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 127 There is log block not surrounded by if
71632 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
71633 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 publicMethodCommentRequirement Required
71634 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 There is log block not surrounded by if
71635 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71636 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
71637 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 There is log block not surrounded by if
71638 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71639 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71640 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 138 There is log block not surrounded by if
71641 src/com/gps/hibernate/QuartzBlobTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
71642 src/com/gps/hibernate/QuartzBlobTriggersId.java 13 fieldCommentRequirement Required
71643 src/com/gps/hibernate/QuartzBlobTriggersId.java 14 fieldCommentRequirement Required
71644 src/com/gps/hibernate/QuartzBlobTriggersId.java 19 Document empty constructor
71645 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
71646 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
71647 src/com/gps/hibernate/QuartzBlobTriggersId.java 30 publicMethodCommentRequirement Required
71648 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
71649 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 publicMethodCommentRequirement Required
71650 src/com/gps/hibernate/QuartzBlobTriggersId.java 38 publicMethodCommentRequirement Required
71651 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
71652 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 publicMethodCommentRequirement Required
71653 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
71654 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 publicMethodCommentRequirement Required
71655 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Avoid using if statements without curly braces
71656 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Useless parentheses.
71657 src/com/gps/hibernate/QuartzBlobTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
71658 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Avoid using if statements without curly braces
71659 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Useless parentheses.
71660 src/com/gps/hibernate/QuartzBlobTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
71661 src/com/gps/hibernate/QuartzBlobTriggersId.java 51 Avoid using if statements without curly braces
71662 src/com/gps/hibernate/QuartzBlobTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
71663 src/com/gps/hibernate/QuartzBlobTriggersId.java 53 Local variable 'castOther' could be declared final
71664 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
71665 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
71666 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
71667 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
71668 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
71669 src/com/gps/hibernate/QuartzBlobTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
71670 src/com/gps/hibernate/QuartzBlobTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
71671 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
71672 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
71673 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
71674 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
71675 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
71676 src/com/gps/hibernate/QuartzBlobTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
71677 src/com/gps/hibernate/QuartzBlobTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
71678 src/com/gps/hibernate/QuartzBlobTriggersId.java 65 publicMethodCommentRequirement Required
71679 src/com/gps/hibernate/QuartzBlobTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
71680 src/com/gps/hibernate/QuartzCalendars.java 9 Classes implementing Serializable should set a serialVersionUID
71681 src/com/gps/hibernate/QuartzCalendars.java 13 fieldCommentRequirement Required
71682 src/com/gps/hibernate/QuartzCalendars.java 14 fieldCommentRequirement Required
71683 src/com/gps/hibernate/QuartzCalendars.java 19 Document empty constructor
71684 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendar' is not assigned and could be declared final
71685 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendarName' is not assigned and could be declared final
71686 src/com/gps/hibernate/QuartzCalendars.java 30 publicMethodCommentRequirement Required
71687 src/com/gps/hibernate/QuartzCalendars.java 34 Parameter 'calendarName' is not assigned and could be declared final
71688 src/com/gps/hibernate/QuartzCalendars.java 34 publicMethodCommentRequirement Required
71689 src/com/gps/hibernate/QuartzCalendars.java 38 publicMethodCommentRequirement Required
71690 src/com/gps/hibernate/QuartzCalendars.java 42 Parameter 'calendar' is not assigned and could be declared final
71691 src/com/gps/hibernate/QuartzCalendars.java 42 publicMethodCommentRequirement Required
71692 src/com/gps/hibernate/QuartzCalendarsDAO.java 10 Comment is too large: Too many lines
71693 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Logger should be defined private static final and have the correct class
71694 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
71695 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 fieldCommentRequirement Required
71696 src/com/gps/hibernate/QuartzCalendarsDAO.java 25 fieldCommentRequirement Required
71697 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
71698 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 publicMethodCommentRequirement Required
71699 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 There is log block not surrounded by if
71700 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71701 src/com/gps/hibernate/QuartzCalendarsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
71702 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 There is log block not surrounded by if
71703 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71704 src/com/gps/hibernate/QuartzCalendarsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71705 src/com/gps/hibernate/QuartzCalendarsDAO.java 33 There is log block not surrounded by if
71706 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Avoid excessively long variable names like persistentInstance
71707 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
71708 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 publicMethodCommentRequirement Required
71709 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 There is log block not surrounded by if
71710 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71711 src/com/gps/hibernate/QuartzCalendarsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
71712 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 There is log block not surrounded by if
71713 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71714 src/com/gps/hibernate/QuartzCalendarsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71715 src/com/gps/hibernate/QuartzCalendarsDAO.java 44 There is log block not surrounded by if
71716 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Avoid variables with short names like id
71717 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Parameter 'id' is not assigned and could be declared final
71718 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 publicMethodCommentRequirement Required
71719 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 There is log block not surrounded by if
71720 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71721 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Local variable 'instance' could be declared final
71722 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
71723 src/com/gps/hibernate/QuartzCalendarsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71724 src/com/gps/hibernate/QuartzCalendarsDAO.java 56 There is log block not surrounded by if
71725 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
71726 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 publicMethodCommentRequirement Required
71727 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 There is log block not surrounded by if
71728 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71729 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Local variable 'results' could be declared final
71730 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
71731 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
71732 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
71733 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 There is log block not surrounded by if
71734 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71735 src/com/gps/hibernate/QuartzCalendarsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
71736 src/com/gps/hibernate/QuartzCalendarsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71737 src/com/gps/hibernate/QuartzCalendarsDAO.java 71 There is log block not surrounded by if
71738 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
71739 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'value' is not assigned and could be declared final
71740 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 publicMethodCommentRequirement Required
71741 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 There is log block not surrounded by if
71742 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71743 src/com/gps/hibernate/QuartzCalendarsDAO.java 80 Local variable 'queryString' could be declared final
71744 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Local variable 'queryObject' could be declared final
71745 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
71746 src/com/gps/hibernate/QuartzCalendarsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
71747 src/com/gps/hibernate/QuartzCalendarsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
71748 src/com/gps/hibernate/QuartzCalendarsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71749 src/com/gps/hibernate/QuartzCalendarsDAO.java 86 There is log block not surrounded by if
71750 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 Parameter 'calendar' is not assigned and could be declared final
71751 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 publicMethodCommentRequirement Required
71752 src/com/gps/hibernate/QuartzCalendarsDAO.java 95 publicMethodCommentRequirement Required
71753 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 There is log block not surrounded by if
71754 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71755 src/com/gps/hibernate/QuartzCalendarsDAO.java 98 Local variable 'queryString' could be declared final
71756 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Local variable 'queryObject' could be declared final
71757 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
71758 src/com/gps/hibernate/QuartzCalendarsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
71759 src/com/gps/hibernate/QuartzCalendarsDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71760 src/com/gps/hibernate/QuartzCalendarsDAO.java 102 There is log block not surrounded by if
71761 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
71762 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 publicMethodCommentRequirement Required
71763 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 There is log block not surrounded by if
71764 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71765 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Local variable 'result' could be declared final
71766 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
71767 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 There is log block not surrounded by if
71768 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71769 src/com/gps/hibernate/QuartzCalendarsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71770 src/com/gps/hibernate/QuartzCalendarsDAO.java 115 There is log block not surrounded by if
71771 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
71772 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 publicMethodCommentRequirement Required
71773 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 There is log block not surrounded by if
71774 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71775 src/com/gps/hibernate/QuartzCalendarsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
71776 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 There is log block not surrounded by if
71777 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71778 src/com/gps/hibernate/QuartzCalendarsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71779 src/com/gps/hibernate/QuartzCalendarsDAO.java 126 There is log block not surrounded by if
71780 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
71781 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 publicMethodCommentRequirement Required
71782 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 There is log block not surrounded by if
71783 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71784 src/com/gps/hibernate/QuartzCalendarsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
71785 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 There is log block not surrounded by if
71786 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71787 src/com/gps/hibernate/QuartzCalendarsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71788 src/com/gps/hibernate/QuartzCalendarsDAO.java 137 There is log block not surrounded by if
71789 src/com/gps/hibernate/QuartzCronTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
71790 src/com/gps/hibernate/QuartzCronTriggers.java 13 Avoid variables with short names like id
71791 src/com/gps/hibernate/QuartzCronTriggers.java 13 fieldCommentRequirement Required
71792 src/com/gps/hibernate/QuartzCronTriggers.java 14 fieldCommentRequirement Required
71793 src/com/gps/hibernate/QuartzCronTriggers.java 15 fieldCommentRequirement Required
71794 src/com/gps/hibernate/QuartzCronTriggers.java 20 Document empty constructor
71795 src/com/gps/hibernate/QuartzCronTriggers.java 24 Avoid variables with short names like id
71796 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'cronExpression' is not assigned and could be declared final
71797 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'id' is not assigned and could be declared final
71798 src/com/gps/hibernate/QuartzCronTriggers.java 30 Avoid variables with short names like id
71799 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'cronExpression' is not assigned and could be declared final
71800 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'id' is not assigned and could be declared final
71801 src/com/gps/hibernate/QuartzCronTriggers.java 31 Parameter 'timeZoneId' is not assigned and could be declared final
71802 src/com/gps/hibernate/QuartzCronTriggers.java 39 publicMethodCommentRequirement Required
71803 src/com/gps/hibernate/QuartzCronTriggers.java 43 Avoid variables with short names like id
71804 src/com/gps/hibernate/QuartzCronTriggers.java 43 Parameter 'id' is not assigned and could be declared final
71805 src/com/gps/hibernate/QuartzCronTriggers.java 43 publicMethodCommentRequirement Required
71806 src/com/gps/hibernate/QuartzCronTriggers.java 47 publicMethodCommentRequirement Required
71807 src/com/gps/hibernate/QuartzCronTriggers.java 51 Parameter 'cronExpression' is not assigned and could be declared final
71808 src/com/gps/hibernate/QuartzCronTriggers.java 51 publicMethodCommentRequirement Required
71809 src/com/gps/hibernate/QuartzCronTriggers.java 55 publicMethodCommentRequirement Required
71810 src/com/gps/hibernate/QuartzCronTriggers.java 59 Parameter 'timeZoneId' is not assigned and could be declared final
71811 src/com/gps/hibernate/QuartzCronTriggers.java 59 publicMethodCommentRequirement Required
71812 src/com/gps/hibernate/QuartzCronTriggersDAO.java 10 Comment is too large: Too many lines
71813 src/com/gps/hibernate/QuartzCronTriggersDAO.java 22 This class has too many methods, consider refactoring it.
71814 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Logger should be defined private static final and have the correct class
71815 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
71816 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 fieldCommentRequirement Required
71817 src/com/gps/hibernate/QuartzCronTriggersDAO.java 26 fieldCommentRequirement Required
71818 src/com/gps/hibernate/QuartzCronTriggersDAO.java 27 fieldCommentRequirement Required
71819 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
71820 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 publicMethodCommentRequirement Required
71821 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 There is log block not surrounded by if
71822 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71823 src/com/gps/hibernate/QuartzCronTriggersDAO.java 32 Potential violation of Law of Demeter (method chain calls)
71824 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 There is log block not surrounded by if
71825 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71826 src/com/gps/hibernate/QuartzCronTriggersDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71827 src/com/gps/hibernate/QuartzCronTriggersDAO.java 35 There is log block not surrounded by if
71828 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Avoid excessively long variable names like persistentInstance
71829 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
71830 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 publicMethodCommentRequirement Required
71831 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 There is log block not surrounded by if
71832 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71833 src/com/gps/hibernate/QuartzCronTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
71834 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 There is log block not surrounded by if
71835 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71836 src/com/gps/hibernate/QuartzCronTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71837 src/com/gps/hibernate/QuartzCronTriggersDAO.java 46 There is log block not surrounded by if
71838 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Avoid variables with short names like id
71839 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Parameter 'id' is not assigned and could be declared final
71840 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 publicMethodCommentRequirement Required
71841 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 There is log block not surrounded by if
71842 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71843 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Local variable 'instance' could be declared final
71844 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
71845 src/com/gps/hibernate/QuartzCronTriggersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71846 src/com/gps/hibernate/QuartzCronTriggersDAO.java 58 There is log block not surrounded by if
71847 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
71848 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 publicMethodCommentRequirement Required
71849 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 There is log block not surrounded by if
71850 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71851 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Local variable 'results' could be declared final
71852 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
71853 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
71854 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
71855 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 There is log block not surrounded by if
71856 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71857 src/com/gps/hibernate/QuartzCronTriggersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
71858 src/com/gps/hibernate/QuartzCronTriggersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71859 src/com/gps/hibernate/QuartzCronTriggersDAO.java 73 There is log block not surrounded by if
71860 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
71861 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'value' is not assigned and could be declared final
71862 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 publicMethodCommentRequirement Required
71863 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 There is log block not surrounded by if
71864 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71865 src/com/gps/hibernate/QuartzCronTriggersDAO.java 82 Local variable 'queryString' could be declared final
71866 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Local variable 'queryObject' could be declared final
71867 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
71868 src/com/gps/hibernate/QuartzCronTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
71869 src/com/gps/hibernate/QuartzCronTriggersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
71870 src/com/gps/hibernate/QuartzCronTriggersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71871 src/com/gps/hibernate/QuartzCronTriggersDAO.java 88 There is log block not surrounded by if
71872 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 Parameter 'cronExpression' is not assigned and could be declared final
71873 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 publicMethodCommentRequirement Required
71874 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 Parameter 'timeZoneId' is not assigned and could be declared final
71875 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 publicMethodCommentRequirement Required
71876 src/com/gps/hibernate/QuartzCronTriggersDAO.java 101 publicMethodCommentRequirement Required
71877 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 There is log block not surrounded by if
71878 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71879 src/com/gps/hibernate/QuartzCronTriggersDAO.java 104 Local variable 'queryString' could be declared final
71880 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Local variable 'queryObject' could be declared final
71881 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Potential violation of Law of Demeter (method chain calls)
71882 src/com/gps/hibernate/QuartzCronTriggersDAO.java 106 Potential violation of Law of Demeter (object not created locally)
71883 src/com/gps/hibernate/QuartzCronTriggersDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71884 src/com/gps/hibernate/QuartzCronTriggersDAO.java 108 There is log block not surrounded by if
71885 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
71886 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 publicMethodCommentRequirement Required
71887 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 There is log block not surrounded by if
71888 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71889 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Local variable 'result' could be declared final
71890 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Potential violation of Law of Demeter (method chain calls)
71891 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 There is log block not surrounded by if
71892 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71893 src/com/gps/hibernate/QuartzCronTriggersDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71894 src/com/gps/hibernate/QuartzCronTriggersDAO.java 121 There is log block not surrounded by if
71895 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 Parameter 'instance' is not assigned and could be declared final
71896 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 publicMethodCommentRequirement Required
71897 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 There is log block not surrounded by if
71898 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71899 src/com/gps/hibernate/QuartzCronTriggersDAO.java 129 Potential violation of Law of Demeter (method chain calls)
71900 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 There is log block not surrounded by if
71901 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71902 src/com/gps/hibernate/QuartzCronTriggersDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71903 src/com/gps/hibernate/QuartzCronTriggersDAO.java 132 There is log block not surrounded by if
71904 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 Parameter 'instance' is not assigned and could be declared final
71905 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 publicMethodCommentRequirement Required
71906 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 There is log block not surrounded by if
71907 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71908 src/com/gps/hibernate/QuartzCronTriggersDAO.java 140 Potential violation of Law of Demeter (method chain calls)
71909 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 There is log block not surrounded by if
71910 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
71911 src/com/gps/hibernate/QuartzCronTriggersDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
71912 src/com/gps/hibernate/QuartzCronTriggersDAO.java 143 There is log block not surrounded by if
71913 src/com/gps/hibernate/QuartzCronTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
71914 src/com/gps/hibernate/QuartzCronTriggersId.java 13 fieldCommentRequirement Required
71915 src/com/gps/hibernate/QuartzCronTriggersId.java 14 fieldCommentRequirement Required
71916 src/com/gps/hibernate/QuartzCronTriggersId.java 19 Document empty constructor
71917 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
71918 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
71919 src/com/gps/hibernate/QuartzCronTriggersId.java 30 publicMethodCommentRequirement Required
71920 src/com/gps/hibernate/QuartzCronTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
71921 src/com/gps/hibernate/QuartzCronTriggersId.java 34 publicMethodCommentRequirement Required
71922 src/com/gps/hibernate/QuartzCronTriggersId.java 38 publicMethodCommentRequirement Required
71923 src/com/gps/hibernate/QuartzCronTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
71924 src/com/gps/hibernate/QuartzCronTriggersId.java 42 publicMethodCommentRequirement Required
71925 src/com/gps/hibernate/QuartzCronTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
71926 src/com/gps/hibernate/QuartzCronTriggersId.java 46 publicMethodCommentRequirement Required
71927 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Avoid using if statements without curly braces
71928 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Useless parentheses.
71929 src/com/gps/hibernate/QuartzCronTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
71930 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Avoid using if statements without curly braces
71931 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Useless parentheses.
71932 src/com/gps/hibernate/QuartzCronTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
71933 src/com/gps/hibernate/QuartzCronTriggersId.java 51 Avoid using if statements without curly braces
71934 src/com/gps/hibernate/QuartzCronTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
71935 src/com/gps/hibernate/QuartzCronTriggersId.java 53 Local variable 'castOther' could be declared final
71936 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
71937 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
71938 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
71939 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
71940 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
71941 src/com/gps/hibernate/QuartzCronTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
71942 src/com/gps/hibernate/QuartzCronTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
71943 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
71944 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
71945 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
71946 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
71947 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
71948 src/com/gps/hibernate/QuartzCronTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
71949 src/com/gps/hibernate/QuartzCronTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
71950 src/com/gps/hibernate/QuartzCronTriggersId.java 65 publicMethodCommentRequirement Required
71951 src/com/gps/hibernate/QuartzCronTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
71952 src/com/gps/hibernate/QuartzFiredTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
71953 src/com/gps/hibernate/QuartzFiredTriggers.java 13 fieldCommentRequirement Required
71954 src/com/gps/hibernate/QuartzFiredTriggers.java 14 fieldCommentRequirement Required
71955 src/com/gps/hibernate/QuartzFiredTriggers.java 15 fieldCommentRequirement Required
71956 src/com/gps/hibernate/QuartzFiredTriggers.java 16 fieldCommentRequirement Required
71957 src/com/gps/hibernate/QuartzFiredTriggers.java 17 fieldCommentRequirement Required
71958 src/com/gps/hibernate/QuartzFiredTriggers.java 18 fieldCommentRequirement Required
71959 src/com/gps/hibernate/QuartzFiredTriggers.java 19 fieldCommentRequirement Required
71960 src/com/gps/hibernate/QuartzFiredTriggers.java 20 fieldCommentRequirement Required
71961 src/com/gps/hibernate/QuartzFiredTriggers.java 21 fieldCommentRequirement Required
71962 src/com/gps/hibernate/QuartzFiredTriggers.java 22 fieldCommentRequirement Required
71963 src/com/gps/hibernate/QuartzFiredTriggers.java 23 fieldCommentRequirement Required
71964 src/com/gps/hibernate/QuartzFiredTriggers.java 24 fieldCommentRequirement Required
71965 src/com/gps/hibernate/QuartzFiredTriggers.java 29 Document empty constructor
71966 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'entryId' is not assigned and could be declared final
71967 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'triggerName' is not assigned and could be declared final
71968 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'instanceName' is not assigned and could be declared final
71969 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'isVolatile' is not assigned and could be declared final
71970 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'triggerGroup' is not assigned and could be declared final
71971 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'firedTime' is not assigned and could be declared final
71972 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'priority' is not assigned and could be declared final
71973 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'state' is not assigned and could be declared final
71974 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Avoid long parameter lists.
71975 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'entryId' is not assigned and could be declared final
71976 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'triggerName' is not assigned and could be declared final
71977 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'instanceName' is not assigned and could be declared final
71978 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'isVolatile' is not assigned and could be declared final
71979 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'triggerGroup' is not assigned and could be declared final
71980 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'firedTime' is not assigned and could be declared final
71981 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
71982 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'priority' is not assigned and could be declared final
71983 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'state' is not assigned and could be declared final
71984 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'isStateful' is not assigned and could be declared final
71985 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'jobGroup' is not assigned and could be declared final
71986 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'requestsRecovery' is not assigned and could be declared final
71987 src/com/gps/hibernate/QuartzFiredTriggers.java 67 publicMethodCommentRequirement Required
71988 src/com/gps/hibernate/QuartzFiredTriggers.java 71 Parameter 'entryId' is not assigned and could be declared final
71989 src/com/gps/hibernate/QuartzFiredTriggers.java 71 publicMethodCommentRequirement Required
71990 src/com/gps/hibernate/QuartzFiredTriggers.java 75 publicMethodCommentRequirement Required
71991 src/com/gps/hibernate/QuartzFiredTriggers.java 79 Parameter 'triggerName' is not assigned and could be declared final
71992 src/com/gps/hibernate/QuartzFiredTriggers.java 79 publicMethodCommentRequirement Required
71993 src/com/gps/hibernate/QuartzFiredTriggers.java 83 publicMethodCommentRequirement Required
71994 src/com/gps/hibernate/QuartzFiredTriggers.java 87 Parameter 'triggerGroup' is not assigned and could be declared final
71995 src/com/gps/hibernate/QuartzFiredTriggers.java 87 publicMethodCommentRequirement Required
71996 src/com/gps/hibernate/QuartzFiredTriggers.java 91 publicMethodCommentRequirement Required
71997 src/com/gps/hibernate/QuartzFiredTriggers.java 95 Parameter 'isVolatile' is not assigned and could be declared final
71998 src/com/gps/hibernate/QuartzFiredTriggers.java 95 publicMethodCommentRequirement Required
71999 src/com/gps/hibernate/QuartzFiredTriggers.java 99 publicMethodCommentRequirement Required
72000 src/com/gps/hibernate/QuartzFiredTriggers.java 103 Parameter 'instanceName' is not assigned and could be declared final
72001 src/com/gps/hibernate/QuartzFiredTriggers.java 103 publicMethodCommentRequirement Required
72002 src/com/gps/hibernate/QuartzFiredTriggers.java 107 publicMethodCommentRequirement Required
72003 src/com/gps/hibernate/QuartzFiredTriggers.java 111 Parameter 'firedTime' is not assigned and could be declared final
72004 src/com/gps/hibernate/QuartzFiredTriggers.java 111 publicMethodCommentRequirement Required
72005 src/com/gps/hibernate/QuartzFiredTriggers.java 115 publicMethodCommentRequirement Required
72006 src/com/gps/hibernate/QuartzFiredTriggers.java 119 Parameter 'priority' is not assigned and could be declared final
72007 src/com/gps/hibernate/QuartzFiredTriggers.java 119 publicMethodCommentRequirement Required
72008 src/com/gps/hibernate/QuartzFiredTriggers.java 123 publicMethodCommentRequirement Required
72009 src/com/gps/hibernate/QuartzFiredTriggers.java 127 Parameter 'state' is not assigned and could be declared final
72010 src/com/gps/hibernate/QuartzFiredTriggers.java 127 publicMethodCommentRequirement Required
72011 src/com/gps/hibernate/QuartzFiredTriggers.java 131 publicMethodCommentRequirement Required
72012 src/com/gps/hibernate/QuartzFiredTriggers.java 135 Parameter 'jobName' is not assigned and could be declared final
72013 src/com/gps/hibernate/QuartzFiredTriggers.java 135 publicMethodCommentRequirement Required
72014 src/com/gps/hibernate/QuartzFiredTriggers.java 139 publicMethodCommentRequirement Required
72015 src/com/gps/hibernate/QuartzFiredTriggers.java 143 Parameter 'jobGroup' is not assigned and could be declared final
72016 src/com/gps/hibernate/QuartzFiredTriggers.java 143 publicMethodCommentRequirement Required
72017 src/com/gps/hibernate/QuartzFiredTriggers.java 147 publicMethodCommentRequirement Required
72018 src/com/gps/hibernate/QuartzFiredTriggers.java 151 Parameter 'isStateful' is not assigned and could be declared final
72019 src/com/gps/hibernate/QuartzFiredTriggers.java 151 publicMethodCommentRequirement Required
72020 src/com/gps/hibernate/QuartzFiredTriggers.java 155 publicMethodCommentRequirement Required
72021 src/com/gps/hibernate/QuartzFiredTriggers.java 159 Parameter 'requestsRecovery' is not assigned and could be declared final
72022 src/com/gps/hibernate/QuartzFiredTriggers.java 159 publicMethodCommentRequirement Required
72023 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 10 Comment is too large: Too many lines
72024 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 22 This class has too many methods, consider refactoring it.
72025 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Logger should be defined private static final and have the correct class
72026 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72027 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 fieldCommentRequirement Required
72028 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 26 fieldCommentRequirement Required
72029 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 27 fieldCommentRequirement Required
72030 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 28 fieldCommentRequirement Required
72031 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 29 fieldCommentRequirement Required
72032 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 30 fieldCommentRequirement Required
72033 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 31 fieldCommentRequirement Required
72034 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 32 fieldCommentRequirement Required
72035 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 33 fieldCommentRequirement Required
72036 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 34 fieldCommentRequirement Required
72037 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 35 fieldCommentRequirement Required
72038 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 36 fieldCommentRequirement Required
72039 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
72040 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 publicMethodCommentRequirement Required
72041 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 There is log block not surrounded by if
72042 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72043 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 41 Potential violation of Law of Demeter (method chain calls)
72044 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 There is log block not surrounded by if
72045 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72046 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72047 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 44 There is log block not surrounded by if
72048 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Avoid excessively long variable names like persistentInstance
72049 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
72050 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 publicMethodCommentRequirement Required
72051 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 There is log block not surrounded by if
72052 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72053 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 52 Potential violation of Law of Demeter (method chain calls)
72054 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 There is log block not surrounded by if
72055 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72056 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72057 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 55 There is log block not surrounded by if
72058 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Avoid variables with short names like id
72059 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Parameter 'id' is not assigned and could be declared final
72060 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 publicMethodCommentRequirement Required
72061 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 There is log block not surrounded by if
72062 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72063 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Local variable 'instance' could be declared final
72064 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Potential violation of Law of Demeter (method chain calls)
72065 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72066 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 67 There is log block not surrounded by if
72067 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 Parameter 'instance' is not assigned and could be declared final
72068 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 publicMethodCommentRequirement Required
72069 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 There is log block not surrounded by if
72070 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72071 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Local variable 'results' could be declared final
72072 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
72073 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
72074 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
72075 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 There is log block not surrounded by if
72076 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72077 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 79 Potential violation of Law of Demeter (object not created locally)
72078 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72079 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 82 There is log block not surrounded by if
72080 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
72081 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'value' is not assigned and could be declared final
72082 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 publicMethodCommentRequirement Required
72083 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 There is log block not surrounded by if
72084 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72085 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 91 Local variable 'queryString' could be declared final
72086 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Local variable 'queryObject' could be declared final
72087 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Potential violation of Law of Demeter (method chain calls)
72088 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 94 Potential violation of Law of Demeter (object not created locally)
72089 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 95 Potential violation of Law of Demeter (object not created locally)
72090 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72091 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 97 There is log block not surrounded by if
72092 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 Parameter 'triggerName' is not assigned and could be declared final
72093 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 publicMethodCommentRequirement Required
72094 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 Parameter 'triggerGroup' is not assigned and could be declared final
72095 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 publicMethodCommentRequirement Required
72096 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 Parameter 'isVolatile' is not assigned and could be declared final
72097 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 publicMethodCommentRequirement Required
72098 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 Parameter 'instanceName' is not assigned and could be declared final
72099 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 publicMethodCommentRequirement Required
72100 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 Parameter 'firedTime' is not assigned and could be declared final
72101 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 publicMethodCommentRequirement Required
72102 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 Parameter 'priority' is not assigned and could be declared final
72103 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 publicMethodCommentRequirement Required
72104 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 Parameter 'state' is not assigned and could be declared final
72105 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 publicMethodCommentRequirement Required
72106 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 Parameter 'jobName' is not assigned and could be declared final
72107 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 publicMethodCommentRequirement Required
72108 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 Parameter 'jobGroup' is not assigned and could be declared final
72109 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 publicMethodCommentRequirement Required
72110 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 Parameter 'isStateful' is not assigned and could be declared final
72111 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 publicMethodCommentRequirement Required
72112 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 Parameter 'requestsRecovery' is not assigned and could be declared final
72113 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 publicMethodCommentRequirement Required
72114 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 146 publicMethodCommentRequirement Required
72115 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 There is log block not surrounded by if
72116 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72117 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 149 Local variable 'queryString' could be declared final
72118 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Local variable 'queryObject' could be declared final
72119 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Potential violation of Law of Demeter (method chain calls)
72120 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 151 Potential violation of Law of Demeter (object not created locally)
72121 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72122 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 153 There is log block not surrounded by if
72123 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
72124 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 publicMethodCommentRequirement Required
72125 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 There is log block not surrounded by if
72126 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72127 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Local variable 'result' could be declared final
72128 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Potential violation of Law of Demeter (method chain calls)
72129 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 There is log block not surrounded by if
72130 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72131 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72132 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 166 There is log block not surrounded by if
72133 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 Parameter 'instance' is not assigned and could be declared final
72134 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 publicMethodCommentRequirement Required
72135 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 There is log block not surrounded by if
72136 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72137 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 174 Potential violation of Law of Demeter (method chain calls)
72138 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 There is log block not surrounded by if
72139 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72140 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72141 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 177 There is log block not surrounded by if
72142 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 Parameter 'instance' is not assigned and could be declared final
72143 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 publicMethodCommentRequirement Required
72144 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 There is log block not surrounded by if
72145 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72146 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 185 Potential violation of Law of Demeter (method chain calls)
72147 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 There is log block not surrounded by if
72148 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72149 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72150 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 188 There is log block not surrounded by if
72151 src/com/gps/hibernate/QuartzJobDetails.java 9 Classes implementing Serializable should set a serialVersionUID
72152 src/com/gps/hibernate/QuartzJobDetails.java 13 Avoid variables with short names like id
72153 src/com/gps/hibernate/QuartzJobDetails.java 13 fieldCommentRequirement Required
72154 src/com/gps/hibernate/QuartzJobDetails.java 14 fieldCommentRequirement Required
72155 src/com/gps/hibernate/QuartzJobDetails.java 15 fieldCommentRequirement Required
72156 src/com/gps/hibernate/QuartzJobDetails.java 16 fieldCommentRequirement Required
72157 src/com/gps/hibernate/QuartzJobDetails.java 17 fieldCommentRequirement Required
72158 src/com/gps/hibernate/QuartzJobDetails.java 18 fieldCommentRequirement Required
72159 src/com/gps/hibernate/QuartzJobDetails.java 19 fieldCommentRequirement Required
72160 src/com/gps/hibernate/QuartzJobDetails.java 20 fieldCommentRequirement Required
72161 src/com/gps/hibernate/QuartzJobDetails.java 25 Document empty constructor
72162 src/com/gps/hibernate/QuartzJobDetails.java 29 Avoid variables with short names like id
72163 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'id' is not assigned and could be declared final
72164 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'jobClassName' is not assigned and could be declared final
72165 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isDurable' is not assigned and could be declared final
72166 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isStateful' is not assigned and could be declared final
72167 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isVolatile' is not assigned and could be declared final
72168 src/com/gps/hibernate/QuartzJobDetails.java 31 Parameter 'requestsRecovery' is not assigned and could be declared final
72169 src/com/gps/hibernate/QuartzJobDetails.java 41 Avoid variables with short names like id
72170 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'description' is not assigned and could be declared final
72171 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'id' is not assigned and could be declared final
72172 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isDurable' is not assigned and could be declared final
72173 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isVolatile' is not assigned and could be declared final
72174 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'jobClassName' is not assigned and could be declared final
72175 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'isStateful' is not assigned and could be declared final
72176 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'jobData' is not assigned and could be declared final
72177 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'requestsRecovery' is not assigned and could be declared final
72178 src/com/gps/hibernate/QuartzJobDetails.java 56 publicMethodCommentRequirement Required
72179 src/com/gps/hibernate/QuartzJobDetails.java 60 Avoid variables with short names like id
72180 src/com/gps/hibernate/QuartzJobDetails.java 60 Parameter 'id' is not assigned and could be declared final
72181 src/com/gps/hibernate/QuartzJobDetails.java 60 publicMethodCommentRequirement Required
72182 src/com/gps/hibernate/QuartzJobDetails.java 64 publicMethodCommentRequirement Required
72183 src/com/gps/hibernate/QuartzJobDetails.java 68 Parameter 'description' is not assigned and could be declared final
72184 src/com/gps/hibernate/QuartzJobDetails.java 68 publicMethodCommentRequirement Required
72185 src/com/gps/hibernate/QuartzJobDetails.java 72 publicMethodCommentRequirement Required
72186 src/com/gps/hibernate/QuartzJobDetails.java 76 Parameter 'jobClassName' is not assigned and could be declared final
72187 src/com/gps/hibernate/QuartzJobDetails.java 76 publicMethodCommentRequirement Required
72188 src/com/gps/hibernate/QuartzJobDetails.java 80 publicMethodCommentRequirement Required
72189 src/com/gps/hibernate/QuartzJobDetails.java 84 Parameter 'isDurable' is not assigned and could be declared final
72190 src/com/gps/hibernate/QuartzJobDetails.java 84 publicMethodCommentRequirement Required
72191 src/com/gps/hibernate/QuartzJobDetails.java 88 publicMethodCommentRequirement Required
72192 src/com/gps/hibernate/QuartzJobDetails.java 92 Parameter 'isVolatile' is not assigned and could be declared final
72193 src/com/gps/hibernate/QuartzJobDetails.java 92 publicMethodCommentRequirement Required
72194 src/com/gps/hibernate/QuartzJobDetails.java 96 publicMethodCommentRequirement Required
72195 src/com/gps/hibernate/QuartzJobDetails.java 100 Parameter 'isStateful' is not assigned and could be declared final
72196 src/com/gps/hibernate/QuartzJobDetails.java 100 publicMethodCommentRequirement Required
72197 src/com/gps/hibernate/QuartzJobDetails.java 104 publicMethodCommentRequirement Required
72198 src/com/gps/hibernate/QuartzJobDetails.java 108 Parameter 'requestsRecovery' is not assigned and could be declared final
72199 src/com/gps/hibernate/QuartzJobDetails.java 108 publicMethodCommentRequirement Required
72200 src/com/gps/hibernate/QuartzJobDetails.java 112 publicMethodCommentRequirement Required
72201 src/com/gps/hibernate/QuartzJobDetails.java 116 Parameter 'jobData' is not assigned and could be declared final
72202 src/com/gps/hibernate/QuartzJobDetails.java 116 publicMethodCommentRequirement Required
72203 src/com/gps/hibernate/QuartzJobDetailsDAO.java 10 Comment is too large: Too many lines
72204 src/com/gps/hibernate/QuartzJobDetailsDAO.java 22 This class has too many methods, consider refactoring it.
72205 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Logger should be defined private static final and have the correct class
72206 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72207 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 fieldCommentRequirement Required
72208 src/com/gps/hibernate/QuartzJobDetailsDAO.java 25 fieldCommentRequirement Required
72209 src/com/gps/hibernate/QuartzJobDetailsDAO.java 26 fieldCommentRequirement Required
72210 src/com/gps/hibernate/QuartzJobDetailsDAO.java 27 fieldCommentRequirement Required
72211 src/com/gps/hibernate/QuartzJobDetailsDAO.java 28 fieldCommentRequirement Required
72212 src/com/gps/hibernate/QuartzJobDetailsDAO.java 29 fieldCommentRequirement Required
72213 src/com/gps/hibernate/QuartzJobDetailsDAO.java 30 fieldCommentRequirement Required
72214 src/com/gps/hibernate/QuartzJobDetailsDAO.java 31 fieldCommentRequirement Required
72215 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
72216 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 publicMethodCommentRequirement Required
72217 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 There is log block not surrounded by if
72218 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72219 src/com/gps/hibernate/QuartzJobDetailsDAO.java 36 Potential violation of Law of Demeter (method chain calls)
72220 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 There is log block not surrounded by if
72221 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72222 src/com/gps/hibernate/QuartzJobDetailsDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72223 src/com/gps/hibernate/QuartzJobDetailsDAO.java 39 There is log block not surrounded by if
72224 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Avoid excessively long variable names like persistentInstance
72225 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
72226 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 publicMethodCommentRequirement Required
72227 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 There is log block not surrounded by if
72228 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72229 src/com/gps/hibernate/QuartzJobDetailsDAO.java 47 Potential violation of Law of Demeter (method chain calls)
72230 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 There is log block not surrounded by if
72231 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72232 src/com/gps/hibernate/QuartzJobDetailsDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72233 src/com/gps/hibernate/QuartzJobDetailsDAO.java 50 There is log block not surrounded by if
72234 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Avoid variables with short names like id
72235 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Parameter 'id' is not assigned and could be declared final
72236 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 publicMethodCommentRequirement Required
72237 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 There is log block not surrounded by if
72238 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72239 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Local variable 'instance' could be declared final
72240 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Potential violation of Law of Demeter (method chain calls)
72241 src/com/gps/hibernate/QuartzJobDetailsDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72242 src/com/gps/hibernate/QuartzJobDetailsDAO.java 62 There is log block not surrounded by if
72243 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 Parameter 'instance' is not assigned and could be declared final
72244 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 publicMethodCommentRequirement Required
72245 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 There is log block not surrounded by if
72246 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72247 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Local variable 'results' could be declared final
72248 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
72249 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
72250 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
72251 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 There is log block not surrounded by if
72252 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72253 src/com/gps/hibernate/QuartzJobDetailsDAO.java 74 Potential violation of Law of Demeter (object not created locally)
72254 src/com/gps/hibernate/QuartzJobDetailsDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72255 src/com/gps/hibernate/QuartzJobDetailsDAO.java 77 There is log block not surrounded by if
72256 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
72257 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'value' is not assigned and could be declared final
72258 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 publicMethodCommentRequirement Required
72259 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 There is log block not surrounded by if
72260 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72261 src/com/gps/hibernate/QuartzJobDetailsDAO.java 86 Local variable 'queryString' could be declared final
72262 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Local variable 'queryObject' could be declared final
72263 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
72264 src/com/gps/hibernate/QuartzJobDetailsDAO.java 89 Potential violation of Law of Demeter (object not created locally)
72265 src/com/gps/hibernate/QuartzJobDetailsDAO.java 90 Potential violation of Law of Demeter (object not created locally)
72266 src/com/gps/hibernate/QuartzJobDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72267 src/com/gps/hibernate/QuartzJobDetailsDAO.java 92 There is log block not surrounded by if
72268 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 Parameter 'description' is not assigned and could be declared final
72269 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 publicMethodCommentRequirement Required
72270 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 Parameter 'jobClassName' is not assigned and could be declared final
72271 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 publicMethodCommentRequirement Required
72272 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 Parameter 'isDurable' is not assigned and could be declared final
72273 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 publicMethodCommentRequirement Required
72274 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 Parameter 'isVolatile' is not assigned and could be declared final
72275 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 publicMethodCommentRequirement Required
72276 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 Parameter 'isStateful' is not assigned and could be declared final
72277 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 publicMethodCommentRequirement Required
72278 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 Parameter 'requestsRecovery' is not assigned and could be declared final
72279 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 publicMethodCommentRequirement Required
72280 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 Parameter 'jobData' is not assigned and could be declared final
72281 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 publicMethodCommentRequirement Required
72282 src/com/gps/hibernate/QuartzJobDetailsDAO.java 125 publicMethodCommentRequirement Required
72283 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 There is log block not surrounded by if
72284 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72285 src/com/gps/hibernate/QuartzJobDetailsDAO.java 128 Local variable 'queryString' could be declared final
72286 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Local variable 'queryObject' could be declared final
72287 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
72288 src/com/gps/hibernate/QuartzJobDetailsDAO.java 130 Potential violation of Law of Demeter (object not created locally)
72289 src/com/gps/hibernate/QuartzJobDetailsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72290 src/com/gps/hibernate/QuartzJobDetailsDAO.java 132 There is log block not surrounded by if
72291 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
72292 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 publicMethodCommentRequirement Required
72293 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 There is log block not surrounded by if
72294 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72295 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Local variable 'result' could be declared final
72296 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Potential violation of Law of Demeter (method chain calls)
72297 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 There is log block not surrounded by if
72298 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72299 src/com/gps/hibernate/QuartzJobDetailsDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72300 src/com/gps/hibernate/QuartzJobDetailsDAO.java 145 There is log block not surrounded by if
72301 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 Parameter 'instance' is not assigned and could be declared final
72302 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 publicMethodCommentRequirement Required
72303 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 There is log block not surrounded by if
72304 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72305 src/com/gps/hibernate/QuartzJobDetailsDAO.java 153 Potential violation of Law of Demeter (method chain calls)
72306 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 There is log block not surrounded by if
72307 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72308 src/com/gps/hibernate/QuartzJobDetailsDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72309 src/com/gps/hibernate/QuartzJobDetailsDAO.java 156 There is log block not surrounded by if
72310 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 Parameter 'instance' is not assigned and could be declared final
72311 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 publicMethodCommentRequirement Required
72312 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 There is log block not surrounded by if
72313 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72314 src/com/gps/hibernate/QuartzJobDetailsDAO.java 164 Potential violation of Law of Demeter (method chain calls)
72315 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 There is log block not surrounded by if
72316 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72317 src/com/gps/hibernate/QuartzJobDetailsDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72318 src/com/gps/hibernate/QuartzJobDetailsDAO.java 167 There is log block not surrounded by if
72319 src/com/gps/hibernate/QuartzJobDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
72320 src/com/gps/hibernate/QuartzJobDetailsId.java 13 fieldCommentRequirement Required
72321 src/com/gps/hibernate/QuartzJobDetailsId.java 14 fieldCommentRequirement Required
72322 src/com/gps/hibernate/QuartzJobDetailsId.java 19 Document empty constructor
72323 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobGroup' is not assigned and could be declared final
72324 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobName' is not assigned and could be declared final
72325 src/com/gps/hibernate/QuartzJobDetailsId.java 30 publicMethodCommentRequirement Required
72326 src/com/gps/hibernate/QuartzJobDetailsId.java 34 Parameter 'jobName' is not assigned and could be declared final
72327 src/com/gps/hibernate/QuartzJobDetailsId.java 34 publicMethodCommentRequirement Required
72328 src/com/gps/hibernate/QuartzJobDetailsId.java 38 publicMethodCommentRequirement Required
72329 src/com/gps/hibernate/QuartzJobDetailsId.java 42 Parameter 'jobGroup' is not assigned and could be declared final
72330 src/com/gps/hibernate/QuartzJobDetailsId.java 42 publicMethodCommentRequirement Required
72331 src/com/gps/hibernate/QuartzJobDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
72332 src/com/gps/hibernate/QuartzJobDetailsId.java 46 publicMethodCommentRequirement Required
72333 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Avoid using if statements without curly braces
72334 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Useless parentheses.
72335 src/com/gps/hibernate/QuartzJobDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
72336 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Avoid using if statements without curly braces
72337 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Useless parentheses.
72338 src/com/gps/hibernate/QuartzJobDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
72339 src/com/gps/hibernate/QuartzJobDetailsId.java 51 Avoid using if statements without curly braces
72340 src/com/gps/hibernate/QuartzJobDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
72341 src/com/gps/hibernate/QuartzJobDetailsId.java 53 Local variable 'castOther' could be declared final
72342 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
72343 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
72344 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
72345 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
72346 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
72347 src/com/gps/hibernate/QuartzJobDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
72348 src/com/gps/hibernate/QuartzJobDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
72349 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
72350 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
72351 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
72352 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
72353 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
72354 src/com/gps/hibernate/QuartzJobDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
72355 src/com/gps/hibernate/QuartzJobDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
72356 src/com/gps/hibernate/QuartzJobDetailsId.java 65 publicMethodCommentRequirement Required
72357 src/com/gps/hibernate/QuartzJobDetailsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
72358 src/com/gps/hibernate/QuartzJobListeners.java 9 Classes implementing Serializable should set a serialVersionUID
72359 src/com/gps/hibernate/QuartzJobListeners.java 13 Avoid variables with short names like id
72360 src/com/gps/hibernate/QuartzJobListeners.java 13 fieldCommentRequirement Required
72361 src/com/gps/hibernate/QuartzJobListeners.java 18 Document empty constructor
72362 src/com/gps/hibernate/QuartzJobListeners.java 22 Avoid variables with short names like id
72363 src/com/gps/hibernate/QuartzJobListeners.java 22 Parameter 'id' is not assigned and could be declared final
72364 src/com/gps/hibernate/QuartzJobListeners.java 28 publicMethodCommentRequirement Required
72365 src/com/gps/hibernate/QuartzJobListeners.java 32 Avoid variables with short names like id
72366 src/com/gps/hibernate/QuartzJobListeners.java 32 Parameter 'id' is not assigned and could be declared final
72367 src/com/gps/hibernate/QuartzJobListeners.java 32 publicMethodCommentRequirement Required
72368 src/com/gps/hibernate/QuartzJobListenersDAO.java 10 Comment is too large: Too many lines
72369 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Logger should be defined private static final and have the correct class
72370 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72371 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 fieldCommentRequirement Required
72372 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
72373 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 publicMethodCommentRequirement Required
72374 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 There is log block not surrounded by if
72375 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72376 src/com/gps/hibernate/QuartzJobListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
72377 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 There is log block not surrounded by if
72378 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72379 src/com/gps/hibernate/QuartzJobListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72380 src/com/gps/hibernate/QuartzJobListenersDAO.java 34 There is log block not surrounded by if
72381 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
72382 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
72383 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 publicMethodCommentRequirement Required
72384 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 There is log block not surrounded by if
72385 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72386 src/com/gps/hibernate/QuartzJobListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
72387 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 There is log block not surrounded by if
72388 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72389 src/com/gps/hibernate/QuartzJobListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72390 src/com/gps/hibernate/QuartzJobListenersDAO.java 45 There is log block not surrounded by if
72391 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Avoid variables with short names like id
72392 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Parameter 'id' is not assigned and could be declared final
72393 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 publicMethodCommentRequirement Required
72394 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 There is log block not surrounded by if
72395 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72396 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Local variable 'instance' could be declared final
72397 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
72398 src/com/gps/hibernate/QuartzJobListenersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72399 src/com/gps/hibernate/QuartzJobListenersDAO.java 57 There is log block not surrounded by if
72400 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
72401 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 publicMethodCommentRequirement Required
72402 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 There is log block not surrounded by if
72403 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72404 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Local variable 'results' could be declared final
72405 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72406 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72407 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72408 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 There is log block not surrounded by if
72409 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72410 src/com/gps/hibernate/QuartzJobListenersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
72411 src/com/gps/hibernate/QuartzJobListenersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72412 src/com/gps/hibernate/QuartzJobListenersDAO.java 72 There is log block not surrounded by if
72413 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
72414 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'value' is not assigned and could be declared final
72415 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 publicMethodCommentRequirement Required
72416 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 There is log block not surrounded by if
72417 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72418 src/com/gps/hibernate/QuartzJobListenersDAO.java 81 Local variable 'queryString' could be declared final
72419 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Local variable 'queryObject' could be declared final
72420 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
72421 src/com/gps/hibernate/QuartzJobListenersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
72422 src/com/gps/hibernate/QuartzJobListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
72423 src/com/gps/hibernate/QuartzJobListenersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72424 src/com/gps/hibernate/QuartzJobListenersDAO.java 87 There is log block not surrounded by if
72425 src/com/gps/hibernate/QuartzJobListenersDAO.java 92 publicMethodCommentRequirement Required
72426 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 There is log block not surrounded by if
72427 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72428 src/com/gps/hibernate/QuartzJobListenersDAO.java 95 Local variable 'queryString' could be declared final
72429 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Local variable 'queryObject' could be declared final
72430 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Potential violation of Law of Demeter (method chain calls)
72431 src/com/gps/hibernate/QuartzJobListenersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
72432 src/com/gps/hibernate/QuartzJobListenersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72433 src/com/gps/hibernate/QuartzJobListenersDAO.java 99 There is log block not surrounded by if
72434 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
72435 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 publicMethodCommentRequirement Required
72436 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 There is log block not surrounded by if
72437 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72438 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Local variable 'result' could be declared final
72439 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Potential violation of Law of Demeter (method chain calls)
72440 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 There is log block not surrounded by if
72441 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72442 src/com/gps/hibernate/QuartzJobListenersDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72443 src/com/gps/hibernate/QuartzJobListenersDAO.java 112 There is log block not surrounded by if
72444 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 Parameter 'instance' is not assigned and could be declared final
72445 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 publicMethodCommentRequirement Required
72446 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 There is log block not surrounded by if
72447 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72448 src/com/gps/hibernate/QuartzJobListenersDAO.java 120 Potential violation of Law of Demeter (method chain calls)
72449 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 There is log block not surrounded by if
72450 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72451 src/com/gps/hibernate/QuartzJobListenersDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72452 src/com/gps/hibernate/QuartzJobListenersDAO.java 123 There is log block not surrounded by if
72453 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 Parameter 'instance' is not assigned and could be declared final
72454 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 publicMethodCommentRequirement Required
72455 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 There is log block not surrounded by if
72456 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72457 src/com/gps/hibernate/QuartzJobListenersDAO.java 131 Potential violation of Law of Demeter (method chain calls)
72458 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 There is log block not surrounded by if
72459 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72460 src/com/gps/hibernate/QuartzJobListenersDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72461 src/com/gps/hibernate/QuartzJobListenersDAO.java 134 There is log block not surrounded by if
72462 src/com/gps/hibernate/QuartzJobListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
72463 src/com/gps/hibernate/QuartzJobListenersId.java 13 fieldCommentRequirement Required
72464 src/com/gps/hibernate/QuartzJobListenersId.java 14 fieldCommentRequirement Required
72465 src/com/gps/hibernate/QuartzJobListenersId.java 15 fieldCommentRequirement Required
72466 src/com/gps/hibernate/QuartzJobListenersId.java 20 Document empty constructor
72467 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobGroup' is not assigned and could be declared final
72468 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobName' is not assigned and could be declared final
72469 src/com/gps/hibernate/QuartzJobListenersId.java 25 Parameter 'jobListener' is not assigned and could be declared final
72470 src/com/gps/hibernate/QuartzJobListenersId.java 33 publicMethodCommentRequirement Required
72471 src/com/gps/hibernate/QuartzJobListenersId.java 37 Parameter 'jobName' is not assigned and could be declared final
72472 src/com/gps/hibernate/QuartzJobListenersId.java 37 publicMethodCommentRequirement Required
72473 src/com/gps/hibernate/QuartzJobListenersId.java 41 publicMethodCommentRequirement Required
72474 src/com/gps/hibernate/QuartzJobListenersId.java 45 Parameter 'jobGroup' is not assigned and could be declared final
72475 src/com/gps/hibernate/QuartzJobListenersId.java 45 publicMethodCommentRequirement Required
72476 src/com/gps/hibernate/QuartzJobListenersId.java 49 publicMethodCommentRequirement Required
72477 src/com/gps/hibernate/QuartzJobListenersId.java 53 Parameter 'jobListener' is not assigned and could be declared final
72478 src/com/gps/hibernate/QuartzJobListenersId.java 53 publicMethodCommentRequirement Required
72479 src/com/gps/hibernate/QuartzJobListenersId.java 57 Parameter 'other' is not assigned and could be declared final
72480 src/com/gps/hibernate/QuartzJobListenersId.java 57 publicMethodCommentRequirement Required
72481 src/com/gps/hibernate/QuartzJobListenersId.java 58 Avoid using if statements without curly braces
72482 src/com/gps/hibernate/QuartzJobListenersId.java 58 Useless parentheses.
72483 src/com/gps/hibernate/QuartzJobListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
72484 src/com/gps/hibernate/QuartzJobListenersId.java 60 Avoid using if statements without curly braces
72485 src/com/gps/hibernate/QuartzJobListenersId.java 60 Useless parentheses.
72486 src/com/gps/hibernate/QuartzJobListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
72487 src/com/gps/hibernate/QuartzJobListenersId.java 62 Avoid using if statements without curly braces
72488 src/com/gps/hibernate/QuartzJobListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
72489 src/com/gps/hibernate/QuartzJobListenersId.java 64 Local variable 'castOther' could be declared final
72490 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
72491 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
72492 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
72493 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
72494 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
72495 src/com/gps/hibernate/QuartzJobListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
72496 src/com/gps/hibernate/QuartzJobListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
72497 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
72498 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
72499 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
72500 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
72501 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
72502 src/com/gps/hibernate/QuartzJobListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
72503 src/com/gps/hibernate/QuartzJobListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
72504 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
72505 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
72506 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
72507 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
72508 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
72509 src/com/gps/hibernate/QuartzJobListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
72510 src/com/gps/hibernate/QuartzJobListenersId.java 77 Potential violation of Law of Demeter (object not created locally)
72511 src/com/gps/hibernate/QuartzJobListenersId.java 80 publicMethodCommentRequirement Required
72512 src/com/gps/hibernate/QuartzJobListenersId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
72513 src/com/gps/hibernate/QuartzLocks.java 9 Classes implementing Serializable should set a serialVersionUID
72514 src/com/gps/hibernate/QuartzLocks.java 13 fieldCommentRequirement Required
72515 src/com/gps/hibernate/QuartzLocks.java 18 Document empty constructor
72516 src/com/gps/hibernate/QuartzLocks.java 22 Parameter 'lockName' is not assigned and could be declared final
72517 src/com/gps/hibernate/QuartzLocks.java 28 publicMethodCommentRequirement Required
72518 src/com/gps/hibernate/QuartzLocks.java 32 Parameter 'lockName' is not assigned and could be declared final
72519 src/com/gps/hibernate/QuartzLocks.java 32 publicMethodCommentRequirement Required
72520 src/com/gps/hibernate/QuartzLocksDAO.java 10 Comment is too large: Too many lines
72521 src/com/gps/hibernate/QuartzLocksDAO.java 23 Logger should be defined private static final and have the correct class
72522 src/com/gps/hibernate/QuartzLocksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72523 src/com/gps/hibernate/QuartzLocksDAO.java 23 fieldCommentRequirement Required
72524 src/com/gps/hibernate/QuartzLocksDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
72525 src/com/gps/hibernate/QuartzLocksDAO.java 27 publicMethodCommentRequirement Required
72526 src/com/gps/hibernate/QuartzLocksDAO.java 28 There is log block not surrounded by if
72527 src/com/gps/hibernate/QuartzLocksDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72528 src/com/gps/hibernate/QuartzLocksDAO.java 30 Potential violation of Law of Demeter (method chain calls)
72529 src/com/gps/hibernate/QuartzLocksDAO.java 31 There is log block not surrounded by if
72530 src/com/gps/hibernate/QuartzLocksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72531 src/com/gps/hibernate/QuartzLocksDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72532 src/com/gps/hibernate/QuartzLocksDAO.java 33 There is log block not surrounded by if
72533 src/com/gps/hibernate/QuartzLocksDAO.java 38 Avoid excessively long variable names like persistentInstance
72534 src/com/gps/hibernate/QuartzLocksDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
72535 src/com/gps/hibernate/QuartzLocksDAO.java 38 publicMethodCommentRequirement Required
72536 src/com/gps/hibernate/QuartzLocksDAO.java 39 There is log block not surrounded by if
72537 src/com/gps/hibernate/QuartzLocksDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72538 src/com/gps/hibernate/QuartzLocksDAO.java 41 Potential violation of Law of Demeter (method chain calls)
72539 src/com/gps/hibernate/QuartzLocksDAO.java 42 There is log block not surrounded by if
72540 src/com/gps/hibernate/QuartzLocksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72541 src/com/gps/hibernate/QuartzLocksDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72542 src/com/gps/hibernate/QuartzLocksDAO.java 44 There is log block not surrounded by if
72543 src/com/gps/hibernate/QuartzLocksDAO.java 49 Avoid variables with short names like id
72544 src/com/gps/hibernate/QuartzLocksDAO.java 49 Parameter 'id' is not assigned and could be declared final
72545 src/com/gps/hibernate/QuartzLocksDAO.java 49 publicMethodCommentRequirement Required
72546 src/com/gps/hibernate/QuartzLocksDAO.java 50 There is log block not surrounded by if
72547 src/com/gps/hibernate/QuartzLocksDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72548 src/com/gps/hibernate/QuartzLocksDAO.java 52 Local variable 'instance' could be declared final
72549 src/com/gps/hibernate/QuartzLocksDAO.java 52 Potential violation of Law of Demeter (method chain calls)
72550 src/com/gps/hibernate/QuartzLocksDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72551 src/com/gps/hibernate/QuartzLocksDAO.java 56 There is log block not surrounded by if
72552 src/com/gps/hibernate/QuartzLocksDAO.java 61 Parameter 'instance' is not assigned and could be declared final
72553 src/com/gps/hibernate/QuartzLocksDAO.java 61 publicMethodCommentRequirement Required
72554 src/com/gps/hibernate/QuartzLocksDAO.java 62 There is log block not surrounded by if
72555 src/com/gps/hibernate/QuartzLocksDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72556 src/com/gps/hibernate/QuartzLocksDAO.java 64 Local variable 'results' could be declared final
72557 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
72558 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
72559 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
72560 src/com/gps/hibernate/QuartzLocksDAO.java 67 There is log block not surrounded by if
72561 src/com/gps/hibernate/QuartzLocksDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72562 src/com/gps/hibernate/QuartzLocksDAO.java 68 Potential violation of Law of Demeter (object not created locally)
72563 src/com/gps/hibernate/QuartzLocksDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72564 src/com/gps/hibernate/QuartzLocksDAO.java 71 There is log block not surrounded by if
72565 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
72566 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'value' is not assigned and could be declared final
72567 src/com/gps/hibernate/QuartzLocksDAO.java 76 publicMethodCommentRequirement Required
72568 src/com/gps/hibernate/QuartzLocksDAO.java 77 There is log block not surrounded by if
72569 src/com/gps/hibernate/QuartzLocksDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72570 src/com/gps/hibernate/QuartzLocksDAO.java 80 Local variable 'queryString' could be declared final
72571 src/com/gps/hibernate/QuartzLocksDAO.java 82 Local variable 'queryObject' could be declared final
72572 src/com/gps/hibernate/QuartzLocksDAO.java 82 Potential violation of Law of Demeter (method chain calls)
72573 src/com/gps/hibernate/QuartzLocksDAO.java 83 Potential violation of Law of Demeter (object not created locally)
72574 src/com/gps/hibernate/QuartzLocksDAO.java 84 Potential violation of Law of Demeter (object not created locally)
72575 src/com/gps/hibernate/QuartzLocksDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72576 src/com/gps/hibernate/QuartzLocksDAO.java 86 There is log block not surrounded by if
72577 src/com/gps/hibernate/QuartzLocksDAO.java 91 publicMethodCommentRequirement Required
72578 src/com/gps/hibernate/QuartzLocksDAO.java 92 There is log block not surrounded by if
72579 src/com/gps/hibernate/QuartzLocksDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72580 src/com/gps/hibernate/QuartzLocksDAO.java 94 Local variable 'queryString' could be declared final
72581 src/com/gps/hibernate/QuartzLocksDAO.java 95 Local variable 'queryObject' could be declared final
72582 src/com/gps/hibernate/QuartzLocksDAO.java 95 Potential violation of Law of Demeter (method chain calls)
72583 src/com/gps/hibernate/QuartzLocksDAO.java 96 Potential violation of Law of Demeter (object not created locally)
72584 src/com/gps/hibernate/QuartzLocksDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72585 src/com/gps/hibernate/QuartzLocksDAO.java 98 There is log block not surrounded by if
72586 src/com/gps/hibernate/QuartzLocksDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
72587 src/com/gps/hibernate/QuartzLocksDAO.java 103 publicMethodCommentRequirement Required
72588 src/com/gps/hibernate/QuartzLocksDAO.java 104 There is log block not surrounded by if
72589 src/com/gps/hibernate/QuartzLocksDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72590 src/com/gps/hibernate/QuartzLocksDAO.java 106 Local variable 'result' could be declared final
72591 src/com/gps/hibernate/QuartzLocksDAO.java 106 Potential violation of Law of Demeter (method chain calls)
72592 src/com/gps/hibernate/QuartzLocksDAO.java 108 There is log block not surrounded by if
72593 src/com/gps/hibernate/QuartzLocksDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72594 src/com/gps/hibernate/QuartzLocksDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72595 src/com/gps/hibernate/QuartzLocksDAO.java 111 There is log block not surrounded by if
72596 src/com/gps/hibernate/QuartzLocksDAO.java 116 Parameter 'instance' is not assigned and could be declared final
72597 src/com/gps/hibernate/QuartzLocksDAO.java 116 publicMethodCommentRequirement Required
72598 src/com/gps/hibernate/QuartzLocksDAO.java 117 There is log block not surrounded by if
72599 src/com/gps/hibernate/QuartzLocksDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72600 src/com/gps/hibernate/QuartzLocksDAO.java 119 Potential violation of Law of Demeter (method chain calls)
72601 src/com/gps/hibernate/QuartzLocksDAO.java 120 There is log block not surrounded by if
72602 src/com/gps/hibernate/QuartzLocksDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72603 src/com/gps/hibernate/QuartzLocksDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72604 src/com/gps/hibernate/QuartzLocksDAO.java 122 There is log block not surrounded by if
72605 src/com/gps/hibernate/QuartzLocksDAO.java 127 Parameter 'instance' is not assigned and could be declared final
72606 src/com/gps/hibernate/QuartzLocksDAO.java 127 publicMethodCommentRequirement Required
72607 src/com/gps/hibernate/QuartzLocksDAO.java 128 There is log block not surrounded by if
72608 src/com/gps/hibernate/QuartzLocksDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72609 src/com/gps/hibernate/QuartzLocksDAO.java 130 Potential violation of Law of Demeter (method chain calls)
72610 src/com/gps/hibernate/QuartzLocksDAO.java 131 There is log block not surrounded by if
72611 src/com/gps/hibernate/QuartzLocksDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72612 src/com/gps/hibernate/QuartzLocksDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72613 src/com/gps/hibernate/QuartzLocksDAO.java 133 There is log block not surrounded by if
72614 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 9 Classes implementing Serializable should set a serialVersionUID
72615 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 13 fieldCommentRequirement Required
72616 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 18 Document empty constructor
72617 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 22 Parameter 'triggerGroup' is not assigned and could be declared final
72618 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 28 publicMethodCommentRequirement Required
72619 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 Parameter 'triggerGroup' is not assigned and could be declared final
72620 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 publicMethodCommentRequirement Required
72621 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 10 Comment is too large: Too many lines
72622 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Logger should be defined private static final and have the correct class
72623 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72624 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 fieldCommentRequirement Required
72625 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
72626 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 publicMethodCommentRequirement Required
72627 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 There is log block not surrounded by if
72628 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72629 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
72630 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 There is log block not surrounded by if
72631 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72632 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72633 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 34 There is log block not surrounded by if
72634 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Avoid excessively long variable names like persistentInstance
72635 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
72636 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 publicMethodCommentRequirement Required
72637 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 There is log block not surrounded by if
72638 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72639 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
72640 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 There is log block not surrounded by if
72641 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72642 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72643 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 45 There is log block not surrounded by if
72644 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Avoid variables with short names like id
72645 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Parameter 'id' is not assigned and could be declared final
72646 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 publicMethodCommentRequirement Required
72647 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 There is log block not surrounded by if
72648 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72649 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Local variable 'instance' could be declared final
72650 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
72651 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72652 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 57 There is log block not surrounded by if
72653 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
72654 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 publicMethodCommentRequirement Required
72655 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 There is log block not surrounded by if
72656 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72657 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Local variable 'results' could be declared final
72658 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72659 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72660 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
72661 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 There is log block not surrounded by if
72662 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72663 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
72664 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72665 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 72 There is log block not surrounded by if
72666 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
72667 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'value' is not assigned and could be declared final
72668 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 publicMethodCommentRequirement Required
72669 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 There is log block not surrounded by if
72670 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72671 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 81 Local variable 'queryString' could be declared final
72672 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Local variable 'queryObject' could be declared final
72673 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
72674 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
72675 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
72676 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72677 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 87 There is log block not surrounded by if
72678 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 92 publicMethodCommentRequirement Required
72679 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 There is log block not surrounded by if
72680 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72681 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 95 Local variable 'queryString' could be declared final
72682 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Local variable 'queryObject' could be declared final
72683 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
72684 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
72685 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72686 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 99 There is log block not surrounded by if
72687 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 104 publicMethodCommentRequirement Required
72688 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
72689 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 There is log block not surrounded by if
72690 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72691 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Local variable 'result' could be declared final
72692 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
72693 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 There is log block not surrounded by if
72694 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72695 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72696 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 113 There is log block not surrounded by if
72697 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 Parameter 'instance' is not assigned and could be declared final
72698 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 publicMethodCommentRequirement Required
72699 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 There is log block not surrounded by if
72700 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72701 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 121 Potential violation of Law of Demeter (method chain calls)
72702 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 There is log block not surrounded by if
72703 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72704 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72705 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 124 There is log block not surrounded by if
72706 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 Parameter 'instance' is not assigned and could be declared final
72707 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 publicMethodCommentRequirement Required
72708 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 There is log block not surrounded by if
72709 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72710 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 132 Potential violation of Law of Demeter (method chain calls)
72711 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 There is log block not surrounded by if
72712 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72713 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72714 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 135 There is log block not surrounded by if
72715 src/com/gps/hibernate/QuartzSchedulerState.java 9 Classes implementing Serializable should set a serialVersionUID
72716 src/com/gps/hibernate/QuartzSchedulerState.java 13 fieldCommentRequirement Required
72717 src/com/gps/hibernate/QuartzSchedulerState.java 14 fieldCommentRequirement Required
72718 src/com/gps/hibernate/QuartzSchedulerState.java 15 fieldCommentRequirement Required
72719 src/com/gps/hibernate/QuartzSchedulerState.java 20 Document empty constructor
72720 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'instanceName' is not assigned and could be declared final
72721 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'lastCheckinTime' is not assigned and could be declared final
72722 src/com/gps/hibernate/QuartzSchedulerState.java 25 Parameter 'checkinInterval' is not assigned and could be declared final
72723 src/com/gps/hibernate/QuartzSchedulerState.java 33 publicMethodCommentRequirement Required
72724 src/com/gps/hibernate/QuartzSchedulerState.java 37 Parameter 'instanceName' is not assigned and could be declared final
72725 src/com/gps/hibernate/QuartzSchedulerState.java 37 publicMethodCommentRequirement Required
72726 src/com/gps/hibernate/QuartzSchedulerState.java 41 publicMethodCommentRequirement Required
72727 src/com/gps/hibernate/QuartzSchedulerState.java 45 Parameter 'lastCheckinTime' is not assigned and could be declared final
72728 src/com/gps/hibernate/QuartzSchedulerState.java 45 publicMethodCommentRequirement Required
72729 src/com/gps/hibernate/QuartzSchedulerState.java 49 publicMethodCommentRequirement Required
72730 src/com/gps/hibernate/QuartzSchedulerState.java 53 Parameter 'checkinInterval' is not assigned and could be declared final
72731 src/com/gps/hibernate/QuartzSchedulerState.java 53 publicMethodCommentRequirement Required
72732 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 10 Comment is too large: Too many lines
72733 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 22 This class has too many methods, consider refactoring it.
72734 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Logger should be defined private static final and have the correct class
72735 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72736 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 fieldCommentRequirement Required
72737 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 26 fieldCommentRequirement Required
72738 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 27 fieldCommentRequirement Required
72739 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
72740 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 publicMethodCommentRequirement Required
72741 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 There is log block not surrounded by if
72742 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72743 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 32 Potential violation of Law of Demeter (method chain calls)
72744 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 There is log block not surrounded by if
72745 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72746 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72747 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 35 There is log block not surrounded by if
72748 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Avoid excessively long variable names like persistentInstance
72749 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
72750 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 publicMethodCommentRequirement Required
72751 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 There is log block not surrounded by if
72752 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72753 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 43 Potential violation of Law of Demeter (method chain calls)
72754 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 There is log block not surrounded by if
72755 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72756 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72757 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 46 There is log block not surrounded by if
72758 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Avoid variables with short names like id
72759 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Parameter 'id' is not assigned and could be declared final
72760 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 publicMethodCommentRequirement Required
72761 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 There is log block not surrounded by if
72762 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72763 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Local variable 'instance' could be declared final
72764 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Potential violation of Law of Demeter (method chain calls)
72765 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72766 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 58 There is log block not surrounded by if
72767 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 Parameter 'instance' is not assigned and could be declared final
72768 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 publicMethodCommentRequirement Required
72769 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 There is log block not surrounded by if
72770 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72771 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Local variable 'results' could be declared final
72772 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
72773 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
72774 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
72775 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 There is log block not surrounded by if
72776 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72777 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 70 Potential violation of Law of Demeter (object not created locally)
72778 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72779 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 73 There is log block not surrounded by if
72780 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
72781 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'value' is not assigned and could be declared final
72782 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 publicMethodCommentRequirement Required
72783 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 There is log block not surrounded by if
72784 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72785 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 82 Local variable 'queryString' could be declared final
72786 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Local variable 'queryObject' could be declared final
72787 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Potential violation of Law of Demeter (method chain calls)
72788 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 85 Potential violation of Law of Demeter (object not created locally)
72789 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 86 Potential violation of Law of Demeter (object not created locally)
72790 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72791 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 88 There is log block not surrounded by if
72792 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 Parameter 'lastCheckinTime' is not assigned and could be declared final
72793 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 publicMethodCommentRequirement Required
72794 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 Parameter 'checkinInterval' is not assigned and could be declared final
72795 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 publicMethodCommentRequirement Required
72796 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 101 publicMethodCommentRequirement Required
72797 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 There is log block not surrounded by if
72798 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72799 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 104 Local variable 'queryString' could be declared final
72800 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Local variable 'queryObject' could be declared final
72801 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Potential violation of Law of Demeter (method chain calls)
72802 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 106 Potential violation of Law of Demeter (object not created locally)
72803 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72804 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 108 There is log block not surrounded by if
72805 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
72806 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 publicMethodCommentRequirement Required
72807 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 There is log block not surrounded by if
72808 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72809 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Local variable 'result' could be declared final
72810 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Potential violation of Law of Demeter (method chain calls)
72811 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 There is log block not surrounded by if
72812 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72813 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72814 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 121 There is log block not surrounded by if
72815 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 Parameter 'instance' is not assigned and could be declared final
72816 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 publicMethodCommentRequirement Required
72817 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 There is log block not surrounded by if
72818 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72819 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 129 Potential violation of Law of Demeter (method chain calls)
72820 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 There is log block not surrounded by if
72821 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72822 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72823 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 132 There is log block not surrounded by if
72824 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 Parameter 'instance' is not assigned and could be declared final
72825 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 publicMethodCommentRequirement Required
72826 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 There is log block not surrounded by if
72827 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72828 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 140 Potential violation of Law of Demeter (method chain calls)
72829 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 There is log block not surrounded by if
72830 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72831 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72832 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 143 There is log block not surrounded by if
72833 src/com/gps/hibernate/QuartzSimpleTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
72834 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 Avoid variables with short names like id
72835 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 fieldCommentRequirement Required
72836 src/com/gps/hibernate/QuartzSimpleTriggers.java 14 fieldCommentRequirement Required
72837 src/com/gps/hibernate/QuartzSimpleTriggers.java 15 fieldCommentRequirement Required
72838 src/com/gps/hibernate/QuartzSimpleTriggers.java 16 fieldCommentRequirement Required
72839 src/com/gps/hibernate/QuartzSimpleTriggers.java 21 Document empty constructor
72840 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Avoid variables with short names like id
72841 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'id' is not assigned and could be declared final
72842 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'repeatCount' is not assigned and could be declared final
72843 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'repeatInterval' is not assigned and could be declared final
72844 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'timesTriggered' is not assigned and could be declared final
72845 src/com/gps/hibernate/QuartzSimpleTriggers.java 35 publicMethodCommentRequirement Required
72846 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Avoid variables with short names like id
72847 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Parameter 'id' is not assigned and could be declared final
72848 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 publicMethodCommentRequirement Required
72849 src/com/gps/hibernate/QuartzSimpleTriggers.java 43 publicMethodCommentRequirement Required
72850 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 Parameter 'repeatCount' is not assigned and could be declared final
72851 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 publicMethodCommentRequirement Required
72852 src/com/gps/hibernate/QuartzSimpleTriggers.java 51 publicMethodCommentRequirement Required
72853 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 Parameter 'repeatInterval' is not assigned and could be declared final
72854 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 publicMethodCommentRequirement Required
72855 src/com/gps/hibernate/QuartzSimpleTriggers.java 59 publicMethodCommentRequirement Required
72856 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 Parameter 'timesTriggered' is not assigned and could be declared final
72857 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 publicMethodCommentRequirement Required
72858 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 10 Comment is too large: Too many lines
72859 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 22 This class has too many methods, consider refactoring it.
72860 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Logger should be defined private static final and have the correct class
72861 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
72862 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 fieldCommentRequirement Required
72863 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 26 fieldCommentRequirement Required
72864 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 27 fieldCommentRequirement Required
72865 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 28 fieldCommentRequirement Required
72866 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
72867 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 publicMethodCommentRequirement Required
72868 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 There is log block not surrounded by if
72869 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72870 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 33 Potential violation of Law of Demeter (method chain calls)
72871 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 There is log block not surrounded by if
72872 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72873 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72874 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 36 There is log block not surrounded by if
72875 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Avoid excessively long variable names like persistentInstance
72876 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
72877 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 publicMethodCommentRequirement Required
72878 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 There is log block not surrounded by if
72879 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72880 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 44 Potential violation of Law of Demeter (method chain calls)
72881 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 There is log block not surrounded by if
72882 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72883 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72884 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 47 There is log block not surrounded by if
72885 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 52 publicMethodCommentRequirement Required
72886 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Avoid variables with short names like id
72887 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Parameter 'id' is not assigned and could be declared final
72888 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 There is log block not surrounded by if
72889 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72890 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Local variable 'instance' could be declared final
72891 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Potential violation of Law of Demeter (method chain calls)
72892 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72893 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 60 There is log block not surrounded by if
72894 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 Parameter 'instance' is not assigned and could be declared final
72895 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 publicMethodCommentRequirement Required
72896 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 There is log block not surrounded by if
72897 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72898 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Local variable 'results' could be declared final
72899 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
72900 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
72901 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
72902 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 There is log block not surrounded by if
72903 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72904 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 72 Potential violation of Law of Demeter (object not created locally)
72905 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72906 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 75 There is log block not surrounded by if
72907 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
72908 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'value' is not assigned and could be declared final
72909 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 publicMethodCommentRequirement Required
72910 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 There is log block not surrounded by if
72911 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72912 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 84 Local variable 'queryString' could be declared final
72913 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Local variable 'queryObject' could be declared final
72914 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Potential violation of Law of Demeter (method chain calls)
72915 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 87 Potential violation of Law of Demeter (object not created locally)
72916 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 88 Potential violation of Law of Demeter (object not created locally)
72917 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72918 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 90 There is log block not surrounded by if
72919 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 Parameter 'repeatCount' is not assigned and could be declared final
72920 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 publicMethodCommentRequirement Required
72921 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 Parameter 'repeatInterval' is not assigned and could be declared final
72922 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 publicMethodCommentRequirement Required
72923 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 Parameter 'timesTriggered' is not assigned and could be declared final
72924 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 publicMethodCommentRequirement Required
72925 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 107 publicMethodCommentRequirement Required
72926 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 There is log block not surrounded by if
72927 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72928 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 110 Local variable 'queryString' could be declared final
72929 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Local variable 'queryObject' could be declared final
72930 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
72931 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 112 Potential violation of Law of Demeter (object not created locally)
72932 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72933 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 114 There is log block not surrounded by if
72934 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
72935 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 publicMethodCommentRequirement Required
72936 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 There is log block not surrounded by if
72937 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72938 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Local variable 'result' could be declared final
72939 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Potential violation of Law of Demeter (method chain calls)
72940 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 There is log block not surrounded by if
72941 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72942 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72943 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 127 There is log block not surrounded by if
72944 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
72945 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 publicMethodCommentRequirement Required
72946 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 There is log block not surrounded by if
72947 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72948 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
72949 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 There is log block not surrounded by if
72950 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72951 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72952 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 138 There is log block not surrounded by if
72953 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 Parameter 'instance' is not assigned and could be declared final
72954 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 publicMethodCommentRequirement Required
72955 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 There is log block not surrounded by if
72956 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72957 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 146 Potential violation of Law of Demeter (method chain calls)
72958 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 There is log block not surrounded by if
72959 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
72960 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
72961 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 149 There is log block not surrounded by if
72962 src/com/gps/hibernate/QuartzSimpleTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
72963 src/com/gps/hibernate/QuartzSimpleTriggersId.java 13 fieldCommentRequirement Required
72964 src/com/gps/hibernate/QuartzSimpleTriggersId.java 14 fieldCommentRequirement Required
72965 src/com/gps/hibernate/QuartzSimpleTriggersId.java 19 Document empty constructor
72966 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
72967 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
72968 src/com/gps/hibernate/QuartzSimpleTriggersId.java 30 publicMethodCommentRequirement Required
72969 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
72970 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 publicMethodCommentRequirement Required
72971 src/com/gps/hibernate/QuartzSimpleTriggersId.java 38 publicMethodCommentRequirement Required
72972 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
72973 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 publicMethodCommentRequirement Required
72974 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
72975 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 publicMethodCommentRequirement Required
72976 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Avoid using if statements without curly braces
72977 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Useless parentheses.
72978 src/com/gps/hibernate/QuartzSimpleTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
72979 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Avoid using if statements without curly braces
72980 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Useless parentheses.
72981 src/com/gps/hibernate/QuartzSimpleTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
72982 src/com/gps/hibernate/QuartzSimpleTriggersId.java 51 Avoid using if statements without curly braces
72983 src/com/gps/hibernate/QuartzSimpleTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
72984 src/com/gps/hibernate/QuartzSimpleTriggersId.java 53 Local variable 'castOther' could be declared final
72985 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
72986 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
72987 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
72988 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
72989 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
72990 src/com/gps/hibernate/QuartzSimpleTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
72991 src/com/gps/hibernate/QuartzSimpleTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
72992 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
72993 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
72994 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
72995 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
72996 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
72997 src/com/gps/hibernate/QuartzSimpleTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
72998 src/com/gps/hibernate/QuartzSimpleTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
72999 src/com/gps/hibernate/QuartzSimpleTriggersId.java 65 publicMethodCommentRequirement Required
73000 src/com/gps/hibernate/QuartzSimpleTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
73001 src/com/gps/hibernate/QuartzTriggerListeners.java 9 Classes implementing Serializable should set a serialVersionUID
73002 src/com/gps/hibernate/QuartzTriggerListeners.java 13 Avoid variables with short names like id
73003 src/com/gps/hibernate/QuartzTriggerListeners.java 13 fieldCommentRequirement Required
73004 src/com/gps/hibernate/QuartzTriggerListeners.java 18 Document empty constructor
73005 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Avoid variables with short names like id
73006 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Parameter 'id' is not assigned and could be declared final
73007 src/com/gps/hibernate/QuartzTriggerListeners.java 28 publicMethodCommentRequirement Required
73008 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Avoid variables with short names like id
73009 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Parameter 'id' is not assigned and could be declared final
73010 src/com/gps/hibernate/QuartzTriggerListeners.java 32 publicMethodCommentRequirement Required
73011 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 10 Comment is too large: Too many lines
73012 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Logger should be defined private static final and have the correct class
73013 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
73014 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 fieldCommentRequirement Required
73015 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
73016 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 publicMethodCommentRequirement Required
73017 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 There is log block not surrounded by if
73018 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73019 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
73020 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 There is log block not surrounded by if
73021 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73022 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73023 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 34 There is log block not surrounded by if
73024 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
73025 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
73026 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 publicMethodCommentRequirement Required
73027 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 There is log block not surrounded by if
73028 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73029 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
73030 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 There is log block not surrounded by if
73031 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73032 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73033 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 45 There is log block not surrounded by if
73034 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 50 publicMethodCommentRequirement Required
73035 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Avoid variables with short names like id
73036 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Parameter 'id' is not assigned and could be declared final
73037 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 There is log block not surrounded by if
73038 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73039 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Local variable 'instance' could be declared final
73040 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
73041 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73042 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 58 There is log block not surrounded by if
73043 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
73044 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 publicMethodCommentRequirement Required
73045 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 There is log block not surrounded by if
73046 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73047 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Local variable 'results' could be declared final
73048 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
73049 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
73050 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
73051 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 There is log block not surrounded by if
73052 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73053 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
73054 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73055 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 73 There is log block not surrounded by if
73056 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
73057 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'value' is not assigned and could be declared final
73058 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 publicMethodCommentRequirement Required
73059 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 There is log block not surrounded by if
73060 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73061 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 82 Local variable 'queryString' could be declared final
73062 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Local variable 'queryObject' could be declared final
73063 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
73064 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
73065 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
73066 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73067 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 88 There is log block not surrounded by if
73068 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 93 publicMethodCommentRequirement Required
73069 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 There is log block not surrounded by if
73070 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73071 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 96 Local variable 'queryString' could be declared final
73072 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Local variable 'queryObject' could be declared final
73073 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Potential violation of Law of Demeter (method chain calls)
73074 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 98 Potential violation of Law of Demeter (object not created locally)
73075 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73076 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 100 There is log block not surrounded by if
73077 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
73078 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 publicMethodCommentRequirement Required
73079 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 There is log block not surrounded by if
73080 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73081 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Local variable 'result' could be declared final
73082 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Potential violation of Law of Demeter (method chain calls)
73083 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 There is log block not surrounded by if
73084 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73085 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73086 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 113 There is log block not surrounded by if
73087 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 Parameter 'instance' is not assigned and could be declared final
73088 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 publicMethodCommentRequirement Required
73089 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 There is log block not surrounded by if
73090 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73091 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 121 Potential violation of Law of Demeter (method chain calls)
73092 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 There is log block not surrounded by if
73093 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73094 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73095 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 124 There is log block not surrounded by if
73096 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 Parameter 'instance' is not assigned and could be declared final
73097 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 publicMethodCommentRequirement Required
73098 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 There is log block not surrounded by if
73099 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73100 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 132 Potential violation of Law of Demeter (method chain calls)
73101 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 There is log block not surrounded by if
73102 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73103 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73104 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 135 There is log block not surrounded by if
73105 src/com/gps/hibernate/QuartzTriggerListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
73106 src/com/gps/hibernate/QuartzTriggerListenersId.java 13 fieldCommentRequirement Required
73107 src/com/gps/hibernate/QuartzTriggerListenersId.java 14 fieldCommentRequirement Required
73108 src/com/gps/hibernate/QuartzTriggerListenersId.java 15 fieldCommentRequirement Required
73109 src/com/gps/hibernate/QuartzTriggerListenersId.java 20 Document empty constructor
73110 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerGroup' is not assigned and could be declared final
73111 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerName' is not assigned and could be declared final
73112 src/com/gps/hibernate/QuartzTriggerListenersId.java 25 Parameter 'triggerListener' is not assigned and could be declared final
73113 src/com/gps/hibernate/QuartzTriggerListenersId.java 33 publicMethodCommentRequirement Required
73114 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 Parameter 'triggerName' is not assigned and could be declared final
73115 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 publicMethodCommentRequirement Required
73116 src/com/gps/hibernate/QuartzTriggerListenersId.java 41 publicMethodCommentRequirement Required
73117 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 Parameter 'triggerGroup' is not assigned and could be declared final
73118 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 publicMethodCommentRequirement Required
73119 src/com/gps/hibernate/QuartzTriggerListenersId.java 49 publicMethodCommentRequirement Required
73120 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 Parameter 'triggerListener' is not assigned and could be declared final
73121 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 publicMethodCommentRequirement Required
73122 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 Parameter 'other' is not assigned and could be declared final
73123 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 publicMethodCommentRequirement Required
73124 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Avoid using if statements without curly braces
73125 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Useless parentheses.
73126 src/com/gps/hibernate/QuartzTriggerListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
73127 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Avoid using if statements without curly braces
73128 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Useless parentheses.
73129 src/com/gps/hibernate/QuartzTriggerListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
73130 src/com/gps/hibernate/QuartzTriggerListenersId.java 62 Avoid using if statements without curly braces
73131 src/com/gps/hibernate/QuartzTriggerListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
73132 src/com/gps/hibernate/QuartzTriggerListenersId.java 64 Local variable 'castOther' could be declared final
73133 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
73134 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
73135 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
73136 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
73137 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
73138 src/com/gps/hibernate/QuartzTriggerListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
73139 src/com/gps/hibernate/QuartzTriggerListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
73140 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
73141 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
73142 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
73143 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
73144 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
73145 src/com/gps/hibernate/QuartzTriggerListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
73146 src/com/gps/hibernate/QuartzTriggerListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
73147 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
73148 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
73149 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
73150 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Useless parentheses.
73151 src/com/gps/hibernate/QuartzTriggerListenersId.java 75 Useless parentheses.
73152 src/com/gps/hibernate/QuartzTriggerListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
73153 src/com/gps/hibernate/QuartzTriggerListenersId.java 78 Potential violation of Law of Demeter (object not created locally)
73154 src/com/gps/hibernate/QuartzTriggerListenersId.java 81 publicMethodCommentRequirement Required
73155 src/com/gps/hibernate/QuartzTriggerListenersId.java 82 Found 'DD'-anomaly for variable 'result' (lines '82'-'84').
73156 src/com/gps/hibernate/QuartzTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
73157 src/com/gps/hibernate/QuartzTriggers.java 13 Avoid variables with short names like id
73158 src/com/gps/hibernate/QuartzTriggers.java 13 fieldCommentRequirement Required
73159 src/com/gps/hibernate/QuartzTriggers.java 14 fieldCommentRequirement Required
73160 src/com/gps/hibernate/QuartzTriggers.java 15 fieldCommentRequirement Required
73161 src/com/gps/hibernate/QuartzTriggers.java 16 fieldCommentRequirement Required
73162 src/com/gps/hibernate/QuartzTriggers.java 17 fieldCommentRequirement Required
73163 src/com/gps/hibernate/QuartzTriggers.java 18 fieldCommentRequirement Required
73164 src/com/gps/hibernate/QuartzTriggers.java 19 fieldCommentRequirement Required
73165 src/com/gps/hibernate/QuartzTriggers.java 20 fieldCommentRequirement Required
73166 src/com/gps/hibernate/QuartzTriggers.java 21 fieldCommentRequirement Required
73167 src/com/gps/hibernate/QuartzTriggers.java 22 fieldCommentRequirement Required
73168 src/com/gps/hibernate/QuartzTriggers.java 23 fieldCommentRequirement Required
73169 src/com/gps/hibernate/QuartzTriggers.java 24 fieldCommentRequirement Required
73170 src/com/gps/hibernate/QuartzTriggers.java 25 fieldCommentRequirement Required
73171 src/com/gps/hibernate/QuartzTriggers.java 26 fieldCommentRequirement Required
73172 src/com/gps/hibernate/QuartzTriggers.java 27 fieldCommentRequirement Required
73173 src/com/gps/hibernate/QuartzTriggers.java 32 Document empty constructor
73174 src/com/gps/hibernate/QuartzTriggers.java 36 Avoid variables with short names like id
73175 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'id' is not assigned and could be declared final
73176 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobGroup' is not assigned and could be declared final
73177 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobName' is not assigned and could be declared final
73178 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'isVolatile' is not assigned and could be declared final
73179 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerState' is not assigned and could be declared final
73180 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerType' is not assigned and could be declared final
73181 src/com/gps/hibernate/QuartzTriggers.java 38 Parameter 'startTime' is not assigned and could be declared final
73182 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid long parameter lists.
73183 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid variables with short names like id
73184 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'id' is not assigned and could be declared final
73185 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobGroup' is not assigned and could be declared final
73186 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
73187 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'description' is not assigned and could be declared final
73188 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'isVolatile' is not assigned and could be declared final
73189 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'nextFireTime' is not assigned and could be declared final
73190 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'prevFireTime' is not assigned and could be declared final
73191 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'priority' is not assigned and could be declared final
73192 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'triggerState' is not assigned and could be declared final
73193 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'endTime' is not assigned and could be declared final
73194 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'startTime' is not assigned and could be declared final
73195 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'triggerType' is not assigned and could be declared final
73196 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'calendarName' is not assigned and could be declared final
73197 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'jobData' is not assigned and could be declared final
73198 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'misfireInstr' is not assigned and could be declared final
73199 src/com/gps/hibernate/QuartzTriggers.java 73 publicMethodCommentRequirement Required
73200 src/com/gps/hibernate/QuartzTriggers.java 77 Avoid variables with short names like id
73201 src/com/gps/hibernate/QuartzTriggers.java 77 Parameter 'id' is not assigned and could be declared final
73202 src/com/gps/hibernate/QuartzTriggers.java 77 publicMethodCommentRequirement Required
73203 src/com/gps/hibernate/QuartzTriggers.java 81 publicMethodCommentRequirement Required
73204 src/com/gps/hibernate/QuartzTriggers.java 85 Parameter 'jobName' is not assigned and could be declared final
73205 src/com/gps/hibernate/QuartzTriggers.java 85 publicMethodCommentRequirement Required
73206 src/com/gps/hibernate/QuartzTriggers.java 89 publicMethodCommentRequirement Required
73207 src/com/gps/hibernate/QuartzTriggers.java 93 Parameter 'jobGroup' is not assigned and could be declared final
73208 src/com/gps/hibernate/QuartzTriggers.java 93 publicMethodCommentRequirement Required
73209 src/com/gps/hibernate/QuartzTriggers.java 97 publicMethodCommentRequirement Required
73210 src/com/gps/hibernate/QuartzTriggers.java 101 Parameter 'isVolatile' is not assigned and could be declared final
73211 src/com/gps/hibernate/QuartzTriggers.java 101 publicMethodCommentRequirement Required
73212 src/com/gps/hibernate/QuartzTriggers.java 105 publicMethodCommentRequirement Required
73213 src/com/gps/hibernate/QuartzTriggers.java 109 Parameter 'description' is not assigned and could be declared final
73214 src/com/gps/hibernate/QuartzTriggers.java 109 publicMethodCommentRequirement Required
73215 src/com/gps/hibernate/QuartzTriggers.java 113 publicMethodCommentRequirement Required
73216 src/com/gps/hibernate/QuartzTriggers.java 117 Parameter 'nextFireTime' is not assigned and could be declared final
73217 src/com/gps/hibernate/QuartzTriggers.java 117 publicMethodCommentRequirement Required
73218 src/com/gps/hibernate/QuartzTriggers.java 121 publicMethodCommentRequirement Required
73219 src/com/gps/hibernate/QuartzTriggers.java 125 Parameter 'prevFireTime' is not assigned and could be declared final
73220 src/com/gps/hibernate/QuartzTriggers.java 125 publicMethodCommentRequirement Required
73221 src/com/gps/hibernate/QuartzTriggers.java 129 publicMethodCommentRequirement Required
73222 src/com/gps/hibernate/QuartzTriggers.java 133 Parameter 'priority' is not assigned and could be declared final
73223 src/com/gps/hibernate/QuartzTriggers.java 133 publicMethodCommentRequirement Required
73224 src/com/gps/hibernate/QuartzTriggers.java 137 publicMethodCommentRequirement Required
73225 src/com/gps/hibernate/QuartzTriggers.java 141 Parameter 'triggerState' is not assigned and could be declared final
73226 src/com/gps/hibernate/QuartzTriggers.java 141 publicMethodCommentRequirement Required
73227 src/com/gps/hibernate/QuartzTriggers.java 145 publicMethodCommentRequirement Required
73228 src/com/gps/hibernate/QuartzTriggers.java 149 Parameter 'triggerType' is not assigned and could be declared final
73229 src/com/gps/hibernate/QuartzTriggers.java 149 publicMethodCommentRequirement Required
73230 src/com/gps/hibernate/QuartzTriggers.java 153 publicMethodCommentRequirement Required
73231 src/com/gps/hibernate/QuartzTriggers.java 157 Parameter 'startTime' is not assigned and could be declared final
73232 src/com/gps/hibernate/QuartzTriggers.java 157 publicMethodCommentRequirement Required
73233 src/com/gps/hibernate/QuartzTriggers.java 161 publicMethodCommentRequirement Required
73234 src/com/gps/hibernate/QuartzTriggers.java 165 Parameter 'endTime' is not assigned and could be declared final
73235 src/com/gps/hibernate/QuartzTriggers.java 165 publicMethodCommentRequirement Required
73236 src/com/gps/hibernate/QuartzTriggers.java 169 publicMethodCommentRequirement Required
73237 src/com/gps/hibernate/QuartzTriggers.java 173 Parameter 'calendarName' is not assigned and could be declared final
73238 src/com/gps/hibernate/QuartzTriggers.java 173 publicMethodCommentRequirement Required
73239 src/com/gps/hibernate/QuartzTriggers.java 177 publicMethodCommentRequirement Required
73240 src/com/gps/hibernate/QuartzTriggers.java 181 Parameter 'misfireInstr' is not assigned and could be declared final
73241 src/com/gps/hibernate/QuartzTriggers.java 181 publicMethodCommentRequirement Required
73242 src/com/gps/hibernate/QuartzTriggers.java 185 publicMethodCommentRequirement Required
73243 src/com/gps/hibernate/QuartzTriggers.java 189 Parameter 'jobData' is not assigned and could be declared final
73244 src/com/gps/hibernate/QuartzTriggers.java 189 publicMethodCommentRequirement Required
73245 src/com/gps/hibernate/QuartzTriggersDAO.java 10 Comment is too large: Too many lines
73246 src/com/gps/hibernate/QuartzTriggersDAO.java 22 This class has too many methods, consider refactoring it.
73247 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Logger should be defined private static final and have the correct class
73248 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
73249 src/com/gps/hibernate/QuartzTriggersDAO.java 23 fieldCommentRequirement Required
73250 src/com/gps/hibernate/QuartzTriggersDAO.java 25 fieldCommentRequirement Required
73251 src/com/gps/hibernate/QuartzTriggersDAO.java 26 fieldCommentRequirement Required
73252 src/com/gps/hibernate/QuartzTriggersDAO.java 27 fieldCommentRequirement Required
73253 src/com/gps/hibernate/QuartzTriggersDAO.java 28 fieldCommentRequirement Required
73254 src/com/gps/hibernate/QuartzTriggersDAO.java 29 fieldCommentRequirement Required
73255 src/com/gps/hibernate/QuartzTriggersDAO.java 30 fieldCommentRequirement Required
73256 src/com/gps/hibernate/QuartzTriggersDAO.java 31 fieldCommentRequirement Required
73257 src/com/gps/hibernate/QuartzTriggersDAO.java 32 fieldCommentRequirement Required
73258 src/com/gps/hibernate/QuartzTriggersDAO.java 33 fieldCommentRequirement Required
73259 src/com/gps/hibernate/QuartzTriggersDAO.java 34 fieldCommentRequirement Required
73260 src/com/gps/hibernate/QuartzTriggersDAO.java 35 fieldCommentRequirement Required
73261 src/com/gps/hibernate/QuartzTriggersDAO.java 36 fieldCommentRequirement Required
73262 src/com/gps/hibernate/QuartzTriggersDAO.java 37 fieldCommentRequirement Required
73263 src/com/gps/hibernate/QuartzTriggersDAO.java 38 fieldCommentRequirement Required
73264 src/com/gps/hibernate/QuartzTriggersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
73265 src/com/gps/hibernate/QuartzTriggersDAO.java 40 publicMethodCommentRequirement Required
73266 src/com/gps/hibernate/QuartzTriggersDAO.java 41 There is log block not surrounded by if
73267 src/com/gps/hibernate/QuartzTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73268 src/com/gps/hibernate/QuartzTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
73269 src/com/gps/hibernate/QuartzTriggersDAO.java 44 There is log block not surrounded by if
73270 src/com/gps/hibernate/QuartzTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73271 src/com/gps/hibernate/QuartzTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73272 src/com/gps/hibernate/QuartzTriggersDAO.java 46 There is log block not surrounded by if
73273 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Avoid excessively long variable names like persistentInstance
73274 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
73275 src/com/gps/hibernate/QuartzTriggersDAO.java 51 publicMethodCommentRequirement Required
73276 src/com/gps/hibernate/QuartzTriggersDAO.java 52 There is log block not surrounded by if
73277 src/com/gps/hibernate/QuartzTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73278 src/com/gps/hibernate/QuartzTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
73279 src/com/gps/hibernate/QuartzTriggersDAO.java 55 There is log block not surrounded by if
73280 src/com/gps/hibernate/QuartzTriggersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73281 src/com/gps/hibernate/QuartzTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73282 src/com/gps/hibernate/QuartzTriggersDAO.java 57 There is log block not surrounded by if
73283 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Avoid variables with short names like id
73284 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Parameter 'id' is not assigned and could be declared final
73285 src/com/gps/hibernate/QuartzTriggersDAO.java 62 publicMethodCommentRequirement Required
73286 src/com/gps/hibernate/QuartzTriggersDAO.java 63 There is log block not surrounded by if
73287 src/com/gps/hibernate/QuartzTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73288 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Local variable 'instance' could be declared final
73289 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
73290 src/com/gps/hibernate/QuartzTriggersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73291 src/com/gps/hibernate/QuartzTriggersDAO.java 69 There is log block not surrounded by if
73292 src/com/gps/hibernate/QuartzTriggersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
73293 src/com/gps/hibernate/QuartzTriggersDAO.java 74 publicMethodCommentRequirement Required
73294 src/com/gps/hibernate/QuartzTriggersDAO.java 75 There is log block not surrounded by if
73295 src/com/gps/hibernate/QuartzTriggersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73296 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Local variable 'results' could be declared final
73297 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
73298 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
73299 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
73300 src/com/gps/hibernate/QuartzTriggersDAO.java 80 There is log block not surrounded by if
73301 src/com/gps/hibernate/QuartzTriggersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73302 src/com/gps/hibernate/QuartzTriggersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
73303 src/com/gps/hibernate/QuartzTriggersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73304 src/com/gps/hibernate/QuartzTriggersDAO.java 84 There is log block not surrounded by if
73305 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
73306 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'value' is not assigned and could be declared final
73307 src/com/gps/hibernate/QuartzTriggersDAO.java 89 publicMethodCommentRequirement Required
73308 src/com/gps/hibernate/QuartzTriggersDAO.java 90 There is log block not surrounded by if
73309 src/com/gps/hibernate/QuartzTriggersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73310 src/com/gps/hibernate/QuartzTriggersDAO.java 93 Local variable 'queryString' could be declared final
73311 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Local variable 'queryObject' could be declared final
73312 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
73313 src/com/gps/hibernate/QuartzTriggersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
73314 src/com/gps/hibernate/QuartzTriggersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
73315 src/com/gps/hibernate/QuartzTriggersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73316 src/com/gps/hibernate/QuartzTriggersDAO.java 99 There is log block not surrounded by if
73317 src/com/gps/hibernate/QuartzTriggersDAO.java 104 Parameter 'jobName' is not assigned and could be declared final
73318 src/com/gps/hibernate/QuartzTriggersDAO.java 104 publicMethodCommentRequirement Required
73319 src/com/gps/hibernate/QuartzTriggersDAO.java 108 Parameter 'jobGroup' is not assigned and could be declared final
73320 src/com/gps/hibernate/QuartzTriggersDAO.java 108 publicMethodCommentRequirement Required
73321 src/com/gps/hibernate/QuartzTriggersDAO.java 112 Parameter 'isVolatile' is not assigned and could be declared final
73322 src/com/gps/hibernate/QuartzTriggersDAO.java 112 publicMethodCommentRequirement Required
73323 src/com/gps/hibernate/QuartzTriggersDAO.java 116 Parameter 'description' is not assigned and could be declared final
73324 src/com/gps/hibernate/QuartzTriggersDAO.java 116 publicMethodCommentRequirement Required
73325 src/com/gps/hibernate/QuartzTriggersDAO.java 120 Parameter 'nextFireTime' is not assigned and could be declared final
73326 src/com/gps/hibernate/QuartzTriggersDAO.java 120 publicMethodCommentRequirement Required
73327 src/com/gps/hibernate/QuartzTriggersDAO.java 124 Parameter 'prevFireTime' is not assigned and could be declared final
73328 src/com/gps/hibernate/QuartzTriggersDAO.java 124 publicMethodCommentRequirement Required
73329 src/com/gps/hibernate/QuartzTriggersDAO.java 128 Parameter 'priority' is not assigned and could be declared final
73330 src/com/gps/hibernate/QuartzTriggersDAO.java 128 publicMethodCommentRequirement Required
73331 src/com/gps/hibernate/QuartzTriggersDAO.java 132 Parameter 'triggerState' is not assigned and could be declared final
73332 src/com/gps/hibernate/QuartzTriggersDAO.java 132 publicMethodCommentRequirement Required
73333 src/com/gps/hibernate/QuartzTriggersDAO.java 136 Parameter 'triggerType' is not assigned and could be declared final
73334 src/com/gps/hibernate/QuartzTriggersDAO.java 136 publicMethodCommentRequirement Required
73335 src/com/gps/hibernate/QuartzTriggersDAO.java 140 Parameter 'startTime' is not assigned and could be declared final
73336 src/com/gps/hibernate/QuartzTriggersDAO.java 140 publicMethodCommentRequirement Required
73337 src/com/gps/hibernate/QuartzTriggersDAO.java 144 Parameter 'endTime' is not assigned and could be declared final
73338 src/com/gps/hibernate/QuartzTriggersDAO.java 144 publicMethodCommentRequirement Required
73339 src/com/gps/hibernate/QuartzTriggersDAO.java 148 Parameter 'calendarName' is not assigned and could be declared final
73340 src/com/gps/hibernate/QuartzTriggersDAO.java 148 publicMethodCommentRequirement Required
73341 src/com/gps/hibernate/QuartzTriggersDAO.java 152 Parameter 'misfireInstr' is not assigned and could be declared final
73342 src/com/gps/hibernate/QuartzTriggersDAO.java 152 publicMethodCommentRequirement Required
73343 src/com/gps/hibernate/QuartzTriggersDAO.java 156 Parameter 'jobData' is not assigned and could be declared final
73344 src/com/gps/hibernate/QuartzTriggersDAO.java 156 publicMethodCommentRequirement Required
73345 src/com/gps/hibernate/QuartzTriggersDAO.java 160 publicMethodCommentRequirement Required
73346 src/com/gps/hibernate/QuartzTriggersDAO.java 161 There is log block not surrounded by if
73347 src/com/gps/hibernate/QuartzTriggersDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73348 src/com/gps/hibernate/QuartzTriggersDAO.java 163 Local variable 'queryString' could be declared final
73349 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Local variable 'queryObject' could be declared final
73350 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Potential violation of Law of Demeter (method chain calls)
73351 src/com/gps/hibernate/QuartzTriggersDAO.java 165 Potential violation of Law of Demeter (object not created locally)
73352 src/com/gps/hibernate/QuartzTriggersDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73353 src/com/gps/hibernate/QuartzTriggersDAO.java 167 There is log block not surrounded by if
73354 src/com/gps/hibernate/QuartzTriggersDAO.java 172 Parameter 'detachedInstance' is not assigned and could be declared final
73355 src/com/gps/hibernate/QuartzTriggersDAO.java 172 publicMethodCommentRequirement Required
73356 src/com/gps/hibernate/QuartzTriggersDAO.java 173 There is log block not surrounded by if
73357 src/com/gps/hibernate/QuartzTriggersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73358 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Local variable 'result' could be declared final
73359 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Potential violation of Law of Demeter (method chain calls)
73360 src/com/gps/hibernate/QuartzTriggersDAO.java 177 There is log block not surrounded by if
73361 src/com/gps/hibernate/QuartzTriggersDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73362 src/com/gps/hibernate/QuartzTriggersDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73363 src/com/gps/hibernate/QuartzTriggersDAO.java 180 There is log block not surrounded by if
73364 src/com/gps/hibernate/QuartzTriggersDAO.java 185 Parameter 'instance' is not assigned and could be declared final
73365 src/com/gps/hibernate/QuartzTriggersDAO.java 185 publicMethodCommentRequirement Required
73366 src/com/gps/hibernate/QuartzTriggersDAO.java 186 There is log block not surrounded by if
73367 src/com/gps/hibernate/QuartzTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73368 src/com/gps/hibernate/QuartzTriggersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
73369 src/com/gps/hibernate/QuartzTriggersDAO.java 189 There is log block not surrounded by if
73370 src/com/gps/hibernate/QuartzTriggersDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73371 src/com/gps/hibernate/QuartzTriggersDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73372 src/com/gps/hibernate/QuartzTriggersDAO.java 191 There is log block not surrounded by if
73373 src/com/gps/hibernate/QuartzTriggersDAO.java 196 Parameter 'instance' is not assigned and could be declared final
73374 src/com/gps/hibernate/QuartzTriggersDAO.java 196 publicMethodCommentRequirement Required
73375 src/com/gps/hibernate/QuartzTriggersDAO.java 197 There is log block not surrounded by if
73376 src/com/gps/hibernate/QuartzTriggersDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73377 src/com/gps/hibernate/QuartzTriggersDAO.java 199 Potential violation of Law of Demeter (method chain calls)
73378 src/com/gps/hibernate/QuartzTriggersDAO.java 200 There is log block not surrounded by if
73379 src/com/gps/hibernate/QuartzTriggersDAO.java 200 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73380 src/com/gps/hibernate/QuartzTriggersDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73381 src/com/gps/hibernate/QuartzTriggersDAO.java 202 There is log block not surrounded by if
73382 src/com/gps/hibernate/QuartzTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
73383 src/com/gps/hibernate/QuartzTriggersId.java 13 fieldCommentRequirement Required
73384 src/com/gps/hibernate/QuartzTriggersId.java 14 fieldCommentRequirement Required
73385 src/com/gps/hibernate/QuartzTriggersId.java 19 Document empty constructor
73386 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
73387 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
73388 src/com/gps/hibernate/QuartzTriggersId.java 30 publicMethodCommentRequirement Required
73389 src/com/gps/hibernate/QuartzTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
73390 src/com/gps/hibernate/QuartzTriggersId.java 34 publicMethodCommentRequirement Required
73391 src/com/gps/hibernate/QuartzTriggersId.java 38 publicMethodCommentRequirement Required
73392 src/com/gps/hibernate/QuartzTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
73393 src/com/gps/hibernate/QuartzTriggersId.java 42 publicMethodCommentRequirement Required
73394 src/com/gps/hibernate/QuartzTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
73395 src/com/gps/hibernate/QuartzTriggersId.java 46 publicMethodCommentRequirement Required
73396 src/com/gps/hibernate/QuartzTriggersId.java 47 Avoid using if statements without curly braces
73397 src/com/gps/hibernate/QuartzTriggersId.java 47 Useless parentheses.
73398 src/com/gps/hibernate/QuartzTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
73399 src/com/gps/hibernate/QuartzTriggersId.java 49 Avoid using if statements without curly braces
73400 src/com/gps/hibernate/QuartzTriggersId.java 49 Useless parentheses.
73401 src/com/gps/hibernate/QuartzTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
73402 src/com/gps/hibernate/QuartzTriggersId.java 51 Avoid using if statements without curly braces
73403 src/com/gps/hibernate/QuartzTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
73404 src/com/gps/hibernate/QuartzTriggersId.java 53 Local variable 'castOther' could be declared final
73405 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
73406 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
73407 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
73408 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
73409 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
73410 src/com/gps/hibernate/QuartzTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
73411 src/com/gps/hibernate/QuartzTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
73412 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
73413 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
73414 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
73415 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
73416 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
73417 src/com/gps/hibernate/QuartzTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
73418 src/com/gps/hibernate/QuartzTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
73419 src/com/gps/hibernate/QuartzTriggersId.java 65 publicMethodCommentRequirement Required
73420 src/com/gps/hibernate/QuartzTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
73421 src/com/gps/hibernate/Ratingsentry.java 11 Classes implementing Serializable should set a serialVersionUID
73422 src/com/gps/hibernate/Ratingsentry.java 15 fieldCommentRequirement Required
73423 src/com/gps/hibernate/Ratingsentry.java 16 fieldCommentRequirement Required
73424 src/com/gps/hibernate/Ratingsentry.java 17 fieldCommentRequirement Required
73425 src/com/gps/hibernate/Ratingsentry.java 18 fieldCommentRequirement Required
73426 src/com/gps/hibernate/Ratingsentry.java 19 fieldCommentRequirement Required
73427 src/com/gps/hibernate/Ratingsentry.java 20 fieldCommentRequirement Required
73428 src/com/gps/hibernate/Ratingsentry.java 21 fieldCommentRequirement Required
73429 src/com/gps/hibernate/Ratingsentry.java 22 fieldCommentRequirement Required
73430 src/com/gps/hibernate/Ratingsentry.java 23 fieldCommentRequirement Required
73431 src/com/gps/hibernate/Ratingsentry.java 28 Document empty constructor
73432 src/com/gps/hibernate/Ratingsentry.java 32 Parameter 'entryId' is not assigned and could be declared final
73433 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'companyId' is not assigned and could be declared final
73434 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'entryId' is not assigned and could be declared final
73435 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'userId' is not assigned and could be declared final
73436 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'createDate' is not assigned and could be declared final
73437 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
73438 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'userName' is not assigned and could be declared final
73439 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classNameId' is not assigned and could be declared final
73440 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classPk' is not assigned and could be declared final
73441 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'score' is not assigned and could be declared final
73442 src/com/gps/hibernate/Ratingsentry.java 53 publicMethodCommentRequirement Required
73443 src/com/gps/hibernate/Ratingsentry.java 57 Parameter 'entryId' is not assigned and could be declared final
73444 src/com/gps/hibernate/Ratingsentry.java 57 publicMethodCommentRequirement Required
73445 src/com/gps/hibernate/Ratingsentry.java 61 publicMethodCommentRequirement Required
73446 src/com/gps/hibernate/Ratingsentry.java 65 Parameter 'companyId' is not assigned and could be declared final
73447 src/com/gps/hibernate/Ratingsentry.java 65 publicMethodCommentRequirement Required
73448 src/com/gps/hibernate/Ratingsentry.java 69 publicMethodCommentRequirement Required
73449 src/com/gps/hibernate/Ratingsentry.java 73 Parameter 'userId' is not assigned and could be declared final
73450 src/com/gps/hibernate/Ratingsentry.java 73 publicMethodCommentRequirement Required
73451 src/com/gps/hibernate/Ratingsentry.java 77 publicMethodCommentRequirement Required
73452 src/com/gps/hibernate/Ratingsentry.java 81 Parameter 'userName' is not assigned and could be declared final
73453 src/com/gps/hibernate/Ratingsentry.java 81 publicMethodCommentRequirement Required
73454 src/com/gps/hibernate/Ratingsentry.java 85 publicMethodCommentRequirement Required
73455 src/com/gps/hibernate/Ratingsentry.java 89 Parameter 'createDate' is not assigned and could be declared final
73456 src/com/gps/hibernate/Ratingsentry.java 89 publicMethodCommentRequirement Required
73457 src/com/gps/hibernate/Ratingsentry.java 93 publicMethodCommentRequirement Required
73458 src/com/gps/hibernate/Ratingsentry.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
73459 src/com/gps/hibernate/Ratingsentry.java 97 publicMethodCommentRequirement Required
73460 src/com/gps/hibernate/Ratingsentry.java 101 publicMethodCommentRequirement Required
73461 src/com/gps/hibernate/Ratingsentry.java 105 Parameter 'classNameId' is not assigned and could be declared final
73462 src/com/gps/hibernate/Ratingsentry.java 105 publicMethodCommentRequirement Required
73463 src/com/gps/hibernate/Ratingsentry.java 109 publicMethodCommentRequirement Required
73464 src/com/gps/hibernate/Ratingsentry.java 113 Parameter 'classPk' is not assigned and could be declared final
73465 src/com/gps/hibernate/Ratingsentry.java 113 publicMethodCommentRequirement Required
73466 src/com/gps/hibernate/Ratingsentry.java 117 publicMethodCommentRequirement Required
73467 src/com/gps/hibernate/Ratingsentry.java 121 Parameter 'score' is not assigned and could be declared final
73468 src/com/gps/hibernate/Ratingsentry.java 121 publicMethodCommentRequirement Required
73469 src/com/gps/hibernate/RatingsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
73470 src/com/gps/hibernate/RatingsentryDAO.java 11 Comment is too large: Too many lines
73471 src/com/gps/hibernate/RatingsentryDAO.java 23 This class has too many methods, consider refactoring it.
73472 src/com/gps/hibernate/RatingsentryDAO.java 24 Logger should be defined private static final and have the correct class
73473 src/com/gps/hibernate/RatingsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
73474 src/com/gps/hibernate/RatingsentryDAO.java 24 fieldCommentRequirement Required
73475 src/com/gps/hibernate/RatingsentryDAO.java 26 fieldCommentRequirement Required
73476 src/com/gps/hibernate/RatingsentryDAO.java 27 fieldCommentRequirement Required
73477 src/com/gps/hibernate/RatingsentryDAO.java 28 fieldCommentRequirement Required
73478 src/com/gps/hibernate/RatingsentryDAO.java 29 fieldCommentRequirement Required
73479 src/com/gps/hibernate/RatingsentryDAO.java 30 fieldCommentRequirement Required
73480 src/com/gps/hibernate/RatingsentryDAO.java 31 fieldCommentRequirement Required
73481 src/com/gps/hibernate/RatingsentryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
73482 src/com/gps/hibernate/RatingsentryDAO.java 33 publicMethodCommentRequirement Required
73483 src/com/gps/hibernate/RatingsentryDAO.java 34 There is log block not surrounded by if
73484 src/com/gps/hibernate/RatingsentryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73485 src/com/gps/hibernate/RatingsentryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
73486 src/com/gps/hibernate/RatingsentryDAO.java 37 There is log block not surrounded by if
73487 src/com/gps/hibernate/RatingsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73488 src/com/gps/hibernate/RatingsentryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73489 src/com/gps/hibernate/RatingsentryDAO.java 39 There is log block not surrounded by if
73490 src/com/gps/hibernate/RatingsentryDAO.java 44 Avoid excessively long variable names like persistentInstance
73491 src/com/gps/hibernate/RatingsentryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
73492 src/com/gps/hibernate/RatingsentryDAO.java 44 publicMethodCommentRequirement Required
73493 src/com/gps/hibernate/RatingsentryDAO.java 45 There is log block not surrounded by if
73494 src/com/gps/hibernate/RatingsentryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73495 src/com/gps/hibernate/RatingsentryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
73496 src/com/gps/hibernate/RatingsentryDAO.java 48 There is log block not surrounded by if
73497 src/com/gps/hibernate/RatingsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73498 src/com/gps/hibernate/RatingsentryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73499 src/com/gps/hibernate/RatingsentryDAO.java 50 There is log block not surrounded by if
73500 src/com/gps/hibernate/RatingsentryDAO.java 55 Avoid variables with short names like id
73501 src/com/gps/hibernate/RatingsentryDAO.java 55 Parameter 'id' is not assigned and could be declared final
73502 src/com/gps/hibernate/RatingsentryDAO.java 55 publicMethodCommentRequirement Required
73503 src/com/gps/hibernate/RatingsentryDAO.java 56 There is log block not surrounded by if
73504 src/com/gps/hibernate/RatingsentryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73505 src/com/gps/hibernate/RatingsentryDAO.java 58 Local variable 'instance' could be declared final
73506 src/com/gps/hibernate/RatingsentryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
73507 src/com/gps/hibernate/RatingsentryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73508 src/com/gps/hibernate/RatingsentryDAO.java 62 There is log block not surrounded by if
73509 src/com/gps/hibernate/RatingsentryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
73510 src/com/gps/hibernate/RatingsentryDAO.java 67 publicMethodCommentRequirement Required
73511 src/com/gps/hibernate/RatingsentryDAO.java 68 There is log block not surrounded by if
73512 src/com/gps/hibernate/RatingsentryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73513 src/com/gps/hibernate/RatingsentryDAO.java 70 Local variable 'results' could be declared final
73514 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
73515 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
73516 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
73517 src/com/gps/hibernate/RatingsentryDAO.java 73 There is log block not surrounded by if
73518 src/com/gps/hibernate/RatingsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73519 src/com/gps/hibernate/RatingsentryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
73520 src/com/gps/hibernate/RatingsentryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73521 src/com/gps/hibernate/RatingsentryDAO.java 77 There is log block not surrounded by if
73522 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
73523 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'value' is not assigned and could be declared final
73524 src/com/gps/hibernate/RatingsentryDAO.java 82 publicMethodCommentRequirement Required
73525 src/com/gps/hibernate/RatingsentryDAO.java 83 There is log block not surrounded by if
73526 src/com/gps/hibernate/RatingsentryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73527 src/com/gps/hibernate/RatingsentryDAO.java 86 Local variable 'queryString' could be declared final
73528 src/com/gps/hibernate/RatingsentryDAO.java 88 Local variable 'queryObject' could be declared final
73529 src/com/gps/hibernate/RatingsentryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
73530 src/com/gps/hibernate/RatingsentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
73531 src/com/gps/hibernate/RatingsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
73532 src/com/gps/hibernate/RatingsentryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73533 src/com/gps/hibernate/RatingsentryDAO.java 92 There is log block not surrounded by if
73534 src/com/gps/hibernate/RatingsentryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
73535 src/com/gps/hibernate/RatingsentryDAO.java 97 publicMethodCommentRequirement Required
73536 src/com/gps/hibernate/RatingsentryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
73537 src/com/gps/hibernate/RatingsentryDAO.java 101 publicMethodCommentRequirement Required
73538 src/com/gps/hibernate/RatingsentryDAO.java 105 Parameter 'userName' is not assigned and could be declared final
73539 src/com/gps/hibernate/RatingsentryDAO.java 105 publicMethodCommentRequirement Required
73540 src/com/gps/hibernate/RatingsentryDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
73541 src/com/gps/hibernate/RatingsentryDAO.java 109 publicMethodCommentRequirement Required
73542 src/com/gps/hibernate/RatingsentryDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
73543 src/com/gps/hibernate/RatingsentryDAO.java 113 publicMethodCommentRequirement Required
73544 src/com/gps/hibernate/RatingsentryDAO.java 117 Parameter 'score' is not assigned and could be declared final
73545 src/com/gps/hibernate/RatingsentryDAO.java 117 publicMethodCommentRequirement Required
73546 src/com/gps/hibernate/RatingsentryDAO.java 121 publicMethodCommentRequirement Required
73547 src/com/gps/hibernate/RatingsentryDAO.java 122 There is log block not surrounded by if
73548 src/com/gps/hibernate/RatingsentryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73549 src/com/gps/hibernate/RatingsentryDAO.java 124 Local variable 'queryString' could be declared final
73550 src/com/gps/hibernate/RatingsentryDAO.java 125 Local variable 'queryObject' could be declared final
73551 src/com/gps/hibernate/RatingsentryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
73552 src/com/gps/hibernate/RatingsentryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
73553 src/com/gps/hibernate/RatingsentryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73554 src/com/gps/hibernate/RatingsentryDAO.java 128 There is log block not surrounded by if
73555 src/com/gps/hibernate/RatingsentryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
73556 src/com/gps/hibernate/RatingsentryDAO.java 133 publicMethodCommentRequirement Required
73557 src/com/gps/hibernate/RatingsentryDAO.java 134 There is log block not surrounded by if
73558 src/com/gps/hibernate/RatingsentryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73559 src/com/gps/hibernate/RatingsentryDAO.java 136 Local variable 'result' could be declared final
73560 src/com/gps/hibernate/RatingsentryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
73561 src/com/gps/hibernate/RatingsentryDAO.java 138 There is log block not surrounded by if
73562 src/com/gps/hibernate/RatingsentryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73563 src/com/gps/hibernate/RatingsentryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73564 src/com/gps/hibernate/RatingsentryDAO.java 141 There is log block not surrounded by if
73565 src/com/gps/hibernate/RatingsentryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
73566 src/com/gps/hibernate/RatingsentryDAO.java 146 publicMethodCommentRequirement Required
73567 src/com/gps/hibernate/RatingsentryDAO.java 147 There is log block not surrounded by if
73568 src/com/gps/hibernate/RatingsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73569 src/com/gps/hibernate/RatingsentryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
73570 src/com/gps/hibernate/RatingsentryDAO.java 150 There is log block not surrounded by if
73571 src/com/gps/hibernate/RatingsentryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73572 src/com/gps/hibernate/RatingsentryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73573 src/com/gps/hibernate/RatingsentryDAO.java 152 There is log block not surrounded by if
73574 src/com/gps/hibernate/RatingsentryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
73575 src/com/gps/hibernate/RatingsentryDAO.java 157 publicMethodCommentRequirement Required
73576 src/com/gps/hibernate/RatingsentryDAO.java 158 There is log block not surrounded by if
73577 src/com/gps/hibernate/RatingsentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73578 src/com/gps/hibernate/RatingsentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
73579 src/com/gps/hibernate/RatingsentryDAO.java 161 There is log block not surrounded by if
73580 src/com/gps/hibernate/RatingsentryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73581 src/com/gps/hibernate/RatingsentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73582 src/com/gps/hibernate/RatingsentryDAO.java 163 There is log block not surrounded by if
73583 src/com/gps/hibernate/Ratingsstats.java 9 Classes implementing Serializable should set a serialVersionUID
73584 src/com/gps/hibernate/Ratingsstats.java 13 fieldCommentRequirement Required
73585 src/com/gps/hibernate/Ratingsstats.java 14 fieldCommentRequirement Required
73586 src/com/gps/hibernate/Ratingsstats.java 15 fieldCommentRequirement Required
73587 src/com/gps/hibernate/Ratingsstats.java 16 fieldCommentRequirement Required
73588 src/com/gps/hibernate/Ratingsstats.java 17 fieldCommentRequirement Required
73589 src/com/gps/hibernate/Ratingsstats.java 18 fieldCommentRequirement Required
73590 src/com/gps/hibernate/Ratingsstats.java 23 Document empty constructor
73591 src/com/gps/hibernate/Ratingsstats.java 27 Parameter 'statsId' is not assigned and could be declared final
73592 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classNameId' is not assigned and could be declared final
73593 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classPk' is not assigned and could be declared final
73594 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'statsId' is not assigned and could be declared final
73595 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'averageScore' is not assigned and could be declared final
73596 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalEntries' is not assigned and could be declared final
73597 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalScore' is not assigned and could be declared final
73598 src/com/gps/hibernate/Ratingsstats.java 44 publicMethodCommentRequirement Required
73599 src/com/gps/hibernate/Ratingsstats.java 48 Parameter 'statsId' is not assigned and could be declared final
73600 src/com/gps/hibernate/Ratingsstats.java 48 publicMethodCommentRequirement Required
73601 src/com/gps/hibernate/Ratingsstats.java 52 publicMethodCommentRequirement Required
73602 src/com/gps/hibernate/Ratingsstats.java 56 Parameter 'classNameId' is not assigned and could be declared final
73603 src/com/gps/hibernate/Ratingsstats.java 56 publicMethodCommentRequirement Required
73604 src/com/gps/hibernate/Ratingsstats.java 60 publicMethodCommentRequirement Required
73605 src/com/gps/hibernate/Ratingsstats.java 64 Parameter 'classPk' is not assigned and could be declared final
73606 src/com/gps/hibernate/Ratingsstats.java 64 publicMethodCommentRequirement Required
73607 src/com/gps/hibernate/Ratingsstats.java 68 publicMethodCommentRequirement Required
73608 src/com/gps/hibernate/Ratingsstats.java 72 Parameter 'totalEntries' is not assigned and could be declared final
73609 src/com/gps/hibernate/Ratingsstats.java 72 publicMethodCommentRequirement Required
73610 src/com/gps/hibernate/Ratingsstats.java 76 publicMethodCommentRequirement Required
73611 src/com/gps/hibernate/Ratingsstats.java 80 Parameter 'totalScore' is not assigned and could be declared final
73612 src/com/gps/hibernate/Ratingsstats.java 80 publicMethodCommentRequirement Required
73613 src/com/gps/hibernate/Ratingsstats.java 84 publicMethodCommentRequirement Required
73614 src/com/gps/hibernate/Ratingsstats.java 88 Parameter 'averageScore' is not assigned and could be declared final
73615 src/com/gps/hibernate/Ratingsstats.java 88 publicMethodCommentRequirement Required
73616 src/com/gps/hibernate/RatingsstatsDAO.java 10 Comment is too large: Too many lines
73617 src/com/gps/hibernate/RatingsstatsDAO.java 22 This class has too many methods, consider refactoring it.
73618 src/com/gps/hibernate/RatingsstatsDAO.java 23 Logger should be defined private static final and have the correct class
73619 src/com/gps/hibernate/RatingsstatsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
73620 src/com/gps/hibernate/RatingsstatsDAO.java 23 fieldCommentRequirement Required
73621 src/com/gps/hibernate/RatingsstatsDAO.java 25 fieldCommentRequirement Required
73622 src/com/gps/hibernate/RatingsstatsDAO.java 26 fieldCommentRequirement Required
73623 src/com/gps/hibernate/RatingsstatsDAO.java 27 fieldCommentRequirement Required
73624 src/com/gps/hibernate/RatingsstatsDAO.java 28 fieldCommentRequirement Required
73625 src/com/gps/hibernate/RatingsstatsDAO.java 29 fieldCommentRequirement Required
73626 src/com/gps/hibernate/RatingsstatsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
73627 src/com/gps/hibernate/RatingsstatsDAO.java 31 publicMethodCommentRequirement Required
73628 src/com/gps/hibernate/RatingsstatsDAO.java 32 There is log block not surrounded by if
73629 src/com/gps/hibernate/RatingsstatsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73630 src/com/gps/hibernate/RatingsstatsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
73631 src/com/gps/hibernate/RatingsstatsDAO.java 35 There is log block not surrounded by if
73632 src/com/gps/hibernate/RatingsstatsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73633 src/com/gps/hibernate/RatingsstatsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73634 src/com/gps/hibernate/RatingsstatsDAO.java 37 There is log block not surrounded by if
73635 src/com/gps/hibernate/RatingsstatsDAO.java 42 Avoid excessively long variable names like persistentInstance
73636 src/com/gps/hibernate/RatingsstatsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
73637 src/com/gps/hibernate/RatingsstatsDAO.java 42 publicMethodCommentRequirement Required
73638 src/com/gps/hibernate/RatingsstatsDAO.java 43 There is log block not surrounded by if
73639 src/com/gps/hibernate/RatingsstatsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73640 src/com/gps/hibernate/RatingsstatsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
73641 src/com/gps/hibernate/RatingsstatsDAO.java 46 There is log block not surrounded by if
73642 src/com/gps/hibernate/RatingsstatsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73643 src/com/gps/hibernate/RatingsstatsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73644 src/com/gps/hibernate/RatingsstatsDAO.java 48 There is log block not surrounded by if
73645 src/com/gps/hibernate/RatingsstatsDAO.java 53 Avoid variables with short names like id
73646 src/com/gps/hibernate/RatingsstatsDAO.java 53 Parameter 'id' is not assigned and could be declared final
73647 src/com/gps/hibernate/RatingsstatsDAO.java 53 publicMethodCommentRequirement Required
73648 src/com/gps/hibernate/RatingsstatsDAO.java 54 There is log block not surrounded by if
73649 src/com/gps/hibernate/RatingsstatsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73650 src/com/gps/hibernate/RatingsstatsDAO.java 56 Local variable 'instance' could be declared final
73651 src/com/gps/hibernate/RatingsstatsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
73652 src/com/gps/hibernate/RatingsstatsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73653 src/com/gps/hibernate/RatingsstatsDAO.java 60 There is log block not surrounded by if
73654 src/com/gps/hibernate/RatingsstatsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
73655 src/com/gps/hibernate/RatingsstatsDAO.java 65 publicMethodCommentRequirement Required
73656 src/com/gps/hibernate/RatingsstatsDAO.java 66 There is log block not surrounded by if
73657 src/com/gps/hibernate/RatingsstatsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73658 src/com/gps/hibernate/RatingsstatsDAO.java 68 Local variable 'results' could be declared final
73659 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
73660 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
73661 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
73662 src/com/gps/hibernate/RatingsstatsDAO.java 71 There is log block not surrounded by if
73663 src/com/gps/hibernate/RatingsstatsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73664 src/com/gps/hibernate/RatingsstatsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
73665 src/com/gps/hibernate/RatingsstatsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73666 src/com/gps/hibernate/RatingsstatsDAO.java 75 There is log block not surrounded by if
73667 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
73668 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'value' is not assigned and could be declared final
73669 src/com/gps/hibernate/RatingsstatsDAO.java 80 publicMethodCommentRequirement Required
73670 src/com/gps/hibernate/RatingsstatsDAO.java 81 There is log block not surrounded by if
73671 src/com/gps/hibernate/RatingsstatsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73672 src/com/gps/hibernate/RatingsstatsDAO.java 84 Local variable 'queryString' could be declared final
73673 src/com/gps/hibernate/RatingsstatsDAO.java 86 Local variable 'queryObject' could be declared final
73674 src/com/gps/hibernate/RatingsstatsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
73675 src/com/gps/hibernate/RatingsstatsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
73676 src/com/gps/hibernate/RatingsstatsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
73677 src/com/gps/hibernate/RatingsstatsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73678 src/com/gps/hibernate/RatingsstatsDAO.java 90 There is log block not surrounded by if
73679 src/com/gps/hibernate/RatingsstatsDAO.java 95 Parameter 'classNameId' is not assigned and could be declared final
73680 src/com/gps/hibernate/RatingsstatsDAO.java 95 publicMethodCommentRequirement Required
73681 src/com/gps/hibernate/RatingsstatsDAO.java 99 Parameter 'classPk' is not assigned and could be declared final
73682 src/com/gps/hibernate/RatingsstatsDAO.java 99 publicMethodCommentRequirement Required
73683 src/com/gps/hibernate/RatingsstatsDAO.java 103 Parameter 'totalEntries' is not assigned and could be declared final
73684 src/com/gps/hibernate/RatingsstatsDAO.java 103 publicMethodCommentRequirement Required
73685 src/com/gps/hibernate/RatingsstatsDAO.java 107 Parameter 'totalScore' is not assigned and could be declared final
73686 src/com/gps/hibernate/RatingsstatsDAO.java 107 publicMethodCommentRequirement Required
73687 src/com/gps/hibernate/RatingsstatsDAO.java 111 Parameter 'averageScore' is not assigned and could be declared final
73688 src/com/gps/hibernate/RatingsstatsDAO.java 111 publicMethodCommentRequirement Required
73689 src/com/gps/hibernate/RatingsstatsDAO.java 115 publicMethodCommentRequirement Required
73690 src/com/gps/hibernate/RatingsstatsDAO.java 116 There is log block not surrounded by if
73691 src/com/gps/hibernate/RatingsstatsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73692 src/com/gps/hibernate/RatingsstatsDAO.java 118 Local variable 'queryString' could be declared final
73693 src/com/gps/hibernate/RatingsstatsDAO.java 119 Local variable 'queryObject' could be declared final
73694 src/com/gps/hibernate/RatingsstatsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
73695 src/com/gps/hibernate/RatingsstatsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
73696 src/com/gps/hibernate/RatingsstatsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73697 src/com/gps/hibernate/RatingsstatsDAO.java 122 There is log block not surrounded by if
73698 src/com/gps/hibernate/RatingsstatsDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
73699 src/com/gps/hibernate/RatingsstatsDAO.java 127 publicMethodCommentRequirement Required
73700 src/com/gps/hibernate/RatingsstatsDAO.java 128 There is log block not surrounded by if
73701 src/com/gps/hibernate/RatingsstatsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73702 src/com/gps/hibernate/RatingsstatsDAO.java 130 Local variable 'result' could be declared final
73703 src/com/gps/hibernate/RatingsstatsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
73704 src/com/gps/hibernate/RatingsstatsDAO.java 132 There is log block not surrounded by if
73705 src/com/gps/hibernate/RatingsstatsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73706 src/com/gps/hibernate/RatingsstatsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73707 src/com/gps/hibernate/RatingsstatsDAO.java 135 There is log block not surrounded by if
73708 src/com/gps/hibernate/RatingsstatsDAO.java 140 Parameter 'instance' is not assigned and could be declared final
73709 src/com/gps/hibernate/RatingsstatsDAO.java 140 publicMethodCommentRequirement Required
73710 src/com/gps/hibernate/RatingsstatsDAO.java 141 There is log block not surrounded by if
73711 src/com/gps/hibernate/RatingsstatsDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73712 src/com/gps/hibernate/RatingsstatsDAO.java 143 Potential violation of Law of Demeter (method chain calls)
73713 src/com/gps/hibernate/RatingsstatsDAO.java 144 There is log block not surrounded by if
73714 src/com/gps/hibernate/RatingsstatsDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73715 src/com/gps/hibernate/RatingsstatsDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73716 src/com/gps/hibernate/RatingsstatsDAO.java 146 There is log block not surrounded by if
73717 src/com/gps/hibernate/RatingsstatsDAO.java 151 Parameter 'instance' is not assigned and could be declared final
73718 src/com/gps/hibernate/RatingsstatsDAO.java 151 publicMethodCommentRequirement Required
73719 src/com/gps/hibernate/RatingsstatsDAO.java 152 There is log block not surrounded by if
73720 src/com/gps/hibernate/RatingsstatsDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73721 src/com/gps/hibernate/RatingsstatsDAO.java 154 Potential violation of Law of Demeter (method chain calls)
73722 src/com/gps/hibernate/RatingsstatsDAO.java 155 There is log block not surrounded by if
73723 src/com/gps/hibernate/RatingsstatsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73724 src/com/gps/hibernate/RatingsstatsDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73725 src/com/gps/hibernate/RatingsstatsDAO.java 157 There is log block not surrounded by if
73726 src/com/gps/hibernate/Region.java 9 Classes implementing Serializable should set a serialVersionUID
73727 src/com/gps/hibernate/Region.java 13 fieldCommentRequirement Required
73728 src/com/gps/hibernate/Region.java 14 fieldCommentRequirement Required
73729 src/com/gps/hibernate/Region.java 15 fieldCommentRequirement Required
73730 src/com/gps/hibernate/Region.java 16 fieldCommentRequirement Required
73731 src/com/gps/hibernate/Region.java 17 fieldCommentRequirement Required
73732 src/com/gps/hibernate/Region.java 22 Document empty constructor
73733 src/com/gps/hibernate/Region.java 26 Parameter 'regionId' is not assigned and could be declared final
73734 src/com/gps/hibernate/Region.java 31 Parameter 'countryId' is not assigned and could be declared final
73735 src/com/gps/hibernate/Region.java 31 Parameter 'regionCode' is not assigned and could be declared final
73736 src/com/gps/hibernate/Region.java 31 Parameter 'regionId' is not assigned and could be declared final
73737 src/com/gps/hibernate/Region.java 32 Parameter 'active' is not assigned and could be declared final
73738 src/com/gps/hibernate/Region.java 32 Parameter 'name' is not assigned and could be declared final
73739 src/com/gps/hibernate/Region.java 42 publicMethodCommentRequirement Required
73740 src/com/gps/hibernate/Region.java 46 Parameter 'regionId' is not assigned and could be declared final
73741 src/com/gps/hibernate/Region.java 46 publicMethodCommentRequirement Required
73742 src/com/gps/hibernate/Region.java 50 publicMethodCommentRequirement Required
73743 src/com/gps/hibernate/Region.java 54 Parameter 'countryId' is not assigned and could be declared final
73744 src/com/gps/hibernate/Region.java 54 publicMethodCommentRequirement Required
73745 src/com/gps/hibernate/Region.java 58 publicMethodCommentRequirement Required
73746 src/com/gps/hibernate/Region.java 62 Parameter 'regionCode' is not assigned and could be declared final
73747 src/com/gps/hibernate/Region.java 62 publicMethodCommentRequirement Required
73748 src/com/gps/hibernate/Region.java 66 publicMethodCommentRequirement Required
73749 src/com/gps/hibernate/Region.java 70 Parameter 'name' is not assigned and could be declared final
73750 src/com/gps/hibernate/Region.java 70 publicMethodCommentRequirement Required
73751 src/com/gps/hibernate/Region.java 74 publicMethodCommentRequirement Required
73752 src/com/gps/hibernate/Region.java 78 Parameter 'active' is not assigned and could be declared final
73753 src/com/gps/hibernate/Region.java 78 publicMethodCommentRequirement Required
73754 src/com/gps/hibernate/RegionDAO.java 10 Comment is too large: Too many lines
73755 src/com/gps/hibernate/RegionDAO.java 22 This class has too many methods, consider refactoring it.
73756 src/com/gps/hibernate/RegionDAO.java 23 Logger should be defined private static final and have the correct class
73757 src/com/gps/hibernate/RegionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
73758 src/com/gps/hibernate/RegionDAO.java 23 fieldCommentRequirement Required
73759 src/com/gps/hibernate/RegionDAO.java 25 fieldCommentRequirement Required
73760 src/com/gps/hibernate/RegionDAO.java 26 fieldCommentRequirement Required
73761 src/com/gps/hibernate/RegionDAO.java 27 fieldCommentRequirement Required
73762 src/com/gps/hibernate/RegionDAO.java 28 fieldCommentRequirement Required
73763 src/com/gps/hibernate/RegionDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
73764 src/com/gps/hibernate/RegionDAO.java 30 publicMethodCommentRequirement Required
73765 src/com/gps/hibernate/RegionDAO.java 31 There is log block not surrounded by if
73766 src/com/gps/hibernate/RegionDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73767 src/com/gps/hibernate/RegionDAO.java 33 Potential violation of Law of Demeter (method chain calls)
73768 src/com/gps/hibernate/RegionDAO.java 34 There is log block not surrounded by if
73769 src/com/gps/hibernate/RegionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73770 src/com/gps/hibernate/RegionDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73771 src/com/gps/hibernate/RegionDAO.java 36 There is log block not surrounded by if
73772 src/com/gps/hibernate/RegionDAO.java 41 Avoid excessively long variable names like persistentInstance
73773 src/com/gps/hibernate/RegionDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
73774 src/com/gps/hibernate/RegionDAO.java 41 publicMethodCommentRequirement Required
73775 src/com/gps/hibernate/RegionDAO.java 42 There is log block not surrounded by if
73776 src/com/gps/hibernate/RegionDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73777 src/com/gps/hibernate/RegionDAO.java 44 Potential violation of Law of Demeter (method chain calls)
73778 src/com/gps/hibernate/RegionDAO.java 45 There is log block not surrounded by if
73779 src/com/gps/hibernate/RegionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73780 src/com/gps/hibernate/RegionDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73781 src/com/gps/hibernate/RegionDAO.java 47 There is log block not surrounded by if
73782 src/com/gps/hibernate/RegionDAO.java 52 Avoid variables with short names like id
73783 src/com/gps/hibernate/RegionDAO.java 52 Parameter 'id' is not assigned and could be declared final
73784 src/com/gps/hibernate/RegionDAO.java 52 publicMethodCommentRequirement Required
73785 src/com/gps/hibernate/RegionDAO.java 53 There is log block not surrounded by if
73786 src/com/gps/hibernate/RegionDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73787 src/com/gps/hibernate/RegionDAO.java 55 Local variable 'instance' could be declared final
73788 src/com/gps/hibernate/RegionDAO.java 55 Potential violation of Law of Demeter (method chain calls)
73789 src/com/gps/hibernate/RegionDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73790 src/com/gps/hibernate/RegionDAO.java 59 There is log block not surrounded by if
73791 src/com/gps/hibernate/RegionDAO.java 64 Parameter 'instance' is not assigned and could be declared final
73792 src/com/gps/hibernate/RegionDAO.java 64 publicMethodCommentRequirement Required
73793 src/com/gps/hibernate/RegionDAO.java 65 There is log block not surrounded by if
73794 src/com/gps/hibernate/RegionDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73795 src/com/gps/hibernate/RegionDAO.java 67 Local variable 'results' could be declared final
73796 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73797 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73798 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73799 src/com/gps/hibernate/RegionDAO.java 70 There is log block not surrounded by if
73800 src/com/gps/hibernate/RegionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73801 src/com/gps/hibernate/RegionDAO.java 71 Potential violation of Law of Demeter (object not created locally)
73802 src/com/gps/hibernate/RegionDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73803 src/com/gps/hibernate/RegionDAO.java 74 There is log block not surrounded by if
73804 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
73805 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'value' is not assigned and could be declared final
73806 src/com/gps/hibernate/RegionDAO.java 79 publicMethodCommentRequirement Required
73807 src/com/gps/hibernate/RegionDAO.java 80 There is log block not surrounded by if
73808 src/com/gps/hibernate/RegionDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73809 src/com/gps/hibernate/RegionDAO.java 83 Local variable 'queryString' could be declared final
73810 src/com/gps/hibernate/RegionDAO.java 85 Local variable 'queryObject' could be declared final
73811 src/com/gps/hibernate/RegionDAO.java 85 Potential violation of Law of Demeter (method chain calls)
73812 src/com/gps/hibernate/RegionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
73813 src/com/gps/hibernate/RegionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
73814 src/com/gps/hibernate/RegionDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73815 src/com/gps/hibernate/RegionDAO.java 89 There is log block not surrounded by if
73816 src/com/gps/hibernate/RegionDAO.java 94 Parameter 'countryId' is not assigned and could be declared final
73817 src/com/gps/hibernate/RegionDAO.java 94 publicMethodCommentRequirement Required
73818 src/com/gps/hibernate/RegionDAO.java 98 Parameter 'regionCode' is not assigned and could be declared final
73819 src/com/gps/hibernate/RegionDAO.java 98 publicMethodCommentRequirement Required
73820 src/com/gps/hibernate/RegionDAO.java 102 Parameter 'name' is not assigned and could be declared final
73821 src/com/gps/hibernate/RegionDAO.java 102 publicMethodCommentRequirement Required
73822 src/com/gps/hibernate/RegionDAO.java 106 Parameter 'active' is not assigned and could be declared final
73823 src/com/gps/hibernate/RegionDAO.java 106 publicMethodCommentRequirement Required
73824 src/com/gps/hibernate/RegionDAO.java 110 publicMethodCommentRequirement Required
73825 src/com/gps/hibernate/RegionDAO.java 111 There is log block not surrounded by if
73826 src/com/gps/hibernate/RegionDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73827 src/com/gps/hibernate/RegionDAO.java 113 Local variable 'queryString' could be declared final
73828 src/com/gps/hibernate/RegionDAO.java 114 Local variable 'queryObject' could be declared final
73829 src/com/gps/hibernate/RegionDAO.java 114 Potential violation of Law of Demeter (method chain calls)
73830 src/com/gps/hibernate/RegionDAO.java 115 Potential violation of Law of Demeter (object not created locally)
73831 src/com/gps/hibernate/RegionDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73832 src/com/gps/hibernate/RegionDAO.java 117 There is log block not surrounded by if
73833 src/com/gps/hibernate/RegionDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
73834 src/com/gps/hibernate/RegionDAO.java 122 publicMethodCommentRequirement Required
73835 src/com/gps/hibernate/RegionDAO.java 123 There is log block not surrounded by if
73836 src/com/gps/hibernate/RegionDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73837 src/com/gps/hibernate/RegionDAO.java 125 Local variable 'result' could be declared final
73838 src/com/gps/hibernate/RegionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
73839 src/com/gps/hibernate/RegionDAO.java 126 There is log block not surrounded by if
73840 src/com/gps/hibernate/RegionDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73841 src/com/gps/hibernate/RegionDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73842 src/com/gps/hibernate/RegionDAO.java 129 There is log block not surrounded by if
73843 src/com/gps/hibernate/RegionDAO.java 134 Parameter 'instance' is not assigned and could be declared final
73844 src/com/gps/hibernate/RegionDAO.java 134 publicMethodCommentRequirement Required
73845 src/com/gps/hibernate/RegionDAO.java 135 There is log block not surrounded by if
73846 src/com/gps/hibernate/RegionDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73847 src/com/gps/hibernate/RegionDAO.java 137 Potential violation of Law of Demeter (method chain calls)
73848 src/com/gps/hibernate/RegionDAO.java 138 There is log block not surrounded by if
73849 src/com/gps/hibernate/RegionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73850 src/com/gps/hibernate/RegionDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73851 src/com/gps/hibernate/RegionDAO.java 140 There is log block not surrounded by if
73852 src/com/gps/hibernate/RegionDAO.java 145 Parameter 'instance' is not assigned and could be declared final
73853 src/com/gps/hibernate/RegionDAO.java 145 publicMethodCommentRequirement Required
73854 src/com/gps/hibernate/RegionDAO.java 146 There is log block not surrounded by if
73855 src/com/gps/hibernate/RegionDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73856 src/com/gps/hibernate/RegionDAO.java 148 Potential violation of Law of Demeter (method chain calls)
73857 src/com/gps/hibernate/RegionDAO.java 149 There is log block not surrounded by if
73858 src/com/gps/hibernate/RegionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73859 src/com/gps/hibernate/RegionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73860 src/com/gps/hibernate/RegionDAO.java 151 There is log block not surrounded by if
73861 src/com/gps/hibernate/Release.java 11 Classes implementing Serializable should set a serialVersionUID
73862 src/com/gps/hibernate/Release.java 15 fieldCommentRequirement Required
73863 src/com/gps/hibernate/Release.java 16 fieldCommentRequirement Required
73864 src/com/gps/hibernate/Release.java 17 fieldCommentRequirement Required
73865 src/com/gps/hibernate/Release.java 18 fieldCommentRequirement Required
73866 src/com/gps/hibernate/Release.java 19 fieldCommentRequirement Required
73867 src/com/gps/hibernate/Release.java 20 fieldCommentRequirement Required
73868 src/com/gps/hibernate/Release.java 21 fieldCommentRequirement Required
73869 src/com/gps/hibernate/Release.java 26 Document empty constructor
73870 src/com/gps/hibernate/Release.java 30 Parameter 'releaseId' is not assigned and could be declared final
73871 src/com/gps/hibernate/Release.java 35 Parameter 'createDate' is not assigned and could be declared final
73872 src/com/gps/hibernate/Release.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
73873 src/com/gps/hibernate/Release.java 35 Parameter 'releaseId' is not assigned and could be declared final
73874 src/com/gps/hibernate/Release.java 36 Parameter 'buildDate' is not assigned and could be declared final
73875 src/com/gps/hibernate/Release.java 36 Parameter 'buildNumber' is not assigned and could be declared final
73876 src/com/gps/hibernate/Release.java 36 Parameter 'verified' is not assigned and could be declared final
73877 src/com/gps/hibernate/Release.java 37 Parameter 'testString' is not assigned and could be declared final
73878 src/com/gps/hibernate/Release.java 49 publicMethodCommentRequirement Required
73879 src/com/gps/hibernate/Release.java 53 Parameter 'releaseId' is not assigned and could be declared final
73880 src/com/gps/hibernate/Release.java 53 publicMethodCommentRequirement Required
73881 src/com/gps/hibernate/Release.java 57 publicMethodCommentRequirement Required
73882 src/com/gps/hibernate/Release.java 61 Parameter 'createDate' is not assigned and could be declared final
73883 src/com/gps/hibernate/Release.java 61 publicMethodCommentRequirement Required
73884 src/com/gps/hibernate/Release.java 65 publicMethodCommentRequirement Required
73885 src/com/gps/hibernate/Release.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
73886 src/com/gps/hibernate/Release.java 69 publicMethodCommentRequirement Required
73887 src/com/gps/hibernate/Release.java 73 publicMethodCommentRequirement Required
73888 src/com/gps/hibernate/Release.java 77 Parameter 'buildNumber' is not assigned and could be declared final
73889 src/com/gps/hibernate/Release.java 77 publicMethodCommentRequirement Required
73890 src/com/gps/hibernate/Release.java 81 publicMethodCommentRequirement Required
73891 src/com/gps/hibernate/Release.java 85 Parameter 'buildDate' is not assigned and could be declared final
73892 src/com/gps/hibernate/Release.java 85 publicMethodCommentRequirement Required
73893 src/com/gps/hibernate/Release.java 89 publicMethodCommentRequirement Required
73894 src/com/gps/hibernate/Release.java 93 Parameter 'verified' is not assigned and could be declared final
73895 src/com/gps/hibernate/Release.java 93 publicMethodCommentRequirement Required
73896 src/com/gps/hibernate/Release.java 97 publicMethodCommentRequirement Required
73897 src/com/gps/hibernate/Release.java 101 Parameter 'testString' is not assigned and could be declared final
73898 src/com/gps/hibernate/Release.java 101 publicMethodCommentRequirement Required
73899 src/com/gps/hibernate/ReleaseDAO.java 3 Avoid unused imports such as 'java.util.Date'
73900 src/com/gps/hibernate/ReleaseDAO.java 11 Comment is too large: Too many lines
73901 src/com/gps/hibernate/ReleaseDAO.java 23 This class has too many methods, consider refactoring it.
73902 src/com/gps/hibernate/ReleaseDAO.java 24 Logger should be defined private static final and have the correct class
73903 src/com/gps/hibernate/ReleaseDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
73904 src/com/gps/hibernate/ReleaseDAO.java 24 fieldCommentRequirement Required
73905 src/com/gps/hibernate/ReleaseDAO.java 26 fieldCommentRequirement Required
73906 src/com/gps/hibernate/ReleaseDAO.java 27 fieldCommentRequirement Required
73907 src/com/gps/hibernate/ReleaseDAO.java 28 fieldCommentRequirement Required
73908 src/com/gps/hibernate/ReleaseDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
73909 src/com/gps/hibernate/ReleaseDAO.java 30 publicMethodCommentRequirement Required
73910 src/com/gps/hibernate/ReleaseDAO.java 31 There is log block not surrounded by if
73911 src/com/gps/hibernate/ReleaseDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73912 src/com/gps/hibernate/ReleaseDAO.java 33 Potential violation of Law of Demeter (method chain calls)
73913 src/com/gps/hibernate/ReleaseDAO.java 34 There is log block not surrounded by if
73914 src/com/gps/hibernate/ReleaseDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73915 src/com/gps/hibernate/ReleaseDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73916 src/com/gps/hibernate/ReleaseDAO.java 36 There is log block not surrounded by if
73917 src/com/gps/hibernate/ReleaseDAO.java 41 Avoid excessively long variable names like persistentInstance
73918 src/com/gps/hibernate/ReleaseDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
73919 src/com/gps/hibernate/ReleaseDAO.java 41 publicMethodCommentRequirement Required
73920 src/com/gps/hibernate/ReleaseDAO.java 42 There is log block not surrounded by if
73921 src/com/gps/hibernate/ReleaseDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73922 src/com/gps/hibernate/ReleaseDAO.java 44 Potential violation of Law of Demeter (method chain calls)
73923 src/com/gps/hibernate/ReleaseDAO.java 45 There is log block not surrounded by if
73924 src/com/gps/hibernate/ReleaseDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73925 src/com/gps/hibernate/ReleaseDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73926 src/com/gps/hibernate/ReleaseDAO.java 47 There is log block not surrounded by if
73927 src/com/gps/hibernate/ReleaseDAO.java 52 Avoid variables with short names like id
73928 src/com/gps/hibernate/ReleaseDAO.java 52 Parameter 'id' is not assigned and could be declared final
73929 src/com/gps/hibernate/ReleaseDAO.java 52 publicMethodCommentRequirement Required
73930 src/com/gps/hibernate/ReleaseDAO.java 53 There is log block not surrounded by if
73931 src/com/gps/hibernate/ReleaseDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73932 src/com/gps/hibernate/ReleaseDAO.java 55 Local variable 'instance' could be declared final
73933 src/com/gps/hibernate/ReleaseDAO.java 55 Potential violation of Law of Demeter (method chain calls)
73934 src/com/gps/hibernate/ReleaseDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73935 src/com/gps/hibernate/ReleaseDAO.java 59 There is log block not surrounded by if
73936 src/com/gps/hibernate/ReleaseDAO.java 64 Parameter 'instance' is not assigned and could be declared final
73937 src/com/gps/hibernate/ReleaseDAO.java 64 publicMethodCommentRequirement Required
73938 src/com/gps/hibernate/ReleaseDAO.java 65 There is log block not surrounded by if
73939 src/com/gps/hibernate/ReleaseDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73940 src/com/gps/hibernate/ReleaseDAO.java 67 Local variable 'results' could be declared final
73941 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73942 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73943 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
73944 src/com/gps/hibernate/ReleaseDAO.java 70 There is log block not surrounded by if
73945 src/com/gps/hibernate/ReleaseDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73946 src/com/gps/hibernate/ReleaseDAO.java 71 Potential violation of Law of Demeter (object not created locally)
73947 src/com/gps/hibernate/ReleaseDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73948 src/com/gps/hibernate/ReleaseDAO.java 74 There is log block not surrounded by if
73949 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
73950 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'value' is not assigned and could be declared final
73951 src/com/gps/hibernate/ReleaseDAO.java 79 publicMethodCommentRequirement Required
73952 src/com/gps/hibernate/ReleaseDAO.java 80 There is log block not surrounded by if
73953 src/com/gps/hibernate/ReleaseDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73954 src/com/gps/hibernate/ReleaseDAO.java 83 Local variable 'queryString' could be declared final
73955 src/com/gps/hibernate/ReleaseDAO.java 85 Local variable 'queryObject' could be declared final
73956 src/com/gps/hibernate/ReleaseDAO.java 85 Potential violation of Law of Demeter (method chain calls)
73957 src/com/gps/hibernate/ReleaseDAO.java 86 Potential violation of Law of Demeter (object not created locally)
73958 src/com/gps/hibernate/ReleaseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
73959 src/com/gps/hibernate/ReleaseDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73960 src/com/gps/hibernate/ReleaseDAO.java 89 There is log block not surrounded by if
73961 src/com/gps/hibernate/ReleaseDAO.java 94 Parameter 'buildNumber' is not assigned and could be declared final
73962 src/com/gps/hibernate/ReleaseDAO.java 94 publicMethodCommentRequirement Required
73963 src/com/gps/hibernate/ReleaseDAO.java 98 Parameter 'verified' is not assigned and could be declared final
73964 src/com/gps/hibernate/ReleaseDAO.java 98 publicMethodCommentRequirement Required
73965 src/com/gps/hibernate/ReleaseDAO.java 102 Parameter 'testString' is not assigned and could be declared final
73966 src/com/gps/hibernate/ReleaseDAO.java 102 publicMethodCommentRequirement Required
73967 src/com/gps/hibernate/ReleaseDAO.java 106 publicMethodCommentRequirement Required
73968 src/com/gps/hibernate/ReleaseDAO.java 107 There is log block not surrounded by if
73969 src/com/gps/hibernate/ReleaseDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73970 src/com/gps/hibernate/ReleaseDAO.java 109 Local variable 'queryString' could be declared final
73971 src/com/gps/hibernate/ReleaseDAO.java 110 Local variable 'queryObject' could be declared final
73972 src/com/gps/hibernate/ReleaseDAO.java 110 Potential violation of Law of Demeter (method chain calls)
73973 src/com/gps/hibernate/ReleaseDAO.java 111 Potential violation of Law of Demeter (object not created locally)
73974 src/com/gps/hibernate/ReleaseDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73975 src/com/gps/hibernate/ReleaseDAO.java 113 There is log block not surrounded by if
73976 src/com/gps/hibernate/ReleaseDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
73977 src/com/gps/hibernate/ReleaseDAO.java 118 publicMethodCommentRequirement Required
73978 src/com/gps/hibernate/ReleaseDAO.java 119 There is log block not surrounded by if
73979 src/com/gps/hibernate/ReleaseDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73980 src/com/gps/hibernate/ReleaseDAO.java 121 Local variable 'result' could be declared final
73981 src/com/gps/hibernate/ReleaseDAO.java 121 Potential violation of Law of Demeter (method chain calls)
73982 src/com/gps/hibernate/ReleaseDAO.java 122 There is log block not surrounded by if
73983 src/com/gps/hibernate/ReleaseDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73984 src/com/gps/hibernate/ReleaseDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73985 src/com/gps/hibernate/ReleaseDAO.java 125 There is log block not surrounded by if
73986 src/com/gps/hibernate/ReleaseDAO.java 130 Parameter 'instance' is not assigned and could be declared final
73987 src/com/gps/hibernate/ReleaseDAO.java 130 publicMethodCommentRequirement Required
73988 src/com/gps/hibernate/ReleaseDAO.java 131 There is log block not surrounded by if
73989 src/com/gps/hibernate/ReleaseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73990 src/com/gps/hibernate/ReleaseDAO.java 133 Potential violation of Law of Demeter (method chain calls)
73991 src/com/gps/hibernate/ReleaseDAO.java 134 There is log block not surrounded by if
73992 src/com/gps/hibernate/ReleaseDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73993 src/com/gps/hibernate/ReleaseDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
73994 src/com/gps/hibernate/ReleaseDAO.java 136 There is log block not surrounded by if
73995 src/com/gps/hibernate/ReleaseDAO.java 141 Parameter 'instance' is not assigned and could be declared final
73996 src/com/gps/hibernate/ReleaseDAO.java 141 publicMethodCommentRequirement Required
73997 src/com/gps/hibernate/ReleaseDAO.java 142 There is log block not surrounded by if
73998 src/com/gps/hibernate/ReleaseDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
73999 src/com/gps/hibernate/ReleaseDAO.java 144 Potential violation of Law of Demeter (method chain calls)
74000 src/com/gps/hibernate/ReleaseDAO.java 145 There is log block not surrounded by if
74001 src/com/gps/hibernate/ReleaseDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74002 src/com/gps/hibernate/ReleaseDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74003 src/com/gps/hibernate/ReleaseDAO.java 147 There is log block not surrounded by if
74004 src/com/gps/hibernate/ReportRef.java 3 headerCommentRequirement Required
74005 src/com/gps/hibernate/ReportRef.java 4 fieldCommentRequirement Required
74006 src/com/gps/hibernate/ReportRef.java 5 fieldCommentRequirement Required
74007 src/com/gps/hibernate/ReportRef.java 6 fieldCommentRequirement Required
74008 src/com/gps/hibernate/ReportRef.java 7 fieldCommentRequirement Required
74009 src/com/gps/hibernate/ReportRef.java 9 publicMethodCommentRequirement Required
74010 src/com/gps/hibernate/ReportRef.java 13 Parameter 'msg' is not assigned and could be declared final
74011 src/com/gps/hibernate/ReportRef.java 13 publicMethodCommentRequirement Required
74012 src/com/gps/hibernate/ReportRef.java 17 Parameter 'eventCode' is not assigned and could be declared final
74013 src/com/gps/hibernate/ReportRef.java 17 publicMethodCommentRequirement Required
74014 src/com/gps/hibernate/ReportRef.java 21 publicMethodCommentRequirement Required
74015 src/com/gps/hibernate/ReportRef.java 25 Parameter 'description' is not assigned and could be declared final
74016 src/com/gps/hibernate/ReportRef.java 25 publicMethodCommentRequirement Required
74017 src/com/gps/hibernate/ReportRef.java 29 publicMethodCommentRequirement Required
74018 src/com/gps/hibernate/ReportRef.java 33 publicMethodCommentRequirement Required
74019 src/com/gps/hibernate/ReportRef.java 40 Parameter 'alert' is not assigned and could be declared final
74020 src/com/gps/hibernate/ReportRefDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
74021 src/com/gps/hibernate/ReportRefDAO.java 7 headerCommentRequirement Required
74022 src/com/gps/hibernate/ReportRefDAO.java 9 Method names should not start with capital letters
74023 src/com/gps/hibernate/ReportRefDAO.java 9 Parameter 'eventCode' is not assigned and could be declared final
74024 src/com/gps/hibernate/ReportRefDAO.java 9 publicMethodCommentRequirement Required
74025 src/com/gps/hibernate/ReportRefDAO.java 11 Found 'DD'-anomaly for variable 'reportRef' (lines '11'-'13').
74026 src/com/gps/hibernate/ReportRefDAO.java 12 Local variable 'Msg' could be declared final
74027 src/com/gps/hibernate/ReportRefDAO.java 12 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
74028 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
74029 src/com/gps/hibernate/ReportRefDAO.java 13 Potential violation of Law of Demeter (method chain calls)
74030 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
74031 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (method chain calls)
74032 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
74033 src/com/gps/hibernate/ReportRefDAO.java 14 Potential violation of Law of Demeter (object not created locally)
74034 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
74035 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (method chain calls)
74036 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
74037 src/com/gps/hibernate/ReportRefDAO.java 15 Potential violation of Law of Demeter (object not created locally)
74038 src/com/gps/hibernate/ReportRefDAO.java 19 Parameter 'eventCode' is not assigned and could be declared final
74039 src/com/gps/hibernate/ReportRefDAO.java 19 publicMethodCommentRequirement Required
74040 src/com/gps/hibernate/ReportRefDAO.java 22 Local variable 'eventObj' could be declared final
74041 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
74042 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
74043 src/com/gps/hibernate/ReportRefDAO.java 22 Potential violation of Law of Demeter (method chain calls)
74044 src/com/gps/hibernate/ReportRefDAO.java 23 A method should have only one exit point, and that should be the last statement in the method
74045 src/com/gps/hibernate/ReportRefDAO.java 23 Consider simply returning the value vs storing it in local variable 'eventObj'
74046 src/com/gps/hibernate/ReportRefDAO.java 25 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74047 src/com/gps/hibernate/ReportRefDAO.java 27 Local variable 'refObj' could be declared final
74048 src/com/gps/hibernate/ReportRefDAO.java 33 Method names should not start with capital letters
74049 src/com/gps/hibernate/ReportRefDAO.java 33 publicMethodCommentRequirement Required
74050 src/com/gps/hibernate/ReportRefDAO.java 35 Found 'DD'-anomaly for variable 'AllEvents' (lines '35'-'38').
74051 src/com/gps/hibernate/ReportRefDAO.java 35 Variables should start with a lowercase character, 'AllEvents' starts with uppercase character.
74052 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
74053 src/com/gps/hibernate/ReportRefDAO.java 38 Potential violation of Law of Demeter (method chain calls)
74054 src/com/gps/hibernate/ReportRefDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74055 src/com/gps/hibernate/ReportRefDAO.java 42 Avoid printStackTrace(); use a logger call instead.
74056 src/com/gps/hibernate/ReportRefDAO.java 42 Potential violation of Law of Demeter (object not created locally)
74057 src/com/gps/hibernate/ReportRefDAO.java 47 Parameter 'args' is not assigned and could be declared final
74058 src/com/gps/hibernate/ReportRefDAO.java 47 publicMethodCommentRequirement Required
74059 src/com/gps/hibernate/ReportRefDAO.java 49 Avoid unused local variables such as 'rep'.
74060 src/com/gps/hibernate/ReportRefDAO.java 49 Found 'DU'-anomaly for variable 'rep' (lines '49'-'52').
74061 src/com/gps/hibernate/ReportRefDAO.java 49 Local variable 'rep' could be declared final
74062 src/com/gps/hibernate/ReportSummary.java 1 This class has a bunch of public methods and attributes
74063 src/com/gps/hibernate/ReportSummary.java 5 headerCommentRequirement Required
74064 src/com/gps/hibernate/ReportSummary.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'summary_id' is not final.
74065 src/com/gps/hibernate/ReportSummary.java 7 fieldCommentRequirement Required
74066 src/com/gps/hibernate/ReportSummary.java 8 fieldCommentRequirement Required
74067 src/com/gps/hibernate/ReportSummary.java 9 fieldCommentRequirement Required
74068 src/com/gps/hibernate/ReportSummary.java 10 fieldCommentRequirement Required
74069 src/com/gps/hibernate/ReportSummary.java 11 fieldCommentRequirement Required
74070 src/com/gps/hibernate/ReportSummary.java 12 fieldCommentRequirement Required
74071 src/com/gps/hibernate/ReportSummary.java 13 fieldCommentRequirement Required
74072 src/com/gps/hibernate/ReportSummary.java 14 fieldCommentRequirement Required
74073 src/com/gps/hibernate/ReportSummary.java 15 fieldCommentRequirement Required
74074 src/com/gps/hibernate/ReportSummary.java 16 fieldCommentRequirement Required
74075 src/com/gps/hibernate/ReportSummary.java 17 fieldCommentRequirement Required
74076 src/com/gps/hibernate/ReportSummary.java 18 fieldCommentRequirement Required
74077 src/com/gps/hibernate/ReportSummary.java 19 fieldCommentRequirement Required
74078 src/com/gps/hibernate/ReportSummary.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final.
74079 src/com/gps/hibernate/ReportSummary.java 20 fieldCommentRequirement Required
74080 src/com/gps/hibernate/ReportSummary.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final.
74081 src/com/gps/hibernate/ReportSummary.java 21 fieldCommentRequirement Required
74082 src/com/gps/hibernate/ReportSummary.java 23 Method names should not contain underscores
74083 src/com/gps/hibernate/ReportSummary.java 23 publicMethodCommentRequirement Required
74084 src/com/gps/hibernate/ReportSummary.java 26 Method names should not contain underscores
74085 src/com/gps/hibernate/ReportSummary.java 26 Parameter 'summaryId' is not assigned and could be declared final
74086 src/com/gps/hibernate/ReportSummary.java 26 publicMethodCommentRequirement Required
74087 src/com/gps/hibernate/ReportSummary.java 29 publicMethodCommentRequirement Required
74088 src/com/gps/hibernate/ReportSummary.java 32 Parameter 'vehicleid' is not assigned and could be declared final
74089 src/com/gps/hibernate/ReportSummary.java 32 publicMethodCommentRequirement Required
74090 src/com/gps/hibernate/ReportSummary.java 35 publicMethodCommentRequirement Required
74091 src/com/gps/hibernate/ReportSummary.java 38 Parameter 'tripid' is not assigned and could be declared final
74092 src/com/gps/hibernate/ReportSummary.java 38 publicMethodCommentRequirement Required
74093 src/com/gps/hibernate/ReportSummary.java 41 publicMethodCommentRequirement Required
74094 src/com/gps/hibernate/ReportSummary.java 44 Parameter 'date' is not assigned and could be declared final
74095 src/com/gps/hibernate/ReportSummary.java 44 publicMethodCommentRequirement Required
74096 src/com/gps/hibernate/ReportSummary.java 47 publicMethodCommentRequirement Required
74097 src/com/gps/hibernate/ReportSummary.java 50 Parameter 'session' is not assigned and could be declared final
74098 src/com/gps/hibernate/ReportSummary.java 50 publicMethodCommentRequirement Required
74099 src/com/gps/hibernate/ReportSummary.java 53 publicMethodCommentRequirement Required
74100 src/com/gps/hibernate/ReportSummary.java 56 Parameter 'dist0to20' is not assigned and could be declared final
74101 src/com/gps/hibernate/ReportSummary.java 56 publicMethodCommentRequirement Required
74102 src/com/gps/hibernate/ReportSummary.java 59 publicMethodCommentRequirement Required
74103 src/com/gps/hibernate/ReportSummary.java 62 Parameter 'dist20to45' is not assigned and could be declared final
74104 src/com/gps/hibernate/ReportSummary.java 62 publicMethodCommentRequirement Required
74105 src/com/gps/hibernate/ReportSummary.java 65 publicMethodCommentRequirement Required
74106 src/com/gps/hibernate/ReportSummary.java 68 Parameter 'dist45to55' is not assigned and could be declared final
74107 src/com/gps/hibernate/ReportSummary.java 68 publicMethodCommentRequirement Required
74108 src/com/gps/hibernate/ReportSummary.java 71 publicMethodCommentRequirement Required
74109 src/com/gps/hibernate/ReportSummary.java 74 Parameter 'dist55to65' is not assigned and could be declared final
74110 src/com/gps/hibernate/ReportSummary.java 74 publicMethodCommentRequirement Required
74111 src/com/gps/hibernate/ReportSummary.java 77 publicMethodCommentRequirement Required
74112 src/com/gps/hibernate/ReportSummary.java 80 Parameter 'distgrt65' is not assigned and could be declared final
74113 src/com/gps/hibernate/ReportSummary.java 80 publicMethodCommentRequirement Required
74114 src/com/gps/hibernate/ReportSummary.java 83 publicMethodCommentRequirement Required
74115 src/com/gps/hibernate/ReportSummary.java 86 Parameter 'distance' is not assigned and could be declared final
74116 src/com/gps/hibernate/ReportSummary.java 86 publicMethodCommentRequirement Required
74117 src/com/gps/hibernate/ReportSummary.java 89 publicMethodCommentRequirement Required
74118 src/com/gps/hibernate/ReportSummary.java 92 Parameter 'maxspeed' is not assigned and could be declared final
74119 src/com/gps/hibernate/ReportSummary.java 92 publicMethodCommentRequirement Required
74120 src/com/gps/hibernate/ReportSummary.java 95 publicMethodCommentRequirement Required
74121 src/com/gps/hibernate/ReportSummary.java 98 Parameter 'hardbrakes' is not assigned and could be declared final
74122 src/com/gps/hibernate/ReportSummary.java 98 publicMethodCommentRequirement Required
74123 src/com/gps/hibernate/ReportSummary.java 101 Method names should not contain underscores
74124 src/com/gps/hibernate/ReportSummary.java 101 publicMethodCommentRequirement Required
74125 src/com/gps/hibernate/ReportSummary.java 104 Method names should not contain underscores
74126 src/com/gps/hibernate/ReportSummary.java 104 Parameter 'startTime' is not assigned and could be declared final
74127 src/com/gps/hibernate/ReportSummary.java 104 publicMethodCommentRequirement Required
74128 src/com/gps/hibernate/ReportSummary.java 107 Method names should not contain underscores
74129 src/com/gps/hibernate/ReportSummary.java 107 publicMethodCommentRequirement Required
74130 src/com/gps/hibernate/ReportSummary.java 110 Method names should not contain underscores
74131 src/com/gps/hibernate/ReportSummary.java 110 Parameter 'endTime' is not assigned and could be declared final
74132 src/com/gps/hibernate/ReportSummary.java 110 publicMethodCommentRequirement Required
74133 src/com/gps/hibernate/Resource.java 9 Classes implementing Serializable should set a serialVersionUID
74134 src/com/gps/hibernate/Resource.java 13 fieldCommentRequirement Required
74135 src/com/gps/hibernate/Resource.java 14 fieldCommentRequirement Required
74136 src/com/gps/hibernate/Resource.java 15 fieldCommentRequirement Required
74137 src/com/gps/hibernate/Resource.java 20 Document empty constructor
74138 src/com/gps/hibernate/Resource.java 24 Parameter 'resourceId' is not assigned and could be declared final
74139 src/com/gps/hibernate/Resource.java 29 Parameter 'codeId' is not assigned and could be declared final
74140 src/com/gps/hibernate/Resource.java 29 Parameter 'primKey' is not assigned and could be declared final
74141 src/com/gps/hibernate/Resource.java 29 Parameter 'resourceId' is not assigned and could be declared final
74142 src/com/gps/hibernate/Resource.java 37 publicMethodCommentRequirement Required
74143 src/com/gps/hibernate/Resource.java 41 Parameter 'resourceId' is not assigned and could be declared final
74144 src/com/gps/hibernate/Resource.java 41 publicMethodCommentRequirement Required
74145 src/com/gps/hibernate/Resource.java 45 publicMethodCommentRequirement Required
74146 src/com/gps/hibernate/Resource.java 49 Parameter 'codeId' is not assigned and could be declared final
74147 src/com/gps/hibernate/Resource.java 49 publicMethodCommentRequirement Required
74148 src/com/gps/hibernate/Resource.java 53 publicMethodCommentRequirement Required
74149 src/com/gps/hibernate/Resource.java 57 Parameter 'primKey' is not assigned and could be declared final
74150 src/com/gps/hibernate/Resource.java 57 publicMethodCommentRequirement Required
74151 src/com/gps/hibernate/ResourceDAO.java 10 Comment is too large: Too many lines
74152 src/com/gps/hibernate/ResourceDAO.java 22 This class has too many methods, consider refactoring it.
74153 src/com/gps/hibernate/ResourceDAO.java 23 Logger should be defined private static final and have the correct class
74154 src/com/gps/hibernate/ResourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
74155 src/com/gps/hibernate/ResourceDAO.java 23 fieldCommentRequirement Required
74156 src/com/gps/hibernate/ResourceDAO.java 25 fieldCommentRequirement Required
74157 src/com/gps/hibernate/ResourceDAO.java 26 fieldCommentRequirement Required
74158 src/com/gps/hibernate/ResourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
74159 src/com/gps/hibernate/ResourceDAO.java 28 publicMethodCommentRequirement Required
74160 src/com/gps/hibernate/ResourceDAO.java 29 There is log block not surrounded by if
74161 src/com/gps/hibernate/ResourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74162 src/com/gps/hibernate/ResourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
74163 src/com/gps/hibernate/ResourceDAO.java 32 There is log block not surrounded by if
74164 src/com/gps/hibernate/ResourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74165 src/com/gps/hibernate/ResourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74166 src/com/gps/hibernate/ResourceDAO.java 34 There is log block not surrounded by if
74167 src/com/gps/hibernate/ResourceDAO.java 39 Avoid excessively long variable names like persistentInstance
74168 src/com/gps/hibernate/ResourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
74169 src/com/gps/hibernate/ResourceDAO.java 39 publicMethodCommentRequirement Required
74170 src/com/gps/hibernate/ResourceDAO.java 40 There is log block not surrounded by if
74171 src/com/gps/hibernate/ResourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74172 src/com/gps/hibernate/ResourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
74173 src/com/gps/hibernate/ResourceDAO.java 43 There is log block not surrounded by if
74174 src/com/gps/hibernate/ResourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74175 src/com/gps/hibernate/ResourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74176 src/com/gps/hibernate/ResourceDAO.java 45 There is log block not surrounded by if
74177 src/com/gps/hibernate/ResourceDAO.java 50 Avoid variables with short names like id
74178 src/com/gps/hibernate/ResourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
74179 src/com/gps/hibernate/ResourceDAO.java 50 publicMethodCommentRequirement Required
74180 src/com/gps/hibernate/ResourceDAO.java 51 There is log block not surrounded by if
74181 src/com/gps/hibernate/ResourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74182 src/com/gps/hibernate/ResourceDAO.java 53 Local variable 'instance' could be declared final
74183 src/com/gps/hibernate/ResourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
74184 src/com/gps/hibernate/ResourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74185 src/com/gps/hibernate/ResourceDAO.java 57 There is log block not surrounded by if
74186 src/com/gps/hibernate/ResourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
74187 src/com/gps/hibernate/ResourceDAO.java 62 publicMethodCommentRequirement Required
74188 src/com/gps/hibernate/ResourceDAO.java 63 There is log block not surrounded by if
74189 src/com/gps/hibernate/ResourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74190 src/com/gps/hibernate/ResourceDAO.java 65 Local variable 'results' could be declared final
74191 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
74192 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
74193 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
74194 src/com/gps/hibernate/ResourceDAO.java 68 There is log block not surrounded by if
74195 src/com/gps/hibernate/ResourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74196 src/com/gps/hibernate/ResourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
74197 src/com/gps/hibernate/ResourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74198 src/com/gps/hibernate/ResourceDAO.java 72 There is log block not surrounded by if
74199 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
74200 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
74201 src/com/gps/hibernate/ResourceDAO.java 77 publicMethodCommentRequirement Required
74202 src/com/gps/hibernate/ResourceDAO.java 78 There is log block not surrounded by if
74203 src/com/gps/hibernate/ResourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74204 src/com/gps/hibernate/ResourceDAO.java 81 Local variable 'queryString' could be declared final
74205 src/com/gps/hibernate/ResourceDAO.java 83 Local variable 'queryObject' could be declared final
74206 src/com/gps/hibernate/ResourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
74207 src/com/gps/hibernate/ResourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
74208 src/com/gps/hibernate/ResourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
74209 src/com/gps/hibernate/ResourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74210 src/com/gps/hibernate/ResourceDAO.java 87 There is log block not surrounded by if
74211 src/com/gps/hibernate/ResourceDAO.java 92 Parameter 'codeId' is not assigned and could be declared final
74212 src/com/gps/hibernate/ResourceDAO.java 92 publicMethodCommentRequirement Required
74213 src/com/gps/hibernate/ResourceDAO.java 96 Parameter 'primKey' is not assigned and could be declared final
74214 src/com/gps/hibernate/ResourceDAO.java 96 publicMethodCommentRequirement Required
74215 src/com/gps/hibernate/ResourceDAO.java 100 publicMethodCommentRequirement Required
74216 src/com/gps/hibernate/ResourceDAO.java 101 There is log block not surrounded by if
74217 src/com/gps/hibernate/ResourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74218 src/com/gps/hibernate/ResourceDAO.java 103 Local variable 'queryString' could be declared final
74219 src/com/gps/hibernate/ResourceDAO.java 104 Local variable 'queryObject' could be declared final
74220 src/com/gps/hibernate/ResourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
74221 src/com/gps/hibernate/ResourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
74222 src/com/gps/hibernate/ResourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74223 src/com/gps/hibernate/ResourceDAO.java 107 There is log block not surrounded by if
74224 src/com/gps/hibernate/ResourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
74225 src/com/gps/hibernate/ResourceDAO.java 112 publicMethodCommentRequirement Required
74226 src/com/gps/hibernate/ResourceDAO.java 113 There is log block not surrounded by if
74227 src/com/gps/hibernate/ResourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74228 src/com/gps/hibernate/ResourceDAO.java 115 Local variable 'result' could be declared final
74229 src/com/gps/hibernate/ResourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
74230 src/com/gps/hibernate/ResourceDAO.java 116 There is log block not surrounded by if
74231 src/com/gps/hibernate/ResourceDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74232 src/com/gps/hibernate/ResourceDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74233 src/com/gps/hibernate/ResourceDAO.java 119 There is log block not surrounded by if
74234 src/com/gps/hibernate/ResourceDAO.java 124 Parameter 'instance' is not assigned and could be declared final
74235 src/com/gps/hibernate/ResourceDAO.java 124 publicMethodCommentRequirement Required
74236 src/com/gps/hibernate/ResourceDAO.java 125 There is log block not surrounded by if
74237 src/com/gps/hibernate/ResourceDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74238 src/com/gps/hibernate/ResourceDAO.java 127 Potential violation of Law of Demeter (method chain calls)
74239 src/com/gps/hibernate/ResourceDAO.java 128 There is log block not surrounded by if
74240 src/com/gps/hibernate/ResourceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74241 src/com/gps/hibernate/ResourceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74242 src/com/gps/hibernate/ResourceDAO.java 130 There is log block not surrounded by if
74243 src/com/gps/hibernate/ResourceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
74244 src/com/gps/hibernate/ResourceDAO.java 135 publicMethodCommentRequirement Required
74245 src/com/gps/hibernate/ResourceDAO.java 136 There is log block not surrounded by if
74246 src/com/gps/hibernate/ResourceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74247 src/com/gps/hibernate/ResourceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
74248 src/com/gps/hibernate/ResourceDAO.java 139 There is log block not surrounded by if
74249 src/com/gps/hibernate/ResourceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74250 src/com/gps/hibernate/ResourceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74251 src/com/gps/hibernate/ResourceDAO.java 141 There is log block not surrounded by if
74252 src/com/gps/hibernate/Resourceaction.java 9 Classes implementing Serializable should set a serialVersionUID
74253 src/com/gps/hibernate/Resourceaction.java 13 fieldCommentRequirement Required
74254 src/com/gps/hibernate/Resourceaction.java 14 fieldCommentRequirement Required
74255 src/com/gps/hibernate/Resourceaction.java 15 fieldCommentRequirement Required
74256 src/com/gps/hibernate/Resourceaction.java 16 fieldCommentRequirement Required
74257 src/com/gps/hibernate/Resourceaction.java 21 Document empty constructor
74258 src/com/gps/hibernate/Resourceaction.java 25 Parameter 'resourceActionId' is not assigned and could be declared final
74259 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'actionId' is not assigned and could be declared final
74260 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'name' is not assigned and could be declared final
74261 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'resourceActionId' is not assigned and could be declared final
74262 src/com/gps/hibernate/Resourceaction.java 31 Parameter 'bitwiseValue' is not assigned and could be declared final
74263 src/com/gps/hibernate/Resourceaction.java 40 publicMethodCommentRequirement Required
74264 src/com/gps/hibernate/Resourceaction.java 44 Parameter 'resourceActionId' is not assigned and could be declared final
74265 src/com/gps/hibernate/Resourceaction.java 44 publicMethodCommentRequirement Required
74266 src/com/gps/hibernate/Resourceaction.java 48 publicMethodCommentRequirement Required
74267 src/com/gps/hibernate/Resourceaction.java 52 Parameter 'name' is not assigned and could be declared final
74268 src/com/gps/hibernate/Resourceaction.java 52 publicMethodCommentRequirement Required
74269 src/com/gps/hibernate/Resourceaction.java 56 publicMethodCommentRequirement Required
74270 src/com/gps/hibernate/Resourceaction.java 60 Parameter 'actionId' is not assigned and could be declared final
74271 src/com/gps/hibernate/Resourceaction.java 60 publicMethodCommentRequirement Required
74272 src/com/gps/hibernate/Resourceaction.java 64 publicMethodCommentRequirement Required
74273 src/com/gps/hibernate/Resourceaction.java 68 Parameter 'bitwiseValue' is not assigned and could be declared final
74274 src/com/gps/hibernate/Resourceaction.java 68 publicMethodCommentRequirement Required
74275 src/com/gps/hibernate/ResourceactionDAO.java 10 Comment is too large: Too many lines
74276 src/com/gps/hibernate/ResourceactionDAO.java 22 This class has too many methods, consider refactoring it.
74277 src/com/gps/hibernate/ResourceactionDAO.java 23 Logger should be defined private static final and have the correct class
74278 src/com/gps/hibernate/ResourceactionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
74279 src/com/gps/hibernate/ResourceactionDAO.java 23 fieldCommentRequirement Required
74280 src/com/gps/hibernate/ResourceactionDAO.java 25 fieldCommentRequirement Required
74281 src/com/gps/hibernate/ResourceactionDAO.java 26 fieldCommentRequirement Required
74282 src/com/gps/hibernate/ResourceactionDAO.java 27 fieldCommentRequirement Required
74283 src/com/gps/hibernate/ResourceactionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
74284 src/com/gps/hibernate/ResourceactionDAO.java 29 publicMethodCommentRequirement Required
74285 src/com/gps/hibernate/ResourceactionDAO.java 30 There is log block not surrounded by if
74286 src/com/gps/hibernate/ResourceactionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74287 src/com/gps/hibernate/ResourceactionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
74288 src/com/gps/hibernate/ResourceactionDAO.java 33 There is log block not surrounded by if
74289 src/com/gps/hibernate/ResourceactionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74290 src/com/gps/hibernate/ResourceactionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74291 src/com/gps/hibernate/ResourceactionDAO.java 35 There is log block not surrounded by if
74292 src/com/gps/hibernate/ResourceactionDAO.java 40 Avoid excessively long variable names like persistentInstance
74293 src/com/gps/hibernate/ResourceactionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
74294 src/com/gps/hibernate/ResourceactionDAO.java 40 publicMethodCommentRequirement Required
74295 src/com/gps/hibernate/ResourceactionDAO.java 41 There is log block not surrounded by if
74296 src/com/gps/hibernate/ResourceactionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74297 src/com/gps/hibernate/ResourceactionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
74298 src/com/gps/hibernate/ResourceactionDAO.java 44 There is log block not surrounded by if
74299 src/com/gps/hibernate/ResourceactionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74300 src/com/gps/hibernate/ResourceactionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74301 src/com/gps/hibernate/ResourceactionDAO.java 46 There is log block not surrounded by if
74302 src/com/gps/hibernate/ResourceactionDAO.java 51 Avoid variables with short names like id
74303 src/com/gps/hibernate/ResourceactionDAO.java 51 Parameter 'id' is not assigned and could be declared final
74304 src/com/gps/hibernate/ResourceactionDAO.java 51 publicMethodCommentRequirement Required
74305 src/com/gps/hibernate/ResourceactionDAO.java 52 There is log block not surrounded by if
74306 src/com/gps/hibernate/ResourceactionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74307 src/com/gps/hibernate/ResourceactionDAO.java 54 Local variable 'instance' could be declared final
74308 src/com/gps/hibernate/ResourceactionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
74309 src/com/gps/hibernate/ResourceactionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74310 src/com/gps/hibernate/ResourceactionDAO.java 58 There is log block not surrounded by if
74311 src/com/gps/hibernate/ResourceactionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
74312 src/com/gps/hibernate/ResourceactionDAO.java 63 publicMethodCommentRequirement Required
74313 src/com/gps/hibernate/ResourceactionDAO.java 64 There is log block not surrounded by if
74314 src/com/gps/hibernate/ResourceactionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74315 src/com/gps/hibernate/ResourceactionDAO.java 66 Local variable 'results' could be declared final
74316 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74317 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74318 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74319 src/com/gps/hibernate/ResourceactionDAO.java 69 There is log block not surrounded by if
74320 src/com/gps/hibernate/ResourceactionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74321 src/com/gps/hibernate/ResourceactionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
74322 src/com/gps/hibernate/ResourceactionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74323 src/com/gps/hibernate/ResourceactionDAO.java 73 There is log block not surrounded by if
74324 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
74325 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'value' is not assigned and could be declared final
74326 src/com/gps/hibernate/ResourceactionDAO.java 78 publicMethodCommentRequirement Required
74327 src/com/gps/hibernate/ResourceactionDAO.java 79 There is log block not surrounded by if
74328 src/com/gps/hibernate/ResourceactionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74329 src/com/gps/hibernate/ResourceactionDAO.java 82 Local variable 'queryString' could be declared final
74330 src/com/gps/hibernate/ResourceactionDAO.java 84 Local variable 'queryObject' could be declared final
74331 src/com/gps/hibernate/ResourceactionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
74332 src/com/gps/hibernate/ResourceactionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
74333 src/com/gps/hibernate/ResourceactionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
74334 src/com/gps/hibernate/ResourceactionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74335 src/com/gps/hibernate/ResourceactionDAO.java 88 There is log block not surrounded by if
74336 src/com/gps/hibernate/ResourceactionDAO.java 93 Parameter 'name' is not assigned and could be declared final
74337 src/com/gps/hibernate/ResourceactionDAO.java 93 publicMethodCommentRequirement Required
74338 src/com/gps/hibernate/ResourceactionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
74339 src/com/gps/hibernate/ResourceactionDAO.java 97 publicMethodCommentRequirement Required
74340 src/com/gps/hibernate/ResourceactionDAO.java 101 Parameter 'bitwiseValue' is not assigned and could be declared final
74341 src/com/gps/hibernate/ResourceactionDAO.java 101 publicMethodCommentRequirement Required
74342 src/com/gps/hibernate/ResourceactionDAO.java 105 publicMethodCommentRequirement Required
74343 src/com/gps/hibernate/ResourceactionDAO.java 106 There is log block not surrounded by if
74344 src/com/gps/hibernate/ResourceactionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74345 src/com/gps/hibernate/ResourceactionDAO.java 108 Local variable 'queryString' could be declared final
74346 src/com/gps/hibernate/ResourceactionDAO.java 109 Local variable 'queryObject' could be declared final
74347 src/com/gps/hibernate/ResourceactionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
74348 src/com/gps/hibernate/ResourceactionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
74349 src/com/gps/hibernate/ResourceactionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74350 src/com/gps/hibernate/ResourceactionDAO.java 112 There is log block not surrounded by if
74351 src/com/gps/hibernate/ResourceactionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
74352 src/com/gps/hibernate/ResourceactionDAO.java 117 publicMethodCommentRequirement Required
74353 src/com/gps/hibernate/ResourceactionDAO.java 118 There is log block not surrounded by if
74354 src/com/gps/hibernate/ResourceactionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74355 src/com/gps/hibernate/ResourceactionDAO.java 120 Local variable 'result' could be declared final
74356 src/com/gps/hibernate/ResourceactionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
74357 src/com/gps/hibernate/ResourceactionDAO.java 122 There is log block not surrounded by if
74358 src/com/gps/hibernate/ResourceactionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74359 src/com/gps/hibernate/ResourceactionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74360 src/com/gps/hibernate/ResourceactionDAO.java 125 There is log block not surrounded by if
74361 src/com/gps/hibernate/ResourceactionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
74362 src/com/gps/hibernate/ResourceactionDAO.java 130 publicMethodCommentRequirement Required
74363 src/com/gps/hibernate/ResourceactionDAO.java 131 There is log block not surrounded by if
74364 src/com/gps/hibernate/ResourceactionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74365 src/com/gps/hibernate/ResourceactionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
74366 src/com/gps/hibernate/ResourceactionDAO.java 134 There is log block not surrounded by if
74367 src/com/gps/hibernate/ResourceactionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74368 src/com/gps/hibernate/ResourceactionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74369 src/com/gps/hibernate/ResourceactionDAO.java 136 There is log block not surrounded by if
74370 src/com/gps/hibernate/ResourceactionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
74371 src/com/gps/hibernate/ResourceactionDAO.java 141 publicMethodCommentRequirement Required
74372 src/com/gps/hibernate/ResourceactionDAO.java 142 There is log block not surrounded by if
74373 src/com/gps/hibernate/ResourceactionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74374 src/com/gps/hibernate/ResourceactionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
74375 src/com/gps/hibernate/ResourceactionDAO.java 145 There is log block not surrounded by if
74376 src/com/gps/hibernate/ResourceactionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74377 src/com/gps/hibernate/ResourceactionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74378 src/com/gps/hibernate/ResourceactionDAO.java 147 There is log block not surrounded by if
74379 src/com/gps/hibernate/Resourcecode.java 9 Classes implementing Serializable should set a serialVersionUID
74380 src/com/gps/hibernate/Resourcecode.java 13 fieldCommentRequirement Required
74381 src/com/gps/hibernate/Resourcecode.java 14 fieldCommentRequirement Required
74382 src/com/gps/hibernate/Resourcecode.java 15 fieldCommentRequirement Required
74383 src/com/gps/hibernate/Resourcecode.java 16 fieldCommentRequirement Required
74384 src/com/gps/hibernate/Resourcecode.java 21 Document empty constructor
74385 src/com/gps/hibernate/Resourcecode.java 25 Parameter 'codeId' is not assigned and could be declared final
74386 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'codeId' is not assigned and could be declared final
74387 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'companyId' is not assigned and could be declared final
74388 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'name' is not assigned and could be declared final
74389 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'scope' is not assigned and could be declared final
74390 src/com/gps/hibernate/Resourcecode.java 39 publicMethodCommentRequirement Required
74391 src/com/gps/hibernate/Resourcecode.java 43 Parameter 'codeId' is not assigned and could be declared final
74392 src/com/gps/hibernate/Resourcecode.java 43 publicMethodCommentRequirement Required
74393 src/com/gps/hibernate/Resourcecode.java 47 publicMethodCommentRequirement Required
74394 src/com/gps/hibernate/Resourcecode.java 51 Parameter 'companyId' is not assigned and could be declared final
74395 src/com/gps/hibernate/Resourcecode.java 51 publicMethodCommentRequirement Required
74396 src/com/gps/hibernate/Resourcecode.java 55 publicMethodCommentRequirement Required
74397 src/com/gps/hibernate/Resourcecode.java 59 Parameter 'name' is not assigned and could be declared final
74398 src/com/gps/hibernate/Resourcecode.java 59 publicMethodCommentRequirement Required
74399 src/com/gps/hibernate/Resourcecode.java 63 publicMethodCommentRequirement Required
74400 src/com/gps/hibernate/Resourcecode.java 67 Parameter 'scope' is not assigned and could be declared final
74401 src/com/gps/hibernate/Resourcecode.java 67 publicMethodCommentRequirement Required
74402 src/com/gps/hibernate/ResourcecodeDAO.java 10 Comment is too large: Too many lines
74403 src/com/gps/hibernate/ResourcecodeDAO.java 22 This class has too many methods, consider refactoring it.
74404 src/com/gps/hibernate/ResourcecodeDAO.java 23 Logger should be defined private static final and have the correct class
74405 src/com/gps/hibernate/ResourcecodeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
74406 src/com/gps/hibernate/ResourcecodeDAO.java 23 fieldCommentRequirement Required
74407 src/com/gps/hibernate/ResourcecodeDAO.java 25 fieldCommentRequirement Required
74408 src/com/gps/hibernate/ResourcecodeDAO.java 26 fieldCommentRequirement Required
74409 src/com/gps/hibernate/ResourcecodeDAO.java 27 fieldCommentRequirement Required
74410 src/com/gps/hibernate/ResourcecodeDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
74411 src/com/gps/hibernate/ResourcecodeDAO.java 29 publicMethodCommentRequirement Required
74412 src/com/gps/hibernate/ResourcecodeDAO.java 30 There is log block not surrounded by if
74413 src/com/gps/hibernate/ResourcecodeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74414 src/com/gps/hibernate/ResourcecodeDAO.java 32 Potential violation of Law of Demeter (method chain calls)
74415 src/com/gps/hibernate/ResourcecodeDAO.java 33 There is log block not surrounded by if
74416 src/com/gps/hibernate/ResourcecodeDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74417 src/com/gps/hibernate/ResourcecodeDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74418 src/com/gps/hibernate/ResourcecodeDAO.java 35 There is log block not surrounded by if
74419 src/com/gps/hibernate/ResourcecodeDAO.java 40 Avoid excessively long variable names like persistentInstance
74420 src/com/gps/hibernate/ResourcecodeDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
74421 src/com/gps/hibernate/ResourcecodeDAO.java 40 publicMethodCommentRequirement Required
74422 src/com/gps/hibernate/ResourcecodeDAO.java 41 There is log block not surrounded by if
74423 src/com/gps/hibernate/ResourcecodeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74424 src/com/gps/hibernate/ResourcecodeDAO.java 43 Potential violation of Law of Demeter (method chain calls)
74425 src/com/gps/hibernate/ResourcecodeDAO.java 44 There is log block not surrounded by if
74426 src/com/gps/hibernate/ResourcecodeDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74427 src/com/gps/hibernate/ResourcecodeDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74428 src/com/gps/hibernate/ResourcecodeDAO.java 46 There is log block not surrounded by if
74429 src/com/gps/hibernate/ResourcecodeDAO.java 51 Avoid variables with short names like id
74430 src/com/gps/hibernate/ResourcecodeDAO.java 51 Parameter 'id' is not assigned and could be declared final
74431 src/com/gps/hibernate/ResourcecodeDAO.java 51 publicMethodCommentRequirement Required
74432 src/com/gps/hibernate/ResourcecodeDAO.java 52 There is log block not surrounded by if
74433 src/com/gps/hibernate/ResourcecodeDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74434 src/com/gps/hibernate/ResourcecodeDAO.java 54 Local variable 'instance' could be declared final
74435 src/com/gps/hibernate/ResourcecodeDAO.java 54 Potential violation of Law of Demeter (method chain calls)
74436 src/com/gps/hibernate/ResourcecodeDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74437 src/com/gps/hibernate/ResourcecodeDAO.java 58 There is log block not surrounded by if
74438 src/com/gps/hibernate/ResourcecodeDAO.java 63 Parameter 'instance' is not assigned and could be declared final
74439 src/com/gps/hibernate/ResourcecodeDAO.java 63 publicMethodCommentRequirement Required
74440 src/com/gps/hibernate/ResourcecodeDAO.java 64 There is log block not surrounded by if
74441 src/com/gps/hibernate/ResourcecodeDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74442 src/com/gps/hibernate/ResourcecodeDAO.java 66 Local variable 'results' could be declared final
74443 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74444 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74445 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
74446 src/com/gps/hibernate/ResourcecodeDAO.java 69 There is log block not surrounded by if
74447 src/com/gps/hibernate/ResourcecodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74448 src/com/gps/hibernate/ResourcecodeDAO.java 70 Potential violation of Law of Demeter (object not created locally)
74449 src/com/gps/hibernate/ResourcecodeDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74450 src/com/gps/hibernate/ResourcecodeDAO.java 73 There is log block not surrounded by if
74451 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
74452 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'value' is not assigned and could be declared final
74453 src/com/gps/hibernate/ResourcecodeDAO.java 78 publicMethodCommentRequirement Required
74454 src/com/gps/hibernate/ResourcecodeDAO.java 79 There is log block not surrounded by if
74455 src/com/gps/hibernate/ResourcecodeDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74456 src/com/gps/hibernate/ResourcecodeDAO.java 82 Local variable 'queryString' could be declared final
74457 src/com/gps/hibernate/ResourcecodeDAO.java 84 Local variable 'queryObject' could be declared final
74458 src/com/gps/hibernate/ResourcecodeDAO.java 84 Potential violation of Law of Demeter (method chain calls)
74459 src/com/gps/hibernate/ResourcecodeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
74460 src/com/gps/hibernate/ResourcecodeDAO.java 86 Potential violation of Law of Demeter (object not created locally)
74461 src/com/gps/hibernate/ResourcecodeDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74462 src/com/gps/hibernate/ResourcecodeDAO.java 88 There is log block not surrounded by if
74463 src/com/gps/hibernate/ResourcecodeDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
74464 src/com/gps/hibernate/ResourcecodeDAO.java 93 publicMethodCommentRequirement Required
74465 src/com/gps/hibernate/ResourcecodeDAO.java 97 Parameter 'name' is not assigned and could be declared final
74466 src/com/gps/hibernate/ResourcecodeDAO.java 97 publicMethodCommentRequirement Required
74467 src/com/gps/hibernate/ResourcecodeDAO.java 101 Parameter 'scope' is not assigned and could be declared final
74468 src/com/gps/hibernate/ResourcecodeDAO.java 101 publicMethodCommentRequirement Required
74469 src/com/gps/hibernate/ResourcecodeDAO.java 105 publicMethodCommentRequirement Required
74470 src/com/gps/hibernate/ResourcecodeDAO.java 106 There is log block not surrounded by if
74471 src/com/gps/hibernate/ResourcecodeDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74472 src/com/gps/hibernate/ResourcecodeDAO.java 108 Local variable 'queryString' could be declared final
74473 src/com/gps/hibernate/ResourcecodeDAO.java 109 Local variable 'queryObject' could be declared final
74474 src/com/gps/hibernate/ResourcecodeDAO.java 109 Potential violation of Law of Demeter (method chain calls)
74475 src/com/gps/hibernate/ResourcecodeDAO.java 110 Potential violation of Law of Demeter (object not created locally)
74476 src/com/gps/hibernate/ResourcecodeDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74477 src/com/gps/hibernate/ResourcecodeDAO.java 112 There is log block not surrounded by if
74478 src/com/gps/hibernate/ResourcecodeDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
74479 src/com/gps/hibernate/ResourcecodeDAO.java 117 publicMethodCommentRequirement Required
74480 src/com/gps/hibernate/ResourcecodeDAO.java 118 There is log block not surrounded by if
74481 src/com/gps/hibernate/ResourcecodeDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74482 src/com/gps/hibernate/ResourcecodeDAO.java 120 Local variable 'result' could be declared final
74483 src/com/gps/hibernate/ResourcecodeDAO.java 120 Potential violation of Law of Demeter (method chain calls)
74484 src/com/gps/hibernate/ResourcecodeDAO.java 122 There is log block not surrounded by if
74485 src/com/gps/hibernate/ResourcecodeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74486 src/com/gps/hibernate/ResourcecodeDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74487 src/com/gps/hibernate/ResourcecodeDAO.java 125 There is log block not surrounded by if
74488 src/com/gps/hibernate/ResourcecodeDAO.java 130 Parameter 'instance' is not assigned and could be declared final
74489 src/com/gps/hibernate/ResourcecodeDAO.java 130 publicMethodCommentRequirement Required
74490 src/com/gps/hibernate/ResourcecodeDAO.java 131 There is log block not surrounded by if
74491 src/com/gps/hibernate/ResourcecodeDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74492 src/com/gps/hibernate/ResourcecodeDAO.java 133 Potential violation of Law of Demeter (method chain calls)
74493 src/com/gps/hibernate/ResourcecodeDAO.java 134 There is log block not surrounded by if
74494 src/com/gps/hibernate/ResourcecodeDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74495 src/com/gps/hibernate/ResourcecodeDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74496 src/com/gps/hibernate/ResourcecodeDAO.java 136 There is log block not surrounded by if
74497 src/com/gps/hibernate/ResourcecodeDAO.java 141 Parameter 'instance' is not assigned and could be declared final
74498 src/com/gps/hibernate/ResourcecodeDAO.java 141 publicMethodCommentRequirement Required
74499 src/com/gps/hibernate/ResourcecodeDAO.java 142 There is log block not surrounded by if
74500 src/com/gps/hibernate/ResourcecodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74501 src/com/gps/hibernate/ResourcecodeDAO.java 144 Potential violation of Law of Demeter (method chain calls)
74502 src/com/gps/hibernate/ResourcecodeDAO.java 145 There is log block not surrounded by if
74503 src/com/gps/hibernate/ResourcecodeDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74504 src/com/gps/hibernate/ResourcecodeDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74505 src/com/gps/hibernate/ResourcecodeDAO.java 147 There is log block not surrounded by if
74506 src/com/gps/hibernate/Resourcepermission.java 9 Classes implementing Serializable should set a serialVersionUID
74507 src/com/gps/hibernate/Resourcepermission.java 13 Avoid excessively long variable names like resourcePermissionId
74508 src/com/gps/hibernate/Resourcepermission.java 13 fieldCommentRequirement Required
74509 src/com/gps/hibernate/Resourcepermission.java 14 fieldCommentRequirement Required
74510 src/com/gps/hibernate/Resourcepermission.java 15 fieldCommentRequirement Required
74511 src/com/gps/hibernate/Resourcepermission.java 16 fieldCommentRequirement Required
74512 src/com/gps/hibernate/Resourcepermission.java 17 fieldCommentRequirement Required
74513 src/com/gps/hibernate/Resourcepermission.java 18 fieldCommentRequirement Required
74514 src/com/gps/hibernate/Resourcepermission.java 19 fieldCommentRequirement Required
74515 src/com/gps/hibernate/Resourcepermission.java 24 Document empty constructor
74516 src/com/gps/hibernate/Resourcepermission.java 28 Avoid excessively long variable names like resourcePermissionId
74517 src/com/gps/hibernate/Resourcepermission.java 28 Parameter 'resourcePermissionId' is not assigned and could be declared final
74518 src/com/gps/hibernate/Resourcepermission.java 33 Avoid excessively long variable names like resourcePermissionId
74519 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'companyId' is not assigned and could be declared final
74520 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'resourcePermissionId' is not assigned and could be declared final
74521 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'name' is not assigned and could be declared final
74522 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'primKey' is not assigned and could be declared final
74523 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'roleId' is not assigned and could be declared final
74524 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'scope' is not assigned and could be declared final
74525 src/com/gps/hibernate/Resourcepermission.java 35 Parameter 'actionIds' is not assigned and could be declared final
74526 src/com/gps/hibernate/Resourcepermission.java 47 publicMethodCommentRequirement Required
74527 src/com/gps/hibernate/Resourcepermission.java 51 Avoid excessively long variable names like resourcePermissionId
74528 src/com/gps/hibernate/Resourcepermission.java 51 Parameter 'resourcePermissionId' is not assigned and could be declared final
74529 src/com/gps/hibernate/Resourcepermission.java 51 publicMethodCommentRequirement Required
74530 src/com/gps/hibernate/Resourcepermission.java 55 publicMethodCommentRequirement Required
74531 src/com/gps/hibernate/Resourcepermission.java 59 Parameter 'companyId' is not assigned and could be declared final
74532 src/com/gps/hibernate/Resourcepermission.java 59 publicMethodCommentRequirement Required
74533 src/com/gps/hibernate/Resourcepermission.java 63 publicMethodCommentRequirement Required
74534 src/com/gps/hibernate/Resourcepermission.java 67 Parameter 'name' is not assigned and could be declared final
74535 src/com/gps/hibernate/Resourcepermission.java 67 publicMethodCommentRequirement Required
74536 src/com/gps/hibernate/Resourcepermission.java 71 publicMethodCommentRequirement Required
74537 src/com/gps/hibernate/Resourcepermission.java 75 Parameter 'scope' is not assigned and could be declared final
74538 src/com/gps/hibernate/Resourcepermission.java 75 publicMethodCommentRequirement Required
74539 src/com/gps/hibernate/Resourcepermission.java 79 publicMethodCommentRequirement Required
74540 src/com/gps/hibernate/Resourcepermission.java 83 Parameter 'primKey' is not assigned and could be declared final
74541 src/com/gps/hibernate/Resourcepermission.java 83 publicMethodCommentRequirement Required
74542 src/com/gps/hibernate/Resourcepermission.java 87 publicMethodCommentRequirement Required
74543 src/com/gps/hibernate/Resourcepermission.java 91 Parameter 'roleId' is not assigned and could be declared final
74544 src/com/gps/hibernate/Resourcepermission.java 91 publicMethodCommentRequirement Required
74545 src/com/gps/hibernate/Resourcepermission.java 95 publicMethodCommentRequirement Required
74546 src/com/gps/hibernate/Resourcepermission.java 99 Parameter 'actionIds' is not assigned and could be declared final
74547 src/com/gps/hibernate/Resourcepermission.java 99 publicMethodCommentRequirement Required
74548 src/com/gps/hibernate/ResourcepermissionDAO.java 10 Comment is too large: Too many lines
74549 src/com/gps/hibernate/ResourcepermissionDAO.java 22 This class has too many methods, consider refactoring it.
74550 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Logger should be defined private static final and have the correct class
74551 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
74552 src/com/gps/hibernate/ResourcepermissionDAO.java 23 fieldCommentRequirement Required
74553 src/com/gps/hibernate/ResourcepermissionDAO.java 26 fieldCommentRequirement Required
74554 src/com/gps/hibernate/ResourcepermissionDAO.java 27 fieldCommentRequirement Required
74555 src/com/gps/hibernate/ResourcepermissionDAO.java 28 fieldCommentRequirement Required
74556 src/com/gps/hibernate/ResourcepermissionDAO.java 29 fieldCommentRequirement Required
74557 src/com/gps/hibernate/ResourcepermissionDAO.java 30 fieldCommentRequirement Required
74558 src/com/gps/hibernate/ResourcepermissionDAO.java 31 fieldCommentRequirement Required
74559 src/com/gps/hibernate/ResourcepermissionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
74560 src/com/gps/hibernate/ResourcepermissionDAO.java 33 publicMethodCommentRequirement Required
74561 src/com/gps/hibernate/ResourcepermissionDAO.java 34 There is log block not surrounded by if
74562 src/com/gps/hibernate/ResourcepermissionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74563 src/com/gps/hibernate/ResourcepermissionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
74564 src/com/gps/hibernate/ResourcepermissionDAO.java 37 There is log block not surrounded by if
74565 src/com/gps/hibernate/ResourcepermissionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74566 src/com/gps/hibernate/ResourcepermissionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74567 src/com/gps/hibernate/ResourcepermissionDAO.java 39 There is log block not surrounded by if
74568 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Avoid excessively long variable names like persistentInstance
74569 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
74570 src/com/gps/hibernate/ResourcepermissionDAO.java 44 publicMethodCommentRequirement Required
74571 src/com/gps/hibernate/ResourcepermissionDAO.java 45 There is log block not surrounded by if
74572 src/com/gps/hibernate/ResourcepermissionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74573 src/com/gps/hibernate/ResourcepermissionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
74574 src/com/gps/hibernate/ResourcepermissionDAO.java 48 There is log block not surrounded by if
74575 src/com/gps/hibernate/ResourcepermissionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74576 src/com/gps/hibernate/ResourcepermissionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74577 src/com/gps/hibernate/ResourcepermissionDAO.java 50 There is log block not surrounded by if
74578 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Avoid variables with short names like id
74579 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Parameter 'id' is not assigned and could be declared final
74580 src/com/gps/hibernate/ResourcepermissionDAO.java 55 publicMethodCommentRequirement Required
74581 src/com/gps/hibernate/ResourcepermissionDAO.java 56 There is log block not surrounded by if
74582 src/com/gps/hibernate/ResourcepermissionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74583 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Local variable 'instance' could be declared final
74584 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
74585 src/com/gps/hibernate/ResourcepermissionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74586 src/com/gps/hibernate/ResourcepermissionDAO.java 62 There is log block not surrounded by if
74587 src/com/gps/hibernate/ResourcepermissionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
74588 src/com/gps/hibernate/ResourcepermissionDAO.java 67 publicMethodCommentRequirement Required
74589 src/com/gps/hibernate/ResourcepermissionDAO.java 68 There is log block not surrounded by if
74590 src/com/gps/hibernate/ResourcepermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74591 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Local variable 'results' could be declared final
74592 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
74593 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
74594 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
74595 src/com/gps/hibernate/ResourcepermissionDAO.java 73 There is log block not surrounded by if
74596 src/com/gps/hibernate/ResourcepermissionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74597 src/com/gps/hibernate/ResourcepermissionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
74598 src/com/gps/hibernate/ResourcepermissionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74599 src/com/gps/hibernate/ResourcepermissionDAO.java 77 There is log block not surrounded by if
74600 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
74601 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'value' is not assigned and could be declared final
74602 src/com/gps/hibernate/ResourcepermissionDAO.java 82 publicMethodCommentRequirement Required
74603 src/com/gps/hibernate/ResourcepermissionDAO.java 83 There is log block not surrounded by if
74604 src/com/gps/hibernate/ResourcepermissionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74605 src/com/gps/hibernate/ResourcepermissionDAO.java 86 Local variable 'queryString' could be declared final
74606 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Local variable 'queryObject' could be declared final
74607 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
74608 src/com/gps/hibernate/ResourcepermissionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
74609 src/com/gps/hibernate/ResourcepermissionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
74610 src/com/gps/hibernate/ResourcepermissionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74611 src/com/gps/hibernate/ResourcepermissionDAO.java 92 There is log block not surrounded by if
74612 src/com/gps/hibernate/ResourcepermissionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
74613 src/com/gps/hibernate/ResourcepermissionDAO.java 97 publicMethodCommentRequirement Required
74614 src/com/gps/hibernate/ResourcepermissionDAO.java 101 Parameter 'name' is not assigned and could be declared final
74615 src/com/gps/hibernate/ResourcepermissionDAO.java 101 publicMethodCommentRequirement Required
74616 src/com/gps/hibernate/ResourcepermissionDAO.java 105 Parameter 'scope' is not assigned and could be declared final
74617 src/com/gps/hibernate/ResourcepermissionDAO.java 105 publicMethodCommentRequirement Required
74618 src/com/gps/hibernate/ResourcepermissionDAO.java 109 Parameter 'primKey' is not assigned and could be declared final
74619 src/com/gps/hibernate/ResourcepermissionDAO.java 109 publicMethodCommentRequirement Required
74620 src/com/gps/hibernate/ResourcepermissionDAO.java 113 Parameter 'roleId' is not assigned and could be declared final
74621 src/com/gps/hibernate/ResourcepermissionDAO.java 113 publicMethodCommentRequirement Required
74622 src/com/gps/hibernate/ResourcepermissionDAO.java 117 Parameter 'actionIds' is not assigned and could be declared final
74623 src/com/gps/hibernate/ResourcepermissionDAO.java 117 publicMethodCommentRequirement Required
74624 src/com/gps/hibernate/ResourcepermissionDAO.java 121 publicMethodCommentRequirement Required
74625 src/com/gps/hibernate/ResourcepermissionDAO.java 122 There is log block not surrounded by if
74626 src/com/gps/hibernate/ResourcepermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74627 src/com/gps/hibernate/ResourcepermissionDAO.java 124 Local variable 'queryString' could be declared final
74628 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Local variable 'queryObject' could be declared final
74629 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
74630 src/com/gps/hibernate/ResourcepermissionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
74631 src/com/gps/hibernate/ResourcepermissionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74632 src/com/gps/hibernate/ResourcepermissionDAO.java 128 There is log block not surrounded by if
74633 src/com/gps/hibernate/ResourcepermissionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
74634 src/com/gps/hibernate/ResourcepermissionDAO.java 133 publicMethodCommentRequirement Required
74635 src/com/gps/hibernate/ResourcepermissionDAO.java 134 There is log block not surrounded by if
74636 src/com/gps/hibernate/ResourcepermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74637 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Local variable 'result' could be declared final
74638 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
74639 src/com/gps/hibernate/ResourcepermissionDAO.java 138 There is log block not surrounded by if
74640 src/com/gps/hibernate/ResourcepermissionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74641 src/com/gps/hibernate/ResourcepermissionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74642 src/com/gps/hibernate/ResourcepermissionDAO.java 141 There is log block not surrounded by if
74643 src/com/gps/hibernate/ResourcepermissionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
74644 src/com/gps/hibernate/ResourcepermissionDAO.java 146 publicMethodCommentRequirement Required
74645 src/com/gps/hibernate/ResourcepermissionDAO.java 147 There is log block not surrounded by if
74646 src/com/gps/hibernate/ResourcepermissionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74647 src/com/gps/hibernate/ResourcepermissionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
74648 src/com/gps/hibernate/ResourcepermissionDAO.java 150 There is log block not surrounded by if
74649 src/com/gps/hibernate/ResourcepermissionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74650 src/com/gps/hibernate/ResourcepermissionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74651 src/com/gps/hibernate/ResourcepermissionDAO.java 152 There is log block not surrounded by if
74652 src/com/gps/hibernate/ResourcepermissionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
74653 src/com/gps/hibernate/ResourcepermissionDAO.java 157 publicMethodCommentRequirement Required
74654 src/com/gps/hibernate/ResourcepermissionDAO.java 158 There is log block not surrounded by if
74655 src/com/gps/hibernate/ResourcepermissionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74656 src/com/gps/hibernate/ResourcepermissionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
74657 src/com/gps/hibernate/ResourcepermissionDAO.java 161 There is log block not surrounded by if
74658 src/com/gps/hibernate/ResourcepermissionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74659 src/com/gps/hibernate/ResourcepermissionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74660 src/com/gps/hibernate/ResourcepermissionDAO.java 163 There is log block not surrounded by if
74661 src/com/gps/hibernate/RfidHistory.java 5 Avoid unused imports such as 'com.gps.hibernate.UserRfid'
74662 src/com/gps/hibernate/RfidHistory.java 5 No need to import a type that lives in the same package
74663 src/com/gps/hibernate/RfidHistory.java 6 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.string'
74664 src/com/gps/hibernate/RfidHistory.java 8 Classes implementing Serializable should set a serialVersionUID
74665 src/com/gps/hibernate/RfidHistory.java 8 headerCommentRequirement Required
74666 src/com/gps/hibernate/RfidHistory.java 12 fieldCommentRequirement Required
74667 src/com/gps/hibernate/RfidHistory.java 13 fieldCommentRequirement Required
74668 src/com/gps/hibernate/RfidHistory.java 14 fieldCommentRequirement Required
74669 src/com/gps/hibernate/RfidHistory.java 15 fieldCommentRequirement Required
74670 src/com/gps/hibernate/RfidHistory.java 16 fieldCommentRequirement Required
74671 src/com/gps/hibernate/RfidHistory.java 17 fieldCommentRequirement Required
74672 src/com/gps/hibernate/RfidHistory.java 18 fieldCommentRequirement Required
74673 src/com/gps/hibernate/RfidHistory.java 23 Document empty constructor
74674 src/com/gps/hibernate/RfidHistory.java 27 Parameter 'historyId' is not assigned and could be declared final
74675 src/com/gps/hibernate/RfidHistory.java 27 Parameter 'insertionTime' is not assigned and could be declared final
74676 src/com/gps/hibernate/RfidHistory.java 27 Parameter 'userRfid' is not assigned and could be declared final
74677 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'fence' is not assigned and could be declared final
74678 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'historyId' is not assigned and could be declared final
74679 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'insertionTime' is not assigned and could be declared final
74680 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'session' is not assigned and could be declared final
74681 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'status' is not assigned and could be declared final
74682 src/com/gps/hibernate/RfidHistory.java 34 Parameter 'userRfid' is not assigned and could be declared final
74683 src/com/gps/hibernate/RfidHistory.java 47 publicMethodCommentRequirement Required
74684 src/com/gps/hibernate/RfidHistory.java 51 Parameter 'historyId' is not assigned and could be declared final
74685 src/com/gps/hibernate/RfidHistory.java 51 publicMethodCommentRequirement Required
74686 src/com/gps/hibernate/RfidHistory.java 55 publicMethodCommentRequirement Required
74687 src/com/gps/hibernate/RfidHistory.java 59 Parameter 'userRfid' is not assigned and could be declared final
74688 src/com/gps/hibernate/RfidHistory.java 59 publicMethodCommentRequirement Required
74689 src/com/gps/hibernate/RfidHistory.java 63 publicMethodCommentRequirement Required
74690 src/com/gps/hibernate/RfidHistory.java 67 Parameter 'fence' is not assigned and could be declared final
74691 src/com/gps/hibernate/RfidHistory.java 67 publicMethodCommentRequirement Required
74692 src/com/gps/hibernate/RfidHistory.java 71 publicMethodCommentRequirement Required
74693 src/com/gps/hibernate/RfidHistory.java 75 Parameter 'insertionTime' is not assigned and could be declared final
74694 src/com/gps/hibernate/RfidHistory.java 75 publicMethodCommentRequirement Required
74695 src/com/gps/hibernate/RfidHistory.java 79 publicMethodCommentRequirement Required
74696 src/com/gps/hibernate/RfidHistory.java 83 Parameter 'session' is not assigned and could be declared final
74697 src/com/gps/hibernate/RfidHistory.java 83 publicMethodCommentRequirement Required
74698 src/com/gps/hibernate/RfidHistory.java 87 publicMethodCommentRequirement Required
74699 src/com/gps/hibernate/RfidHistory.java 91 Parameter 'status' is not assigned and could be declared final
74700 src/com/gps/hibernate/RfidHistory.java 91 publicMethodCommentRequirement Required
74701 src/com/gps/hibernate/RfidHistory.java 95 publicMethodCommentRequirement Required
74702 src/com/gps/hibernate/RfidHistory.java 99 Parameter 'tripDetails' is not assigned and could be declared final
74703 src/com/gps/hibernate/RfidHistory.java 99 publicMethodCommentRequirement Required
74704 src/com/gps/hibernate/RfidHistoryDAO.java 5 Avoid unused imports such as 'javax.naming.InitialContext'
74705 src/com/gps/hibernate/RfidHistoryDAO.java 9 Avoid unused imports such as 'org.hibernate.SessionFactory'
74706 src/com/gps/hibernate/RfidHistoryDAO.java 21 Logger should be defined private static final and have the correct class
74707 src/com/gps/hibernate/RfidHistoryDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
74708 src/com/gps/hibernate/RfidHistoryDAO.java 21 fieldCommentRequirement Required
74709 src/com/gps/hibernate/RfidHistoryDAO.java 25 Parameter 'transientInstance' is not assigned and could be declared final
74710 src/com/gps/hibernate/RfidHistoryDAO.java 25 publicMethodCommentRequirement Required
74711 src/com/gps/hibernate/RfidHistoryDAO.java 26 There is log block not surrounded by if
74712 src/com/gps/hibernate/RfidHistoryDAO.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74713 src/com/gps/hibernate/RfidHistoryDAO.java 28 Potential violation of Law of Demeter (method chain calls)
74714 src/com/gps/hibernate/RfidHistoryDAO.java 29 There is log block not surrounded by if
74715 src/com/gps/hibernate/RfidHistoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74716 src/com/gps/hibernate/RfidHistoryDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74717 src/com/gps/hibernate/RfidHistoryDAO.java 32 There is log block not surrounded by if
74718 src/com/gps/hibernate/RfidHistoryDAO.java 37 Parameter 'instance' is not assigned and could be declared final
74719 src/com/gps/hibernate/RfidHistoryDAO.java 37 publicMethodCommentRequirement Required
74720 src/com/gps/hibernate/RfidHistoryDAO.java 38 There is log block not surrounded by if
74721 src/com/gps/hibernate/RfidHistoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74722 src/com/gps/hibernate/RfidHistoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
74723 src/com/gps/hibernate/RfidHistoryDAO.java 41 There is log block not surrounded by if
74724 src/com/gps/hibernate/RfidHistoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74725 src/com/gps/hibernate/RfidHistoryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74726 src/com/gps/hibernate/RfidHistoryDAO.java 44 There is log block not surrounded by if
74727 src/com/gps/hibernate/RfidHistoryDAO.java 49 Parameter 'instance' is not assigned and could be declared final
74728 src/com/gps/hibernate/RfidHistoryDAO.java 49 publicMethodCommentRequirement Required
74729 src/com/gps/hibernate/RfidHistoryDAO.java 50 There is log block not surrounded by if
74730 src/com/gps/hibernate/RfidHistoryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74731 src/com/gps/hibernate/RfidHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
74732 src/com/gps/hibernate/RfidHistoryDAO.java 53 There is log block not surrounded by if
74733 src/com/gps/hibernate/RfidHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74734 src/com/gps/hibernate/RfidHistoryDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74735 src/com/gps/hibernate/RfidHistoryDAO.java 56 There is log block not surrounded by if
74736 src/com/gps/hibernate/RfidHistoryDAO.java 61 Avoid excessively long variable names like persistentInstance
74737 src/com/gps/hibernate/RfidHistoryDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
74738 src/com/gps/hibernate/RfidHistoryDAO.java 61 publicMethodCommentRequirement Required
74739 src/com/gps/hibernate/RfidHistoryDAO.java 62 There is log block not surrounded by if
74740 src/com/gps/hibernate/RfidHistoryDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74741 src/com/gps/hibernate/RfidHistoryDAO.java 64 Potential violation of Law of Demeter (method chain calls)
74742 src/com/gps/hibernate/RfidHistoryDAO.java 65 There is log block not surrounded by if
74743 src/com/gps/hibernate/RfidHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74744 src/com/gps/hibernate/RfidHistoryDAO.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74745 src/com/gps/hibernate/RfidHistoryDAO.java 68 There is log block not surrounded by if
74746 src/com/gps/hibernate/RfidHistoryDAO.java 73 Parameter 'detachedInstance' is not assigned and could be declared final
74747 src/com/gps/hibernate/RfidHistoryDAO.java 73 publicMethodCommentRequirement Required
74748 src/com/gps/hibernate/RfidHistoryDAO.java 74 There is log block not surrounded by if
74749 src/com/gps/hibernate/RfidHistoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74750 src/com/gps/hibernate/RfidHistoryDAO.java 76 Local variable 'result' could be declared final
74751 src/com/gps/hibernate/RfidHistoryDAO.java 76 Potential violation of Law of Demeter (method chain calls)
74752 src/com/gps/hibernate/RfidHistoryDAO.java 78 There is log block not surrounded by if
74753 src/com/gps/hibernate/RfidHistoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74754 src/com/gps/hibernate/RfidHistoryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74755 src/com/gps/hibernate/RfidHistoryDAO.java 82 There is log block not surrounded by if
74756 src/com/gps/hibernate/RfidHistoryDAO.java 87 Avoid variables with short names like id
74757 src/com/gps/hibernate/RfidHistoryDAO.java 87 Parameter 'id' is not assigned and could be declared final
74758 src/com/gps/hibernate/RfidHistoryDAO.java 87 publicMethodCommentRequirement Required
74759 src/com/gps/hibernate/RfidHistoryDAO.java 88 There is log block not surrounded by if
74760 src/com/gps/hibernate/RfidHistoryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74761 src/com/gps/hibernate/RfidHistoryDAO.java 90 Local variable 'instance' could be declared final
74762 src/com/gps/hibernate/RfidHistoryDAO.java 90 Potential violation of Law of Demeter (method chain calls)
74763 src/com/gps/hibernate/RfidHistoryDAO.java 93 There is log block not surrounded by if
74764 src/com/gps/hibernate/RfidHistoryDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74765 src/com/gps/hibernate/RfidHistoryDAO.java 96 There is log block not surrounded by if
74766 src/com/gps/hibernate/RfidHistoryDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74767 src/com/gps/hibernate/RfidHistoryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74768 src/com/gps/hibernate/RfidHistoryDAO.java 101 There is log block not surrounded by if
74769 src/com/gps/hibernate/RfidHistoryDAO.java 107 Parameter 'instance' is not assigned and could be declared final
74770 src/com/gps/hibernate/RfidHistoryDAO.java 107 publicMethodCommentRequirement Required
74771 src/com/gps/hibernate/RfidHistoryDAO.java 108 There is log block not surrounded by if
74772 src/com/gps/hibernate/RfidHistoryDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74773 src/com/gps/hibernate/RfidHistoryDAO.java 110 Local variable 'results' could be declared final
74774 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
74775 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
74776 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
74777 src/com/gps/hibernate/RfidHistoryDAO.java 114 Potential violation of Law of Demeter (object not created locally)
74778 src/com/gps/hibernate/RfidHistoryDAO.java 114 There is log block not surrounded by if
74779 src/com/gps/hibernate/RfidHistoryDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74780 src/com/gps/hibernate/RfidHistoryDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74781 src/com/gps/hibernate/RfidHistoryDAO.java 118 There is log block not surrounded by if
74782 src/com/gps/hibernate/RfidStatus.java 3 Avoid unused imports such as 'java.util.HashSet'
74783 src/com/gps/hibernate/RfidStatus.java 4 Avoid unused imports such as 'java.util.Set'
74784 src/com/gps/hibernate/RfidStatus.java 6 Classes implementing Serializable should set a serialVersionUID
74785 src/com/gps/hibernate/RfidStatus.java 6 headerCommentRequirement Required
74786 src/com/gps/hibernate/RfidStatus.java 11 Avoid variables with short names like no
74787 src/com/gps/hibernate/RfidStatus.java 11 fieldCommentRequirement Required
74788 src/com/gps/hibernate/RfidStatus.java 12 fieldCommentRequirement Required
74789 src/com/gps/hibernate/RfidStatus.java 13 fieldCommentRequirement Required
74790 src/com/gps/hibernate/RfidStatus.java 14 fieldCommentRequirement Required
74791 src/com/gps/hibernate/RfidStatus.java 29 Avoid variables with short names like no
74792 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'alerts' is not assigned and could be declared final
74793 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'message' is not assigned and could be declared final
74794 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'no' is not assigned and could be declared final
74795 src/com/gps/hibernate/RfidStatus.java 29 Parameter 'status' is not assigned and could be declared final
74796 src/com/gps/hibernate/RfidStatus.java 47 Avoid variables with short names like no
74797 src/com/gps/hibernate/RfidStatus.java 47 Parameter 'no' is not assigned and could be declared final
74798 src/com/gps/hibernate/RfidStatus.java 61 Parameter 'status' is not assigned and could be declared final
74799 src/com/gps/hibernate/RfidStatus.java 75 Parameter 'message' is not assigned and could be declared final
74800 src/com/gps/hibernate/RfidStatus.java 89 Parameter 'alerts' is not assigned and could be declared final
74801 src/com/gps/hibernate/RfidStatusDAO.java 21 Logger should be defined private static final and have the correct class
74802 src/com/gps/hibernate/RfidStatusDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
74803 src/com/gps/hibernate/RfidStatusDAO.java 21 fieldCommentRequirement Required
74804 src/com/gps/hibernate/RfidStatusDAO.java 23 fieldCommentRequirement Required
74805 src/com/gps/hibernate/RfidStatusDAO.java 25 protectedMethodCommentRequirement Required
74806 src/com/gps/hibernate/RfidStatusDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74807 src/com/gps/hibernate/RfidStatusDAO.java 30 There is log block not surrounded by if
74808 src/com/gps/hibernate/RfidStatusDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
74809 src/com/gps/hibernate/RfidStatusDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
74810 src/com/gps/hibernate/RfidStatusDAO.java 35 publicMethodCommentRequirement Required
74811 src/com/gps/hibernate/RfidStatusDAO.java 36 There is log block not surrounded by if
74812 src/com/gps/hibernate/RfidStatusDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74813 src/com/gps/hibernate/RfidStatusDAO.java 38 Potential violation of Law of Demeter (method chain calls)
74814 src/com/gps/hibernate/RfidStatusDAO.java 39 There is log block not surrounded by if
74815 src/com/gps/hibernate/RfidStatusDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74816 src/com/gps/hibernate/RfidStatusDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74817 src/com/gps/hibernate/RfidStatusDAO.java 42 There is log block not surrounded by if
74818 src/com/gps/hibernate/RfidStatusDAO.java 47 Parameter 'instance' is not assigned and could be declared final
74819 src/com/gps/hibernate/RfidStatusDAO.java 47 publicMethodCommentRequirement Required
74820 src/com/gps/hibernate/RfidStatusDAO.java 48 There is log block not surrounded by if
74821 src/com/gps/hibernate/RfidStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74822 src/com/gps/hibernate/RfidStatusDAO.java 50 Potential violation of Law of Demeter (method chain calls)
74823 src/com/gps/hibernate/RfidStatusDAO.java 51 There is log block not surrounded by if
74824 src/com/gps/hibernate/RfidStatusDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74825 src/com/gps/hibernate/RfidStatusDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74826 src/com/gps/hibernate/RfidStatusDAO.java 54 There is log block not surrounded by if
74827 src/com/gps/hibernate/RfidStatusDAO.java 59 Parameter 'instance' is not assigned and could be declared final
74828 src/com/gps/hibernate/RfidStatusDAO.java 59 publicMethodCommentRequirement Required
74829 src/com/gps/hibernate/RfidStatusDAO.java 60 There is log block not surrounded by if
74830 src/com/gps/hibernate/RfidStatusDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74831 src/com/gps/hibernate/RfidStatusDAO.java 62 Potential violation of Law of Demeter (method chain calls)
74832 src/com/gps/hibernate/RfidStatusDAO.java 63 There is log block not surrounded by if
74833 src/com/gps/hibernate/RfidStatusDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74834 src/com/gps/hibernate/RfidStatusDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74835 src/com/gps/hibernate/RfidStatusDAO.java 66 There is log block not surrounded by if
74836 src/com/gps/hibernate/RfidStatusDAO.java 71 Avoid excessively long variable names like persistentInstance
74837 src/com/gps/hibernate/RfidStatusDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
74838 src/com/gps/hibernate/RfidStatusDAO.java 71 publicMethodCommentRequirement Required
74839 src/com/gps/hibernate/RfidStatusDAO.java 72 There is log block not surrounded by if
74840 src/com/gps/hibernate/RfidStatusDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74841 src/com/gps/hibernate/RfidStatusDAO.java 74 Potential violation of Law of Demeter (method chain calls)
74842 src/com/gps/hibernate/RfidStatusDAO.java 75 There is log block not surrounded by if
74843 src/com/gps/hibernate/RfidStatusDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74844 src/com/gps/hibernate/RfidStatusDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74845 src/com/gps/hibernate/RfidStatusDAO.java 78 There is log block not surrounded by if
74846 src/com/gps/hibernate/RfidStatusDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
74847 src/com/gps/hibernate/RfidStatusDAO.java 83 publicMethodCommentRequirement Required
74848 src/com/gps/hibernate/RfidStatusDAO.java 84 There is log block not surrounded by if
74849 src/com/gps/hibernate/RfidStatusDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74850 src/com/gps/hibernate/RfidStatusDAO.java 86 Local variable 'result' could be declared final
74851 src/com/gps/hibernate/RfidStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
74852 src/com/gps/hibernate/RfidStatusDAO.java 88 There is log block not surrounded by if
74853 src/com/gps/hibernate/RfidStatusDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74854 src/com/gps/hibernate/RfidStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74855 src/com/gps/hibernate/RfidStatusDAO.java 92 There is log block not surrounded by if
74856 src/com/gps/hibernate/RfidStatusDAO.java 97 Avoid variables with short names like id
74857 src/com/gps/hibernate/RfidStatusDAO.java 97 Parameter 'id' is not assigned and could be declared final
74858 src/com/gps/hibernate/RfidStatusDAO.java 97 publicMethodCommentRequirement Required
74859 src/com/gps/hibernate/RfidStatusDAO.java 98 There is log block not surrounded by if
74860 src/com/gps/hibernate/RfidStatusDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74861 src/com/gps/hibernate/RfidStatusDAO.java 100 Local variable 'instance' could be declared final
74862 src/com/gps/hibernate/RfidStatusDAO.java 100 Potential violation of Law of Demeter (method chain calls)
74863 src/com/gps/hibernate/RfidStatusDAO.java 103 There is log block not surrounded by if
74864 src/com/gps/hibernate/RfidStatusDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74865 src/com/gps/hibernate/RfidStatusDAO.java 106 There is log block not surrounded by if
74866 src/com/gps/hibernate/RfidStatusDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74867 src/com/gps/hibernate/RfidStatusDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74868 src/com/gps/hibernate/RfidStatusDAO.java 111 There is log block not surrounded by if
74869 src/com/gps/hibernate/RfidStatusDAO.java 117 Parameter 'instance' is not assigned and could be declared final
74870 src/com/gps/hibernate/RfidStatusDAO.java 117 publicMethodCommentRequirement Required
74871 src/com/gps/hibernate/RfidStatusDAO.java 118 There is log block not surrounded by if
74872 src/com/gps/hibernate/RfidStatusDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74873 src/com/gps/hibernate/RfidStatusDAO.java 120 Local variable 'results' could be declared final
74874 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
74875 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
74876 src/com/gps/hibernate/RfidStatusDAO.java 120 Potential violation of Law of Demeter (method chain calls)
74877 src/com/gps/hibernate/RfidStatusDAO.java 124 Potential violation of Law of Demeter (object not created locally)
74878 src/com/gps/hibernate/RfidStatusDAO.java 124 There is log block not surrounded by if
74879 src/com/gps/hibernate/RfidStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74880 src/com/gps/hibernate/RfidStatusDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74881 src/com/gps/hibernate/RfidStatusDAO.java 128 There is log block not surrounded by if
74882 src/com/gps/hibernate/Role.java 9 A Classname should have a minimum of five characters
74883 src/com/gps/hibernate/Role.java 9 Classes implementing Serializable should set a serialVersionUID
74884 src/com/gps/hibernate/Role.java 13 fieldCommentRequirement Required
74885 src/com/gps/hibernate/Role.java 14 fieldCommentRequirement Required
74886 src/com/gps/hibernate/Role.java 15 fieldCommentRequirement Required
74887 src/com/gps/hibernate/Role.java 16 fieldCommentRequirement Required
74888 src/com/gps/hibernate/Role.java 17 fieldCommentRequirement Required
74889 src/com/gps/hibernate/Role.java 18 fieldCommentRequirement Required
74890 src/com/gps/hibernate/Role.java 19 fieldCommentRequirement Required
74891 src/com/gps/hibernate/Role.java 20 fieldCommentRequirement Required
74892 src/com/gps/hibernate/Role.java 21 fieldCommentRequirement Required
74893 src/com/gps/hibernate/Role.java 26 Document empty constructor
74894 src/com/gps/hibernate/Role.java 30 Parameter 'roleId' is not assigned and could be declared final
74895 src/com/gps/hibernate/Role.java 35 Parameter 'classNameId' is not assigned and could be declared final
74896 src/com/gps/hibernate/Role.java 35 Parameter 'classPk' is not assigned and could be declared final
74897 src/com/gps/hibernate/Role.java 35 Parameter 'companyId' is not assigned and could be declared final
74898 src/com/gps/hibernate/Role.java 35 Parameter 'roleId' is not assigned and could be declared final
74899 src/com/gps/hibernate/Role.java 36 Parameter 'description' is not assigned and could be declared final
74900 src/com/gps/hibernate/Role.java 36 Parameter 'name' is not assigned and could be declared final
74901 src/com/gps/hibernate/Role.java 36 Parameter 'title' is not assigned and could be declared final
74902 src/com/gps/hibernate/Role.java 36 Parameter 'type' is not assigned and could be declared final
74903 src/com/gps/hibernate/Role.java 37 Parameter 'subtype' is not assigned and could be declared final
74904 src/com/gps/hibernate/Role.java 51 publicMethodCommentRequirement Required
74905 src/com/gps/hibernate/Role.java 55 Parameter 'roleId' is not assigned and could be declared final
74906 src/com/gps/hibernate/Role.java 55 publicMethodCommentRequirement Required
74907 src/com/gps/hibernate/Role.java 59 publicMethodCommentRequirement Required
74908 src/com/gps/hibernate/Role.java 63 Parameter 'companyId' is not assigned and could be declared final
74909 src/com/gps/hibernate/Role.java 63 publicMethodCommentRequirement Required
74910 src/com/gps/hibernate/Role.java 67 publicMethodCommentRequirement Required
74911 src/com/gps/hibernate/Role.java 71 Parameter 'classNameId' is not assigned and could be declared final
74912 src/com/gps/hibernate/Role.java 71 publicMethodCommentRequirement Required
74913 src/com/gps/hibernate/Role.java 75 publicMethodCommentRequirement Required
74914 src/com/gps/hibernate/Role.java 79 Parameter 'classPk' is not assigned and could be declared final
74915 src/com/gps/hibernate/Role.java 79 publicMethodCommentRequirement Required
74916 src/com/gps/hibernate/Role.java 83 publicMethodCommentRequirement Required
74917 src/com/gps/hibernate/Role.java 87 Parameter 'name' is not assigned and could be declared final
74918 src/com/gps/hibernate/Role.java 87 publicMethodCommentRequirement Required
74919 src/com/gps/hibernate/Role.java 91 publicMethodCommentRequirement Required
74920 src/com/gps/hibernate/Role.java 95 Parameter 'title' is not assigned and could be declared final
74921 src/com/gps/hibernate/Role.java 95 publicMethodCommentRequirement Required
74922 src/com/gps/hibernate/Role.java 99 publicMethodCommentRequirement Required
74923 src/com/gps/hibernate/Role.java 103 Parameter 'description' is not assigned and could be declared final
74924 src/com/gps/hibernate/Role.java 103 publicMethodCommentRequirement Required
74925 src/com/gps/hibernate/Role.java 107 publicMethodCommentRequirement Required
74926 src/com/gps/hibernate/Role.java 111 Parameter 'type' is not assigned and could be declared final
74927 src/com/gps/hibernate/Role.java 111 publicMethodCommentRequirement Required
74928 src/com/gps/hibernate/Role.java 115 publicMethodCommentRequirement Required
74929 src/com/gps/hibernate/Role.java 119 Parameter 'subtype' is not assigned and could be declared final
74930 src/com/gps/hibernate/Role.java 119 publicMethodCommentRequirement Required
74931 src/com/gps/hibernate/RoleDAO.java 10 Comment is too large: Too many lines
74932 src/com/gps/hibernate/RoleDAO.java 22 This class has too many methods, consider refactoring it.
74933 src/com/gps/hibernate/RoleDAO.java 23 Logger should be defined private static final and have the correct class
74934 src/com/gps/hibernate/RoleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
74935 src/com/gps/hibernate/RoleDAO.java 23 fieldCommentRequirement Required
74936 src/com/gps/hibernate/RoleDAO.java 25 fieldCommentRequirement Required
74937 src/com/gps/hibernate/RoleDAO.java 26 fieldCommentRequirement Required
74938 src/com/gps/hibernate/RoleDAO.java 27 fieldCommentRequirement Required
74939 src/com/gps/hibernate/RoleDAO.java 28 fieldCommentRequirement Required
74940 src/com/gps/hibernate/RoleDAO.java 29 fieldCommentRequirement Required
74941 src/com/gps/hibernate/RoleDAO.java 30 fieldCommentRequirement Required
74942 src/com/gps/hibernate/RoleDAO.java 31 fieldCommentRequirement Required
74943 src/com/gps/hibernate/RoleDAO.java 32 fieldCommentRequirement Required
74944 src/com/gps/hibernate/RoleDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
74945 src/com/gps/hibernate/RoleDAO.java 34 publicMethodCommentRequirement Required
74946 src/com/gps/hibernate/RoleDAO.java 35 There is log block not surrounded by if
74947 src/com/gps/hibernate/RoleDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74948 src/com/gps/hibernate/RoleDAO.java 37 Potential violation of Law of Demeter (method chain calls)
74949 src/com/gps/hibernate/RoleDAO.java 38 There is log block not surrounded by if
74950 src/com/gps/hibernate/RoleDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74951 src/com/gps/hibernate/RoleDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74952 src/com/gps/hibernate/RoleDAO.java 40 There is log block not surrounded by if
74953 src/com/gps/hibernate/RoleDAO.java 45 Avoid excessively long variable names like persistentInstance
74954 src/com/gps/hibernate/RoleDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
74955 src/com/gps/hibernate/RoleDAO.java 45 publicMethodCommentRequirement Required
74956 src/com/gps/hibernate/RoleDAO.java 46 There is log block not surrounded by if
74957 src/com/gps/hibernate/RoleDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74958 src/com/gps/hibernate/RoleDAO.java 48 Potential violation of Law of Demeter (method chain calls)
74959 src/com/gps/hibernate/RoleDAO.java 49 There is log block not surrounded by if
74960 src/com/gps/hibernate/RoleDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74961 src/com/gps/hibernate/RoleDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74962 src/com/gps/hibernate/RoleDAO.java 51 There is log block not surrounded by if
74963 src/com/gps/hibernate/RoleDAO.java 56 Avoid variables with short names like id
74964 src/com/gps/hibernate/RoleDAO.java 56 Parameter 'id' is not assigned and could be declared final
74965 src/com/gps/hibernate/RoleDAO.java 56 publicMethodCommentRequirement Required
74966 src/com/gps/hibernate/RoleDAO.java 57 There is log block not surrounded by if
74967 src/com/gps/hibernate/RoleDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74968 src/com/gps/hibernate/RoleDAO.java 59 Local variable 'instance' could be declared final
74969 src/com/gps/hibernate/RoleDAO.java 59 Potential violation of Law of Demeter (method chain calls)
74970 src/com/gps/hibernate/RoleDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74971 src/com/gps/hibernate/RoleDAO.java 63 There is log block not surrounded by if
74972 src/com/gps/hibernate/RoleDAO.java 68 Parameter 'instance' is not assigned and could be declared final
74973 src/com/gps/hibernate/RoleDAO.java 68 publicMethodCommentRequirement Required
74974 src/com/gps/hibernate/RoleDAO.java 69 There is log block not surrounded by if
74975 src/com/gps/hibernate/RoleDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74976 src/com/gps/hibernate/RoleDAO.java 71 Local variable 'results' could be declared final
74977 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
74978 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
74979 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
74980 src/com/gps/hibernate/RoleDAO.java 74 There is log block not surrounded by if
74981 src/com/gps/hibernate/RoleDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74982 src/com/gps/hibernate/RoleDAO.java 75 Potential violation of Law of Demeter (object not created locally)
74983 src/com/gps/hibernate/RoleDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74984 src/com/gps/hibernate/RoleDAO.java 78 There is log block not surrounded by if
74985 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
74986 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'value' is not assigned and could be declared final
74987 src/com/gps/hibernate/RoleDAO.java 83 publicMethodCommentRequirement Required
74988 src/com/gps/hibernate/RoleDAO.java 84 There is log block not surrounded by if
74989 src/com/gps/hibernate/RoleDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
74990 src/com/gps/hibernate/RoleDAO.java 87 Local variable 'queryString' could be declared final
74991 src/com/gps/hibernate/RoleDAO.java 89 Local variable 'queryObject' could be declared final
74992 src/com/gps/hibernate/RoleDAO.java 89 Potential violation of Law of Demeter (method chain calls)
74993 src/com/gps/hibernate/RoleDAO.java 90 Potential violation of Law of Demeter (object not created locally)
74994 src/com/gps/hibernate/RoleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
74995 src/com/gps/hibernate/RoleDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
74996 src/com/gps/hibernate/RoleDAO.java 93 There is log block not surrounded by if
74997 src/com/gps/hibernate/RoleDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
74998 src/com/gps/hibernate/RoleDAO.java 98 publicMethodCommentRequirement Required
74999 src/com/gps/hibernate/RoleDAO.java 102 Parameter 'classNameId' is not assigned and could be declared final
75000 src/com/gps/hibernate/RoleDAO.java 102 publicMethodCommentRequirement Required
75001 src/com/gps/hibernate/RoleDAO.java 106 Parameter 'classPk' is not assigned and could be declared final
75002 src/com/gps/hibernate/RoleDAO.java 106 publicMethodCommentRequirement Required
75003 src/com/gps/hibernate/RoleDAO.java 110 Parameter 'name' is not assigned and could be declared final
75004 src/com/gps/hibernate/RoleDAO.java 110 publicMethodCommentRequirement Required
75005 src/com/gps/hibernate/RoleDAO.java 114 Parameter 'title' is not assigned and could be declared final
75006 src/com/gps/hibernate/RoleDAO.java 114 publicMethodCommentRequirement Required
75007 src/com/gps/hibernate/RoleDAO.java 118 Parameter 'description' is not assigned and could be declared final
75008 src/com/gps/hibernate/RoleDAO.java 118 publicMethodCommentRequirement Required
75009 src/com/gps/hibernate/RoleDAO.java 122 Parameter 'type' is not assigned and could be declared final
75010 src/com/gps/hibernate/RoleDAO.java 122 publicMethodCommentRequirement Required
75011 src/com/gps/hibernate/RoleDAO.java 126 Parameter 'subtype' is not assigned and could be declared final
75012 src/com/gps/hibernate/RoleDAO.java 126 publicMethodCommentRequirement Required
75013 src/com/gps/hibernate/RoleDAO.java 130 publicMethodCommentRequirement Required
75014 src/com/gps/hibernate/RoleDAO.java 131 There is log block not surrounded by if
75015 src/com/gps/hibernate/RoleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75016 src/com/gps/hibernate/RoleDAO.java 133 Local variable 'queryString' could be declared final
75017 src/com/gps/hibernate/RoleDAO.java 134 Local variable 'queryObject' could be declared final
75018 src/com/gps/hibernate/RoleDAO.java 134 Potential violation of Law of Demeter (method chain calls)
75019 src/com/gps/hibernate/RoleDAO.java 135 Potential violation of Law of Demeter (object not created locally)
75020 src/com/gps/hibernate/RoleDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75021 src/com/gps/hibernate/RoleDAO.java 137 There is log block not surrounded by if
75022 src/com/gps/hibernate/RoleDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
75023 src/com/gps/hibernate/RoleDAO.java 142 publicMethodCommentRequirement Required
75024 src/com/gps/hibernate/RoleDAO.java 143 There is log block not surrounded by if
75025 src/com/gps/hibernate/RoleDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75026 src/com/gps/hibernate/RoleDAO.java 145 Local variable 'result' could be declared final
75027 src/com/gps/hibernate/RoleDAO.java 145 Potential violation of Law of Demeter (method chain calls)
75028 src/com/gps/hibernate/RoleDAO.java 146 There is log block not surrounded by if
75029 src/com/gps/hibernate/RoleDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75030 src/com/gps/hibernate/RoleDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75031 src/com/gps/hibernate/RoleDAO.java 149 There is log block not surrounded by if
75032 src/com/gps/hibernate/RoleDAO.java 154 Parameter 'instance' is not assigned and could be declared final
75033 src/com/gps/hibernate/RoleDAO.java 154 publicMethodCommentRequirement Required
75034 src/com/gps/hibernate/RoleDAO.java 155 There is log block not surrounded by if
75035 src/com/gps/hibernate/RoleDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75036 src/com/gps/hibernate/RoleDAO.java 157 Potential violation of Law of Demeter (method chain calls)
75037 src/com/gps/hibernate/RoleDAO.java 158 There is log block not surrounded by if
75038 src/com/gps/hibernate/RoleDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75039 src/com/gps/hibernate/RoleDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75040 src/com/gps/hibernate/RoleDAO.java 160 There is log block not surrounded by if
75041 src/com/gps/hibernate/RoleDAO.java 165 Parameter 'instance' is not assigned and could be declared final
75042 src/com/gps/hibernate/RoleDAO.java 165 publicMethodCommentRequirement Required
75043 src/com/gps/hibernate/RoleDAO.java 166 There is log block not surrounded by if
75044 src/com/gps/hibernate/RoleDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75045 src/com/gps/hibernate/RoleDAO.java 168 Potential violation of Law of Demeter (method chain calls)
75046 src/com/gps/hibernate/RoleDAO.java 169 There is log block not surrounded by if
75047 src/com/gps/hibernate/RoleDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75048 src/com/gps/hibernate/RoleDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75049 src/com/gps/hibernate/RoleDAO.java 171 There is log block not surrounded by if
75050 src/com/gps/hibernate/RolesPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
75051 src/com/gps/hibernate/RolesPermissions.java 13 Avoid variables with short names like id
75052 src/com/gps/hibernate/RolesPermissions.java 13 fieldCommentRequirement Required
75053 src/com/gps/hibernate/RolesPermissions.java 18 Document empty constructor
75054 src/com/gps/hibernate/RolesPermissions.java 22 Avoid variables with short names like id
75055 src/com/gps/hibernate/RolesPermissions.java 22 Parameter 'id' is not assigned and could be declared final
75056 src/com/gps/hibernate/RolesPermissions.java 28 publicMethodCommentRequirement Required
75057 src/com/gps/hibernate/RolesPermissions.java 32 Avoid variables with short names like id
75058 src/com/gps/hibernate/RolesPermissions.java 32 Parameter 'id' is not assigned and could be declared final
75059 src/com/gps/hibernate/RolesPermissions.java 32 publicMethodCommentRequirement Required
75060 src/com/gps/hibernate/RolesPermissionsDAO.java 10 Comment is too large: Too many lines
75061 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
75062 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
75063 src/com/gps/hibernate/RolesPermissionsDAO.java 23 fieldCommentRequirement Required
75064 src/com/gps/hibernate/RolesPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
75065 src/com/gps/hibernate/RolesPermissionsDAO.java 27 publicMethodCommentRequirement Required
75066 src/com/gps/hibernate/RolesPermissionsDAO.java 28 There is log block not surrounded by if
75067 src/com/gps/hibernate/RolesPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75068 src/com/gps/hibernate/RolesPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
75069 src/com/gps/hibernate/RolesPermissionsDAO.java 31 There is log block not surrounded by if
75070 src/com/gps/hibernate/RolesPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75071 src/com/gps/hibernate/RolesPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75072 src/com/gps/hibernate/RolesPermissionsDAO.java 33 There is log block not surrounded by if
75073 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
75074 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
75075 src/com/gps/hibernate/RolesPermissionsDAO.java 38 publicMethodCommentRequirement Required
75076 src/com/gps/hibernate/RolesPermissionsDAO.java 39 There is log block not surrounded by if
75077 src/com/gps/hibernate/RolesPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75078 src/com/gps/hibernate/RolesPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
75079 src/com/gps/hibernate/RolesPermissionsDAO.java 42 There is log block not surrounded by if
75080 src/com/gps/hibernate/RolesPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75081 src/com/gps/hibernate/RolesPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75082 src/com/gps/hibernate/RolesPermissionsDAO.java 44 There is log block not surrounded by if
75083 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Avoid variables with short names like id
75084 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
75085 src/com/gps/hibernate/RolesPermissionsDAO.java 49 publicMethodCommentRequirement Required
75086 src/com/gps/hibernate/RolesPermissionsDAO.java 50 There is log block not surrounded by if
75087 src/com/gps/hibernate/RolesPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75088 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Local variable 'instance' could be declared final
75089 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
75090 src/com/gps/hibernate/RolesPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75091 src/com/gps/hibernate/RolesPermissionsDAO.java 56 There is log block not surrounded by if
75092 src/com/gps/hibernate/RolesPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
75093 src/com/gps/hibernate/RolesPermissionsDAO.java 61 publicMethodCommentRequirement Required
75094 src/com/gps/hibernate/RolesPermissionsDAO.java 62 There is log block not surrounded by if
75095 src/com/gps/hibernate/RolesPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75096 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Local variable 'results' could be declared final
75097 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
75098 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
75099 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
75100 src/com/gps/hibernate/RolesPermissionsDAO.java 67 There is log block not surrounded by if
75101 src/com/gps/hibernate/RolesPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75102 src/com/gps/hibernate/RolesPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
75103 src/com/gps/hibernate/RolesPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75104 src/com/gps/hibernate/RolesPermissionsDAO.java 71 There is log block not surrounded by if
75105 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
75106 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
75107 src/com/gps/hibernate/RolesPermissionsDAO.java 76 publicMethodCommentRequirement Required
75108 src/com/gps/hibernate/RolesPermissionsDAO.java 77 There is log block not surrounded by if
75109 src/com/gps/hibernate/RolesPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75110 src/com/gps/hibernate/RolesPermissionsDAO.java 80 Local variable 'queryString' could be declared final
75111 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
75112 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
75113 src/com/gps/hibernate/RolesPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
75114 src/com/gps/hibernate/RolesPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
75115 src/com/gps/hibernate/RolesPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75116 src/com/gps/hibernate/RolesPermissionsDAO.java 86 There is log block not surrounded by if
75117 src/com/gps/hibernate/RolesPermissionsDAO.java 91 publicMethodCommentRequirement Required
75118 src/com/gps/hibernate/RolesPermissionsDAO.java 92 There is log block not surrounded by if
75119 src/com/gps/hibernate/RolesPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75120 src/com/gps/hibernate/RolesPermissionsDAO.java 94 Local variable 'queryString' could be declared final
75121 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
75122 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
75123 src/com/gps/hibernate/RolesPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
75124 src/com/gps/hibernate/RolesPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75125 src/com/gps/hibernate/RolesPermissionsDAO.java 98 There is log block not surrounded by if
75126 src/com/gps/hibernate/RolesPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
75127 src/com/gps/hibernate/RolesPermissionsDAO.java 103 publicMethodCommentRequirement Required
75128 src/com/gps/hibernate/RolesPermissionsDAO.java 104 There is log block not surrounded by if
75129 src/com/gps/hibernate/RolesPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75130 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Local variable 'result' could be declared final
75131 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
75132 src/com/gps/hibernate/RolesPermissionsDAO.java 108 There is log block not surrounded by if
75133 src/com/gps/hibernate/RolesPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75134 src/com/gps/hibernate/RolesPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75135 src/com/gps/hibernate/RolesPermissionsDAO.java 111 There is log block not surrounded by if
75136 src/com/gps/hibernate/RolesPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
75137 src/com/gps/hibernate/RolesPermissionsDAO.java 116 publicMethodCommentRequirement Required
75138 src/com/gps/hibernate/RolesPermissionsDAO.java 117 There is log block not surrounded by if
75139 src/com/gps/hibernate/RolesPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75140 src/com/gps/hibernate/RolesPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
75141 src/com/gps/hibernate/RolesPermissionsDAO.java 120 There is log block not surrounded by if
75142 src/com/gps/hibernate/RolesPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75143 src/com/gps/hibernate/RolesPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75144 src/com/gps/hibernate/RolesPermissionsDAO.java 122 There is log block not surrounded by if
75145 src/com/gps/hibernate/RolesPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
75146 src/com/gps/hibernate/RolesPermissionsDAO.java 127 publicMethodCommentRequirement Required
75147 src/com/gps/hibernate/RolesPermissionsDAO.java 128 There is log block not surrounded by if
75148 src/com/gps/hibernate/RolesPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75149 src/com/gps/hibernate/RolesPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
75150 src/com/gps/hibernate/RolesPermissionsDAO.java 131 There is log block not surrounded by if
75151 src/com/gps/hibernate/RolesPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75152 src/com/gps/hibernate/RolesPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75153 src/com/gps/hibernate/RolesPermissionsDAO.java 133 There is log block not surrounded by if
75154 src/com/gps/hibernate/RolesPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
75155 src/com/gps/hibernate/RolesPermissionsId.java 13 fieldCommentRequirement Required
75156 src/com/gps/hibernate/RolesPermissionsId.java 14 fieldCommentRequirement Required
75157 src/com/gps/hibernate/RolesPermissionsId.java 19 Document empty constructor
75158 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
75159 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'roleId' is not assigned and could be declared final
75160 src/com/gps/hibernate/RolesPermissionsId.java 30 publicMethodCommentRequirement Required
75161 src/com/gps/hibernate/RolesPermissionsId.java 34 Parameter 'roleId' is not assigned and could be declared final
75162 src/com/gps/hibernate/RolesPermissionsId.java 34 publicMethodCommentRequirement Required
75163 src/com/gps/hibernate/RolesPermissionsId.java 38 publicMethodCommentRequirement Required
75164 src/com/gps/hibernate/RolesPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
75165 src/com/gps/hibernate/RolesPermissionsId.java 42 publicMethodCommentRequirement Required
75166 src/com/gps/hibernate/RolesPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
75167 src/com/gps/hibernate/RolesPermissionsId.java 46 publicMethodCommentRequirement Required
75168 src/com/gps/hibernate/RolesPermissionsId.java 47 Avoid using if statements without curly braces
75169 src/com/gps/hibernate/RolesPermissionsId.java 47 Useless parentheses.
75170 src/com/gps/hibernate/RolesPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
75171 src/com/gps/hibernate/RolesPermissionsId.java 49 Avoid using if statements without curly braces
75172 src/com/gps/hibernate/RolesPermissionsId.java 49 Useless parentheses.
75173 src/com/gps/hibernate/RolesPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
75174 src/com/gps/hibernate/RolesPermissionsId.java 51 Avoid using if statements without curly braces
75175 src/com/gps/hibernate/RolesPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
75176 src/com/gps/hibernate/RolesPermissionsId.java 53 Local variable 'castOther' could be declared final
75177 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
75178 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
75179 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
75180 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
75181 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
75182 src/com/gps/hibernate/RolesPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
75183 src/com/gps/hibernate/RolesPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
75184 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
75185 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
75186 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
75187 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
75188 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
75189 src/com/gps/hibernate/RolesPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
75190 src/com/gps/hibernate/RolesPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
75191 src/com/gps/hibernate/RolesPermissionsId.java 65 publicMethodCommentRequirement Required
75192 src/com/gps/hibernate/RolesPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
75193 src/com/gps/hibernate/SMSDetails.java 3 headerCommentRequirement Required
75194 src/com/gps/hibernate/SMSDetails.java 5 fieldCommentRequirement Required
75195 src/com/gps/hibernate/SMSDetails.java 6 Variables should start with a lowercase character, 'Mobile' starts with uppercase character.
75196 src/com/gps/hibernate/SMSDetails.java 6 fieldCommentRequirement Required
75197 src/com/gps/hibernate/SMSDetails.java 7 Variables should start with a lowercase character, 'SmsType' starts with uppercase character.
75198 src/com/gps/hibernate/SMSDetails.java 7 fieldCommentRequirement Required
75199 src/com/gps/hibernate/SMSDetails.java 8 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
75200 src/com/gps/hibernate/SMSDetails.java 8 fieldCommentRequirement Required
75201 src/com/gps/hibernate/SMSDetails.java 9 Variables should start with a lowercase character, 'MsgContent' starts with uppercase character.
75202 src/com/gps/hibernate/SMSDetails.java 9 fieldCommentRequirement Required
75203 src/com/gps/hibernate/SMSDetails.java 10 fieldCommentRequirement Required
75204 src/com/gps/hibernate/SMSDetails.java 11 fieldCommentRequirement Required
75205 src/com/gps/hibernate/SMSDetails.java 12 fieldCommentRequirement Required
75206 src/com/gps/hibernate/SMSDetails.java 13 fieldCommentRequirement Required
75207 src/com/gps/hibernate/SMSDetails.java 16 publicMethodCommentRequirement Required
75208 src/com/gps/hibernate/SMSDetails.java 20 Parameter 'sentTime' is not assigned and could be declared final
75209 src/com/gps/hibernate/SMSDetails.java 20 publicMethodCommentRequirement Required
75210 src/com/gps/hibernate/SMSDetails.java 24 publicMethodCommentRequirement Required
75211 src/com/gps/hibernate/SMSDetails.java 28 Parameter 'tripId' is not assigned and could be declared final
75212 src/com/gps/hibernate/SMSDetails.java 28 publicMethodCommentRequirement Required
75213 src/com/gps/hibernate/SMSDetails.java 32 publicMethodCommentRequirement Required
75214 src/com/gps/hibernate/SMSDetails.java 36 Parameter 'orgId' is not assigned and could be declared final
75215 src/com/gps/hibernate/SMSDetails.java 36 publicMethodCommentRequirement Required
75216 src/com/gps/hibernate/SMSDetails.java 40 publicMethodCommentRequirement Required
75217 src/com/gps/hibernate/SMSDetails.java 44 Parameter 'fenceId' is not assigned and could be declared final
75218 src/com/gps/hibernate/SMSDetails.java 44 publicMethodCommentRequirement Required
75219 src/com/gps/hibernate/SMSDetails.java 48 Document empty constructor
75220 src/com/gps/hibernate/SMSDetails.java 48 publicMethodCommentRequirement Required
75221 src/com/gps/hibernate/SMSDetails.java 53 publicMethodCommentRequirement Required
75222 src/com/gps/hibernate/SMSDetails.java 56 Parameter 'smsId' is not assigned and could be declared final
75223 src/com/gps/hibernate/SMSDetails.java 56 publicMethodCommentRequirement Required
75224 src/com/gps/hibernate/SMSDetails.java 59 publicMethodCommentRequirement Required
75225 src/com/gps/hibernate/SMSDetails.java 62 Parameter 'mobile' is not assigned and could be declared final
75226 src/com/gps/hibernate/SMSDetails.java 62 publicMethodCommentRequirement Required
75227 src/com/gps/hibernate/SMSDetails.java 65 publicMethodCommentRequirement Required
75228 src/com/gps/hibernate/SMSDetails.java 68 Parameter 'smsType' is not assigned and could be declared final
75229 src/com/gps/hibernate/SMSDetails.java 68 publicMethodCommentRequirement Required
75230 src/com/gps/hibernate/SMSDetails.java 71 publicMethodCommentRequirement Required
75231 src/com/gps/hibernate/SMSDetails.java 74 Parameter 'packetTime' is not assigned and could be declared final
75232 src/com/gps/hibernate/SMSDetails.java 74 publicMethodCommentRequirement Required
75233 src/com/gps/hibernate/SMSDetails.java 78 publicMethodCommentRequirement Required
75234 src/com/gps/hibernate/SMSDetails.java 81 Parameter 'msgContent' is not assigned and could be declared final
75235 src/com/gps/hibernate/SMSDetails.java 81 publicMethodCommentRequirement Required
75236 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'fenceId' is not assigned and could be declared final
75237 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'mobile' is not assigned and could be declared final
75238 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'msgContent' is not assigned and could be declared final
75239 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'orgId' is not assigned and could be declared final
75240 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'packetTime' is not assigned and could be declared final
75241 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'sentTime' is not assigned and could be declared final
75242 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'smsType' is not assigned and could be declared final
75243 src/com/gps/hibernate/SMSDetails.java 85 Parameter 'tripId' is not assigned and could be declared final
75244 src/com/gps/hibernate/SMSDetails.java 85 publicMethodCommentRequirement Required
75245 src/com/gps/hibernate/SMSDetailsDAO.java 13 Avoid unused imports such as 'com.gps.notifier.EventAlertMgr'
75246 src/com/gps/hibernate/SMSDetailsDAO.java 15 headerCommentRequirement Required
75247 src/com/gps/hibernate/SMSDetailsDAO.java 17 Logger should be defined private static final and have the correct class
75248 src/com/gps/hibernate/SMSDetailsDAO.java 17 Variables that are final and static should be all capitals, 'log' is not all capitals.
75249 src/com/gps/hibernate/SMSDetailsDAO.java 17 fieldCommentRequirement Required
75250 src/com/gps/hibernate/SMSDetailsDAO.java 18 Found 'UR'-anomaly for variable 'string' (lines '18'-'26').
75251 src/com/gps/hibernate/SMSDetailsDAO.java 18 Method names should not start with capital letters
75252 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'MsgType' is not assigned and could be declared final
75253 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'date' is not assigned and could be declared final
75254 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'msg' is not assigned and could be declared final
75255 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'orgid' is not assigned and could be declared final
75256 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'phone' is not assigned and could be declared final
75257 src/com/gps/hibernate/SMSDetailsDAO.java 18 Parameter 'sentTime' is not assigned and could be declared final
75258 src/com/gps/hibernate/SMSDetailsDAO.java 18 Rather than using a lot of String arguments, consider using a container object for those values.
75259 src/com/gps/hibernate/SMSDetailsDAO.java 18 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
75260 src/com/gps/hibernate/SMSDetailsDAO.java 18 publicMethodCommentRequirement Required
75261 src/com/gps/hibernate/SMSDetailsDAO.java 20 Avoid variables with short names like tx
75262 src/com/gps/hibernate/SMSDetailsDAO.java 20 Found 'DD'-anomaly for variable 'tx' (lines '20'-'21').
75263 src/com/gps/hibernate/SMSDetailsDAO.java 21 Potential violation of Law of Demeter (method chain calls)
75264 src/com/gps/hibernate/SMSDetailsDAO.java 22 Potential violation of Law of Demeter (object not created locally)
75265 src/com/gps/hibernate/SMSDetailsDAO.java 23 Local variable 'string' could be declared final
75266 src/com/gps/hibernate/SMSDetailsDAO.java 26 Avoid instantiating new objects inside loops
75267 src/com/gps/hibernate/SMSDetailsDAO.java 26 Local variable 'smsDetailObj' could be declared final
75268 src/com/gps/hibernate/SMSDetailsDAO.java 29 Potential violation of Law of Demeter (method chain calls)
75269 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
75270 src/com/gps/hibernate/SMSDetailsDAO.java 30 There is log block not surrounded by if
75271 src/com/gps/hibernate/SMSDetailsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75272 src/com/gps/hibernate/SMSDetailsDAO.java 34 There is log block not surrounded by if
75273 src/com/gps/hibernate/SMSDetailsDAO.java 37 Potential violation of Law of Demeter (object not created locally)
75274 src/com/gps/hibernate/SMSDetailsDAO.java 38 Potential violation of Law of Demeter (method chain calls)
75275 src/com/gps/hibernate/SMSDetailsDAO.java 41 Found 'UR'-anomaly for variable 'string' (lines '41'-'50').
75276 src/com/gps/hibernate/SMSDetailsDAO.java 41 Method names should not start with capital letters
75277 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'MsgType' is not assigned and could be declared final
75278 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'date' is not assigned and could be declared final
75279 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'fenceId' is not assigned and could be declared final
75280 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'msg' is not assigned and could be declared final
75281 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'numbers' is not assigned and could be declared final
75282 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'orgid' is not assigned and could be declared final
75283 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'sentTime' is not assigned and could be declared final
75284 src/com/gps/hibernate/SMSDetailsDAO.java 41 Parameter 'tripId' is not assigned and could be declared final
75285 src/com/gps/hibernate/SMSDetailsDAO.java 41 Rather than using a lot of String arguments, consider using a container object for those values.
75286 src/com/gps/hibernate/SMSDetailsDAO.java 41 Variables should start with a lowercase character, 'MsgType' starts with uppercase character.
75287 src/com/gps/hibernate/SMSDetailsDAO.java 41 publicMethodCommentRequirement Required
75288 src/com/gps/hibernate/SMSDetailsDAO.java 43 Local variable 'phone' could be declared final
75289 src/com/gps/hibernate/SMSDetailsDAO.java 44 Avoid variables with short names like tx
75290 src/com/gps/hibernate/SMSDetailsDAO.java 44 Found 'DD'-anomaly for variable 'tx' (lines '44'-'45').
75291 src/com/gps/hibernate/SMSDetailsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
75292 src/com/gps/hibernate/SMSDetailsDAO.java 46 Potential violation of Law of Demeter (object not created locally)
75293 src/com/gps/hibernate/SMSDetailsDAO.java 47 Local variable 'string' could be declared final
75294 src/com/gps/hibernate/SMSDetailsDAO.java 50 Avoid instantiating new objects inside loops
75295 src/com/gps/hibernate/SMSDetailsDAO.java 50 Local variable 'smsDetailObj' could be declared final
75296 src/com/gps/hibernate/SMSDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
75297 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
75298 src/com/gps/hibernate/SMSDetailsDAO.java 54 There is log block not surrounded by if
75299 src/com/gps/hibernate/SMSDetailsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75300 src/com/gps/hibernate/SMSDetailsDAO.java 58 There is log block not surrounded by if
75301 src/com/gps/hibernate/SMSDetailsDAO.java 61 Potential violation of Law of Demeter (object not created locally)
75302 src/com/gps/hibernate/SMSDetailsDAO.java 62 Potential violation of Law of Demeter (method chain calls)
75303 src/com/gps/hibernate/SMSDetailsDAO.java 65 Parameter 'args' is not assigned and could be declared final
75304 src/com/gps/hibernate/SMSDetailsDAO.java 65 publicMethodCommentRequirement Required
75305 src/com/gps/hibernate/SMSDetailsDAO.java 67 Avoid unused local variables such as 'rep'.
75306 src/com/gps/hibernate/SMSDetailsDAO.java 67 Found 'DU'-anomaly for variable 'rep' (lines '67'-'74').
75307 src/com/gps/hibernate/SMSDetailsDAO.java 67 Local variable 'rep' could be declared final
75308 src/com/gps/hibernate/SMSDetailsDAO.java 68 Avoid unused local variables such as 'Msg'.
75309 src/com/gps/hibernate/SMSDetailsDAO.java 68 Found 'DU'-anomaly for variable 'Msg' (lines '68'-'74').
75310 src/com/gps/hibernate/SMSDetailsDAO.java 68 Local variable 'Msg' could be declared final
75311 src/com/gps/hibernate/SMSDetailsDAO.java 68 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
75312 src/com/gps/hibernate/SMSDetailsDAO.java 69 Local variable 'time' could be declared final
75313 src/com/gps/hibernate/SMSDetailsDAO.java 70 Local variable 'formatter' could be declared final
75314 src/com/gps/hibernate/SMSDetailsDAO.java 70 When instantiating a SimpleDateFormat object, specify a Locale
75315 src/com/gps/hibernate/SMSDetailsDAO.java 71 Avoid unused local variables such as 'date'.
75316 src/com/gps/hibernate/SMSDetailsDAO.java 71 Found 'DU'-anomaly for variable 'date' (lines '71'-'74').
75317 src/com/gps/hibernate/SMSDetailsDAO.java 71 Local variable 'date' could be declared final
75318 src/com/gps/hibernate/SMSDetailsDAO.java 73 System.out.print is used
75319 src/com/gps/hibernate/SavingStatus.java 11 Classes implementing Serializable should set a serialVersionUID
75320 src/com/gps/hibernate/SavingStatus.java 15 fieldCommentRequirement Required
75321 src/com/gps/hibernate/SavingStatus.java 16 fieldCommentRequirement Required
75322 src/com/gps/hibernate/SavingStatus.java 17 fieldCommentRequirement Required
75323 src/com/gps/hibernate/SavingStatus.java 18 fieldCommentRequirement Required
75324 src/com/gps/hibernate/SavingStatus.java 19 fieldCommentRequirement Required
75325 src/com/gps/hibernate/SavingStatus.java 20 fieldCommentRequirement Required
75326 src/com/gps/hibernate/SavingStatus.java 21 fieldCommentRequirement Required
75327 src/com/gps/hibernate/SavingStatus.java 26 Document empty constructor
75328 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userDetails' is not assigned and could be declared final
75329 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userid' is not assigned and could be declared final
75330 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userDetails' is not assigned and could be declared final
75331 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userid' is not assigned and could be declared final
75332 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'co2Save' is not assigned and could be declared final
75333 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'petrolSave' is not assigned and could be declared final
75334 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'totKms' is not assigned and could be declared final
75335 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'lastUpdateTime' is not assigned and could be declared final
75336 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'moneySave' is not assigned and could be declared final
75337 src/com/gps/hibernate/SavingStatus.java 50 publicMethodCommentRequirement Required
75338 src/com/gps/hibernate/SavingStatus.java 54 Parameter 'userid' is not assigned and could be declared final
75339 src/com/gps/hibernate/SavingStatus.java 54 publicMethodCommentRequirement Required
75340 src/com/gps/hibernate/SavingStatus.java 58 publicMethodCommentRequirement Required
75341 src/com/gps/hibernate/SavingStatus.java 62 Parameter 'userDetails' is not assigned and could be declared final
75342 src/com/gps/hibernate/SavingStatus.java 62 publicMethodCommentRequirement Required
75343 src/com/gps/hibernate/SavingStatus.java 66 publicMethodCommentRequirement Required
75344 src/com/gps/hibernate/SavingStatus.java 70 Parameter 'petrolSave' is not assigned and could be declared final
75345 src/com/gps/hibernate/SavingStatus.java 70 publicMethodCommentRequirement Required
75346 src/com/gps/hibernate/SavingStatus.java 74 publicMethodCommentRequirement Required
75347 src/com/gps/hibernate/SavingStatus.java 78 Parameter 'totKms' is not assigned and could be declared final
75348 src/com/gps/hibernate/SavingStatus.java 78 publicMethodCommentRequirement Required
75349 src/com/gps/hibernate/SavingStatus.java 82 publicMethodCommentRequirement Required
75350 src/com/gps/hibernate/SavingStatus.java 86 Parameter 'co2Save' is not assigned and could be declared final
75351 src/com/gps/hibernate/SavingStatus.java 86 publicMethodCommentRequirement Required
75352 src/com/gps/hibernate/SavingStatus.java 90 publicMethodCommentRequirement Required
75353 src/com/gps/hibernate/SavingStatus.java 94 Parameter 'moneySave' is not assigned and could be declared final
75354 src/com/gps/hibernate/SavingStatus.java 94 publicMethodCommentRequirement Required
75355 src/com/gps/hibernate/SavingStatus.java 98 publicMethodCommentRequirement Required
75356 src/com/gps/hibernate/SavingStatus.java 102 Parameter 'lastUpdateTime' is not assigned and could be declared final
75357 src/com/gps/hibernate/SavingStatus.java 102 publicMethodCommentRequirement Required
75358 src/com/gps/hibernate/SavingStatusDAO.java 3 Avoid unused imports such as 'java.util.Date'
75359 src/com/gps/hibernate/SavingStatusDAO.java 11 Comment is too large: Too many lines
75360 src/com/gps/hibernate/SavingStatusDAO.java 23 This class has too many methods, consider refactoring it.
75361 src/com/gps/hibernate/SavingStatusDAO.java 24 Logger should be defined private static final and have the correct class
75362 src/com/gps/hibernate/SavingStatusDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
75363 src/com/gps/hibernate/SavingStatusDAO.java 24 fieldCommentRequirement Required
75364 src/com/gps/hibernate/SavingStatusDAO.java 26 fieldCommentRequirement Required
75365 src/com/gps/hibernate/SavingStatusDAO.java 27 fieldCommentRequirement Required
75366 src/com/gps/hibernate/SavingStatusDAO.java 28 fieldCommentRequirement Required
75367 src/com/gps/hibernate/SavingStatusDAO.java 29 fieldCommentRequirement Required
75368 src/com/gps/hibernate/SavingStatusDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
75369 src/com/gps/hibernate/SavingStatusDAO.java 31 publicMethodCommentRequirement Required
75370 src/com/gps/hibernate/SavingStatusDAO.java 32 There is log block not surrounded by if
75371 src/com/gps/hibernate/SavingStatusDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75372 src/com/gps/hibernate/SavingStatusDAO.java 34 Potential violation of Law of Demeter (method chain calls)
75373 src/com/gps/hibernate/SavingStatusDAO.java 35 There is log block not surrounded by if
75374 src/com/gps/hibernate/SavingStatusDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75375 src/com/gps/hibernate/SavingStatusDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75376 src/com/gps/hibernate/SavingStatusDAO.java 37 There is log block not surrounded by if
75377 src/com/gps/hibernate/SavingStatusDAO.java 42 Avoid excessively long variable names like persistentInstance
75378 src/com/gps/hibernate/SavingStatusDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
75379 src/com/gps/hibernate/SavingStatusDAO.java 42 publicMethodCommentRequirement Required
75380 src/com/gps/hibernate/SavingStatusDAO.java 43 There is log block not surrounded by if
75381 src/com/gps/hibernate/SavingStatusDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75382 src/com/gps/hibernate/SavingStatusDAO.java 45 Potential violation of Law of Demeter (method chain calls)
75383 src/com/gps/hibernate/SavingStatusDAO.java 46 There is log block not surrounded by if
75384 src/com/gps/hibernate/SavingStatusDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75385 src/com/gps/hibernate/SavingStatusDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75386 src/com/gps/hibernate/SavingStatusDAO.java 48 There is log block not surrounded by if
75387 src/com/gps/hibernate/SavingStatusDAO.java 53 Avoid variables with short names like id
75388 src/com/gps/hibernate/SavingStatusDAO.java 53 Parameter 'id' is not assigned and could be declared final
75389 src/com/gps/hibernate/SavingStatusDAO.java 53 publicMethodCommentRequirement Required
75390 src/com/gps/hibernate/SavingStatusDAO.java 54 There is log block not surrounded by if
75391 src/com/gps/hibernate/SavingStatusDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75392 src/com/gps/hibernate/SavingStatusDAO.java 56 Local variable 'instance' could be declared final
75393 src/com/gps/hibernate/SavingStatusDAO.java 56 Potential violation of Law of Demeter (method chain calls)
75394 src/com/gps/hibernate/SavingStatusDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75395 src/com/gps/hibernate/SavingStatusDAO.java 60 There is log block not surrounded by if
75396 src/com/gps/hibernate/SavingStatusDAO.java 65 Parameter 'instance' is not assigned and could be declared final
75397 src/com/gps/hibernate/SavingStatusDAO.java 65 publicMethodCommentRequirement Required
75398 src/com/gps/hibernate/SavingStatusDAO.java 66 There is log block not surrounded by if
75399 src/com/gps/hibernate/SavingStatusDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75400 src/com/gps/hibernate/SavingStatusDAO.java 68 Local variable 'results' could be declared final
75401 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75402 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75403 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75404 src/com/gps/hibernate/SavingStatusDAO.java 71 There is log block not surrounded by if
75405 src/com/gps/hibernate/SavingStatusDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75406 src/com/gps/hibernate/SavingStatusDAO.java 72 Potential violation of Law of Demeter (object not created locally)
75407 src/com/gps/hibernate/SavingStatusDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75408 src/com/gps/hibernate/SavingStatusDAO.java 75 There is log block not surrounded by if
75409 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
75410 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'value' is not assigned and could be declared final
75411 src/com/gps/hibernate/SavingStatusDAO.java 80 publicMethodCommentRequirement Required
75412 src/com/gps/hibernate/SavingStatusDAO.java 81 There is log block not surrounded by if
75413 src/com/gps/hibernate/SavingStatusDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75414 src/com/gps/hibernate/SavingStatusDAO.java 84 Local variable 'queryString' could be declared final
75415 src/com/gps/hibernate/SavingStatusDAO.java 86 Local variable 'queryObject' could be declared final
75416 src/com/gps/hibernate/SavingStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
75417 src/com/gps/hibernate/SavingStatusDAO.java 87 Potential violation of Law of Demeter (object not created locally)
75418 src/com/gps/hibernate/SavingStatusDAO.java 88 Potential violation of Law of Demeter (object not created locally)
75419 src/com/gps/hibernate/SavingStatusDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75420 src/com/gps/hibernate/SavingStatusDAO.java 90 There is log block not surrounded by if
75421 src/com/gps/hibernate/SavingStatusDAO.java 95 Parameter 'petrolSave' is not assigned and could be declared final
75422 src/com/gps/hibernate/SavingStatusDAO.java 95 publicMethodCommentRequirement Required
75423 src/com/gps/hibernate/SavingStatusDAO.java 99 Parameter 'totKms' is not assigned and could be declared final
75424 src/com/gps/hibernate/SavingStatusDAO.java 99 publicMethodCommentRequirement Required
75425 src/com/gps/hibernate/SavingStatusDAO.java 103 Parameter 'co2Save' is not assigned and could be declared final
75426 src/com/gps/hibernate/SavingStatusDAO.java 103 publicMethodCommentRequirement Required
75427 src/com/gps/hibernate/SavingStatusDAO.java 107 Parameter 'moneySave' is not assigned and could be declared final
75428 src/com/gps/hibernate/SavingStatusDAO.java 107 publicMethodCommentRequirement Required
75429 src/com/gps/hibernate/SavingStatusDAO.java 111 publicMethodCommentRequirement Required
75430 src/com/gps/hibernate/SavingStatusDAO.java 112 There is log block not surrounded by if
75431 src/com/gps/hibernate/SavingStatusDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75432 src/com/gps/hibernate/SavingStatusDAO.java 114 Local variable 'queryString' could be declared final
75433 src/com/gps/hibernate/SavingStatusDAO.java 115 Local variable 'queryObject' could be declared final
75434 src/com/gps/hibernate/SavingStatusDAO.java 115 Potential violation of Law of Demeter (method chain calls)
75435 src/com/gps/hibernate/SavingStatusDAO.java 116 Potential violation of Law of Demeter (object not created locally)
75436 src/com/gps/hibernate/SavingStatusDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75437 src/com/gps/hibernate/SavingStatusDAO.java 118 There is log block not surrounded by if
75438 src/com/gps/hibernate/SavingStatusDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
75439 src/com/gps/hibernate/SavingStatusDAO.java 123 publicMethodCommentRequirement Required
75440 src/com/gps/hibernate/SavingStatusDAO.java 124 There is log block not surrounded by if
75441 src/com/gps/hibernate/SavingStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75442 src/com/gps/hibernate/SavingStatusDAO.java 126 Local variable 'result' could be declared final
75443 src/com/gps/hibernate/SavingStatusDAO.java 126 Potential violation of Law of Demeter (method chain calls)
75444 src/com/gps/hibernate/SavingStatusDAO.java 128 There is log block not surrounded by if
75445 src/com/gps/hibernate/SavingStatusDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75446 src/com/gps/hibernate/SavingStatusDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75447 src/com/gps/hibernate/SavingStatusDAO.java 131 There is log block not surrounded by if
75448 src/com/gps/hibernate/SavingStatusDAO.java 136 Parameter 'instance' is not assigned and could be declared final
75449 src/com/gps/hibernate/SavingStatusDAO.java 136 publicMethodCommentRequirement Required
75450 src/com/gps/hibernate/SavingStatusDAO.java 137 There is log block not surrounded by if
75451 src/com/gps/hibernate/SavingStatusDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75452 src/com/gps/hibernate/SavingStatusDAO.java 139 Potential violation of Law of Demeter (method chain calls)
75453 src/com/gps/hibernate/SavingStatusDAO.java 140 There is log block not surrounded by if
75454 src/com/gps/hibernate/SavingStatusDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75455 src/com/gps/hibernate/SavingStatusDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75456 src/com/gps/hibernate/SavingStatusDAO.java 142 There is log block not surrounded by if
75457 src/com/gps/hibernate/SavingStatusDAO.java 147 Parameter 'instance' is not assigned and could be declared final
75458 src/com/gps/hibernate/SavingStatusDAO.java 147 publicMethodCommentRequirement Required
75459 src/com/gps/hibernate/SavingStatusDAO.java 148 There is log block not surrounded by if
75460 src/com/gps/hibernate/SavingStatusDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75461 src/com/gps/hibernate/SavingStatusDAO.java 150 Potential violation of Law of Demeter (method chain calls)
75462 src/com/gps/hibernate/SavingStatusDAO.java 151 There is log block not surrounded by if
75463 src/com/gps/hibernate/SavingStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75464 src/com/gps/hibernate/SavingStatusDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75465 src/com/gps/hibernate/SavingStatusDAO.java 153 There is log block not surrounded by if
75466 src/com/gps/hibernate/ScframeworkversiScproductvers.java 9 Classes implementing Serializable should set a serialVersionUID
75467 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 Avoid variables with short names like id
75468 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 fieldCommentRequirement Required
75469 src/com/gps/hibernate/ScframeworkversiScproductvers.java 18 Document empty constructor
75470 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Avoid variables with short names like id
75471 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Parameter 'id' is not assigned and could be declared final
75472 src/com/gps/hibernate/ScframeworkversiScproductvers.java 28 publicMethodCommentRequirement Required
75473 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Avoid variables with short names like id
75474 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Parameter 'id' is not assigned and could be declared final
75475 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 publicMethodCommentRequirement Required
75476 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 10 Comment is too large: Too many lines
75477 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Logger should be defined private static final and have the correct class
75478 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
75479 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 fieldCommentRequirement Required
75480 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
75481 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 publicMethodCommentRequirement Required
75482 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 There is log block not surrounded by if
75483 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75484 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 32 Potential violation of Law of Demeter (method chain calls)
75485 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 There is log block not surrounded by if
75486 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75487 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75488 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 35 There is log block not surrounded by if
75489 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Avoid excessively long variable names like persistentInstance
75490 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
75491 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 publicMethodCommentRequirement Required
75492 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 There is log block not surrounded by if
75493 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75494 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 43 Potential violation of Law of Demeter (method chain calls)
75495 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 There is log block not surrounded by if
75496 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75497 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75498 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 46 There is log block not surrounded by if
75499 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 51 publicMethodCommentRequirement Required
75500 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Avoid variables with short names like id
75501 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Parameter 'id' is not assigned and could be declared final
75502 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 There is log block not surrounded by if
75503 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75504 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Local variable 'instance' could be declared final
75505 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Potential violation of Law of Demeter (method chain calls)
75506 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75507 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 60 There is log block not surrounded by if
75508 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 Parameter 'instance' is not assigned and could be declared final
75509 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 publicMethodCommentRequirement Required
75510 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 There is log block not surrounded by if
75511 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75512 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Local variable 'results' could be declared final
75513 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75514 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75515 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75516 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 There is log block not surrounded by if
75517 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75518 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 72 Potential violation of Law of Demeter (object not created locally)
75519 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75520 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 75 There is log block not surrounded by if
75521 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
75522 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'value' is not assigned and could be declared final
75523 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 publicMethodCommentRequirement Required
75524 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 There is log block not surrounded by if
75525 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75526 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 85 Local variable 'queryString' could be declared final
75527 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Local variable 'queryObject' could be declared final
75528 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Potential violation of Law of Demeter (method chain calls)
75529 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 88 Potential violation of Law of Demeter (object not created locally)
75530 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 89 Potential violation of Law of Demeter (object not created locally)
75531 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75532 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 91 There is log block not surrounded by if
75533 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 96 publicMethodCommentRequirement Required
75534 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 There is log block not surrounded by if
75535 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75536 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 99 Local variable 'queryString' could be declared final
75537 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Local variable 'queryObject' could be declared final
75538 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Potential violation of Law of Demeter (method chain calls)
75539 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 101 Potential violation of Law of Demeter (object not created locally)
75540 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75541 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 103 There is log block not surrounded by if
75542 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 108 publicMethodCommentRequirement Required
75543 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
75544 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 There is log block not surrounded by if
75545 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75546 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Local variable 'result' could be declared final
75547 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Potential violation of Law of Demeter (method chain calls)
75548 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 There is log block not surrounded by if
75549 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75550 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75551 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 117 There is log block not surrounded by if
75552 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 Parameter 'instance' is not assigned and could be declared final
75553 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 publicMethodCommentRequirement Required
75554 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 There is log block not surrounded by if
75555 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75556 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 125 Potential violation of Law of Demeter (method chain calls)
75557 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 There is log block not surrounded by if
75558 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75559 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75560 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 128 There is log block not surrounded by if
75561 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 Parameter 'instance' is not assigned and could be declared final
75562 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 publicMethodCommentRequirement Required
75563 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 There is log block not surrounded by if
75564 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75565 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 136 Potential violation of Law of Demeter (method chain calls)
75566 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 There is log block not surrounded by if
75567 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75568 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75569 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 139 There is log block not surrounded by if
75570 src/com/gps/hibernate/ScframeworkversiScproductversId.java 9 Classes implementing Serializable should set a serialVersionUID
75571 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 Avoid excessively long variable names like frameworkVersionId
75572 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 fieldCommentRequirement Required
75573 src/com/gps/hibernate/ScframeworkversiScproductversId.java 14 fieldCommentRequirement Required
75574 src/com/gps/hibernate/ScframeworkversiScproductversId.java 19 Document empty constructor
75575 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Avoid excessively long variable names like frameworkVersionId
75576 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Parameter 'frameworkVersionId' is not assigned and could be declared final
75577 src/com/gps/hibernate/ScframeworkversiScproductversId.java 24 Parameter 'productVersionId' is not assigned and could be declared final
75578 src/com/gps/hibernate/ScframeworkversiScproductversId.java 31 publicMethodCommentRequirement Required
75579 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Avoid excessively long variable names like frameworkVersionId
75580 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Parameter 'frameworkVersionId' is not assigned and could be declared final
75581 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 publicMethodCommentRequirement Required
75582 src/com/gps/hibernate/ScframeworkversiScproductversId.java 39 publicMethodCommentRequirement Required
75583 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 Parameter 'productVersionId' is not assigned and could be declared final
75584 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 publicMethodCommentRequirement Required
75585 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 Parameter 'other' is not assigned and could be declared final
75586 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 publicMethodCommentRequirement Required
75587 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Avoid using if statements without curly braces
75588 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Useless parentheses.
75589 src/com/gps/hibernate/ScframeworkversiScproductversId.java 49 A method should have only one exit point, and that should be the last statement in the method
75590 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Avoid using if statements without curly braces
75591 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Useless parentheses.
75592 src/com/gps/hibernate/ScframeworkversiScproductversId.java 51 A method should have only one exit point, and that should be the last statement in the method
75593 src/com/gps/hibernate/ScframeworkversiScproductversId.java 52 Avoid using if statements without curly braces
75594 src/com/gps/hibernate/ScframeworkversiScproductversId.java 53 A method should have only one exit point, and that should be the last statement in the method
75595 src/com/gps/hibernate/ScframeworkversiScproductversId.java 54 Local variable 'castOther' could be declared final
75596 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (method chain calls)
75597 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
75598 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
75599 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Useless parentheses.
75600 src/com/gps/hibernate/ScframeworkversiScproductversId.java 57 Useless parentheses.
75601 src/com/gps/hibernate/ScframeworkversiScproductversId.java 58 Potential violation of Law of Demeter (object not created locally)
75602 src/com/gps/hibernate/ScframeworkversiScproductversId.java 60 Potential violation of Law of Demeter (object not created locally)
75603 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (method chain calls)
75604 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
75605 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
75606 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Useless parentheses.
75607 src/com/gps/hibernate/ScframeworkversiScproductversId.java 62 Useless parentheses.
75608 src/com/gps/hibernate/ScframeworkversiScproductversId.java 63 Potential violation of Law of Demeter (object not created locally)
75609 src/com/gps/hibernate/ScframeworkversiScproductversId.java 65 Potential violation of Law of Demeter (object not created locally)
75610 src/com/gps/hibernate/ScframeworkversiScproductversId.java 68 publicMethodCommentRequirement Required
75611 src/com/gps/hibernate/ScframeworkversiScproductversId.java 69 Found 'DD'-anomaly for variable 'result' (lines '69'-'71').
75612 src/com/gps/hibernate/Scframeworkversion.java 11 Classes implementing Serializable should set a serialVersionUID
75613 src/com/gps/hibernate/Scframeworkversion.java 15 Avoid excessively long variable names like frameworkVersionId
75614 src/com/gps/hibernate/Scframeworkversion.java 15 fieldCommentRequirement Required
75615 src/com/gps/hibernate/Scframeworkversion.java 16 fieldCommentRequirement Required
75616 src/com/gps/hibernate/Scframeworkversion.java 17 fieldCommentRequirement Required
75617 src/com/gps/hibernate/Scframeworkversion.java 18 fieldCommentRequirement Required
75618 src/com/gps/hibernate/Scframeworkversion.java 19 fieldCommentRequirement Required
75619 src/com/gps/hibernate/Scframeworkversion.java 20 fieldCommentRequirement Required
75620 src/com/gps/hibernate/Scframeworkversion.java 21 fieldCommentRequirement Required
75621 src/com/gps/hibernate/Scframeworkversion.java 22 fieldCommentRequirement Required
75622 src/com/gps/hibernate/Scframeworkversion.java 23 fieldCommentRequirement Required
75623 src/com/gps/hibernate/Scframeworkversion.java 24 fieldCommentRequirement Required
75624 src/com/gps/hibernate/Scframeworkversion.java 25 fieldCommentRequirement Required
75625 src/com/gps/hibernate/Scframeworkversion.java 30 Document empty constructor
75626 src/com/gps/hibernate/Scframeworkversion.java 34 Avoid excessively long variable names like frameworkVersionId
75627 src/com/gps/hibernate/Scframeworkversion.java 34 Parameter 'frameworkVersionId' is not assigned and could be declared final
75628 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid excessively long variable names like frameworkVersionId
75629 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid long parameter lists.
75630 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'frameworkVersionId' is not assigned and could be declared final
75631 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'groupId' is not assigned and could be declared final
75632 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'companyId' is not assigned and could be declared final
75633 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'createDate' is not assigned and could be declared final
75634 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userId' is not assigned and could be declared final
75635 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userName' is not assigned and could be declared final
75636 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'active' is not assigned and could be declared final
75637 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
75638 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'name' is not assigned and could be declared final
75639 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'url' is not assigned and could be declared final
75640 src/com/gps/hibernate/Scframeworkversion.java 42 Parameter 'priority' is not assigned and could be declared final
75641 src/com/gps/hibernate/Scframeworkversion.java 58 publicMethodCommentRequirement Required
75642 src/com/gps/hibernate/Scframeworkversion.java 62 Avoid excessively long variable names like frameworkVersionId
75643 src/com/gps/hibernate/Scframeworkversion.java 62 Parameter 'frameworkVersionId' is not assigned and could be declared final
75644 src/com/gps/hibernate/Scframeworkversion.java 62 publicMethodCommentRequirement Required
75645 src/com/gps/hibernate/Scframeworkversion.java 66 publicMethodCommentRequirement Required
75646 src/com/gps/hibernate/Scframeworkversion.java 70 Parameter 'groupId' is not assigned and could be declared final
75647 src/com/gps/hibernate/Scframeworkversion.java 70 publicMethodCommentRequirement Required
75648 src/com/gps/hibernate/Scframeworkversion.java 74 publicMethodCommentRequirement Required
75649 src/com/gps/hibernate/Scframeworkversion.java 78 Parameter 'companyId' is not assigned and could be declared final
75650 src/com/gps/hibernate/Scframeworkversion.java 78 publicMethodCommentRequirement Required
75651 src/com/gps/hibernate/Scframeworkversion.java 82 publicMethodCommentRequirement Required
75652 src/com/gps/hibernate/Scframeworkversion.java 86 Parameter 'userId' is not assigned and could be declared final
75653 src/com/gps/hibernate/Scframeworkversion.java 86 publicMethodCommentRequirement Required
75654 src/com/gps/hibernate/Scframeworkversion.java 90 publicMethodCommentRequirement Required
75655 src/com/gps/hibernate/Scframeworkversion.java 94 Parameter 'userName' is not assigned and could be declared final
75656 src/com/gps/hibernate/Scframeworkversion.java 94 publicMethodCommentRequirement Required
75657 src/com/gps/hibernate/Scframeworkversion.java 98 publicMethodCommentRequirement Required
75658 src/com/gps/hibernate/Scframeworkversion.java 102 Parameter 'createDate' is not assigned and could be declared final
75659 src/com/gps/hibernate/Scframeworkversion.java 102 publicMethodCommentRequirement Required
75660 src/com/gps/hibernate/Scframeworkversion.java 106 publicMethodCommentRequirement Required
75661 src/com/gps/hibernate/Scframeworkversion.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
75662 src/com/gps/hibernate/Scframeworkversion.java 110 publicMethodCommentRequirement Required
75663 src/com/gps/hibernate/Scframeworkversion.java 114 publicMethodCommentRequirement Required
75664 src/com/gps/hibernate/Scframeworkversion.java 118 Parameter 'name' is not assigned and could be declared final
75665 src/com/gps/hibernate/Scframeworkversion.java 118 publicMethodCommentRequirement Required
75666 src/com/gps/hibernate/Scframeworkversion.java 122 publicMethodCommentRequirement Required
75667 src/com/gps/hibernate/Scframeworkversion.java 126 Parameter 'url' is not assigned and could be declared final
75668 src/com/gps/hibernate/Scframeworkversion.java 126 publicMethodCommentRequirement Required
75669 src/com/gps/hibernate/Scframeworkversion.java 130 publicMethodCommentRequirement Required
75670 src/com/gps/hibernate/Scframeworkversion.java 134 Parameter 'active' is not assigned and could be declared final
75671 src/com/gps/hibernate/Scframeworkversion.java 134 publicMethodCommentRequirement Required
75672 src/com/gps/hibernate/Scframeworkversion.java 138 publicMethodCommentRequirement Required
75673 src/com/gps/hibernate/Scframeworkversion.java 142 Parameter 'priority' is not assigned and could be declared final
75674 src/com/gps/hibernate/Scframeworkversion.java 142 publicMethodCommentRequirement Required
75675 src/com/gps/hibernate/ScframeworkversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
75676 src/com/gps/hibernate/ScframeworkversionDAO.java 11 Comment is too large: Too many lines
75677 src/com/gps/hibernate/ScframeworkversionDAO.java 23 This class has too many methods, consider refactoring it.
75678 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Logger should be defined private static final and have the correct class
75679 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
75680 src/com/gps/hibernate/ScframeworkversionDAO.java 24 fieldCommentRequirement Required
75681 src/com/gps/hibernate/ScframeworkversionDAO.java 27 fieldCommentRequirement Required
75682 src/com/gps/hibernate/ScframeworkversionDAO.java 28 fieldCommentRequirement Required
75683 src/com/gps/hibernate/ScframeworkversionDAO.java 29 fieldCommentRequirement Required
75684 src/com/gps/hibernate/ScframeworkversionDAO.java 30 fieldCommentRequirement Required
75685 src/com/gps/hibernate/ScframeworkversionDAO.java 31 fieldCommentRequirement Required
75686 src/com/gps/hibernate/ScframeworkversionDAO.java 32 fieldCommentRequirement Required
75687 src/com/gps/hibernate/ScframeworkversionDAO.java 33 fieldCommentRequirement Required
75688 src/com/gps/hibernate/ScframeworkversionDAO.java 34 fieldCommentRequirement Required
75689 src/com/gps/hibernate/ScframeworkversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
75690 src/com/gps/hibernate/ScframeworkversionDAO.java 36 publicMethodCommentRequirement Required
75691 src/com/gps/hibernate/ScframeworkversionDAO.java 37 There is log block not surrounded by if
75692 src/com/gps/hibernate/ScframeworkversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75693 src/com/gps/hibernate/ScframeworkversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
75694 src/com/gps/hibernate/ScframeworkversionDAO.java 40 There is log block not surrounded by if
75695 src/com/gps/hibernate/ScframeworkversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75696 src/com/gps/hibernate/ScframeworkversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75697 src/com/gps/hibernate/ScframeworkversionDAO.java 42 There is log block not surrounded by if
75698 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Avoid excessively long variable names like persistentInstance
75699 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
75700 src/com/gps/hibernate/ScframeworkversionDAO.java 47 publicMethodCommentRequirement Required
75701 src/com/gps/hibernate/ScframeworkversionDAO.java 48 There is log block not surrounded by if
75702 src/com/gps/hibernate/ScframeworkversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75703 src/com/gps/hibernate/ScframeworkversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
75704 src/com/gps/hibernate/ScframeworkversionDAO.java 51 There is log block not surrounded by if
75705 src/com/gps/hibernate/ScframeworkversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75706 src/com/gps/hibernate/ScframeworkversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75707 src/com/gps/hibernate/ScframeworkversionDAO.java 53 There is log block not surrounded by if
75708 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Avoid variables with short names like id
75709 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
75710 src/com/gps/hibernate/ScframeworkversionDAO.java 58 publicMethodCommentRequirement Required
75711 src/com/gps/hibernate/ScframeworkversionDAO.java 59 There is log block not surrounded by if
75712 src/com/gps/hibernate/ScframeworkversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75713 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Local variable 'instance' could be declared final
75714 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
75715 src/com/gps/hibernate/ScframeworkversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75716 src/com/gps/hibernate/ScframeworkversionDAO.java 65 There is log block not surrounded by if
75717 src/com/gps/hibernate/ScframeworkversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
75718 src/com/gps/hibernate/ScframeworkversionDAO.java 70 publicMethodCommentRequirement Required
75719 src/com/gps/hibernate/ScframeworkversionDAO.java 71 There is log block not surrounded by if
75720 src/com/gps/hibernate/ScframeworkversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75721 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Local variable 'results' could be declared final
75722 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
75723 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
75724 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
75725 src/com/gps/hibernate/ScframeworkversionDAO.java 76 There is log block not surrounded by if
75726 src/com/gps/hibernate/ScframeworkversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75727 src/com/gps/hibernate/ScframeworkversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
75728 src/com/gps/hibernate/ScframeworkversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75729 src/com/gps/hibernate/ScframeworkversionDAO.java 80 There is log block not surrounded by if
75730 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
75731 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
75732 src/com/gps/hibernate/ScframeworkversionDAO.java 85 publicMethodCommentRequirement Required
75733 src/com/gps/hibernate/ScframeworkversionDAO.java 86 There is log block not surrounded by if
75734 src/com/gps/hibernate/ScframeworkversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75735 src/com/gps/hibernate/ScframeworkversionDAO.java 89 Local variable 'queryString' could be declared final
75736 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Local variable 'queryObject' could be declared final
75737 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
75738 src/com/gps/hibernate/ScframeworkversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
75739 src/com/gps/hibernate/ScframeworkversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
75740 src/com/gps/hibernate/ScframeworkversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75741 src/com/gps/hibernate/ScframeworkversionDAO.java 95 There is log block not surrounded by if
75742 src/com/gps/hibernate/ScframeworkversionDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
75743 src/com/gps/hibernate/ScframeworkversionDAO.java 100 publicMethodCommentRequirement Required
75744 src/com/gps/hibernate/ScframeworkversionDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
75745 src/com/gps/hibernate/ScframeworkversionDAO.java 104 publicMethodCommentRequirement Required
75746 src/com/gps/hibernate/ScframeworkversionDAO.java 108 Parameter 'userId' is not assigned and could be declared final
75747 src/com/gps/hibernate/ScframeworkversionDAO.java 108 publicMethodCommentRequirement Required
75748 src/com/gps/hibernate/ScframeworkversionDAO.java 112 Parameter 'userName' is not assigned and could be declared final
75749 src/com/gps/hibernate/ScframeworkversionDAO.java 112 publicMethodCommentRequirement Required
75750 src/com/gps/hibernate/ScframeworkversionDAO.java 116 Parameter 'name' is not assigned and could be declared final
75751 src/com/gps/hibernate/ScframeworkversionDAO.java 116 publicMethodCommentRequirement Required
75752 src/com/gps/hibernate/ScframeworkversionDAO.java 120 Parameter 'url' is not assigned and could be declared final
75753 src/com/gps/hibernate/ScframeworkversionDAO.java 120 publicMethodCommentRequirement Required
75754 src/com/gps/hibernate/ScframeworkversionDAO.java 124 Parameter 'active' is not assigned and could be declared final
75755 src/com/gps/hibernate/ScframeworkversionDAO.java 124 publicMethodCommentRequirement Required
75756 src/com/gps/hibernate/ScframeworkversionDAO.java 128 Parameter 'priority' is not assigned and could be declared final
75757 src/com/gps/hibernate/ScframeworkversionDAO.java 128 publicMethodCommentRequirement Required
75758 src/com/gps/hibernate/ScframeworkversionDAO.java 132 publicMethodCommentRequirement Required
75759 src/com/gps/hibernate/ScframeworkversionDAO.java 133 There is log block not surrounded by if
75760 src/com/gps/hibernate/ScframeworkversionDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75761 src/com/gps/hibernate/ScframeworkversionDAO.java 135 Local variable 'queryString' could be declared final
75762 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Local variable 'queryObject' could be declared final
75763 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
75764 src/com/gps/hibernate/ScframeworkversionDAO.java 137 Potential violation of Law of Demeter (object not created locally)
75765 src/com/gps/hibernate/ScframeworkversionDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75766 src/com/gps/hibernate/ScframeworkversionDAO.java 139 There is log block not surrounded by if
75767 src/com/gps/hibernate/ScframeworkversionDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
75768 src/com/gps/hibernate/ScframeworkversionDAO.java 144 publicMethodCommentRequirement Required
75769 src/com/gps/hibernate/ScframeworkversionDAO.java 145 There is log block not surrounded by if
75770 src/com/gps/hibernate/ScframeworkversionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75771 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Local variable 'result' could be declared final
75772 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Potential violation of Law of Demeter (method chain calls)
75773 src/com/gps/hibernate/ScframeworkversionDAO.java 149 There is log block not surrounded by if
75774 src/com/gps/hibernate/ScframeworkversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75775 src/com/gps/hibernate/ScframeworkversionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75776 src/com/gps/hibernate/ScframeworkversionDAO.java 152 There is log block not surrounded by if
75777 src/com/gps/hibernate/ScframeworkversionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
75778 src/com/gps/hibernate/ScframeworkversionDAO.java 157 publicMethodCommentRequirement Required
75779 src/com/gps/hibernate/ScframeworkversionDAO.java 158 There is log block not surrounded by if
75780 src/com/gps/hibernate/ScframeworkversionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75781 src/com/gps/hibernate/ScframeworkversionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
75782 src/com/gps/hibernate/ScframeworkversionDAO.java 161 There is log block not surrounded by if
75783 src/com/gps/hibernate/ScframeworkversionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75784 src/com/gps/hibernate/ScframeworkversionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75785 src/com/gps/hibernate/ScframeworkversionDAO.java 163 There is log block not surrounded by if
75786 src/com/gps/hibernate/ScframeworkversionDAO.java 168 Parameter 'instance' is not assigned and could be declared final
75787 src/com/gps/hibernate/ScframeworkversionDAO.java 168 publicMethodCommentRequirement Required
75788 src/com/gps/hibernate/ScframeworkversionDAO.java 169 There is log block not surrounded by if
75789 src/com/gps/hibernate/ScframeworkversionDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75790 src/com/gps/hibernate/ScframeworkversionDAO.java 171 Potential violation of Law of Demeter (method chain calls)
75791 src/com/gps/hibernate/ScframeworkversionDAO.java 172 There is log block not surrounded by if
75792 src/com/gps/hibernate/ScframeworkversionDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75793 src/com/gps/hibernate/ScframeworkversionDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75794 src/com/gps/hibernate/ScframeworkversionDAO.java 174 There is log block not surrounded by if
75795 src/com/gps/hibernate/Sclicense.java 9 Classes implementing Serializable should set a serialVersionUID
75796 src/com/gps/hibernate/Sclicense.java 13 fieldCommentRequirement Required
75797 src/com/gps/hibernate/Sclicense.java 14 fieldCommentRequirement Required
75798 src/com/gps/hibernate/Sclicense.java 15 fieldCommentRequirement Required
75799 src/com/gps/hibernate/Sclicense.java 16 fieldCommentRequirement Required
75800 src/com/gps/hibernate/Sclicense.java 17 fieldCommentRequirement Required
75801 src/com/gps/hibernate/Sclicense.java 18 fieldCommentRequirement Required
75802 src/com/gps/hibernate/Sclicense.java 23 Document empty constructor
75803 src/com/gps/hibernate/Sclicense.java 27 Parameter 'licenseId' is not assigned and could be declared final
75804 src/com/gps/hibernate/Sclicense.java 32 Parameter 'licenseId' is not assigned and could be declared final
75805 src/com/gps/hibernate/Sclicense.java 32 Parameter 'name' is not assigned and could be declared final
75806 src/com/gps/hibernate/Sclicense.java 32 Parameter 'openSource' is not assigned and could be declared final
75807 src/com/gps/hibernate/Sclicense.java 32 Parameter 'url' is not assigned and could be declared final
75808 src/com/gps/hibernate/Sclicense.java 33 Parameter 'active' is not assigned and could be declared final
75809 src/com/gps/hibernate/Sclicense.java 33 Parameter 'recommended' is not assigned and could be declared final
75810 src/com/gps/hibernate/Sclicense.java 44 publicMethodCommentRequirement Required
75811 src/com/gps/hibernate/Sclicense.java 48 Parameter 'licenseId' is not assigned and could be declared final
75812 src/com/gps/hibernate/Sclicense.java 48 publicMethodCommentRequirement Required
75813 src/com/gps/hibernate/Sclicense.java 52 publicMethodCommentRequirement Required
75814 src/com/gps/hibernate/Sclicense.java 56 Parameter 'name' is not assigned and could be declared final
75815 src/com/gps/hibernate/Sclicense.java 56 publicMethodCommentRequirement Required
75816 src/com/gps/hibernate/Sclicense.java 60 publicMethodCommentRequirement Required
75817 src/com/gps/hibernate/Sclicense.java 64 Parameter 'url' is not assigned and could be declared final
75818 src/com/gps/hibernate/Sclicense.java 64 publicMethodCommentRequirement Required
75819 src/com/gps/hibernate/Sclicense.java 68 publicMethodCommentRequirement Required
75820 src/com/gps/hibernate/Sclicense.java 72 Parameter 'openSource' is not assigned and could be declared final
75821 src/com/gps/hibernate/Sclicense.java 72 publicMethodCommentRequirement Required
75822 src/com/gps/hibernate/Sclicense.java 76 publicMethodCommentRequirement Required
75823 src/com/gps/hibernate/Sclicense.java 80 Parameter 'active' is not assigned and could be declared final
75824 src/com/gps/hibernate/Sclicense.java 80 publicMethodCommentRequirement Required
75825 src/com/gps/hibernate/Sclicense.java 84 publicMethodCommentRequirement Required
75826 src/com/gps/hibernate/Sclicense.java 88 Parameter 'recommended' is not assigned and could be declared final
75827 src/com/gps/hibernate/Sclicense.java 88 publicMethodCommentRequirement Required
75828 src/com/gps/hibernate/SclicenseDAO.java 10 Comment is too large: Too many lines
75829 src/com/gps/hibernate/SclicenseDAO.java 22 This class has too many methods, consider refactoring it.
75830 src/com/gps/hibernate/SclicenseDAO.java 23 Logger should be defined private static final and have the correct class
75831 src/com/gps/hibernate/SclicenseDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
75832 src/com/gps/hibernate/SclicenseDAO.java 23 fieldCommentRequirement Required
75833 src/com/gps/hibernate/SclicenseDAO.java 25 fieldCommentRequirement Required
75834 src/com/gps/hibernate/SclicenseDAO.java 26 fieldCommentRequirement Required
75835 src/com/gps/hibernate/SclicenseDAO.java 27 fieldCommentRequirement Required
75836 src/com/gps/hibernate/SclicenseDAO.java 28 fieldCommentRequirement Required
75837 src/com/gps/hibernate/SclicenseDAO.java 29 fieldCommentRequirement Required
75838 src/com/gps/hibernate/SclicenseDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
75839 src/com/gps/hibernate/SclicenseDAO.java 31 publicMethodCommentRequirement Required
75840 src/com/gps/hibernate/SclicenseDAO.java 32 There is log block not surrounded by if
75841 src/com/gps/hibernate/SclicenseDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75842 src/com/gps/hibernate/SclicenseDAO.java 34 Potential violation of Law of Demeter (method chain calls)
75843 src/com/gps/hibernate/SclicenseDAO.java 35 There is log block not surrounded by if
75844 src/com/gps/hibernate/SclicenseDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75845 src/com/gps/hibernate/SclicenseDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75846 src/com/gps/hibernate/SclicenseDAO.java 37 There is log block not surrounded by if
75847 src/com/gps/hibernate/SclicenseDAO.java 42 Avoid excessively long variable names like persistentInstance
75848 src/com/gps/hibernate/SclicenseDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
75849 src/com/gps/hibernate/SclicenseDAO.java 42 publicMethodCommentRequirement Required
75850 src/com/gps/hibernate/SclicenseDAO.java 43 There is log block not surrounded by if
75851 src/com/gps/hibernate/SclicenseDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75852 src/com/gps/hibernate/SclicenseDAO.java 45 Potential violation of Law of Demeter (method chain calls)
75853 src/com/gps/hibernate/SclicenseDAO.java 46 There is log block not surrounded by if
75854 src/com/gps/hibernate/SclicenseDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75855 src/com/gps/hibernate/SclicenseDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75856 src/com/gps/hibernate/SclicenseDAO.java 48 There is log block not surrounded by if
75857 src/com/gps/hibernate/SclicenseDAO.java 53 Avoid variables with short names like id
75858 src/com/gps/hibernate/SclicenseDAO.java 53 Parameter 'id' is not assigned and could be declared final
75859 src/com/gps/hibernate/SclicenseDAO.java 53 publicMethodCommentRequirement Required
75860 src/com/gps/hibernate/SclicenseDAO.java 54 There is log block not surrounded by if
75861 src/com/gps/hibernate/SclicenseDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75862 src/com/gps/hibernate/SclicenseDAO.java 56 Local variable 'instance' could be declared final
75863 src/com/gps/hibernate/SclicenseDAO.java 56 Potential violation of Law of Demeter (method chain calls)
75864 src/com/gps/hibernate/SclicenseDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75865 src/com/gps/hibernate/SclicenseDAO.java 60 There is log block not surrounded by if
75866 src/com/gps/hibernate/SclicenseDAO.java 65 Parameter 'instance' is not assigned and could be declared final
75867 src/com/gps/hibernate/SclicenseDAO.java 65 publicMethodCommentRequirement Required
75868 src/com/gps/hibernate/SclicenseDAO.java 66 There is log block not surrounded by if
75869 src/com/gps/hibernate/SclicenseDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75870 src/com/gps/hibernate/SclicenseDAO.java 68 Local variable 'results' could be declared final
75871 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75872 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75873 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
75874 src/com/gps/hibernate/SclicenseDAO.java 71 There is log block not surrounded by if
75875 src/com/gps/hibernate/SclicenseDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75876 src/com/gps/hibernate/SclicenseDAO.java 72 Potential violation of Law of Demeter (object not created locally)
75877 src/com/gps/hibernate/SclicenseDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75878 src/com/gps/hibernate/SclicenseDAO.java 75 There is log block not surrounded by if
75879 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
75880 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'value' is not assigned and could be declared final
75881 src/com/gps/hibernate/SclicenseDAO.java 80 publicMethodCommentRequirement Required
75882 src/com/gps/hibernate/SclicenseDAO.java 81 There is log block not surrounded by if
75883 src/com/gps/hibernate/SclicenseDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75884 src/com/gps/hibernate/SclicenseDAO.java 84 Local variable 'queryString' could be declared final
75885 src/com/gps/hibernate/SclicenseDAO.java 86 Local variable 'queryObject' could be declared final
75886 src/com/gps/hibernate/SclicenseDAO.java 86 Potential violation of Law of Demeter (method chain calls)
75887 src/com/gps/hibernate/SclicenseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
75888 src/com/gps/hibernate/SclicenseDAO.java 88 Potential violation of Law of Demeter (object not created locally)
75889 src/com/gps/hibernate/SclicenseDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75890 src/com/gps/hibernate/SclicenseDAO.java 90 There is log block not surrounded by if
75891 src/com/gps/hibernate/SclicenseDAO.java 95 Parameter 'name' is not assigned and could be declared final
75892 src/com/gps/hibernate/SclicenseDAO.java 95 publicMethodCommentRequirement Required
75893 src/com/gps/hibernate/SclicenseDAO.java 99 Parameter 'url' is not assigned and could be declared final
75894 src/com/gps/hibernate/SclicenseDAO.java 99 publicMethodCommentRequirement Required
75895 src/com/gps/hibernate/SclicenseDAO.java 103 Parameter 'openSource' is not assigned and could be declared final
75896 src/com/gps/hibernate/SclicenseDAO.java 103 publicMethodCommentRequirement Required
75897 src/com/gps/hibernate/SclicenseDAO.java 107 Parameter 'active' is not assigned and could be declared final
75898 src/com/gps/hibernate/SclicenseDAO.java 107 publicMethodCommentRequirement Required
75899 src/com/gps/hibernate/SclicenseDAO.java 111 Parameter 'recommended' is not assigned and could be declared final
75900 src/com/gps/hibernate/SclicenseDAO.java 111 publicMethodCommentRequirement Required
75901 src/com/gps/hibernate/SclicenseDAO.java 115 publicMethodCommentRequirement Required
75902 src/com/gps/hibernate/SclicenseDAO.java 116 There is log block not surrounded by if
75903 src/com/gps/hibernate/SclicenseDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75904 src/com/gps/hibernate/SclicenseDAO.java 118 Local variable 'queryString' could be declared final
75905 src/com/gps/hibernate/SclicenseDAO.java 119 Local variable 'queryObject' could be declared final
75906 src/com/gps/hibernate/SclicenseDAO.java 119 Potential violation of Law of Demeter (method chain calls)
75907 src/com/gps/hibernate/SclicenseDAO.java 120 Potential violation of Law of Demeter (object not created locally)
75908 src/com/gps/hibernate/SclicenseDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75909 src/com/gps/hibernate/SclicenseDAO.java 122 There is log block not surrounded by if
75910 src/com/gps/hibernate/SclicenseDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
75911 src/com/gps/hibernate/SclicenseDAO.java 127 publicMethodCommentRequirement Required
75912 src/com/gps/hibernate/SclicenseDAO.java 128 There is log block not surrounded by if
75913 src/com/gps/hibernate/SclicenseDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75914 src/com/gps/hibernate/SclicenseDAO.java 130 Local variable 'result' could be declared final
75915 src/com/gps/hibernate/SclicenseDAO.java 130 Potential violation of Law of Demeter (method chain calls)
75916 src/com/gps/hibernate/SclicenseDAO.java 131 There is log block not surrounded by if
75917 src/com/gps/hibernate/SclicenseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75918 src/com/gps/hibernate/SclicenseDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75919 src/com/gps/hibernate/SclicenseDAO.java 134 There is log block not surrounded by if
75920 src/com/gps/hibernate/SclicenseDAO.java 139 Parameter 'instance' is not assigned and could be declared final
75921 src/com/gps/hibernate/SclicenseDAO.java 139 publicMethodCommentRequirement Required
75922 src/com/gps/hibernate/SclicenseDAO.java 140 There is log block not surrounded by if
75923 src/com/gps/hibernate/SclicenseDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75924 src/com/gps/hibernate/SclicenseDAO.java 142 Potential violation of Law of Demeter (method chain calls)
75925 src/com/gps/hibernate/SclicenseDAO.java 143 There is log block not surrounded by if
75926 src/com/gps/hibernate/SclicenseDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75927 src/com/gps/hibernate/SclicenseDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75928 src/com/gps/hibernate/SclicenseDAO.java 145 There is log block not surrounded by if
75929 src/com/gps/hibernate/SclicenseDAO.java 150 Parameter 'instance' is not assigned and could be declared final
75930 src/com/gps/hibernate/SclicenseDAO.java 150 publicMethodCommentRequirement Required
75931 src/com/gps/hibernate/SclicenseDAO.java 151 There is log block not surrounded by if
75932 src/com/gps/hibernate/SclicenseDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75933 src/com/gps/hibernate/SclicenseDAO.java 153 Potential violation of Law of Demeter (method chain calls)
75934 src/com/gps/hibernate/SclicenseDAO.java 154 There is log block not surrounded by if
75935 src/com/gps/hibernate/SclicenseDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75936 src/com/gps/hibernate/SclicenseDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75937 src/com/gps/hibernate/SclicenseDAO.java 156 There is log block not surrounded by if
75938 src/com/gps/hibernate/SclicensesScproductentries.java 9 Classes implementing Serializable should set a serialVersionUID
75939 src/com/gps/hibernate/SclicensesScproductentries.java 13 Avoid variables with short names like id
75940 src/com/gps/hibernate/SclicensesScproductentries.java 13 fieldCommentRequirement Required
75941 src/com/gps/hibernate/SclicensesScproductentries.java 18 Document empty constructor
75942 src/com/gps/hibernate/SclicensesScproductentries.java 22 Avoid variables with short names like id
75943 src/com/gps/hibernate/SclicensesScproductentries.java 22 Parameter 'id' is not assigned and could be declared final
75944 src/com/gps/hibernate/SclicensesScproductentries.java 28 publicMethodCommentRequirement Required
75945 src/com/gps/hibernate/SclicensesScproductentries.java 32 Avoid variables with short names like id
75946 src/com/gps/hibernate/SclicensesScproductentries.java 32 Parameter 'id' is not assigned and could be declared final
75947 src/com/gps/hibernate/SclicensesScproductentries.java 32 publicMethodCommentRequirement Required
75948 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 10 Comment is too large: Too many lines
75949 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Logger should be defined private static final and have the correct class
75950 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
75951 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 fieldCommentRequirement Required
75952 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
75953 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 publicMethodCommentRequirement Required
75954 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 There is log block not surrounded by if
75955 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75956 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 32 Potential violation of Law of Demeter (method chain calls)
75957 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 There is log block not surrounded by if
75958 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75959 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75960 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 35 There is log block not surrounded by if
75961 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Avoid excessively long variable names like persistentInstance
75962 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
75963 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 publicMethodCommentRequirement Required
75964 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 There is log block not surrounded by if
75965 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75966 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 43 Potential violation of Law of Demeter (method chain calls)
75967 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 There is log block not surrounded by if
75968 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75969 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75970 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 46 There is log block not surrounded by if
75971 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 51 publicMethodCommentRequirement Required
75972 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Avoid variables with short names like id
75973 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Parameter 'id' is not assigned and could be declared final
75974 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 There is log block not surrounded by if
75975 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75976 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Local variable 'instance' could be declared final
75977 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
75978 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75979 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 59 There is log block not surrounded by if
75980 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 Parameter 'instance' is not assigned and could be declared final
75981 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 publicMethodCommentRequirement Required
75982 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 There is log block not surrounded by if
75983 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75984 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Local variable 'results' could be declared final
75985 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
75986 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
75987 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
75988 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 There is log block not surrounded by if
75989 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75990 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 71 Potential violation of Law of Demeter (object not created locally)
75991 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
75992 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 74 There is log block not surrounded by if
75993 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
75994 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'value' is not assigned and could be declared final
75995 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 publicMethodCommentRequirement Required
75996 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 There is log block not surrounded by if
75997 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
75998 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 83 Local variable 'queryString' could be declared final
75999 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Local variable 'queryObject' could be declared final
76000 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Potential violation of Law of Demeter (method chain calls)
76001 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
76002 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 87 Potential violation of Law of Demeter (object not created locally)
76003 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76004 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 89 There is log block not surrounded by if
76005 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 94 publicMethodCommentRequirement Required
76006 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 There is log block not surrounded by if
76007 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76008 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 97 Local variable 'queryString' could be declared final
76009 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Local variable 'queryObject' could be declared final
76010 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Potential violation of Law of Demeter (method chain calls)
76011 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 99 Potential violation of Law of Demeter (object not created locally)
76012 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76013 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 101 There is log block not surrounded by if
76014 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 106 publicMethodCommentRequirement Required
76015 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
76016 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 There is log block not surrounded by if
76017 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76018 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Local variable 'result' could be declared final
76019 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Potential violation of Law of Demeter (method chain calls)
76020 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 There is log block not surrounded by if
76021 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76022 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76023 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 115 There is log block not surrounded by if
76024 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 Parameter 'instance' is not assigned and could be declared final
76025 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 publicMethodCommentRequirement Required
76026 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 There is log block not surrounded by if
76027 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76028 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 123 Potential violation of Law of Demeter (method chain calls)
76029 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 There is log block not surrounded by if
76030 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76031 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76032 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 126 There is log block not surrounded by if
76033 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 Parameter 'instance' is not assigned and could be declared final
76034 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 publicMethodCommentRequirement Required
76035 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 There is log block not surrounded by if
76036 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76037 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 134 Potential violation of Law of Demeter (method chain calls)
76038 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 There is log block not surrounded by if
76039 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76040 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76041 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 137 There is log block not surrounded by if
76042 src/com/gps/hibernate/SclicensesScproductentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
76043 src/com/gps/hibernate/SclicensesScproductentriesId.java 13 fieldCommentRequirement Required
76044 src/com/gps/hibernate/SclicensesScproductentriesId.java 14 fieldCommentRequirement Required
76045 src/com/gps/hibernate/SclicensesScproductentriesId.java 19 Document empty constructor
76046 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'licenseId' is not assigned and could be declared final
76047 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'productEntryId' is not assigned and could be declared final
76048 src/com/gps/hibernate/SclicensesScproductentriesId.java 30 publicMethodCommentRequirement Required
76049 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 Parameter 'licenseId' is not assigned and could be declared final
76050 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 publicMethodCommentRequirement Required
76051 src/com/gps/hibernate/SclicensesScproductentriesId.java 38 publicMethodCommentRequirement Required
76052 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 Parameter 'productEntryId' is not assigned and could be declared final
76053 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 publicMethodCommentRequirement Required
76054 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 Parameter 'other' is not assigned and could be declared final
76055 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 publicMethodCommentRequirement Required
76056 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Avoid using if statements without curly braces
76057 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Useless parentheses.
76058 src/com/gps/hibernate/SclicensesScproductentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
76059 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Avoid using if statements without curly braces
76060 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Useless parentheses.
76061 src/com/gps/hibernate/SclicensesScproductentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
76062 src/com/gps/hibernate/SclicensesScproductentriesId.java 51 Avoid using if statements without curly braces
76063 src/com/gps/hibernate/SclicensesScproductentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
76064 src/com/gps/hibernate/SclicensesScproductentriesId.java 53 Local variable 'castOther' could be declared final
76065 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
76066 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
76067 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
76068 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
76069 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
76070 src/com/gps/hibernate/SclicensesScproductentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
76071 src/com/gps/hibernate/SclicensesScproductentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
76072 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
76073 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
76074 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
76075 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
76076 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
76077 src/com/gps/hibernate/SclicensesScproductentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
76078 src/com/gps/hibernate/SclicensesScproductentriesId.java 63 Potential violation of Law of Demeter (object not created locally)
76079 src/com/gps/hibernate/SclicensesScproductentriesId.java 66 publicMethodCommentRequirement Required
76080 src/com/gps/hibernate/SclicensesScproductentriesId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
76081 src/com/gps/hibernate/Scproductentry.java 11 Classes implementing Serializable should set a serialVersionUID
76082 src/com/gps/hibernate/Scproductentry.java 11 Too many fields
76083 src/com/gps/hibernate/Scproductentry.java 15 fieldCommentRequirement Required
76084 src/com/gps/hibernate/Scproductentry.java 16 fieldCommentRequirement Required
76085 src/com/gps/hibernate/Scproductentry.java 17 fieldCommentRequirement Required
76086 src/com/gps/hibernate/Scproductentry.java 18 fieldCommentRequirement Required
76087 src/com/gps/hibernate/Scproductentry.java 19 fieldCommentRequirement Required
76088 src/com/gps/hibernate/Scproductentry.java 20 fieldCommentRequirement Required
76089 src/com/gps/hibernate/Scproductentry.java 21 fieldCommentRequirement Required
76090 src/com/gps/hibernate/Scproductentry.java 22 fieldCommentRequirement Required
76091 src/com/gps/hibernate/Scproductentry.java 23 fieldCommentRequirement Required
76092 src/com/gps/hibernate/Scproductentry.java 24 fieldCommentRequirement Required
76093 src/com/gps/hibernate/Scproductentry.java 25 fieldCommentRequirement Required
76094 src/com/gps/hibernate/Scproductentry.java 26 fieldCommentRequirement Required
76095 src/com/gps/hibernate/Scproductentry.java 27 fieldCommentRequirement Required
76096 src/com/gps/hibernate/Scproductentry.java 28 fieldCommentRequirement Required
76097 src/com/gps/hibernate/Scproductentry.java 29 fieldCommentRequirement Required
76098 src/com/gps/hibernate/Scproductentry.java 30 fieldCommentRequirement Required
76099 src/com/gps/hibernate/Scproductentry.java 35 Document empty constructor
76100 src/com/gps/hibernate/Scproductentry.java 39 Parameter 'productEntryId' is not assigned and could be declared final
76101 src/com/gps/hibernate/Scproductentry.java 44 Avoid long parameter lists.
76102 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'companyId' is not assigned and could be declared final
76103 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'groupId' is not assigned and could be declared final
76104 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'productEntryId' is not assigned and could be declared final
76105 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'createDate' is not assigned and could be declared final
76106 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
76107 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userId' is not assigned and could be declared final
76108 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userName' is not assigned and could be declared final
76109 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'name' is not assigned and could be declared final
76110 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'shortDescription' is not assigned and could be declared final
76111 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'tags' is not assigned and could be declared final
76112 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'type' is not assigned and could be declared final
76113 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'author' is not assigned and could be declared final
76114 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'longDescription' is not assigned and could be declared final
76115 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'pageUrl' is not assigned and could be declared final
76116 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoArtifactId' is not assigned and could be declared final
76117 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoGroupId' is not assigned and could be declared final
76118 src/com/gps/hibernate/Scproductentry.java 69 publicMethodCommentRequirement Required
76119 src/com/gps/hibernate/Scproductentry.java 73 Parameter 'productEntryId' is not assigned and could be declared final
76120 src/com/gps/hibernate/Scproductentry.java 73 publicMethodCommentRequirement Required
76121 src/com/gps/hibernate/Scproductentry.java 77 publicMethodCommentRequirement Required
76122 src/com/gps/hibernate/Scproductentry.java 81 Parameter 'groupId' is not assigned and could be declared final
76123 src/com/gps/hibernate/Scproductentry.java 81 publicMethodCommentRequirement Required
76124 src/com/gps/hibernate/Scproductentry.java 85 publicMethodCommentRequirement Required
76125 src/com/gps/hibernate/Scproductentry.java 89 Parameter 'companyId' is not assigned and could be declared final
76126 src/com/gps/hibernate/Scproductentry.java 89 publicMethodCommentRequirement Required
76127 src/com/gps/hibernate/Scproductentry.java 93 publicMethodCommentRequirement Required
76128 src/com/gps/hibernate/Scproductentry.java 97 Parameter 'userId' is not assigned and could be declared final
76129 src/com/gps/hibernate/Scproductentry.java 97 publicMethodCommentRequirement Required
76130 src/com/gps/hibernate/Scproductentry.java 101 publicMethodCommentRequirement Required
76131 src/com/gps/hibernate/Scproductentry.java 105 Parameter 'userName' is not assigned and could be declared final
76132 src/com/gps/hibernate/Scproductentry.java 105 publicMethodCommentRequirement Required
76133 src/com/gps/hibernate/Scproductentry.java 109 publicMethodCommentRequirement Required
76134 src/com/gps/hibernate/Scproductentry.java 113 Parameter 'createDate' is not assigned and could be declared final
76135 src/com/gps/hibernate/Scproductentry.java 113 publicMethodCommentRequirement Required
76136 src/com/gps/hibernate/Scproductentry.java 117 publicMethodCommentRequirement Required
76137 src/com/gps/hibernate/Scproductentry.java 121 Parameter 'modifiedDate' is not assigned and could be declared final
76138 src/com/gps/hibernate/Scproductentry.java 121 publicMethodCommentRequirement Required
76139 src/com/gps/hibernate/Scproductentry.java 125 publicMethodCommentRequirement Required
76140 src/com/gps/hibernate/Scproductentry.java 129 Parameter 'name' is not assigned and could be declared final
76141 src/com/gps/hibernate/Scproductentry.java 129 publicMethodCommentRequirement Required
76142 src/com/gps/hibernate/Scproductentry.java 133 publicMethodCommentRequirement Required
76143 src/com/gps/hibernate/Scproductentry.java 137 Parameter 'type' is not assigned and could be declared final
76144 src/com/gps/hibernate/Scproductentry.java 137 publicMethodCommentRequirement Required
76145 src/com/gps/hibernate/Scproductentry.java 141 publicMethodCommentRequirement Required
76146 src/com/gps/hibernate/Scproductentry.java 145 Parameter 'tags' is not assigned and could be declared final
76147 src/com/gps/hibernate/Scproductentry.java 145 publicMethodCommentRequirement Required
76148 src/com/gps/hibernate/Scproductentry.java 149 publicMethodCommentRequirement Required
76149 src/com/gps/hibernate/Scproductentry.java 153 Parameter 'shortDescription' is not assigned and could be declared final
76150 src/com/gps/hibernate/Scproductentry.java 153 publicMethodCommentRequirement Required
76151 src/com/gps/hibernate/Scproductentry.java 157 publicMethodCommentRequirement Required
76152 src/com/gps/hibernate/Scproductentry.java 161 Parameter 'longDescription' is not assigned and could be declared final
76153 src/com/gps/hibernate/Scproductentry.java 161 publicMethodCommentRequirement Required
76154 src/com/gps/hibernate/Scproductentry.java 165 publicMethodCommentRequirement Required
76155 src/com/gps/hibernate/Scproductentry.java 169 Parameter 'pageUrl' is not assigned and could be declared final
76156 src/com/gps/hibernate/Scproductentry.java 169 publicMethodCommentRequirement Required
76157 src/com/gps/hibernate/Scproductentry.java 173 publicMethodCommentRequirement Required
76158 src/com/gps/hibernate/Scproductentry.java 177 Parameter 'author' is not assigned and could be declared final
76159 src/com/gps/hibernate/Scproductentry.java 177 publicMethodCommentRequirement Required
76160 src/com/gps/hibernate/Scproductentry.java 181 publicMethodCommentRequirement Required
76161 src/com/gps/hibernate/Scproductentry.java 185 Parameter 'repoGroupId' is not assigned and could be declared final
76162 src/com/gps/hibernate/Scproductentry.java 185 publicMethodCommentRequirement Required
76163 src/com/gps/hibernate/Scproductentry.java 189 publicMethodCommentRequirement Required
76164 src/com/gps/hibernate/Scproductentry.java 193 Parameter 'repoArtifactId' is not assigned and could be declared final
76165 src/com/gps/hibernate/Scproductentry.java 193 publicMethodCommentRequirement Required
76166 src/com/gps/hibernate/ScproductentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
76167 src/com/gps/hibernate/ScproductentryDAO.java 11 Comment is too large: Too many lines
76168 src/com/gps/hibernate/ScproductentryDAO.java 23 This class has too many methods, consider refactoring it.
76169 src/com/gps/hibernate/ScproductentryDAO.java 24 Logger should be defined private static final and have the correct class
76170 src/com/gps/hibernate/ScproductentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
76171 src/com/gps/hibernate/ScproductentryDAO.java 24 fieldCommentRequirement Required
76172 src/com/gps/hibernate/ScproductentryDAO.java 26 fieldCommentRequirement Required
76173 src/com/gps/hibernate/ScproductentryDAO.java 27 fieldCommentRequirement Required
76174 src/com/gps/hibernate/ScproductentryDAO.java 28 fieldCommentRequirement Required
76175 src/com/gps/hibernate/ScproductentryDAO.java 29 fieldCommentRequirement Required
76176 src/com/gps/hibernate/ScproductentryDAO.java 30 fieldCommentRequirement Required
76177 src/com/gps/hibernate/ScproductentryDAO.java 31 fieldCommentRequirement Required
76178 src/com/gps/hibernate/ScproductentryDAO.java 32 fieldCommentRequirement Required
76179 src/com/gps/hibernate/ScproductentryDAO.java 33 fieldCommentRequirement Required
76180 src/com/gps/hibernate/ScproductentryDAO.java 34 fieldCommentRequirement Required
76181 src/com/gps/hibernate/ScproductentryDAO.java 35 fieldCommentRequirement Required
76182 src/com/gps/hibernate/ScproductentryDAO.java 36 fieldCommentRequirement Required
76183 src/com/gps/hibernate/ScproductentryDAO.java 37 fieldCommentRequirement Required
76184 src/com/gps/hibernate/ScproductentryDAO.java 38 fieldCommentRequirement Required
76185 src/com/gps/hibernate/ScproductentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
76186 src/com/gps/hibernate/ScproductentryDAO.java 40 publicMethodCommentRequirement Required
76187 src/com/gps/hibernate/ScproductentryDAO.java 41 There is log block not surrounded by if
76188 src/com/gps/hibernate/ScproductentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76189 src/com/gps/hibernate/ScproductentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
76190 src/com/gps/hibernate/ScproductentryDAO.java 44 There is log block not surrounded by if
76191 src/com/gps/hibernate/ScproductentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76192 src/com/gps/hibernate/ScproductentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76193 src/com/gps/hibernate/ScproductentryDAO.java 46 There is log block not surrounded by if
76194 src/com/gps/hibernate/ScproductentryDAO.java 51 Avoid excessively long variable names like persistentInstance
76195 src/com/gps/hibernate/ScproductentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
76196 src/com/gps/hibernate/ScproductentryDAO.java 51 publicMethodCommentRequirement Required
76197 src/com/gps/hibernate/ScproductentryDAO.java 52 There is log block not surrounded by if
76198 src/com/gps/hibernate/ScproductentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76199 src/com/gps/hibernate/ScproductentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
76200 src/com/gps/hibernate/ScproductentryDAO.java 55 There is log block not surrounded by if
76201 src/com/gps/hibernate/ScproductentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76202 src/com/gps/hibernate/ScproductentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76203 src/com/gps/hibernate/ScproductentryDAO.java 57 There is log block not surrounded by if
76204 src/com/gps/hibernate/ScproductentryDAO.java 62 Avoid variables with short names like id
76205 src/com/gps/hibernate/ScproductentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
76206 src/com/gps/hibernate/ScproductentryDAO.java 62 publicMethodCommentRequirement Required
76207 src/com/gps/hibernate/ScproductentryDAO.java 63 There is log block not surrounded by if
76208 src/com/gps/hibernate/ScproductentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76209 src/com/gps/hibernate/ScproductentryDAO.java 65 Local variable 'instance' could be declared final
76210 src/com/gps/hibernate/ScproductentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
76211 src/com/gps/hibernate/ScproductentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76212 src/com/gps/hibernate/ScproductentryDAO.java 69 There is log block not surrounded by if
76213 src/com/gps/hibernate/ScproductentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
76214 src/com/gps/hibernate/ScproductentryDAO.java 74 publicMethodCommentRequirement Required
76215 src/com/gps/hibernate/ScproductentryDAO.java 75 There is log block not surrounded by if
76216 src/com/gps/hibernate/ScproductentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76217 src/com/gps/hibernate/ScproductentryDAO.java 77 Local variable 'results' could be declared final
76218 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
76219 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
76220 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
76221 src/com/gps/hibernate/ScproductentryDAO.java 80 There is log block not surrounded by if
76222 src/com/gps/hibernate/ScproductentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76223 src/com/gps/hibernate/ScproductentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
76224 src/com/gps/hibernate/ScproductentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76225 src/com/gps/hibernate/ScproductentryDAO.java 84 There is log block not surrounded by if
76226 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
76227 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
76228 src/com/gps/hibernate/ScproductentryDAO.java 89 publicMethodCommentRequirement Required
76229 src/com/gps/hibernate/ScproductentryDAO.java 90 There is log block not surrounded by if
76230 src/com/gps/hibernate/ScproductentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76231 src/com/gps/hibernate/ScproductentryDAO.java 93 Local variable 'queryString' could be declared final
76232 src/com/gps/hibernate/ScproductentryDAO.java 95 Local variable 'queryObject' could be declared final
76233 src/com/gps/hibernate/ScproductentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
76234 src/com/gps/hibernate/ScproductentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
76235 src/com/gps/hibernate/ScproductentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
76236 src/com/gps/hibernate/ScproductentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76237 src/com/gps/hibernate/ScproductentryDAO.java 99 There is log block not surrounded by if
76238 src/com/gps/hibernate/ScproductentryDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
76239 src/com/gps/hibernate/ScproductentryDAO.java 104 publicMethodCommentRequirement Required
76240 src/com/gps/hibernate/ScproductentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
76241 src/com/gps/hibernate/ScproductentryDAO.java 108 publicMethodCommentRequirement Required
76242 src/com/gps/hibernate/ScproductentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
76243 src/com/gps/hibernate/ScproductentryDAO.java 112 publicMethodCommentRequirement Required
76244 src/com/gps/hibernate/ScproductentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
76245 src/com/gps/hibernate/ScproductentryDAO.java 116 publicMethodCommentRequirement Required
76246 src/com/gps/hibernate/ScproductentryDAO.java 120 Parameter 'name' is not assigned and could be declared final
76247 src/com/gps/hibernate/ScproductentryDAO.java 120 publicMethodCommentRequirement Required
76248 src/com/gps/hibernate/ScproductentryDAO.java 124 Parameter 'type' is not assigned and could be declared final
76249 src/com/gps/hibernate/ScproductentryDAO.java 124 publicMethodCommentRequirement Required
76250 src/com/gps/hibernate/ScproductentryDAO.java 128 Parameter 'tags' is not assigned and could be declared final
76251 src/com/gps/hibernate/ScproductentryDAO.java 128 publicMethodCommentRequirement Required
76252 src/com/gps/hibernate/ScproductentryDAO.java 132 Parameter 'shortDescription' is not assigned and could be declared final
76253 src/com/gps/hibernate/ScproductentryDAO.java 132 publicMethodCommentRequirement Required
76254 src/com/gps/hibernate/ScproductentryDAO.java 136 Parameter 'longDescription' is not assigned and could be declared final
76255 src/com/gps/hibernate/ScproductentryDAO.java 136 publicMethodCommentRequirement Required
76256 src/com/gps/hibernate/ScproductentryDAO.java 140 Parameter 'pageUrl' is not assigned and could be declared final
76257 src/com/gps/hibernate/ScproductentryDAO.java 140 publicMethodCommentRequirement Required
76258 src/com/gps/hibernate/ScproductentryDAO.java 144 Parameter 'author' is not assigned and could be declared final
76259 src/com/gps/hibernate/ScproductentryDAO.java 144 publicMethodCommentRequirement Required
76260 src/com/gps/hibernate/ScproductentryDAO.java 148 Parameter 'repoGroupId' is not assigned and could be declared final
76261 src/com/gps/hibernate/ScproductentryDAO.java 148 publicMethodCommentRequirement Required
76262 src/com/gps/hibernate/ScproductentryDAO.java 152 Parameter 'repoArtifactId' is not assigned and could be declared final
76263 src/com/gps/hibernate/ScproductentryDAO.java 152 publicMethodCommentRequirement Required
76264 src/com/gps/hibernate/ScproductentryDAO.java 156 publicMethodCommentRequirement Required
76265 src/com/gps/hibernate/ScproductentryDAO.java 157 There is log block not surrounded by if
76266 src/com/gps/hibernate/ScproductentryDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76267 src/com/gps/hibernate/ScproductentryDAO.java 159 Local variable 'queryString' could be declared final
76268 src/com/gps/hibernate/ScproductentryDAO.java 160 Local variable 'queryObject' could be declared final
76269 src/com/gps/hibernate/ScproductentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
76270 src/com/gps/hibernate/ScproductentryDAO.java 161 Potential violation of Law of Demeter (object not created locally)
76271 src/com/gps/hibernate/ScproductentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76272 src/com/gps/hibernate/ScproductentryDAO.java 163 There is log block not surrounded by if
76273 src/com/gps/hibernate/ScproductentryDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
76274 src/com/gps/hibernate/ScproductentryDAO.java 168 publicMethodCommentRequirement Required
76275 src/com/gps/hibernate/ScproductentryDAO.java 169 There is log block not surrounded by if
76276 src/com/gps/hibernate/ScproductentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76277 src/com/gps/hibernate/ScproductentryDAO.java 171 Local variable 'result' could be declared final
76278 src/com/gps/hibernate/ScproductentryDAO.java 171 Potential violation of Law of Demeter (method chain calls)
76279 src/com/gps/hibernate/ScproductentryDAO.java 173 There is log block not surrounded by if
76280 src/com/gps/hibernate/ScproductentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76281 src/com/gps/hibernate/ScproductentryDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76282 src/com/gps/hibernate/ScproductentryDAO.java 176 There is log block not surrounded by if
76283 src/com/gps/hibernate/ScproductentryDAO.java 181 Parameter 'instance' is not assigned and could be declared final
76284 src/com/gps/hibernate/ScproductentryDAO.java 181 publicMethodCommentRequirement Required
76285 src/com/gps/hibernate/ScproductentryDAO.java 182 There is log block not surrounded by if
76286 src/com/gps/hibernate/ScproductentryDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76287 src/com/gps/hibernate/ScproductentryDAO.java 184 Potential violation of Law of Demeter (method chain calls)
76288 src/com/gps/hibernate/ScproductentryDAO.java 185 There is log block not surrounded by if
76289 src/com/gps/hibernate/ScproductentryDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76290 src/com/gps/hibernate/ScproductentryDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76291 src/com/gps/hibernate/ScproductentryDAO.java 187 There is log block not surrounded by if
76292 src/com/gps/hibernate/ScproductentryDAO.java 192 Parameter 'instance' is not assigned and could be declared final
76293 src/com/gps/hibernate/ScproductentryDAO.java 192 publicMethodCommentRequirement Required
76294 src/com/gps/hibernate/ScproductentryDAO.java 193 There is log block not surrounded by if
76295 src/com/gps/hibernate/ScproductentryDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76296 src/com/gps/hibernate/ScproductentryDAO.java 195 Potential violation of Law of Demeter (method chain calls)
76297 src/com/gps/hibernate/ScproductentryDAO.java 196 There is log block not surrounded by if
76298 src/com/gps/hibernate/ScproductentryDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76299 src/com/gps/hibernate/ScproductentryDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76300 src/com/gps/hibernate/ScproductentryDAO.java 198 There is log block not surrounded by if
76301 src/com/gps/hibernate/Scproductscreenshot.java 9 Classes implementing Serializable should set a serialVersionUID
76302 src/com/gps/hibernate/Scproductscreenshot.java 13 Avoid excessively long variable names like productScreenshotId
76303 src/com/gps/hibernate/Scproductscreenshot.java 13 fieldCommentRequirement Required
76304 src/com/gps/hibernate/Scproductscreenshot.java 14 fieldCommentRequirement Required
76305 src/com/gps/hibernate/Scproductscreenshot.java 15 fieldCommentRequirement Required
76306 src/com/gps/hibernate/Scproductscreenshot.java 16 fieldCommentRequirement Required
76307 src/com/gps/hibernate/Scproductscreenshot.java 17 fieldCommentRequirement Required
76308 src/com/gps/hibernate/Scproductscreenshot.java 18 fieldCommentRequirement Required
76309 src/com/gps/hibernate/Scproductscreenshot.java 19 fieldCommentRequirement Required
76310 src/com/gps/hibernate/Scproductscreenshot.java 24 Document empty constructor
76311 src/com/gps/hibernate/Scproductscreenshot.java 28 Avoid excessively long variable names like productScreenshotId
76312 src/com/gps/hibernate/Scproductscreenshot.java 28 Parameter 'productScreenshotId' is not assigned and could be declared final
76313 src/com/gps/hibernate/Scproductscreenshot.java 33 Avoid excessively long variable names like productScreenshotId
76314 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'companyId' is not assigned and could be declared final
76315 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'productScreenshotId' is not assigned and could be declared final
76316 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'groupId' is not assigned and could be declared final
76317 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'productEntryId' is not assigned and could be declared final
76318 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'thumbnailId' is not assigned and could be declared final
76319 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'fullImageId' is not assigned and could be declared final
76320 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'priority' is not assigned and could be declared final
76321 src/com/gps/hibernate/Scproductscreenshot.java 47 publicMethodCommentRequirement Required
76322 src/com/gps/hibernate/Scproductscreenshot.java 51 Avoid excessively long variable names like productScreenshotId
76323 src/com/gps/hibernate/Scproductscreenshot.java 51 Parameter 'productScreenshotId' is not assigned and could be declared final
76324 src/com/gps/hibernate/Scproductscreenshot.java 51 publicMethodCommentRequirement Required
76325 src/com/gps/hibernate/Scproductscreenshot.java 55 publicMethodCommentRequirement Required
76326 src/com/gps/hibernate/Scproductscreenshot.java 59 Parameter 'companyId' is not assigned and could be declared final
76327 src/com/gps/hibernate/Scproductscreenshot.java 59 publicMethodCommentRequirement Required
76328 src/com/gps/hibernate/Scproductscreenshot.java 63 publicMethodCommentRequirement Required
76329 src/com/gps/hibernate/Scproductscreenshot.java 67 Parameter 'groupId' is not assigned and could be declared final
76330 src/com/gps/hibernate/Scproductscreenshot.java 67 publicMethodCommentRequirement Required
76331 src/com/gps/hibernate/Scproductscreenshot.java 71 publicMethodCommentRequirement Required
76332 src/com/gps/hibernate/Scproductscreenshot.java 75 Parameter 'productEntryId' is not assigned and could be declared final
76333 src/com/gps/hibernate/Scproductscreenshot.java 75 publicMethodCommentRequirement Required
76334 src/com/gps/hibernate/Scproductscreenshot.java 79 publicMethodCommentRequirement Required
76335 src/com/gps/hibernate/Scproductscreenshot.java 83 Parameter 'thumbnailId' is not assigned and could be declared final
76336 src/com/gps/hibernate/Scproductscreenshot.java 83 publicMethodCommentRequirement Required
76337 src/com/gps/hibernate/Scproductscreenshot.java 87 publicMethodCommentRequirement Required
76338 src/com/gps/hibernate/Scproductscreenshot.java 91 Parameter 'fullImageId' is not assigned and could be declared final
76339 src/com/gps/hibernate/Scproductscreenshot.java 91 publicMethodCommentRequirement Required
76340 src/com/gps/hibernate/Scproductscreenshot.java 95 publicMethodCommentRequirement Required
76341 src/com/gps/hibernate/Scproductscreenshot.java 99 Parameter 'priority' is not assigned and could be declared final
76342 src/com/gps/hibernate/Scproductscreenshot.java 99 publicMethodCommentRequirement Required
76343 src/com/gps/hibernate/ScproductscreenshotDAO.java 10 Comment is too large: Too many lines
76344 src/com/gps/hibernate/ScproductscreenshotDAO.java 22 This class has too many methods, consider refactoring it.
76345 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Logger should be defined private static final and have the correct class
76346 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
76347 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 fieldCommentRequirement Required
76348 src/com/gps/hibernate/ScproductscreenshotDAO.java 26 fieldCommentRequirement Required
76349 src/com/gps/hibernate/ScproductscreenshotDAO.java 27 fieldCommentRequirement Required
76350 src/com/gps/hibernate/ScproductscreenshotDAO.java 28 fieldCommentRequirement Required
76351 src/com/gps/hibernate/ScproductscreenshotDAO.java 29 fieldCommentRequirement Required
76352 src/com/gps/hibernate/ScproductscreenshotDAO.java 30 fieldCommentRequirement Required
76353 src/com/gps/hibernate/ScproductscreenshotDAO.java 31 fieldCommentRequirement Required
76354 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
76355 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 publicMethodCommentRequirement Required
76356 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 There is log block not surrounded by if
76357 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76358 src/com/gps/hibernate/ScproductscreenshotDAO.java 36 Potential violation of Law of Demeter (method chain calls)
76359 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 There is log block not surrounded by if
76360 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76361 src/com/gps/hibernate/ScproductscreenshotDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76362 src/com/gps/hibernate/ScproductscreenshotDAO.java 39 There is log block not surrounded by if
76363 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Avoid excessively long variable names like persistentInstance
76364 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
76365 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 publicMethodCommentRequirement Required
76366 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 There is log block not surrounded by if
76367 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76368 src/com/gps/hibernate/ScproductscreenshotDAO.java 47 Potential violation of Law of Demeter (method chain calls)
76369 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 There is log block not surrounded by if
76370 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76371 src/com/gps/hibernate/ScproductscreenshotDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76372 src/com/gps/hibernate/ScproductscreenshotDAO.java 50 There is log block not surrounded by if
76373 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Avoid variables with short names like id
76374 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Parameter 'id' is not assigned and could be declared final
76375 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 publicMethodCommentRequirement Required
76376 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 There is log block not surrounded by if
76377 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76378 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Local variable 'instance' could be declared final
76379 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Potential violation of Law of Demeter (method chain calls)
76380 src/com/gps/hibernate/ScproductscreenshotDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76381 src/com/gps/hibernate/ScproductscreenshotDAO.java 62 There is log block not surrounded by if
76382 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 Parameter 'instance' is not assigned and could be declared final
76383 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 publicMethodCommentRequirement Required
76384 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 There is log block not surrounded by if
76385 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76386 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Local variable 'results' could be declared final
76387 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
76388 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
76389 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
76390 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 There is log block not surrounded by if
76391 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76392 src/com/gps/hibernate/ScproductscreenshotDAO.java 74 Potential violation of Law of Demeter (object not created locally)
76393 src/com/gps/hibernate/ScproductscreenshotDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76394 src/com/gps/hibernate/ScproductscreenshotDAO.java 77 There is log block not surrounded by if
76395 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
76396 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'value' is not assigned and could be declared final
76397 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 publicMethodCommentRequirement Required
76398 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 There is log block not surrounded by if
76399 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76400 src/com/gps/hibernate/ScproductscreenshotDAO.java 86 Local variable 'queryString' could be declared final
76401 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Local variable 'queryObject' could be declared final
76402 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Potential violation of Law of Demeter (method chain calls)
76403 src/com/gps/hibernate/ScproductscreenshotDAO.java 89 Potential violation of Law of Demeter (object not created locally)
76404 src/com/gps/hibernate/ScproductscreenshotDAO.java 90 Potential violation of Law of Demeter (object not created locally)
76405 src/com/gps/hibernate/ScproductscreenshotDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76406 src/com/gps/hibernate/ScproductscreenshotDAO.java 92 There is log block not surrounded by if
76407 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
76408 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 publicMethodCommentRequirement Required
76409 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
76410 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 publicMethodCommentRequirement Required
76411 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 Parameter 'productEntryId' is not assigned and could be declared final
76412 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 publicMethodCommentRequirement Required
76413 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 Parameter 'thumbnailId' is not assigned and could be declared final
76414 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 publicMethodCommentRequirement Required
76415 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 Parameter 'fullImageId' is not assigned and could be declared final
76416 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 publicMethodCommentRequirement Required
76417 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 Parameter 'priority' is not assigned and could be declared final
76418 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 publicMethodCommentRequirement Required
76419 src/com/gps/hibernate/ScproductscreenshotDAO.java 121 publicMethodCommentRequirement Required
76420 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 There is log block not surrounded by if
76421 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76422 src/com/gps/hibernate/ScproductscreenshotDAO.java 124 Local variable 'queryString' could be declared final
76423 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Local variable 'queryObject' could be declared final
76424 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Potential violation of Law of Demeter (method chain calls)
76425 src/com/gps/hibernate/ScproductscreenshotDAO.java 126 Potential violation of Law of Demeter (object not created locally)
76426 src/com/gps/hibernate/ScproductscreenshotDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76427 src/com/gps/hibernate/ScproductscreenshotDAO.java 128 There is log block not surrounded by if
76428 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
76429 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 publicMethodCommentRequirement Required
76430 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 There is log block not surrounded by if
76431 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76432 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Local variable 'result' could be declared final
76433 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Potential violation of Law of Demeter (method chain calls)
76434 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 There is log block not surrounded by if
76435 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76436 src/com/gps/hibernate/ScproductscreenshotDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76437 src/com/gps/hibernate/ScproductscreenshotDAO.java 141 There is log block not surrounded by if
76438 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 Parameter 'instance' is not assigned and could be declared final
76439 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 publicMethodCommentRequirement Required
76440 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 There is log block not surrounded by if
76441 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76442 src/com/gps/hibernate/ScproductscreenshotDAO.java 149 Potential violation of Law of Demeter (method chain calls)
76443 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 There is log block not surrounded by if
76444 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76445 src/com/gps/hibernate/ScproductscreenshotDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76446 src/com/gps/hibernate/ScproductscreenshotDAO.java 152 There is log block not surrounded by if
76447 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 Parameter 'instance' is not assigned and could be declared final
76448 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 publicMethodCommentRequirement Required
76449 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 There is log block not surrounded by if
76450 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76451 src/com/gps/hibernate/ScproductscreenshotDAO.java 160 Potential violation of Law of Demeter (method chain calls)
76452 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 There is log block not surrounded by if
76453 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76454 src/com/gps/hibernate/ScproductscreenshotDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76455 src/com/gps/hibernate/ScproductscreenshotDAO.java 163 There is log block not surrounded by if
76456 src/com/gps/hibernate/Scproductversion.java 11 Classes implementing Serializable should set a serialVersionUID
76457 src/com/gps/hibernate/Scproductversion.java 15 fieldCommentRequirement Required
76458 src/com/gps/hibernate/Scproductversion.java 16 fieldCommentRequirement Required
76459 src/com/gps/hibernate/Scproductversion.java 17 fieldCommentRequirement Required
76460 src/com/gps/hibernate/Scproductversion.java 18 fieldCommentRequirement Required
76461 src/com/gps/hibernate/Scproductversion.java 19 fieldCommentRequirement Required
76462 src/com/gps/hibernate/Scproductversion.java 20 fieldCommentRequirement Required
76463 src/com/gps/hibernate/Scproductversion.java 21 fieldCommentRequirement Required
76464 src/com/gps/hibernate/Scproductversion.java 22 fieldCommentRequirement Required
76465 src/com/gps/hibernate/Scproductversion.java 23 fieldCommentRequirement Required
76466 src/com/gps/hibernate/Scproductversion.java 24 fieldCommentRequirement Required
76467 src/com/gps/hibernate/Scproductversion.java 25 fieldCommentRequirement Required
76468 src/com/gps/hibernate/Scproductversion.java 26 fieldCommentRequirement Required
76469 src/com/gps/hibernate/Scproductversion.java 31 Document empty constructor
76470 src/com/gps/hibernate/Scproductversion.java 35 Parameter 'productVersionId' is not assigned and could be declared final
76471 src/com/gps/hibernate/Scproductversion.java 40 Avoid long parameter lists.
76472 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'companyId' is not assigned and could be declared final
76473 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'productVersionId' is not assigned and could be declared final
76474 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'userId' is not assigned and could be declared final
76475 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'createDate' is not assigned and could be declared final
76476 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
76477 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'userName' is not assigned and could be declared final
76478 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'changeLog' is not assigned and could be declared final
76479 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'productEntryId' is not assigned and could be declared final
76480 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'version' is not assigned and could be declared final
76481 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'directDownloadUrl' is not assigned and could be declared final
76482 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'downloadPageUrl' is not assigned and could be declared final
76483 src/com/gps/hibernate/Scproductversion.java 44 Parameter 'repoStoreArtifact' is not assigned and could be declared final
76484 src/com/gps/hibernate/Scproductversion.java 61 publicMethodCommentRequirement Required
76485 src/com/gps/hibernate/Scproductversion.java 65 Parameter 'productVersionId' is not assigned and could be declared final
76486 src/com/gps/hibernate/Scproductversion.java 65 publicMethodCommentRequirement Required
76487 src/com/gps/hibernate/Scproductversion.java 69 publicMethodCommentRequirement Required
76488 src/com/gps/hibernate/Scproductversion.java 73 Parameter 'companyId' is not assigned and could be declared final
76489 src/com/gps/hibernate/Scproductversion.java 73 publicMethodCommentRequirement Required
76490 src/com/gps/hibernate/Scproductversion.java 77 publicMethodCommentRequirement Required
76491 src/com/gps/hibernate/Scproductversion.java 81 Parameter 'userId' is not assigned and could be declared final
76492 src/com/gps/hibernate/Scproductversion.java 81 publicMethodCommentRequirement Required
76493 src/com/gps/hibernate/Scproductversion.java 85 publicMethodCommentRequirement Required
76494 src/com/gps/hibernate/Scproductversion.java 89 Parameter 'userName' is not assigned and could be declared final
76495 src/com/gps/hibernate/Scproductversion.java 89 publicMethodCommentRequirement Required
76496 src/com/gps/hibernate/Scproductversion.java 93 publicMethodCommentRequirement Required
76497 src/com/gps/hibernate/Scproductversion.java 97 Parameter 'createDate' is not assigned and could be declared final
76498 src/com/gps/hibernate/Scproductversion.java 97 publicMethodCommentRequirement Required
76499 src/com/gps/hibernate/Scproductversion.java 101 publicMethodCommentRequirement Required
76500 src/com/gps/hibernate/Scproductversion.java 105 Parameter 'modifiedDate' is not assigned and could be declared final
76501 src/com/gps/hibernate/Scproductversion.java 105 publicMethodCommentRequirement Required
76502 src/com/gps/hibernate/Scproductversion.java 109 publicMethodCommentRequirement Required
76503 src/com/gps/hibernate/Scproductversion.java 113 Parameter 'productEntryId' is not assigned and could be declared final
76504 src/com/gps/hibernate/Scproductversion.java 113 publicMethodCommentRequirement Required
76505 src/com/gps/hibernate/Scproductversion.java 117 publicMethodCommentRequirement Required
76506 src/com/gps/hibernate/Scproductversion.java 121 Parameter 'version' is not assigned and could be declared final
76507 src/com/gps/hibernate/Scproductversion.java 121 publicMethodCommentRequirement Required
76508 src/com/gps/hibernate/Scproductversion.java 125 publicMethodCommentRequirement Required
76509 src/com/gps/hibernate/Scproductversion.java 129 Parameter 'changeLog' is not assigned and could be declared final
76510 src/com/gps/hibernate/Scproductversion.java 129 publicMethodCommentRequirement Required
76511 src/com/gps/hibernate/Scproductversion.java 133 publicMethodCommentRequirement Required
76512 src/com/gps/hibernate/Scproductversion.java 137 Parameter 'downloadPageUrl' is not assigned and could be declared final
76513 src/com/gps/hibernate/Scproductversion.java 137 publicMethodCommentRequirement Required
76514 src/com/gps/hibernate/Scproductversion.java 141 publicMethodCommentRequirement Required
76515 src/com/gps/hibernate/Scproductversion.java 145 Parameter 'directDownloadUrl' is not assigned and could be declared final
76516 src/com/gps/hibernate/Scproductversion.java 145 publicMethodCommentRequirement Required
76517 src/com/gps/hibernate/Scproductversion.java 149 publicMethodCommentRequirement Required
76518 src/com/gps/hibernate/Scproductversion.java 153 Parameter 'repoStoreArtifact' is not assigned and could be declared final
76519 src/com/gps/hibernate/Scproductversion.java 153 publicMethodCommentRequirement Required
76520 src/com/gps/hibernate/ScproductversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
76521 src/com/gps/hibernate/ScproductversionDAO.java 11 Comment is too large: Too many lines
76522 src/com/gps/hibernate/ScproductversionDAO.java 23 This class has too many methods, consider refactoring it.
76523 src/com/gps/hibernate/ScproductversionDAO.java 24 Logger should be defined private static final and have the correct class
76524 src/com/gps/hibernate/ScproductversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
76525 src/com/gps/hibernate/ScproductversionDAO.java 24 fieldCommentRequirement Required
76526 src/com/gps/hibernate/ScproductversionDAO.java 26 fieldCommentRequirement Required
76527 src/com/gps/hibernate/ScproductversionDAO.java 27 fieldCommentRequirement Required
76528 src/com/gps/hibernate/ScproductversionDAO.java 28 fieldCommentRequirement Required
76529 src/com/gps/hibernate/ScproductversionDAO.java 29 fieldCommentRequirement Required
76530 src/com/gps/hibernate/ScproductversionDAO.java 30 fieldCommentRequirement Required
76531 src/com/gps/hibernate/ScproductversionDAO.java 31 fieldCommentRequirement Required
76532 src/com/gps/hibernate/ScproductversionDAO.java 32 fieldCommentRequirement Required
76533 src/com/gps/hibernate/ScproductversionDAO.java 33 Avoid excessively long variable names like DIRECT_DOWNLOAD_URL
76534 src/com/gps/hibernate/ScproductversionDAO.java 33 fieldCommentRequirement Required
76535 src/com/gps/hibernate/ScproductversionDAO.java 34 Avoid excessively long variable names like REPO_STORE_ARTIFACT
76536 src/com/gps/hibernate/ScproductversionDAO.java 34 fieldCommentRequirement Required
76537 src/com/gps/hibernate/ScproductversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
76538 src/com/gps/hibernate/ScproductversionDAO.java 36 publicMethodCommentRequirement Required
76539 src/com/gps/hibernate/ScproductversionDAO.java 37 There is log block not surrounded by if
76540 src/com/gps/hibernate/ScproductversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76541 src/com/gps/hibernate/ScproductversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
76542 src/com/gps/hibernate/ScproductversionDAO.java 40 There is log block not surrounded by if
76543 src/com/gps/hibernate/ScproductversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76544 src/com/gps/hibernate/ScproductversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76545 src/com/gps/hibernate/ScproductversionDAO.java 42 There is log block not surrounded by if
76546 src/com/gps/hibernate/ScproductversionDAO.java 47 Avoid excessively long variable names like persistentInstance
76547 src/com/gps/hibernate/ScproductversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
76548 src/com/gps/hibernate/ScproductversionDAO.java 47 publicMethodCommentRequirement Required
76549 src/com/gps/hibernate/ScproductversionDAO.java 48 There is log block not surrounded by if
76550 src/com/gps/hibernate/ScproductversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76551 src/com/gps/hibernate/ScproductversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
76552 src/com/gps/hibernate/ScproductversionDAO.java 51 There is log block not surrounded by if
76553 src/com/gps/hibernate/ScproductversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76554 src/com/gps/hibernate/ScproductversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76555 src/com/gps/hibernate/ScproductversionDAO.java 53 There is log block not surrounded by if
76556 src/com/gps/hibernate/ScproductversionDAO.java 58 Avoid variables with short names like id
76557 src/com/gps/hibernate/ScproductversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
76558 src/com/gps/hibernate/ScproductversionDAO.java 58 publicMethodCommentRequirement Required
76559 src/com/gps/hibernate/ScproductversionDAO.java 59 There is log block not surrounded by if
76560 src/com/gps/hibernate/ScproductversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76561 src/com/gps/hibernate/ScproductversionDAO.java 61 Local variable 'instance' could be declared final
76562 src/com/gps/hibernate/ScproductversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
76563 src/com/gps/hibernate/ScproductversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76564 src/com/gps/hibernate/ScproductversionDAO.java 65 There is log block not surrounded by if
76565 src/com/gps/hibernate/ScproductversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
76566 src/com/gps/hibernate/ScproductversionDAO.java 70 publicMethodCommentRequirement Required
76567 src/com/gps/hibernate/ScproductversionDAO.java 71 There is log block not surrounded by if
76568 src/com/gps/hibernate/ScproductversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76569 src/com/gps/hibernate/ScproductversionDAO.java 73 Local variable 'results' could be declared final
76570 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
76571 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
76572 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
76573 src/com/gps/hibernate/ScproductversionDAO.java 76 There is log block not surrounded by if
76574 src/com/gps/hibernate/ScproductversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76575 src/com/gps/hibernate/ScproductversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
76576 src/com/gps/hibernate/ScproductversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76577 src/com/gps/hibernate/ScproductversionDAO.java 80 There is log block not surrounded by if
76578 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
76579 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
76580 src/com/gps/hibernate/ScproductversionDAO.java 85 publicMethodCommentRequirement Required
76581 src/com/gps/hibernate/ScproductversionDAO.java 86 There is log block not surrounded by if
76582 src/com/gps/hibernate/ScproductversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76583 src/com/gps/hibernate/ScproductversionDAO.java 89 Local variable 'queryString' could be declared final
76584 src/com/gps/hibernate/ScproductversionDAO.java 91 Local variable 'queryObject' could be declared final
76585 src/com/gps/hibernate/ScproductversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
76586 src/com/gps/hibernate/ScproductversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
76587 src/com/gps/hibernate/ScproductversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
76588 src/com/gps/hibernate/ScproductversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76589 src/com/gps/hibernate/ScproductversionDAO.java 95 There is log block not surrounded by if
76590 src/com/gps/hibernate/ScproductversionDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
76591 src/com/gps/hibernate/ScproductversionDAO.java 100 publicMethodCommentRequirement Required
76592 src/com/gps/hibernate/ScproductversionDAO.java 104 Parameter 'userId' is not assigned and could be declared final
76593 src/com/gps/hibernate/ScproductversionDAO.java 104 publicMethodCommentRequirement Required
76594 src/com/gps/hibernate/ScproductversionDAO.java 108 Parameter 'userName' is not assigned and could be declared final
76595 src/com/gps/hibernate/ScproductversionDAO.java 108 publicMethodCommentRequirement Required
76596 src/com/gps/hibernate/ScproductversionDAO.java 112 Parameter 'productEntryId' is not assigned and could be declared final
76597 src/com/gps/hibernate/ScproductversionDAO.java 112 publicMethodCommentRequirement Required
76598 src/com/gps/hibernate/ScproductversionDAO.java 116 Parameter 'version' is not assigned and could be declared final
76599 src/com/gps/hibernate/ScproductversionDAO.java 116 publicMethodCommentRequirement Required
76600 src/com/gps/hibernate/ScproductversionDAO.java 120 Parameter 'changeLog' is not assigned and could be declared final
76601 src/com/gps/hibernate/ScproductversionDAO.java 120 publicMethodCommentRequirement Required
76602 src/com/gps/hibernate/ScproductversionDAO.java 124 Parameter 'downloadPageUrl' is not assigned and could be declared final
76603 src/com/gps/hibernate/ScproductversionDAO.java 124 publicMethodCommentRequirement Required
76604 src/com/gps/hibernate/ScproductversionDAO.java 128 Parameter 'directDownloadUrl' is not assigned and could be declared final
76605 src/com/gps/hibernate/ScproductversionDAO.java 128 publicMethodCommentRequirement Required
76606 src/com/gps/hibernate/ScproductversionDAO.java 132 Parameter 'repoStoreArtifact' is not assigned and could be declared final
76607 src/com/gps/hibernate/ScproductversionDAO.java 132 publicMethodCommentRequirement Required
76608 src/com/gps/hibernate/ScproductversionDAO.java 136 publicMethodCommentRequirement Required
76609 src/com/gps/hibernate/ScproductversionDAO.java 137 There is log block not surrounded by if
76610 src/com/gps/hibernate/ScproductversionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76611 src/com/gps/hibernate/ScproductversionDAO.java 139 Local variable 'queryString' could be declared final
76612 src/com/gps/hibernate/ScproductversionDAO.java 140 Local variable 'queryObject' could be declared final
76613 src/com/gps/hibernate/ScproductversionDAO.java 140 Potential violation of Law of Demeter (method chain calls)
76614 src/com/gps/hibernate/ScproductversionDAO.java 141 Potential violation of Law of Demeter (object not created locally)
76615 src/com/gps/hibernate/ScproductversionDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76616 src/com/gps/hibernate/ScproductversionDAO.java 143 There is log block not surrounded by if
76617 src/com/gps/hibernate/ScproductversionDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
76618 src/com/gps/hibernate/ScproductversionDAO.java 148 publicMethodCommentRequirement Required
76619 src/com/gps/hibernate/ScproductversionDAO.java 149 There is log block not surrounded by if
76620 src/com/gps/hibernate/ScproductversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76621 src/com/gps/hibernate/ScproductversionDAO.java 151 Local variable 'result' could be declared final
76622 src/com/gps/hibernate/ScproductversionDAO.java 151 Potential violation of Law of Demeter (method chain calls)
76623 src/com/gps/hibernate/ScproductversionDAO.java 153 There is log block not surrounded by if
76624 src/com/gps/hibernate/ScproductversionDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76625 src/com/gps/hibernate/ScproductversionDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76626 src/com/gps/hibernate/ScproductversionDAO.java 156 There is log block not surrounded by if
76627 src/com/gps/hibernate/ScproductversionDAO.java 161 Parameter 'instance' is not assigned and could be declared final
76628 src/com/gps/hibernate/ScproductversionDAO.java 161 publicMethodCommentRequirement Required
76629 src/com/gps/hibernate/ScproductversionDAO.java 162 There is log block not surrounded by if
76630 src/com/gps/hibernate/ScproductversionDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76631 src/com/gps/hibernate/ScproductversionDAO.java 164 Potential violation of Law of Demeter (method chain calls)
76632 src/com/gps/hibernate/ScproductversionDAO.java 165 There is log block not surrounded by if
76633 src/com/gps/hibernate/ScproductversionDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76634 src/com/gps/hibernate/ScproductversionDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76635 src/com/gps/hibernate/ScproductversionDAO.java 167 There is log block not surrounded by if
76636 src/com/gps/hibernate/ScproductversionDAO.java 172 Parameter 'instance' is not assigned and could be declared final
76637 src/com/gps/hibernate/ScproductversionDAO.java 172 publicMethodCommentRequirement Required
76638 src/com/gps/hibernate/ScproductversionDAO.java 173 There is log block not surrounded by if
76639 src/com/gps/hibernate/ScproductversionDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76640 src/com/gps/hibernate/ScproductversionDAO.java 175 Potential violation of Law of Demeter (method chain calls)
76641 src/com/gps/hibernate/ScproductversionDAO.java 176 There is log block not surrounded by if
76642 src/com/gps/hibernate/ScproductversionDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76643 src/com/gps/hibernate/ScproductversionDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76644 src/com/gps/hibernate/ScproductversionDAO.java 178 There is log block not surrounded by if
76645 src/com/gps/hibernate/Servicecomponent.java 9 Classes implementing Serializable should set a serialVersionUID
76646 src/com/gps/hibernate/Servicecomponent.java 13 Avoid excessively long variable names like serviceComponentId
76647 src/com/gps/hibernate/Servicecomponent.java 13 fieldCommentRequirement Required
76648 src/com/gps/hibernate/Servicecomponent.java 14 fieldCommentRequirement Required
76649 src/com/gps/hibernate/Servicecomponent.java 15 fieldCommentRequirement Required
76650 src/com/gps/hibernate/Servicecomponent.java 16 fieldCommentRequirement Required
76651 src/com/gps/hibernate/Servicecomponent.java 17 fieldCommentRequirement Required
76652 src/com/gps/hibernate/Servicecomponent.java 22 Document empty constructor
76653 src/com/gps/hibernate/Servicecomponent.java 26 Avoid excessively long variable names like serviceComponentId
76654 src/com/gps/hibernate/Servicecomponent.java 26 Parameter 'serviceComponentId' is not assigned and could be declared final
76655 src/com/gps/hibernate/Servicecomponent.java 31 Avoid excessively long variable names like serviceComponentId
76656 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'buildNamespace' is not assigned and could be declared final
76657 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'serviceComponentId' is not assigned and could be declared final
76658 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildDate' is not assigned and could be declared final
76659 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildNumber' is not assigned and could be declared final
76660 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'data' is not assigned and could be declared final
76661 src/com/gps/hibernate/Servicecomponent.java 42 publicMethodCommentRequirement Required
76662 src/com/gps/hibernate/Servicecomponent.java 46 Avoid excessively long variable names like serviceComponentId
76663 src/com/gps/hibernate/Servicecomponent.java 46 Parameter 'serviceComponentId' is not assigned and could be declared final
76664 src/com/gps/hibernate/Servicecomponent.java 46 publicMethodCommentRequirement Required
76665 src/com/gps/hibernate/Servicecomponent.java 50 publicMethodCommentRequirement Required
76666 src/com/gps/hibernate/Servicecomponent.java 54 Parameter 'buildNamespace' is not assigned and could be declared final
76667 src/com/gps/hibernate/Servicecomponent.java 54 publicMethodCommentRequirement Required
76668 src/com/gps/hibernate/Servicecomponent.java 58 publicMethodCommentRequirement Required
76669 src/com/gps/hibernate/Servicecomponent.java 62 Parameter 'buildNumber' is not assigned and could be declared final
76670 src/com/gps/hibernate/Servicecomponent.java 62 publicMethodCommentRequirement Required
76671 src/com/gps/hibernate/Servicecomponent.java 66 publicMethodCommentRequirement Required
76672 src/com/gps/hibernate/Servicecomponent.java 70 Parameter 'buildDate' is not assigned and could be declared final
76673 src/com/gps/hibernate/Servicecomponent.java 70 publicMethodCommentRequirement Required
76674 src/com/gps/hibernate/Servicecomponent.java 74 publicMethodCommentRequirement Required
76675 src/com/gps/hibernate/Servicecomponent.java 78 Parameter 'data' is not assigned and could be declared final
76676 src/com/gps/hibernate/Servicecomponent.java 78 publicMethodCommentRequirement Required
76677 src/com/gps/hibernate/ServicecomponentDAO.java 10 Comment is too large: Too many lines
76678 src/com/gps/hibernate/ServicecomponentDAO.java 22 This class has too many methods, consider refactoring it.
76679 src/com/gps/hibernate/ServicecomponentDAO.java 23 Logger should be defined private static final and have the correct class
76680 src/com/gps/hibernate/ServicecomponentDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
76681 src/com/gps/hibernate/ServicecomponentDAO.java 23 fieldCommentRequirement Required
76682 src/com/gps/hibernate/ServicecomponentDAO.java 25 fieldCommentRequirement Required
76683 src/com/gps/hibernate/ServicecomponentDAO.java 26 fieldCommentRequirement Required
76684 src/com/gps/hibernate/ServicecomponentDAO.java 27 fieldCommentRequirement Required
76685 src/com/gps/hibernate/ServicecomponentDAO.java 28 fieldCommentRequirement Required
76686 src/com/gps/hibernate/ServicecomponentDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
76687 src/com/gps/hibernate/ServicecomponentDAO.java 30 publicMethodCommentRequirement Required
76688 src/com/gps/hibernate/ServicecomponentDAO.java 31 There is log block not surrounded by if
76689 src/com/gps/hibernate/ServicecomponentDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76690 src/com/gps/hibernate/ServicecomponentDAO.java 33 Potential violation of Law of Demeter (method chain calls)
76691 src/com/gps/hibernate/ServicecomponentDAO.java 34 There is log block not surrounded by if
76692 src/com/gps/hibernate/ServicecomponentDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76693 src/com/gps/hibernate/ServicecomponentDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76694 src/com/gps/hibernate/ServicecomponentDAO.java 36 There is log block not surrounded by if
76695 src/com/gps/hibernate/ServicecomponentDAO.java 41 Avoid excessively long variable names like persistentInstance
76696 src/com/gps/hibernate/ServicecomponentDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
76697 src/com/gps/hibernate/ServicecomponentDAO.java 41 publicMethodCommentRequirement Required
76698 src/com/gps/hibernate/ServicecomponentDAO.java 42 There is log block not surrounded by if
76699 src/com/gps/hibernate/ServicecomponentDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76700 src/com/gps/hibernate/ServicecomponentDAO.java 44 Potential violation of Law of Demeter (method chain calls)
76701 src/com/gps/hibernate/ServicecomponentDAO.java 45 There is log block not surrounded by if
76702 src/com/gps/hibernate/ServicecomponentDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76703 src/com/gps/hibernate/ServicecomponentDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76704 src/com/gps/hibernate/ServicecomponentDAO.java 47 There is log block not surrounded by if
76705 src/com/gps/hibernate/ServicecomponentDAO.java 52 Avoid variables with short names like id
76706 src/com/gps/hibernate/ServicecomponentDAO.java 52 Parameter 'id' is not assigned and could be declared final
76707 src/com/gps/hibernate/ServicecomponentDAO.java 52 publicMethodCommentRequirement Required
76708 src/com/gps/hibernate/ServicecomponentDAO.java 53 There is log block not surrounded by if
76709 src/com/gps/hibernate/ServicecomponentDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76710 src/com/gps/hibernate/ServicecomponentDAO.java 55 Local variable 'instance' could be declared final
76711 src/com/gps/hibernate/ServicecomponentDAO.java 55 Potential violation of Law of Demeter (method chain calls)
76712 src/com/gps/hibernate/ServicecomponentDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76713 src/com/gps/hibernate/ServicecomponentDAO.java 59 There is log block not surrounded by if
76714 src/com/gps/hibernate/ServicecomponentDAO.java 64 Parameter 'instance' is not assigned and could be declared final
76715 src/com/gps/hibernate/ServicecomponentDAO.java 64 publicMethodCommentRequirement Required
76716 src/com/gps/hibernate/ServicecomponentDAO.java 65 There is log block not surrounded by if
76717 src/com/gps/hibernate/ServicecomponentDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76718 src/com/gps/hibernate/ServicecomponentDAO.java 67 Local variable 'results' could be declared final
76719 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
76720 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
76721 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
76722 src/com/gps/hibernate/ServicecomponentDAO.java 70 There is log block not surrounded by if
76723 src/com/gps/hibernate/ServicecomponentDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76724 src/com/gps/hibernate/ServicecomponentDAO.java 71 Potential violation of Law of Demeter (object not created locally)
76725 src/com/gps/hibernate/ServicecomponentDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76726 src/com/gps/hibernate/ServicecomponentDAO.java 74 There is log block not surrounded by if
76727 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
76728 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'value' is not assigned and could be declared final
76729 src/com/gps/hibernate/ServicecomponentDAO.java 79 publicMethodCommentRequirement Required
76730 src/com/gps/hibernate/ServicecomponentDAO.java 80 There is log block not surrounded by if
76731 src/com/gps/hibernate/ServicecomponentDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76732 src/com/gps/hibernate/ServicecomponentDAO.java 83 Local variable 'queryString' could be declared final
76733 src/com/gps/hibernate/ServicecomponentDAO.java 85 Local variable 'queryObject' could be declared final
76734 src/com/gps/hibernate/ServicecomponentDAO.java 85 Potential violation of Law of Demeter (method chain calls)
76735 src/com/gps/hibernate/ServicecomponentDAO.java 86 Potential violation of Law of Demeter (object not created locally)
76736 src/com/gps/hibernate/ServicecomponentDAO.java 87 Potential violation of Law of Demeter (object not created locally)
76737 src/com/gps/hibernate/ServicecomponentDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76738 src/com/gps/hibernate/ServicecomponentDAO.java 89 There is log block not surrounded by if
76739 src/com/gps/hibernate/ServicecomponentDAO.java 94 Parameter 'buildNamespace' is not assigned and could be declared final
76740 src/com/gps/hibernate/ServicecomponentDAO.java 94 publicMethodCommentRequirement Required
76741 src/com/gps/hibernate/ServicecomponentDAO.java 98 Parameter 'buildNumber' is not assigned and could be declared final
76742 src/com/gps/hibernate/ServicecomponentDAO.java 98 publicMethodCommentRequirement Required
76743 src/com/gps/hibernate/ServicecomponentDAO.java 102 Parameter 'buildDate' is not assigned and could be declared final
76744 src/com/gps/hibernate/ServicecomponentDAO.java 102 publicMethodCommentRequirement Required
76745 src/com/gps/hibernate/ServicecomponentDAO.java 106 Parameter 'data' is not assigned and could be declared final
76746 src/com/gps/hibernate/ServicecomponentDAO.java 106 publicMethodCommentRequirement Required
76747 src/com/gps/hibernate/ServicecomponentDAO.java 110 publicMethodCommentRequirement Required
76748 src/com/gps/hibernate/ServicecomponentDAO.java 111 There is log block not surrounded by if
76749 src/com/gps/hibernate/ServicecomponentDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76750 src/com/gps/hibernate/ServicecomponentDAO.java 113 Local variable 'queryString' could be declared final
76751 src/com/gps/hibernate/ServicecomponentDAO.java 114 Local variable 'queryObject' could be declared final
76752 src/com/gps/hibernate/ServicecomponentDAO.java 114 Potential violation of Law of Demeter (method chain calls)
76753 src/com/gps/hibernate/ServicecomponentDAO.java 115 Potential violation of Law of Demeter (object not created locally)
76754 src/com/gps/hibernate/ServicecomponentDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76755 src/com/gps/hibernate/ServicecomponentDAO.java 117 There is log block not surrounded by if
76756 src/com/gps/hibernate/ServicecomponentDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
76757 src/com/gps/hibernate/ServicecomponentDAO.java 122 publicMethodCommentRequirement Required
76758 src/com/gps/hibernate/ServicecomponentDAO.java 123 There is log block not surrounded by if
76759 src/com/gps/hibernate/ServicecomponentDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76760 src/com/gps/hibernate/ServicecomponentDAO.java 125 Local variable 'result' could be declared final
76761 src/com/gps/hibernate/ServicecomponentDAO.java 125 Potential violation of Law of Demeter (method chain calls)
76762 src/com/gps/hibernate/ServicecomponentDAO.java 127 There is log block not surrounded by if
76763 src/com/gps/hibernate/ServicecomponentDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76764 src/com/gps/hibernate/ServicecomponentDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76765 src/com/gps/hibernate/ServicecomponentDAO.java 130 There is log block not surrounded by if
76766 src/com/gps/hibernate/ServicecomponentDAO.java 135 Parameter 'instance' is not assigned and could be declared final
76767 src/com/gps/hibernate/ServicecomponentDAO.java 135 publicMethodCommentRequirement Required
76768 src/com/gps/hibernate/ServicecomponentDAO.java 136 There is log block not surrounded by if
76769 src/com/gps/hibernate/ServicecomponentDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76770 src/com/gps/hibernate/ServicecomponentDAO.java 138 Potential violation of Law of Demeter (method chain calls)
76771 src/com/gps/hibernate/ServicecomponentDAO.java 139 There is log block not surrounded by if
76772 src/com/gps/hibernate/ServicecomponentDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76773 src/com/gps/hibernate/ServicecomponentDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76774 src/com/gps/hibernate/ServicecomponentDAO.java 141 There is log block not surrounded by if
76775 src/com/gps/hibernate/ServicecomponentDAO.java 146 Parameter 'instance' is not assigned and could be declared final
76776 src/com/gps/hibernate/ServicecomponentDAO.java 146 publicMethodCommentRequirement Required
76777 src/com/gps/hibernate/ServicecomponentDAO.java 147 There is log block not surrounded by if
76778 src/com/gps/hibernate/ServicecomponentDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76779 src/com/gps/hibernate/ServicecomponentDAO.java 149 Potential violation of Law of Demeter (method chain calls)
76780 src/com/gps/hibernate/ServicecomponentDAO.java 150 There is log block not surrounded by if
76781 src/com/gps/hibernate/ServicecomponentDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76782 src/com/gps/hibernate/ServicecomponentDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76783 src/com/gps/hibernate/ServicecomponentDAO.java 152 There is log block not surrounded by if
76784 src/com/gps/hibernate/Shard.java 9 Classes implementing Serializable should set a serialVersionUID
76785 src/com/gps/hibernate/Shard.java 13 fieldCommentRequirement Required
76786 src/com/gps/hibernate/Shard.java 14 fieldCommentRequirement Required
76787 src/com/gps/hibernate/Shard.java 15 fieldCommentRequirement Required
76788 src/com/gps/hibernate/Shard.java 16 fieldCommentRequirement Required
76789 src/com/gps/hibernate/Shard.java 21 Document empty constructor
76790 src/com/gps/hibernate/Shard.java 25 Parameter 'shardId' is not assigned and could be declared final
76791 src/com/gps/hibernate/Shard.java 30 Parameter 'classNameId' is not assigned and could be declared final
76792 src/com/gps/hibernate/Shard.java 30 Parameter 'classPk' is not assigned and could be declared final
76793 src/com/gps/hibernate/Shard.java 30 Parameter 'name' is not assigned and could be declared final
76794 src/com/gps/hibernate/Shard.java 30 Parameter 'shardId' is not assigned and could be declared final
76795 src/com/gps/hibernate/Shard.java 39 publicMethodCommentRequirement Required
76796 src/com/gps/hibernate/Shard.java 43 Parameter 'shardId' is not assigned and could be declared final
76797 src/com/gps/hibernate/Shard.java 43 publicMethodCommentRequirement Required
76798 src/com/gps/hibernate/Shard.java 47 publicMethodCommentRequirement Required
76799 src/com/gps/hibernate/Shard.java 51 Parameter 'classNameId' is not assigned and could be declared final
76800 src/com/gps/hibernate/Shard.java 51 publicMethodCommentRequirement Required
76801 src/com/gps/hibernate/Shard.java 55 publicMethodCommentRequirement Required
76802 src/com/gps/hibernate/Shard.java 59 Parameter 'classPk' is not assigned and could be declared final
76803 src/com/gps/hibernate/Shard.java 59 publicMethodCommentRequirement Required
76804 src/com/gps/hibernate/Shard.java 63 publicMethodCommentRequirement Required
76805 src/com/gps/hibernate/Shard.java 67 Parameter 'name' is not assigned and could be declared final
76806 src/com/gps/hibernate/Shard.java 67 publicMethodCommentRequirement Required
76807 src/com/gps/hibernate/ShardDAO.java 10 Comment is too large: Too many lines
76808 src/com/gps/hibernate/ShardDAO.java 22 This class has too many methods, consider refactoring it.
76809 src/com/gps/hibernate/ShardDAO.java 23 Logger should be defined private static final and have the correct class
76810 src/com/gps/hibernate/ShardDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
76811 src/com/gps/hibernate/ShardDAO.java 23 fieldCommentRequirement Required
76812 src/com/gps/hibernate/ShardDAO.java 25 fieldCommentRequirement Required
76813 src/com/gps/hibernate/ShardDAO.java 26 fieldCommentRequirement Required
76814 src/com/gps/hibernate/ShardDAO.java 27 fieldCommentRequirement Required
76815 src/com/gps/hibernate/ShardDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
76816 src/com/gps/hibernate/ShardDAO.java 29 publicMethodCommentRequirement Required
76817 src/com/gps/hibernate/ShardDAO.java 30 There is log block not surrounded by if
76818 src/com/gps/hibernate/ShardDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76819 src/com/gps/hibernate/ShardDAO.java 32 Potential violation of Law of Demeter (method chain calls)
76820 src/com/gps/hibernate/ShardDAO.java 33 There is log block not surrounded by if
76821 src/com/gps/hibernate/ShardDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76822 src/com/gps/hibernate/ShardDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76823 src/com/gps/hibernate/ShardDAO.java 35 There is log block not surrounded by if
76824 src/com/gps/hibernate/ShardDAO.java 40 Avoid excessively long variable names like persistentInstance
76825 src/com/gps/hibernate/ShardDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
76826 src/com/gps/hibernate/ShardDAO.java 40 publicMethodCommentRequirement Required
76827 src/com/gps/hibernate/ShardDAO.java 41 There is log block not surrounded by if
76828 src/com/gps/hibernate/ShardDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76829 src/com/gps/hibernate/ShardDAO.java 43 Potential violation of Law of Demeter (method chain calls)
76830 src/com/gps/hibernate/ShardDAO.java 44 There is log block not surrounded by if
76831 src/com/gps/hibernate/ShardDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76832 src/com/gps/hibernate/ShardDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76833 src/com/gps/hibernate/ShardDAO.java 46 There is log block not surrounded by if
76834 src/com/gps/hibernate/ShardDAO.java 51 Avoid variables with short names like id
76835 src/com/gps/hibernate/ShardDAO.java 51 Parameter 'id' is not assigned and could be declared final
76836 src/com/gps/hibernate/ShardDAO.java 51 publicMethodCommentRequirement Required
76837 src/com/gps/hibernate/ShardDAO.java 52 There is log block not surrounded by if
76838 src/com/gps/hibernate/ShardDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76839 src/com/gps/hibernate/ShardDAO.java 54 Local variable 'instance' could be declared final
76840 src/com/gps/hibernate/ShardDAO.java 54 Potential violation of Law of Demeter (method chain calls)
76841 src/com/gps/hibernate/ShardDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76842 src/com/gps/hibernate/ShardDAO.java 58 There is log block not surrounded by if
76843 src/com/gps/hibernate/ShardDAO.java 63 Parameter 'instance' is not assigned and could be declared final
76844 src/com/gps/hibernate/ShardDAO.java 63 publicMethodCommentRequirement Required
76845 src/com/gps/hibernate/ShardDAO.java 64 There is log block not surrounded by if
76846 src/com/gps/hibernate/ShardDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76847 src/com/gps/hibernate/ShardDAO.java 66 Local variable 'results' could be declared final
76848 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
76849 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
76850 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
76851 src/com/gps/hibernate/ShardDAO.java 69 There is log block not surrounded by if
76852 src/com/gps/hibernate/ShardDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76853 src/com/gps/hibernate/ShardDAO.java 70 Potential violation of Law of Demeter (object not created locally)
76854 src/com/gps/hibernate/ShardDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76855 src/com/gps/hibernate/ShardDAO.java 73 There is log block not surrounded by if
76856 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
76857 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'value' is not assigned and could be declared final
76858 src/com/gps/hibernate/ShardDAO.java 78 publicMethodCommentRequirement Required
76859 src/com/gps/hibernate/ShardDAO.java 79 There is log block not surrounded by if
76860 src/com/gps/hibernate/ShardDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76861 src/com/gps/hibernate/ShardDAO.java 82 Local variable 'queryString' could be declared final
76862 src/com/gps/hibernate/ShardDAO.java 84 Local variable 'queryObject' could be declared final
76863 src/com/gps/hibernate/ShardDAO.java 84 Potential violation of Law of Demeter (method chain calls)
76864 src/com/gps/hibernate/ShardDAO.java 85 Potential violation of Law of Demeter (object not created locally)
76865 src/com/gps/hibernate/ShardDAO.java 86 Potential violation of Law of Demeter (object not created locally)
76866 src/com/gps/hibernate/ShardDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76867 src/com/gps/hibernate/ShardDAO.java 88 There is log block not surrounded by if
76868 src/com/gps/hibernate/ShardDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
76869 src/com/gps/hibernate/ShardDAO.java 93 publicMethodCommentRequirement Required
76870 src/com/gps/hibernate/ShardDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
76871 src/com/gps/hibernate/ShardDAO.java 97 publicMethodCommentRequirement Required
76872 src/com/gps/hibernate/ShardDAO.java 101 Parameter 'name' is not assigned and could be declared final
76873 src/com/gps/hibernate/ShardDAO.java 101 publicMethodCommentRequirement Required
76874 src/com/gps/hibernate/ShardDAO.java 105 publicMethodCommentRequirement Required
76875 src/com/gps/hibernate/ShardDAO.java 106 There is log block not surrounded by if
76876 src/com/gps/hibernate/ShardDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76877 src/com/gps/hibernate/ShardDAO.java 108 Local variable 'queryString' could be declared final
76878 src/com/gps/hibernate/ShardDAO.java 109 Local variable 'queryObject' could be declared final
76879 src/com/gps/hibernate/ShardDAO.java 109 Potential violation of Law of Demeter (method chain calls)
76880 src/com/gps/hibernate/ShardDAO.java 110 Potential violation of Law of Demeter (object not created locally)
76881 src/com/gps/hibernate/ShardDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76882 src/com/gps/hibernate/ShardDAO.java 112 There is log block not surrounded by if
76883 src/com/gps/hibernate/ShardDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
76884 src/com/gps/hibernate/ShardDAO.java 117 publicMethodCommentRequirement Required
76885 src/com/gps/hibernate/ShardDAO.java 118 There is log block not surrounded by if
76886 src/com/gps/hibernate/ShardDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76887 src/com/gps/hibernate/ShardDAO.java 120 Local variable 'result' could be declared final
76888 src/com/gps/hibernate/ShardDAO.java 120 Potential violation of Law of Demeter (method chain calls)
76889 src/com/gps/hibernate/ShardDAO.java 121 There is log block not surrounded by if
76890 src/com/gps/hibernate/ShardDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76891 src/com/gps/hibernate/ShardDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76892 src/com/gps/hibernate/ShardDAO.java 124 There is log block not surrounded by if
76893 src/com/gps/hibernate/ShardDAO.java 129 Parameter 'instance' is not assigned and could be declared final
76894 src/com/gps/hibernate/ShardDAO.java 129 publicMethodCommentRequirement Required
76895 src/com/gps/hibernate/ShardDAO.java 130 There is log block not surrounded by if
76896 src/com/gps/hibernate/ShardDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76897 src/com/gps/hibernate/ShardDAO.java 132 Potential violation of Law of Demeter (method chain calls)
76898 src/com/gps/hibernate/ShardDAO.java 133 There is log block not surrounded by if
76899 src/com/gps/hibernate/ShardDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76900 src/com/gps/hibernate/ShardDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76901 src/com/gps/hibernate/ShardDAO.java 135 There is log block not surrounded by if
76902 src/com/gps/hibernate/ShardDAO.java 140 Parameter 'instance' is not assigned and could be declared final
76903 src/com/gps/hibernate/ShardDAO.java 140 publicMethodCommentRequirement Required
76904 src/com/gps/hibernate/ShardDAO.java 141 There is log block not surrounded by if
76905 src/com/gps/hibernate/ShardDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76906 src/com/gps/hibernate/ShardDAO.java 143 Potential violation of Law of Demeter (method chain calls)
76907 src/com/gps/hibernate/ShardDAO.java 144 There is log block not surrounded by if
76908 src/com/gps/hibernate/ShardDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76909 src/com/gps/hibernate/ShardDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76910 src/com/gps/hibernate/ShardDAO.java 146 There is log block not surrounded by if
76911 src/com/gps/hibernate/Shoppingcart.java 11 Classes implementing Serializable should set a serialVersionUID
76912 src/com/gps/hibernate/Shoppingcart.java 15 fieldCommentRequirement Required
76913 src/com/gps/hibernate/Shoppingcart.java 16 fieldCommentRequirement Required
76914 src/com/gps/hibernate/Shoppingcart.java 17 fieldCommentRequirement Required
76915 src/com/gps/hibernate/Shoppingcart.java 18 fieldCommentRequirement Required
76916 src/com/gps/hibernate/Shoppingcart.java 19 fieldCommentRequirement Required
76917 src/com/gps/hibernate/Shoppingcart.java 20 fieldCommentRequirement Required
76918 src/com/gps/hibernate/Shoppingcart.java 21 fieldCommentRequirement Required
76919 src/com/gps/hibernate/Shoppingcart.java 22 fieldCommentRequirement Required
76920 src/com/gps/hibernate/Shoppingcart.java 23 fieldCommentRequirement Required
76921 src/com/gps/hibernate/Shoppingcart.java 24 fieldCommentRequirement Required
76922 src/com/gps/hibernate/Shoppingcart.java 25 fieldCommentRequirement Required
76923 src/com/gps/hibernate/Shoppingcart.java 30 Document empty constructor
76924 src/com/gps/hibernate/Shoppingcart.java 34 Parameter 'cartId' is not assigned and could be declared final
76925 src/com/gps/hibernate/Shoppingcart.java 39 Avoid long parameter lists.
76926 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'cartId' is not assigned and could be declared final
76927 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'companyId' is not assigned and could be declared final
76928 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'groupId' is not assigned and could be declared final
76929 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'userId' is not assigned and could be declared final
76930 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'createDate' is not assigned and could be declared final
76931 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
76932 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'userName' is not assigned and could be declared final
76933 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'altShipping' is not assigned and could be declared final
76934 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'couponCodes' is not assigned and could be declared final
76935 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'itemIds' is not assigned and could be declared final
76936 src/com/gps/hibernate/Shoppingcart.java 42 Parameter 'insure' is not assigned and could be declared final
76937 src/com/gps/hibernate/Shoppingcart.java 58 publicMethodCommentRequirement Required
76938 src/com/gps/hibernate/Shoppingcart.java 62 Parameter 'cartId' is not assigned and could be declared final
76939 src/com/gps/hibernate/Shoppingcart.java 62 publicMethodCommentRequirement Required
76940 src/com/gps/hibernate/Shoppingcart.java 66 publicMethodCommentRequirement Required
76941 src/com/gps/hibernate/Shoppingcart.java 70 Parameter 'groupId' is not assigned and could be declared final
76942 src/com/gps/hibernate/Shoppingcart.java 70 publicMethodCommentRequirement Required
76943 src/com/gps/hibernate/Shoppingcart.java 74 publicMethodCommentRequirement Required
76944 src/com/gps/hibernate/Shoppingcart.java 78 Parameter 'companyId' is not assigned and could be declared final
76945 src/com/gps/hibernate/Shoppingcart.java 78 publicMethodCommentRequirement Required
76946 src/com/gps/hibernate/Shoppingcart.java 82 publicMethodCommentRequirement Required
76947 src/com/gps/hibernate/Shoppingcart.java 86 Parameter 'userId' is not assigned and could be declared final
76948 src/com/gps/hibernate/Shoppingcart.java 86 publicMethodCommentRequirement Required
76949 src/com/gps/hibernate/Shoppingcart.java 90 publicMethodCommentRequirement Required
76950 src/com/gps/hibernate/Shoppingcart.java 94 Parameter 'userName' is not assigned and could be declared final
76951 src/com/gps/hibernate/Shoppingcart.java 94 publicMethodCommentRequirement Required
76952 src/com/gps/hibernate/Shoppingcart.java 98 publicMethodCommentRequirement Required
76953 src/com/gps/hibernate/Shoppingcart.java 102 Parameter 'createDate' is not assigned and could be declared final
76954 src/com/gps/hibernate/Shoppingcart.java 102 publicMethodCommentRequirement Required
76955 src/com/gps/hibernate/Shoppingcart.java 106 publicMethodCommentRequirement Required
76956 src/com/gps/hibernate/Shoppingcart.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
76957 src/com/gps/hibernate/Shoppingcart.java 110 publicMethodCommentRequirement Required
76958 src/com/gps/hibernate/Shoppingcart.java 114 publicMethodCommentRequirement Required
76959 src/com/gps/hibernate/Shoppingcart.java 118 Parameter 'itemIds' is not assigned and could be declared final
76960 src/com/gps/hibernate/Shoppingcart.java 118 publicMethodCommentRequirement Required
76961 src/com/gps/hibernate/Shoppingcart.java 122 publicMethodCommentRequirement Required
76962 src/com/gps/hibernate/Shoppingcart.java 126 Parameter 'couponCodes' is not assigned and could be declared final
76963 src/com/gps/hibernate/Shoppingcart.java 126 publicMethodCommentRequirement Required
76964 src/com/gps/hibernate/Shoppingcart.java 130 publicMethodCommentRequirement Required
76965 src/com/gps/hibernate/Shoppingcart.java 134 Parameter 'altShipping' is not assigned and could be declared final
76966 src/com/gps/hibernate/Shoppingcart.java 134 publicMethodCommentRequirement Required
76967 src/com/gps/hibernate/Shoppingcart.java 138 publicMethodCommentRequirement Required
76968 src/com/gps/hibernate/Shoppingcart.java 142 Parameter 'insure' is not assigned and could be declared final
76969 src/com/gps/hibernate/Shoppingcart.java 142 publicMethodCommentRequirement Required
76970 src/com/gps/hibernate/ShoppingcartDAO.java 3 Avoid unused imports such as 'java.util.Date'
76971 src/com/gps/hibernate/ShoppingcartDAO.java 11 Comment is too large: Too many lines
76972 src/com/gps/hibernate/ShoppingcartDAO.java 23 This class has too many methods, consider refactoring it.
76973 src/com/gps/hibernate/ShoppingcartDAO.java 24 Logger should be defined private static final and have the correct class
76974 src/com/gps/hibernate/ShoppingcartDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
76975 src/com/gps/hibernate/ShoppingcartDAO.java 24 fieldCommentRequirement Required
76976 src/com/gps/hibernate/ShoppingcartDAO.java 26 fieldCommentRequirement Required
76977 src/com/gps/hibernate/ShoppingcartDAO.java 27 fieldCommentRequirement Required
76978 src/com/gps/hibernate/ShoppingcartDAO.java 28 fieldCommentRequirement Required
76979 src/com/gps/hibernate/ShoppingcartDAO.java 29 fieldCommentRequirement Required
76980 src/com/gps/hibernate/ShoppingcartDAO.java 30 fieldCommentRequirement Required
76981 src/com/gps/hibernate/ShoppingcartDAO.java 31 fieldCommentRequirement Required
76982 src/com/gps/hibernate/ShoppingcartDAO.java 32 fieldCommentRequirement Required
76983 src/com/gps/hibernate/ShoppingcartDAO.java 33 fieldCommentRequirement Required
76984 src/com/gps/hibernate/ShoppingcartDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
76985 src/com/gps/hibernate/ShoppingcartDAO.java 35 publicMethodCommentRequirement Required
76986 src/com/gps/hibernate/ShoppingcartDAO.java 36 There is log block not surrounded by if
76987 src/com/gps/hibernate/ShoppingcartDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76988 src/com/gps/hibernate/ShoppingcartDAO.java 38 Potential violation of Law of Demeter (method chain calls)
76989 src/com/gps/hibernate/ShoppingcartDAO.java 39 There is log block not surrounded by if
76990 src/com/gps/hibernate/ShoppingcartDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76991 src/com/gps/hibernate/ShoppingcartDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
76992 src/com/gps/hibernate/ShoppingcartDAO.java 41 There is log block not surrounded by if
76993 src/com/gps/hibernate/ShoppingcartDAO.java 46 Avoid excessively long variable names like persistentInstance
76994 src/com/gps/hibernate/ShoppingcartDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
76995 src/com/gps/hibernate/ShoppingcartDAO.java 46 publicMethodCommentRequirement Required
76996 src/com/gps/hibernate/ShoppingcartDAO.java 47 There is log block not surrounded by if
76997 src/com/gps/hibernate/ShoppingcartDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
76998 src/com/gps/hibernate/ShoppingcartDAO.java 49 Potential violation of Law of Demeter (method chain calls)
76999 src/com/gps/hibernate/ShoppingcartDAO.java 50 There is log block not surrounded by if
77000 src/com/gps/hibernate/ShoppingcartDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77001 src/com/gps/hibernate/ShoppingcartDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77002 src/com/gps/hibernate/ShoppingcartDAO.java 52 There is log block not surrounded by if
77003 src/com/gps/hibernate/ShoppingcartDAO.java 57 Avoid variables with short names like id
77004 src/com/gps/hibernate/ShoppingcartDAO.java 57 Parameter 'id' is not assigned and could be declared final
77005 src/com/gps/hibernate/ShoppingcartDAO.java 57 publicMethodCommentRequirement Required
77006 src/com/gps/hibernate/ShoppingcartDAO.java 58 There is log block not surrounded by if
77007 src/com/gps/hibernate/ShoppingcartDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77008 src/com/gps/hibernate/ShoppingcartDAO.java 60 Local variable 'instance' could be declared final
77009 src/com/gps/hibernate/ShoppingcartDAO.java 60 Potential violation of Law of Demeter (method chain calls)
77010 src/com/gps/hibernate/ShoppingcartDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77011 src/com/gps/hibernate/ShoppingcartDAO.java 64 There is log block not surrounded by if
77012 src/com/gps/hibernate/ShoppingcartDAO.java 69 Parameter 'instance' is not assigned and could be declared final
77013 src/com/gps/hibernate/ShoppingcartDAO.java 69 publicMethodCommentRequirement Required
77014 src/com/gps/hibernate/ShoppingcartDAO.java 70 There is log block not surrounded by if
77015 src/com/gps/hibernate/ShoppingcartDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77016 src/com/gps/hibernate/ShoppingcartDAO.java 72 Local variable 'results' could be declared final
77017 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
77018 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
77019 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
77020 src/com/gps/hibernate/ShoppingcartDAO.java 75 There is log block not surrounded by if
77021 src/com/gps/hibernate/ShoppingcartDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77022 src/com/gps/hibernate/ShoppingcartDAO.java 76 Potential violation of Law of Demeter (object not created locally)
77023 src/com/gps/hibernate/ShoppingcartDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77024 src/com/gps/hibernate/ShoppingcartDAO.java 79 There is log block not surrounded by if
77025 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
77026 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'value' is not assigned and could be declared final
77027 src/com/gps/hibernate/ShoppingcartDAO.java 84 publicMethodCommentRequirement Required
77028 src/com/gps/hibernate/ShoppingcartDAO.java 85 There is log block not surrounded by if
77029 src/com/gps/hibernate/ShoppingcartDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77030 src/com/gps/hibernate/ShoppingcartDAO.java 88 Local variable 'queryString' could be declared final
77031 src/com/gps/hibernate/ShoppingcartDAO.java 90 Local variable 'queryObject' could be declared final
77032 src/com/gps/hibernate/ShoppingcartDAO.java 90 Potential violation of Law of Demeter (method chain calls)
77033 src/com/gps/hibernate/ShoppingcartDAO.java 91 Potential violation of Law of Demeter (object not created locally)
77034 src/com/gps/hibernate/ShoppingcartDAO.java 92 Potential violation of Law of Demeter (object not created locally)
77035 src/com/gps/hibernate/ShoppingcartDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77036 src/com/gps/hibernate/ShoppingcartDAO.java 94 There is log block not surrounded by if
77037 src/com/gps/hibernate/ShoppingcartDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
77038 src/com/gps/hibernate/ShoppingcartDAO.java 99 publicMethodCommentRequirement Required
77039 src/com/gps/hibernate/ShoppingcartDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
77040 src/com/gps/hibernate/ShoppingcartDAO.java 103 publicMethodCommentRequirement Required
77041 src/com/gps/hibernate/ShoppingcartDAO.java 107 Parameter 'userId' is not assigned and could be declared final
77042 src/com/gps/hibernate/ShoppingcartDAO.java 107 publicMethodCommentRequirement Required
77043 src/com/gps/hibernate/ShoppingcartDAO.java 111 Parameter 'userName' is not assigned and could be declared final
77044 src/com/gps/hibernate/ShoppingcartDAO.java 111 publicMethodCommentRequirement Required
77045 src/com/gps/hibernate/ShoppingcartDAO.java 115 Parameter 'itemIds' is not assigned and could be declared final
77046 src/com/gps/hibernate/ShoppingcartDAO.java 115 publicMethodCommentRequirement Required
77047 src/com/gps/hibernate/ShoppingcartDAO.java 119 Parameter 'couponCodes' is not assigned and could be declared final
77048 src/com/gps/hibernate/ShoppingcartDAO.java 119 publicMethodCommentRequirement Required
77049 src/com/gps/hibernate/ShoppingcartDAO.java 123 Parameter 'altShipping' is not assigned and could be declared final
77050 src/com/gps/hibernate/ShoppingcartDAO.java 123 publicMethodCommentRequirement Required
77051 src/com/gps/hibernate/ShoppingcartDAO.java 127 Parameter 'insure' is not assigned and could be declared final
77052 src/com/gps/hibernate/ShoppingcartDAO.java 127 publicMethodCommentRequirement Required
77053 src/com/gps/hibernate/ShoppingcartDAO.java 131 publicMethodCommentRequirement Required
77054 src/com/gps/hibernate/ShoppingcartDAO.java 132 There is log block not surrounded by if
77055 src/com/gps/hibernate/ShoppingcartDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77056 src/com/gps/hibernate/ShoppingcartDAO.java 134 Local variable 'queryString' could be declared final
77057 src/com/gps/hibernate/ShoppingcartDAO.java 135 Local variable 'queryObject' could be declared final
77058 src/com/gps/hibernate/ShoppingcartDAO.java 135 Potential violation of Law of Demeter (method chain calls)
77059 src/com/gps/hibernate/ShoppingcartDAO.java 136 Potential violation of Law of Demeter (object not created locally)
77060 src/com/gps/hibernate/ShoppingcartDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77061 src/com/gps/hibernate/ShoppingcartDAO.java 138 There is log block not surrounded by if
77062 src/com/gps/hibernate/ShoppingcartDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
77063 src/com/gps/hibernate/ShoppingcartDAO.java 143 publicMethodCommentRequirement Required
77064 src/com/gps/hibernate/ShoppingcartDAO.java 144 There is log block not surrounded by if
77065 src/com/gps/hibernate/ShoppingcartDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77066 src/com/gps/hibernate/ShoppingcartDAO.java 146 Local variable 'result' could be declared final
77067 src/com/gps/hibernate/ShoppingcartDAO.java 146 Potential violation of Law of Demeter (method chain calls)
77068 src/com/gps/hibernate/ShoppingcartDAO.java 148 There is log block not surrounded by if
77069 src/com/gps/hibernate/ShoppingcartDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77070 src/com/gps/hibernate/ShoppingcartDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77071 src/com/gps/hibernate/ShoppingcartDAO.java 151 There is log block not surrounded by if
77072 src/com/gps/hibernate/ShoppingcartDAO.java 156 Parameter 'instance' is not assigned and could be declared final
77073 src/com/gps/hibernate/ShoppingcartDAO.java 156 publicMethodCommentRequirement Required
77074 src/com/gps/hibernate/ShoppingcartDAO.java 157 There is log block not surrounded by if
77075 src/com/gps/hibernate/ShoppingcartDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77076 src/com/gps/hibernate/ShoppingcartDAO.java 159 Potential violation of Law of Demeter (method chain calls)
77077 src/com/gps/hibernate/ShoppingcartDAO.java 160 There is log block not surrounded by if
77078 src/com/gps/hibernate/ShoppingcartDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77079 src/com/gps/hibernate/ShoppingcartDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77080 src/com/gps/hibernate/ShoppingcartDAO.java 162 There is log block not surrounded by if
77081 src/com/gps/hibernate/ShoppingcartDAO.java 167 Parameter 'instance' is not assigned and could be declared final
77082 src/com/gps/hibernate/ShoppingcartDAO.java 167 publicMethodCommentRequirement Required
77083 src/com/gps/hibernate/ShoppingcartDAO.java 168 There is log block not surrounded by if
77084 src/com/gps/hibernate/ShoppingcartDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77085 src/com/gps/hibernate/ShoppingcartDAO.java 170 Potential violation of Law of Demeter (method chain calls)
77086 src/com/gps/hibernate/ShoppingcartDAO.java 171 There is log block not surrounded by if
77087 src/com/gps/hibernate/ShoppingcartDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77088 src/com/gps/hibernate/ShoppingcartDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77089 src/com/gps/hibernate/ShoppingcartDAO.java 173 There is log block not surrounded by if
77090 src/com/gps/hibernate/Shoppingcategory.java 11 Classes implementing Serializable should set a serialVersionUID
77091 src/com/gps/hibernate/Shoppingcategory.java 15 fieldCommentRequirement Required
77092 src/com/gps/hibernate/Shoppingcategory.java 16 fieldCommentRequirement Required
77093 src/com/gps/hibernate/Shoppingcategory.java 17 fieldCommentRequirement Required
77094 src/com/gps/hibernate/Shoppingcategory.java 18 fieldCommentRequirement Required
77095 src/com/gps/hibernate/Shoppingcategory.java 19 fieldCommentRequirement Required
77096 src/com/gps/hibernate/Shoppingcategory.java 20 fieldCommentRequirement Required
77097 src/com/gps/hibernate/Shoppingcategory.java 21 fieldCommentRequirement Required
77098 src/com/gps/hibernate/Shoppingcategory.java 22 fieldCommentRequirement Required
77099 src/com/gps/hibernate/Shoppingcategory.java 23 fieldCommentRequirement Required
77100 src/com/gps/hibernate/Shoppingcategory.java 24 fieldCommentRequirement Required
77101 src/com/gps/hibernate/Shoppingcategory.java 29 Document empty constructor
77102 src/com/gps/hibernate/Shoppingcategory.java 33 Parameter 'categoryId' is not assigned and could be declared final
77103 src/com/gps/hibernate/Shoppingcategory.java 38 Avoid long parameter lists.
77104 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'categoryId' is not assigned and could be declared final
77105 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'companyId' is not assigned and could be declared final
77106 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'groupId' is not assigned and could be declared final
77107 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'createDate' is not assigned and could be declared final
77108 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
77109 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userId' is not assigned and could be declared final
77110 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userName' is not assigned and could be declared final
77111 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'description' is not assigned and could be declared final
77112 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'name' is not assigned and could be declared final
77113 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'parentCategoryId' is not assigned and could be declared final
77114 src/com/gps/hibernate/Shoppingcategory.java 55 publicMethodCommentRequirement Required
77115 src/com/gps/hibernate/Shoppingcategory.java 59 Parameter 'categoryId' is not assigned and could be declared final
77116 src/com/gps/hibernate/Shoppingcategory.java 59 publicMethodCommentRequirement Required
77117 src/com/gps/hibernate/Shoppingcategory.java 63 publicMethodCommentRequirement Required
77118 src/com/gps/hibernate/Shoppingcategory.java 67 Parameter 'groupId' is not assigned and could be declared final
77119 src/com/gps/hibernate/Shoppingcategory.java 67 publicMethodCommentRequirement Required
77120 src/com/gps/hibernate/Shoppingcategory.java 71 publicMethodCommentRequirement Required
77121 src/com/gps/hibernate/Shoppingcategory.java 75 Parameter 'companyId' is not assigned and could be declared final
77122 src/com/gps/hibernate/Shoppingcategory.java 75 publicMethodCommentRequirement Required
77123 src/com/gps/hibernate/Shoppingcategory.java 79 publicMethodCommentRequirement Required
77124 src/com/gps/hibernate/Shoppingcategory.java 83 Parameter 'userId' is not assigned and could be declared final
77125 src/com/gps/hibernate/Shoppingcategory.java 83 publicMethodCommentRequirement Required
77126 src/com/gps/hibernate/Shoppingcategory.java 87 publicMethodCommentRequirement Required
77127 src/com/gps/hibernate/Shoppingcategory.java 91 Parameter 'userName' is not assigned and could be declared final
77128 src/com/gps/hibernate/Shoppingcategory.java 91 publicMethodCommentRequirement Required
77129 src/com/gps/hibernate/Shoppingcategory.java 95 publicMethodCommentRequirement Required
77130 src/com/gps/hibernate/Shoppingcategory.java 99 Parameter 'createDate' is not assigned and could be declared final
77131 src/com/gps/hibernate/Shoppingcategory.java 99 publicMethodCommentRequirement Required
77132 src/com/gps/hibernate/Shoppingcategory.java 103 publicMethodCommentRequirement Required
77133 src/com/gps/hibernate/Shoppingcategory.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
77134 src/com/gps/hibernate/Shoppingcategory.java 107 publicMethodCommentRequirement Required
77135 src/com/gps/hibernate/Shoppingcategory.java 111 publicMethodCommentRequirement Required
77136 src/com/gps/hibernate/Shoppingcategory.java 115 Parameter 'parentCategoryId' is not assigned and could be declared final
77137 src/com/gps/hibernate/Shoppingcategory.java 115 publicMethodCommentRequirement Required
77138 src/com/gps/hibernate/Shoppingcategory.java 119 publicMethodCommentRequirement Required
77139 src/com/gps/hibernate/Shoppingcategory.java 123 Parameter 'name' is not assigned and could be declared final
77140 src/com/gps/hibernate/Shoppingcategory.java 123 publicMethodCommentRequirement Required
77141 src/com/gps/hibernate/Shoppingcategory.java 127 publicMethodCommentRequirement Required
77142 src/com/gps/hibernate/Shoppingcategory.java 131 Parameter 'description' is not assigned and could be declared final
77143 src/com/gps/hibernate/Shoppingcategory.java 131 publicMethodCommentRequirement Required
77144 src/com/gps/hibernate/ShoppingcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
77145 src/com/gps/hibernate/ShoppingcategoryDAO.java 11 Comment is too large: Too many lines
77146 src/com/gps/hibernate/ShoppingcategoryDAO.java 23 This class has too many methods, consider refactoring it.
77147 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Logger should be defined private static final and have the correct class
77148 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
77149 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 fieldCommentRequirement Required
77150 src/com/gps/hibernate/ShoppingcategoryDAO.java 26 fieldCommentRequirement Required
77151 src/com/gps/hibernate/ShoppingcategoryDAO.java 27 fieldCommentRequirement Required
77152 src/com/gps/hibernate/ShoppingcategoryDAO.java 28 fieldCommentRequirement Required
77153 src/com/gps/hibernate/ShoppingcategoryDAO.java 29 fieldCommentRequirement Required
77154 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 Avoid excessively long variable names like PARENT_CATEGORY_ID
77155 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 fieldCommentRequirement Required
77156 src/com/gps/hibernate/ShoppingcategoryDAO.java 31 fieldCommentRequirement Required
77157 src/com/gps/hibernate/ShoppingcategoryDAO.java 32 fieldCommentRequirement Required
77158 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
77159 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 publicMethodCommentRequirement Required
77160 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 There is log block not surrounded by if
77161 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77162 src/com/gps/hibernate/ShoppingcategoryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
77163 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 There is log block not surrounded by if
77164 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77165 src/com/gps/hibernate/ShoppingcategoryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77166 src/com/gps/hibernate/ShoppingcategoryDAO.java 40 There is log block not surrounded by if
77167 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Avoid excessively long variable names like persistentInstance
77168 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
77169 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 publicMethodCommentRequirement Required
77170 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 There is log block not surrounded by if
77171 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77172 src/com/gps/hibernate/ShoppingcategoryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
77173 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 There is log block not surrounded by if
77174 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77175 src/com/gps/hibernate/ShoppingcategoryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77176 src/com/gps/hibernate/ShoppingcategoryDAO.java 51 There is log block not surrounded by if
77177 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Avoid variables with short names like id
77178 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Parameter 'id' is not assigned and could be declared final
77179 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 publicMethodCommentRequirement Required
77180 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 There is log block not surrounded by if
77181 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77182 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Local variable 'instance' could be declared final
77183 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
77184 src/com/gps/hibernate/ShoppingcategoryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77185 src/com/gps/hibernate/ShoppingcategoryDAO.java 63 There is log block not surrounded by if
77186 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
77187 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 publicMethodCommentRequirement Required
77188 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 There is log block not surrounded by if
77189 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77190 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Local variable 'results' could be declared final
77191 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
77192 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
77193 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
77194 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 There is log block not surrounded by if
77195 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77196 src/com/gps/hibernate/ShoppingcategoryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
77197 src/com/gps/hibernate/ShoppingcategoryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77198 src/com/gps/hibernate/ShoppingcategoryDAO.java 78 There is log block not surrounded by if
77199 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
77200 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'value' is not assigned and could be declared final
77201 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 publicMethodCommentRequirement Required
77202 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 There is log block not surrounded by if
77203 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77204 src/com/gps/hibernate/ShoppingcategoryDAO.java 87 Local variable 'queryString' could be declared final
77205 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Local variable 'queryObject' could be declared final
77206 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
77207 src/com/gps/hibernate/ShoppingcategoryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
77208 src/com/gps/hibernate/ShoppingcategoryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
77209 src/com/gps/hibernate/ShoppingcategoryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77210 src/com/gps/hibernate/ShoppingcategoryDAO.java 93 There is log block not surrounded by if
77211 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
77212 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 publicMethodCommentRequirement Required
77213 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
77214 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 publicMethodCommentRequirement Required
77215 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
77216 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 publicMethodCommentRequirement Required
77217 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
77218 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 publicMethodCommentRequirement Required
77219 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 Parameter 'parentCategoryId' is not assigned and could be declared final
77220 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 publicMethodCommentRequirement Required
77221 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 Parameter 'name' is not assigned and could be declared final
77222 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 publicMethodCommentRequirement Required
77223 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 Parameter 'description' is not assigned and could be declared final
77224 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 publicMethodCommentRequirement Required
77225 src/com/gps/hibernate/ShoppingcategoryDAO.java 126 publicMethodCommentRequirement Required
77226 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 There is log block not surrounded by if
77227 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77228 src/com/gps/hibernate/ShoppingcategoryDAO.java 129 Local variable 'queryString' could be declared final
77229 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Local variable 'queryObject' could be declared final
77230 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
77231 src/com/gps/hibernate/ShoppingcategoryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
77232 src/com/gps/hibernate/ShoppingcategoryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77233 src/com/gps/hibernate/ShoppingcategoryDAO.java 133 There is log block not surrounded by if
77234 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
77235 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 publicMethodCommentRequirement Required
77236 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 There is log block not surrounded by if
77237 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77238 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Local variable 'result' could be declared final
77239 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
77240 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 There is log block not surrounded by if
77241 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77242 src/com/gps/hibernate/ShoppingcategoryDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77243 src/com/gps/hibernate/ShoppingcategoryDAO.java 146 There is log block not surrounded by if
77244 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 Parameter 'instance' is not assigned and could be declared final
77245 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 publicMethodCommentRequirement Required
77246 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 There is log block not surrounded by if
77247 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77248 src/com/gps/hibernate/ShoppingcategoryDAO.java 154 Potential violation of Law of Demeter (method chain calls)
77249 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 There is log block not surrounded by if
77250 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77251 src/com/gps/hibernate/ShoppingcategoryDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77252 src/com/gps/hibernate/ShoppingcategoryDAO.java 157 There is log block not surrounded by if
77253 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 Parameter 'instance' is not assigned and could be declared final
77254 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 publicMethodCommentRequirement Required
77255 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 There is log block not surrounded by if
77256 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77257 src/com/gps/hibernate/ShoppingcategoryDAO.java 165 Potential violation of Law of Demeter (method chain calls)
77258 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 There is log block not surrounded by if
77259 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77260 src/com/gps/hibernate/ShoppingcategoryDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77261 src/com/gps/hibernate/ShoppingcategoryDAO.java 168 There is log block not surrounded by if
77262 src/com/gps/hibernate/Shoppingcoupon.java 11 Classes implementing Serializable should set a serialVersionUID
77263 src/com/gps/hibernate/Shoppingcoupon.java 11 Too many fields
77264 src/com/gps/hibernate/Shoppingcoupon.java 15 fieldCommentRequirement Required
77265 src/com/gps/hibernate/Shoppingcoupon.java 16 fieldCommentRequirement Required
77266 src/com/gps/hibernate/Shoppingcoupon.java 17 fieldCommentRequirement Required
77267 src/com/gps/hibernate/Shoppingcoupon.java 18 fieldCommentRequirement Required
77268 src/com/gps/hibernate/Shoppingcoupon.java 19 fieldCommentRequirement Required
77269 src/com/gps/hibernate/Shoppingcoupon.java 20 fieldCommentRequirement Required
77270 src/com/gps/hibernate/Shoppingcoupon.java 21 fieldCommentRequirement Required
77271 src/com/gps/hibernate/Shoppingcoupon.java 22 fieldCommentRequirement Required
77272 src/com/gps/hibernate/Shoppingcoupon.java 23 fieldCommentRequirement Required
77273 src/com/gps/hibernate/Shoppingcoupon.java 24 fieldCommentRequirement Required
77274 src/com/gps/hibernate/Shoppingcoupon.java 25 fieldCommentRequirement Required
77275 src/com/gps/hibernate/Shoppingcoupon.java 26 fieldCommentRequirement Required
77276 src/com/gps/hibernate/Shoppingcoupon.java 27 fieldCommentRequirement Required
77277 src/com/gps/hibernate/Shoppingcoupon.java 28 fieldCommentRequirement Required
77278 src/com/gps/hibernate/Shoppingcoupon.java 29 fieldCommentRequirement Required
77279 src/com/gps/hibernate/Shoppingcoupon.java 30 fieldCommentRequirement Required
77280 src/com/gps/hibernate/Shoppingcoupon.java 31 fieldCommentRequirement Required
77281 src/com/gps/hibernate/Shoppingcoupon.java 32 fieldCommentRequirement Required
77282 src/com/gps/hibernate/Shoppingcoupon.java 37 Document empty constructor
77283 src/com/gps/hibernate/Shoppingcoupon.java 41 Parameter 'couponId' is not assigned and could be declared final
77284 src/com/gps/hibernate/Shoppingcoupon.java 46 Avoid long parameter lists.
77285 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'companyId' is not assigned and could be declared final
77286 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'couponId' is not assigned and could be declared final
77287 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'groupId' is not assigned and could be declared final
77288 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'createDate' is not assigned and could be declared final
77289 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
77290 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userId' is not assigned and could be declared final
77291 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userName' is not assigned and could be declared final
77292 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'code' is not assigned and could be declared final
77293 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'description' is not assigned and could be declared final
77294 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'name' is not assigned and could be declared final
77295 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'startDate' is not assigned and could be declared final
77296 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'active' is not assigned and could be declared final
77297 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'endDate' is not assigned and could be declared final
77298 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'limitCategories' is not assigned and could be declared final
77299 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'discount' is not assigned and could be declared final
77300 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'limitSkus' is not assigned and could be declared final
77301 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'minOrder' is not assigned and could be declared final
77302 src/com/gps/hibernate/Shoppingcoupon.java 51 Parameter 'discountType' is not assigned and could be declared final
77303 src/com/gps/hibernate/Shoppingcoupon.java 74 publicMethodCommentRequirement Required
77304 src/com/gps/hibernate/Shoppingcoupon.java 78 Parameter 'couponId' is not assigned and could be declared final
77305 src/com/gps/hibernate/Shoppingcoupon.java 78 publicMethodCommentRequirement Required
77306 src/com/gps/hibernate/Shoppingcoupon.java 82 publicMethodCommentRequirement Required
77307 src/com/gps/hibernate/Shoppingcoupon.java 86 Parameter 'groupId' is not assigned and could be declared final
77308 src/com/gps/hibernate/Shoppingcoupon.java 86 publicMethodCommentRequirement Required
77309 src/com/gps/hibernate/Shoppingcoupon.java 90 publicMethodCommentRequirement Required
77310 src/com/gps/hibernate/Shoppingcoupon.java 94 Parameter 'companyId' is not assigned and could be declared final
77311 src/com/gps/hibernate/Shoppingcoupon.java 94 publicMethodCommentRequirement Required
77312 src/com/gps/hibernate/Shoppingcoupon.java 98 publicMethodCommentRequirement Required
77313 src/com/gps/hibernate/Shoppingcoupon.java 102 Parameter 'userId' is not assigned and could be declared final
77314 src/com/gps/hibernate/Shoppingcoupon.java 102 publicMethodCommentRequirement Required
77315 src/com/gps/hibernate/Shoppingcoupon.java 106 publicMethodCommentRequirement Required
77316 src/com/gps/hibernate/Shoppingcoupon.java 110 Parameter 'userName' is not assigned and could be declared final
77317 src/com/gps/hibernate/Shoppingcoupon.java 110 publicMethodCommentRequirement Required
77318 src/com/gps/hibernate/Shoppingcoupon.java 114 publicMethodCommentRequirement Required
77319 src/com/gps/hibernate/Shoppingcoupon.java 118 Parameter 'createDate' is not assigned and could be declared final
77320 src/com/gps/hibernate/Shoppingcoupon.java 118 publicMethodCommentRequirement Required
77321 src/com/gps/hibernate/Shoppingcoupon.java 122 publicMethodCommentRequirement Required
77322 src/com/gps/hibernate/Shoppingcoupon.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
77323 src/com/gps/hibernate/Shoppingcoupon.java 126 publicMethodCommentRequirement Required
77324 src/com/gps/hibernate/Shoppingcoupon.java 130 publicMethodCommentRequirement Required
77325 src/com/gps/hibernate/Shoppingcoupon.java 134 Parameter 'code' is not assigned and could be declared final
77326 src/com/gps/hibernate/Shoppingcoupon.java 134 publicMethodCommentRequirement Required
77327 src/com/gps/hibernate/Shoppingcoupon.java 138 publicMethodCommentRequirement Required
77328 src/com/gps/hibernate/Shoppingcoupon.java 142 Parameter 'name' is not assigned and could be declared final
77329 src/com/gps/hibernate/Shoppingcoupon.java 142 publicMethodCommentRequirement Required
77330 src/com/gps/hibernate/Shoppingcoupon.java 146 publicMethodCommentRequirement Required
77331 src/com/gps/hibernate/Shoppingcoupon.java 150 Parameter 'description' is not assigned and could be declared final
77332 src/com/gps/hibernate/Shoppingcoupon.java 150 publicMethodCommentRequirement Required
77333 src/com/gps/hibernate/Shoppingcoupon.java 154 publicMethodCommentRequirement Required
77334 src/com/gps/hibernate/Shoppingcoupon.java 158 Parameter 'startDate' is not assigned and could be declared final
77335 src/com/gps/hibernate/Shoppingcoupon.java 158 publicMethodCommentRequirement Required
77336 src/com/gps/hibernate/Shoppingcoupon.java 162 publicMethodCommentRequirement Required
77337 src/com/gps/hibernate/Shoppingcoupon.java 166 Parameter 'endDate' is not assigned and could be declared final
77338 src/com/gps/hibernate/Shoppingcoupon.java 166 publicMethodCommentRequirement Required
77339 src/com/gps/hibernate/Shoppingcoupon.java 170 publicMethodCommentRequirement Required
77340 src/com/gps/hibernate/Shoppingcoupon.java 174 Parameter 'active' is not assigned and could be declared final
77341 src/com/gps/hibernate/Shoppingcoupon.java 174 publicMethodCommentRequirement Required
77342 src/com/gps/hibernate/Shoppingcoupon.java 178 publicMethodCommentRequirement Required
77343 src/com/gps/hibernate/Shoppingcoupon.java 182 Parameter 'limitCategories' is not assigned and could be declared final
77344 src/com/gps/hibernate/Shoppingcoupon.java 182 publicMethodCommentRequirement Required
77345 src/com/gps/hibernate/Shoppingcoupon.java 186 publicMethodCommentRequirement Required
77346 src/com/gps/hibernate/Shoppingcoupon.java 190 Parameter 'limitSkus' is not assigned and could be declared final
77347 src/com/gps/hibernate/Shoppingcoupon.java 190 publicMethodCommentRequirement Required
77348 src/com/gps/hibernate/Shoppingcoupon.java 194 publicMethodCommentRequirement Required
77349 src/com/gps/hibernate/Shoppingcoupon.java 198 Parameter 'minOrder' is not assigned and could be declared final
77350 src/com/gps/hibernate/Shoppingcoupon.java 198 publicMethodCommentRequirement Required
77351 src/com/gps/hibernate/Shoppingcoupon.java 202 publicMethodCommentRequirement Required
77352 src/com/gps/hibernate/Shoppingcoupon.java 206 Parameter 'discount' is not assigned and could be declared final
77353 src/com/gps/hibernate/Shoppingcoupon.java 206 publicMethodCommentRequirement Required
77354 src/com/gps/hibernate/Shoppingcoupon.java 210 publicMethodCommentRequirement Required
77355 src/com/gps/hibernate/Shoppingcoupon.java 214 Parameter 'discountType' is not assigned and could be declared final
77356 src/com/gps/hibernate/Shoppingcoupon.java 214 publicMethodCommentRequirement Required
77357 src/com/gps/hibernate/ShoppingcouponDAO.java 3 Avoid unused imports such as 'java.util.Date'
77358 src/com/gps/hibernate/ShoppingcouponDAO.java 11 Comment is too large: Too many lines
77359 src/com/gps/hibernate/ShoppingcouponDAO.java 23 This class has too many methods, consider refactoring it.
77360 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Logger should be defined private static final and have the correct class
77361 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
77362 src/com/gps/hibernate/ShoppingcouponDAO.java 24 fieldCommentRequirement Required
77363 src/com/gps/hibernate/ShoppingcouponDAO.java 26 fieldCommentRequirement Required
77364 src/com/gps/hibernate/ShoppingcouponDAO.java 27 fieldCommentRequirement Required
77365 src/com/gps/hibernate/ShoppingcouponDAO.java 28 fieldCommentRequirement Required
77366 src/com/gps/hibernate/ShoppingcouponDAO.java 29 fieldCommentRequirement Required
77367 src/com/gps/hibernate/ShoppingcouponDAO.java 30 fieldCommentRequirement Required
77368 src/com/gps/hibernate/ShoppingcouponDAO.java 31 fieldCommentRequirement Required
77369 src/com/gps/hibernate/ShoppingcouponDAO.java 32 fieldCommentRequirement Required
77370 src/com/gps/hibernate/ShoppingcouponDAO.java 33 fieldCommentRequirement Required
77371 src/com/gps/hibernate/ShoppingcouponDAO.java 34 fieldCommentRequirement Required
77372 src/com/gps/hibernate/ShoppingcouponDAO.java 35 fieldCommentRequirement Required
77373 src/com/gps/hibernate/ShoppingcouponDAO.java 36 fieldCommentRequirement Required
77374 src/com/gps/hibernate/ShoppingcouponDAO.java 37 fieldCommentRequirement Required
77375 src/com/gps/hibernate/ShoppingcouponDAO.java 38 fieldCommentRequirement Required
77376 src/com/gps/hibernate/ShoppingcouponDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
77377 src/com/gps/hibernate/ShoppingcouponDAO.java 40 publicMethodCommentRequirement Required
77378 src/com/gps/hibernate/ShoppingcouponDAO.java 41 There is log block not surrounded by if
77379 src/com/gps/hibernate/ShoppingcouponDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77380 src/com/gps/hibernate/ShoppingcouponDAO.java 43 Potential violation of Law of Demeter (method chain calls)
77381 src/com/gps/hibernate/ShoppingcouponDAO.java 44 There is log block not surrounded by if
77382 src/com/gps/hibernate/ShoppingcouponDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77383 src/com/gps/hibernate/ShoppingcouponDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77384 src/com/gps/hibernate/ShoppingcouponDAO.java 46 There is log block not surrounded by if
77385 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Avoid excessively long variable names like persistentInstance
77386 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
77387 src/com/gps/hibernate/ShoppingcouponDAO.java 51 publicMethodCommentRequirement Required
77388 src/com/gps/hibernate/ShoppingcouponDAO.java 52 There is log block not surrounded by if
77389 src/com/gps/hibernate/ShoppingcouponDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77390 src/com/gps/hibernate/ShoppingcouponDAO.java 54 Potential violation of Law of Demeter (method chain calls)
77391 src/com/gps/hibernate/ShoppingcouponDAO.java 55 There is log block not surrounded by if
77392 src/com/gps/hibernate/ShoppingcouponDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77393 src/com/gps/hibernate/ShoppingcouponDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77394 src/com/gps/hibernate/ShoppingcouponDAO.java 57 There is log block not surrounded by if
77395 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Avoid variables with short names like id
77396 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Parameter 'id' is not assigned and could be declared final
77397 src/com/gps/hibernate/ShoppingcouponDAO.java 62 publicMethodCommentRequirement Required
77398 src/com/gps/hibernate/ShoppingcouponDAO.java 63 There is log block not surrounded by if
77399 src/com/gps/hibernate/ShoppingcouponDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77400 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Local variable 'instance' could be declared final
77401 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Potential violation of Law of Demeter (method chain calls)
77402 src/com/gps/hibernate/ShoppingcouponDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77403 src/com/gps/hibernate/ShoppingcouponDAO.java 69 There is log block not surrounded by if
77404 src/com/gps/hibernate/ShoppingcouponDAO.java 74 Parameter 'instance' is not assigned and could be declared final
77405 src/com/gps/hibernate/ShoppingcouponDAO.java 74 publicMethodCommentRequirement Required
77406 src/com/gps/hibernate/ShoppingcouponDAO.java 75 There is log block not surrounded by if
77407 src/com/gps/hibernate/ShoppingcouponDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77408 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Local variable 'results' could be declared final
77409 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
77410 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
77411 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
77412 src/com/gps/hibernate/ShoppingcouponDAO.java 80 There is log block not surrounded by if
77413 src/com/gps/hibernate/ShoppingcouponDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77414 src/com/gps/hibernate/ShoppingcouponDAO.java 81 Potential violation of Law of Demeter (object not created locally)
77415 src/com/gps/hibernate/ShoppingcouponDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77416 src/com/gps/hibernate/ShoppingcouponDAO.java 84 There is log block not surrounded by if
77417 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
77418 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'value' is not assigned and could be declared final
77419 src/com/gps/hibernate/ShoppingcouponDAO.java 89 publicMethodCommentRequirement Required
77420 src/com/gps/hibernate/ShoppingcouponDAO.java 90 There is log block not surrounded by if
77421 src/com/gps/hibernate/ShoppingcouponDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77422 src/com/gps/hibernate/ShoppingcouponDAO.java 93 Local variable 'queryString' could be declared final
77423 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Local variable 'queryObject' could be declared final
77424 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Potential violation of Law of Demeter (method chain calls)
77425 src/com/gps/hibernate/ShoppingcouponDAO.java 96 Potential violation of Law of Demeter (object not created locally)
77426 src/com/gps/hibernate/ShoppingcouponDAO.java 97 Potential violation of Law of Demeter (object not created locally)
77427 src/com/gps/hibernate/ShoppingcouponDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77428 src/com/gps/hibernate/ShoppingcouponDAO.java 99 There is log block not surrounded by if
77429 src/com/gps/hibernate/ShoppingcouponDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
77430 src/com/gps/hibernate/ShoppingcouponDAO.java 104 publicMethodCommentRequirement Required
77431 src/com/gps/hibernate/ShoppingcouponDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
77432 src/com/gps/hibernate/ShoppingcouponDAO.java 108 publicMethodCommentRequirement Required
77433 src/com/gps/hibernate/ShoppingcouponDAO.java 112 Parameter 'userId' is not assigned and could be declared final
77434 src/com/gps/hibernate/ShoppingcouponDAO.java 112 publicMethodCommentRequirement Required
77435 src/com/gps/hibernate/ShoppingcouponDAO.java 116 Parameter 'userName' is not assigned and could be declared final
77436 src/com/gps/hibernate/ShoppingcouponDAO.java 116 publicMethodCommentRequirement Required
77437 src/com/gps/hibernate/ShoppingcouponDAO.java 120 Parameter 'code' is not assigned and could be declared final
77438 src/com/gps/hibernate/ShoppingcouponDAO.java 120 publicMethodCommentRequirement Required
77439 src/com/gps/hibernate/ShoppingcouponDAO.java 124 Parameter 'name' is not assigned and could be declared final
77440 src/com/gps/hibernate/ShoppingcouponDAO.java 124 publicMethodCommentRequirement Required
77441 src/com/gps/hibernate/ShoppingcouponDAO.java 128 Parameter 'description' is not assigned and could be declared final
77442 src/com/gps/hibernate/ShoppingcouponDAO.java 128 publicMethodCommentRequirement Required
77443 src/com/gps/hibernate/ShoppingcouponDAO.java 132 Parameter 'active' is not assigned and could be declared final
77444 src/com/gps/hibernate/ShoppingcouponDAO.java 132 publicMethodCommentRequirement Required
77445 src/com/gps/hibernate/ShoppingcouponDAO.java 136 Parameter 'limitCategories' is not assigned and could be declared final
77446 src/com/gps/hibernate/ShoppingcouponDAO.java 136 publicMethodCommentRequirement Required
77447 src/com/gps/hibernate/ShoppingcouponDAO.java 140 Parameter 'limitSkus' is not assigned and could be declared final
77448 src/com/gps/hibernate/ShoppingcouponDAO.java 140 publicMethodCommentRequirement Required
77449 src/com/gps/hibernate/ShoppingcouponDAO.java 144 Parameter 'minOrder' is not assigned and could be declared final
77450 src/com/gps/hibernate/ShoppingcouponDAO.java 144 publicMethodCommentRequirement Required
77451 src/com/gps/hibernate/ShoppingcouponDAO.java 148 Parameter 'discount' is not assigned and could be declared final
77452 src/com/gps/hibernate/ShoppingcouponDAO.java 148 publicMethodCommentRequirement Required
77453 src/com/gps/hibernate/ShoppingcouponDAO.java 152 Parameter 'discountType' is not assigned and could be declared final
77454 src/com/gps/hibernate/ShoppingcouponDAO.java 152 publicMethodCommentRequirement Required
77455 src/com/gps/hibernate/ShoppingcouponDAO.java 156 publicMethodCommentRequirement Required
77456 src/com/gps/hibernate/ShoppingcouponDAO.java 157 There is log block not surrounded by if
77457 src/com/gps/hibernate/ShoppingcouponDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77458 src/com/gps/hibernate/ShoppingcouponDAO.java 159 Local variable 'queryString' could be declared final
77459 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Local variable 'queryObject' could be declared final
77460 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Potential violation of Law of Demeter (method chain calls)
77461 src/com/gps/hibernate/ShoppingcouponDAO.java 161 Potential violation of Law of Demeter (object not created locally)
77462 src/com/gps/hibernate/ShoppingcouponDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77463 src/com/gps/hibernate/ShoppingcouponDAO.java 163 There is log block not surrounded by if
77464 src/com/gps/hibernate/ShoppingcouponDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
77465 src/com/gps/hibernate/ShoppingcouponDAO.java 168 publicMethodCommentRequirement Required
77466 src/com/gps/hibernate/ShoppingcouponDAO.java 169 There is log block not surrounded by if
77467 src/com/gps/hibernate/ShoppingcouponDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77468 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Local variable 'result' could be declared final
77469 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Potential violation of Law of Demeter (method chain calls)
77470 src/com/gps/hibernate/ShoppingcouponDAO.java 173 There is log block not surrounded by if
77471 src/com/gps/hibernate/ShoppingcouponDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77472 src/com/gps/hibernate/ShoppingcouponDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77473 src/com/gps/hibernate/ShoppingcouponDAO.java 176 There is log block not surrounded by if
77474 src/com/gps/hibernate/ShoppingcouponDAO.java 181 Parameter 'instance' is not assigned and could be declared final
77475 src/com/gps/hibernate/ShoppingcouponDAO.java 181 publicMethodCommentRequirement Required
77476 src/com/gps/hibernate/ShoppingcouponDAO.java 182 There is log block not surrounded by if
77477 src/com/gps/hibernate/ShoppingcouponDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77478 src/com/gps/hibernate/ShoppingcouponDAO.java 184 Potential violation of Law of Demeter (method chain calls)
77479 src/com/gps/hibernate/ShoppingcouponDAO.java 185 There is log block not surrounded by if
77480 src/com/gps/hibernate/ShoppingcouponDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77481 src/com/gps/hibernate/ShoppingcouponDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77482 src/com/gps/hibernate/ShoppingcouponDAO.java 187 There is log block not surrounded by if
77483 src/com/gps/hibernate/ShoppingcouponDAO.java 192 Parameter 'instance' is not assigned and could be declared final
77484 src/com/gps/hibernate/ShoppingcouponDAO.java 192 publicMethodCommentRequirement Required
77485 src/com/gps/hibernate/ShoppingcouponDAO.java 193 There is log block not surrounded by if
77486 src/com/gps/hibernate/ShoppingcouponDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77487 src/com/gps/hibernate/ShoppingcouponDAO.java 195 Potential violation of Law of Demeter (method chain calls)
77488 src/com/gps/hibernate/ShoppingcouponDAO.java 196 There is log block not surrounded by if
77489 src/com/gps/hibernate/ShoppingcouponDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77490 src/com/gps/hibernate/ShoppingcouponDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77491 src/com/gps/hibernate/ShoppingcouponDAO.java 198 There is log block not surrounded by if
77492 src/com/gps/hibernate/Shoppingitem.java 1 This class has a bunch of public methods and attributes
77493 src/com/gps/hibernate/Shoppingitem.java 11 Classes implementing Serializable should set a serialVersionUID
77494 src/com/gps/hibernate/Shoppingitem.java 11 Too many fields
77495 src/com/gps/hibernate/Shoppingitem.java 15 fieldCommentRequirement Required
77496 src/com/gps/hibernate/Shoppingitem.java 16 fieldCommentRequirement Required
77497 src/com/gps/hibernate/Shoppingitem.java 17 fieldCommentRequirement Required
77498 src/com/gps/hibernate/Shoppingitem.java 18 fieldCommentRequirement Required
77499 src/com/gps/hibernate/Shoppingitem.java 19 fieldCommentRequirement Required
77500 src/com/gps/hibernate/Shoppingitem.java 20 fieldCommentRequirement Required
77501 src/com/gps/hibernate/Shoppingitem.java 21 fieldCommentRequirement Required
77502 src/com/gps/hibernate/Shoppingitem.java 22 fieldCommentRequirement Required
77503 src/com/gps/hibernate/Shoppingitem.java 23 fieldCommentRequirement Required
77504 src/com/gps/hibernate/Shoppingitem.java 24 fieldCommentRequirement Required
77505 src/com/gps/hibernate/Shoppingitem.java 25 fieldCommentRequirement Required
77506 src/com/gps/hibernate/Shoppingitem.java 26 fieldCommentRequirement Required
77507 src/com/gps/hibernate/Shoppingitem.java 27 fieldCommentRequirement Required
77508 src/com/gps/hibernate/Shoppingitem.java 28 fieldCommentRequirement Required
77509 src/com/gps/hibernate/Shoppingitem.java 29 fieldCommentRequirement Required
77510 src/com/gps/hibernate/Shoppingitem.java 30 fieldCommentRequirement Required
77511 src/com/gps/hibernate/Shoppingitem.java 31 fieldCommentRequirement Required
77512 src/com/gps/hibernate/Shoppingitem.java 32 fieldCommentRequirement Required
77513 src/com/gps/hibernate/Shoppingitem.java 33 fieldCommentRequirement Required
77514 src/com/gps/hibernate/Shoppingitem.java 34 Avoid excessively long variable names like useShippingFormula
77515 src/com/gps/hibernate/Shoppingitem.java 34 fieldCommentRequirement Required
77516 src/com/gps/hibernate/Shoppingitem.java 35 fieldCommentRequirement Required
77517 src/com/gps/hibernate/Shoppingitem.java 36 fieldCommentRequirement Required
77518 src/com/gps/hibernate/Shoppingitem.java 37 fieldCommentRequirement Required
77519 src/com/gps/hibernate/Shoppingitem.java 38 fieldCommentRequirement Required
77520 src/com/gps/hibernate/Shoppingitem.java 39 fieldCommentRequirement Required
77521 src/com/gps/hibernate/Shoppingitem.java 40 fieldCommentRequirement Required
77522 src/com/gps/hibernate/Shoppingitem.java 41 fieldCommentRequirement Required
77523 src/com/gps/hibernate/Shoppingitem.java 42 fieldCommentRequirement Required
77524 src/com/gps/hibernate/Shoppingitem.java 43 fieldCommentRequirement Required
77525 src/com/gps/hibernate/Shoppingitem.java 44 fieldCommentRequirement Required
77526 src/com/gps/hibernate/Shoppingitem.java 45 fieldCommentRequirement Required
77527 src/com/gps/hibernate/Shoppingitem.java 46 fieldCommentRequirement Required
77528 src/com/gps/hibernate/Shoppingitem.java 47 fieldCommentRequirement Required
77529 src/com/gps/hibernate/Shoppingitem.java 52 Document empty constructor
77530 src/com/gps/hibernate/Shoppingitem.java 56 Parameter 'itemId' is not assigned and could be declared final
77531 src/com/gps/hibernate/Shoppingitem.java 61 Avoid long parameter lists.
77532 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'companyId' is not assigned and could be declared final
77533 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'itemId' is not assigned and could be declared final
77534 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'userId' is not assigned and could be declared final
77535 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'createDate' is not assigned and could be declared final
77536 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'modifiedDate' is not assigned and could be declared final
77537 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'userName' is not assigned and could be declared final
77538 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'categoryId' is not assigned and could be declared final
77539 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'description' is not assigned and could be declared final
77540 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'name' is not assigned and could be declared final
77541 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'sku' is not assigned and could be declared final
77542 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fields' is not assigned and could be declared final
77543 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fieldsQuantities' is not assigned and could be declared final
77544 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'properties' is not assigned and could be declared final
77545 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'maxQuantity' is not assigned and could be declared final
77546 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'minQuantity' is not assigned and could be declared final
77547 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'price' is not assigned and could be declared final
77548 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'discount' is not assigned and could be declared final
77549 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'shipping' is not assigned and could be declared final
77550 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'taxable' is not assigned and could be declared final
77551 src/com/gps/hibernate/Shoppingitem.java 67 Avoid excessively long variable names like useShippingFormula
77552 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'requiresShipping' is not assigned and could be declared final
77553 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'useShippingFormula' is not assigned and could be declared final
77554 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'featured' is not assigned and could be declared final
77555 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'sale' is not assigned and could be declared final
77556 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'stockQuantity' is not assigned and could be declared final
77557 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImage' is not assigned and could be declared final
77558 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageId' is not assigned and could be declared final
77559 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageUrl' is not assigned and could be declared final
77560 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImage' is not assigned and could be declared final
77561 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageId' is not assigned and could be declared final
77562 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageUrl' is not assigned and could be declared final
77563 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImage' is not assigned and could be declared final
77564 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageId' is not assigned and could be declared final
77565 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageUrl' is not assigned and could be declared final
77566 src/com/gps/hibernate/Shoppingitem.java 109 publicMethodCommentRequirement Required
77567 src/com/gps/hibernate/Shoppingitem.java 113 Parameter 'itemId' is not assigned and could be declared final
77568 src/com/gps/hibernate/Shoppingitem.java 113 publicMethodCommentRequirement Required
77569 src/com/gps/hibernate/Shoppingitem.java 117 publicMethodCommentRequirement Required
77570 src/com/gps/hibernate/Shoppingitem.java 121 Parameter 'companyId' is not assigned and could be declared final
77571 src/com/gps/hibernate/Shoppingitem.java 121 publicMethodCommentRequirement Required
77572 src/com/gps/hibernate/Shoppingitem.java 125 publicMethodCommentRequirement Required
77573 src/com/gps/hibernate/Shoppingitem.java 129 Parameter 'userId' is not assigned and could be declared final
77574 src/com/gps/hibernate/Shoppingitem.java 129 publicMethodCommentRequirement Required
77575 src/com/gps/hibernate/Shoppingitem.java 133 publicMethodCommentRequirement Required
77576 src/com/gps/hibernate/Shoppingitem.java 137 Parameter 'userName' is not assigned and could be declared final
77577 src/com/gps/hibernate/Shoppingitem.java 137 publicMethodCommentRequirement Required
77578 src/com/gps/hibernate/Shoppingitem.java 141 publicMethodCommentRequirement Required
77579 src/com/gps/hibernate/Shoppingitem.java 145 Parameter 'createDate' is not assigned and could be declared final
77580 src/com/gps/hibernate/Shoppingitem.java 145 publicMethodCommentRequirement Required
77581 src/com/gps/hibernate/Shoppingitem.java 149 publicMethodCommentRequirement Required
77582 src/com/gps/hibernate/Shoppingitem.java 153 Parameter 'modifiedDate' is not assigned and could be declared final
77583 src/com/gps/hibernate/Shoppingitem.java 153 publicMethodCommentRequirement Required
77584 src/com/gps/hibernate/Shoppingitem.java 157 publicMethodCommentRequirement Required
77585 src/com/gps/hibernate/Shoppingitem.java 161 Parameter 'categoryId' is not assigned and could be declared final
77586 src/com/gps/hibernate/Shoppingitem.java 161 publicMethodCommentRequirement Required
77587 src/com/gps/hibernate/Shoppingitem.java 165 publicMethodCommentRequirement Required
77588 src/com/gps/hibernate/Shoppingitem.java 169 Parameter 'sku' is not assigned and could be declared final
77589 src/com/gps/hibernate/Shoppingitem.java 169 publicMethodCommentRequirement Required
77590 src/com/gps/hibernate/Shoppingitem.java 173 publicMethodCommentRequirement Required
77591 src/com/gps/hibernate/Shoppingitem.java 177 Parameter 'name' is not assigned and could be declared final
77592 src/com/gps/hibernate/Shoppingitem.java 177 publicMethodCommentRequirement Required
77593 src/com/gps/hibernate/Shoppingitem.java 181 publicMethodCommentRequirement Required
77594 src/com/gps/hibernate/Shoppingitem.java 185 Parameter 'description' is not assigned and could be declared final
77595 src/com/gps/hibernate/Shoppingitem.java 185 publicMethodCommentRequirement Required
77596 src/com/gps/hibernate/Shoppingitem.java 189 publicMethodCommentRequirement Required
77597 src/com/gps/hibernate/Shoppingitem.java 193 Parameter 'properties' is not assigned and could be declared final
77598 src/com/gps/hibernate/Shoppingitem.java 193 publicMethodCommentRequirement Required
77599 src/com/gps/hibernate/Shoppingitem.java 197 publicMethodCommentRequirement Required
77600 src/com/gps/hibernate/Shoppingitem.java 201 Parameter 'fields' is not assigned and could be declared final
77601 src/com/gps/hibernate/Shoppingitem.java 201 publicMethodCommentRequirement Required
77602 src/com/gps/hibernate/Shoppingitem.java 205 publicMethodCommentRequirement Required
77603 src/com/gps/hibernate/Shoppingitem.java 209 Parameter 'fieldsQuantities' is not assigned and could be declared final
77604 src/com/gps/hibernate/Shoppingitem.java 209 publicMethodCommentRequirement Required
77605 src/com/gps/hibernate/Shoppingitem.java 213 publicMethodCommentRequirement Required
77606 src/com/gps/hibernate/Shoppingitem.java 217 Parameter 'minQuantity' is not assigned and could be declared final
77607 src/com/gps/hibernate/Shoppingitem.java 217 publicMethodCommentRequirement Required
77608 src/com/gps/hibernate/Shoppingitem.java 221 publicMethodCommentRequirement Required
77609 src/com/gps/hibernate/Shoppingitem.java 225 Parameter 'maxQuantity' is not assigned and could be declared final
77610 src/com/gps/hibernate/Shoppingitem.java 225 publicMethodCommentRequirement Required
77611 src/com/gps/hibernate/Shoppingitem.java 229 publicMethodCommentRequirement Required
77612 src/com/gps/hibernate/Shoppingitem.java 233 Parameter 'price' is not assigned and could be declared final
77613 src/com/gps/hibernate/Shoppingitem.java 233 publicMethodCommentRequirement Required
77614 src/com/gps/hibernate/Shoppingitem.java 237 publicMethodCommentRequirement Required
77615 src/com/gps/hibernate/Shoppingitem.java 241 Parameter 'discount' is not assigned and could be declared final
77616 src/com/gps/hibernate/Shoppingitem.java 241 publicMethodCommentRequirement Required
77617 src/com/gps/hibernate/Shoppingitem.java 245 publicMethodCommentRequirement Required
77618 src/com/gps/hibernate/Shoppingitem.java 249 Parameter 'taxable' is not assigned and could be declared final
77619 src/com/gps/hibernate/Shoppingitem.java 249 publicMethodCommentRequirement Required
77620 src/com/gps/hibernate/Shoppingitem.java 253 publicMethodCommentRequirement Required
77621 src/com/gps/hibernate/Shoppingitem.java 257 Parameter 'shipping' is not assigned and could be declared final
77622 src/com/gps/hibernate/Shoppingitem.java 257 publicMethodCommentRequirement Required
77623 src/com/gps/hibernate/Shoppingitem.java 261 publicMethodCommentRequirement Required
77624 src/com/gps/hibernate/Shoppingitem.java 265 Avoid excessively long variable names like useShippingFormula
77625 src/com/gps/hibernate/Shoppingitem.java 265 Parameter 'useShippingFormula' is not assigned and could be declared final
77626 src/com/gps/hibernate/Shoppingitem.java 265 publicMethodCommentRequirement Required
77627 src/com/gps/hibernate/Shoppingitem.java 269 publicMethodCommentRequirement Required
77628 src/com/gps/hibernate/Shoppingitem.java 273 Parameter 'requiresShipping' is not assigned and could be declared final
77629 src/com/gps/hibernate/Shoppingitem.java 273 publicMethodCommentRequirement Required
77630 src/com/gps/hibernate/Shoppingitem.java 277 publicMethodCommentRequirement Required
77631 src/com/gps/hibernate/Shoppingitem.java 281 Parameter 'stockQuantity' is not assigned and could be declared final
77632 src/com/gps/hibernate/Shoppingitem.java 281 publicMethodCommentRequirement Required
77633 src/com/gps/hibernate/Shoppingitem.java 285 publicMethodCommentRequirement Required
77634 src/com/gps/hibernate/Shoppingitem.java 289 Parameter 'featured' is not assigned and could be declared final
77635 src/com/gps/hibernate/Shoppingitem.java 289 publicMethodCommentRequirement Required
77636 src/com/gps/hibernate/Shoppingitem.java 293 publicMethodCommentRequirement Required
77637 src/com/gps/hibernate/Shoppingitem.java 297 Parameter 'sale' is not assigned and could be declared final
77638 src/com/gps/hibernate/Shoppingitem.java 297 publicMethodCommentRequirement Required
77639 src/com/gps/hibernate/Shoppingitem.java 301 publicMethodCommentRequirement Required
77640 src/com/gps/hibernate/Shoppingitem.java 305 Parameter 'smallImage' is not assigned and could be declared final
77641 src/com/gps/hibernate/Shoppingitem.java 305 publicMethodCommentRequirement Required
77642 src/com/gps/hibernate/Shoppingitem.java 309 publicMethodCommentRequirement Required
77643 src/com/gps/hibernate/Shoppingitem.java 313 Parameter 'smallImageId' is not assigned and could be declared final
77644 src/com/gps/hibernate/Shoppingitem.java 313 publicMethodCommentRequirement Required
77645 src/com/gps/hibernate/Shoppingitem.java 317 publicMethodCommentRequirement Required
77646 src/com/gps/hibernate/Shoppingitem.java 321 Parameter 'smallImageUrl' is not assigned and could be declared final
77647 src/com/gps/hibernate/Shoppingitem.java 321 publicMethodCommentRequirement Required
77648 src/com/gps/hibernate/Shoppingitem.java 325 publicMethodCommentRequirement Required
77649 src/com/gps/hibernate/Shoppingitem.java 329 Parameter 'mediumImage' is not assigned and could be declared final
77650 src/com/gps/hibernate/Shoppingitem.java 329 publicMethodCommentRequirement Required
77651 src/com/gps/hibernate/Shoppingitem.java 333 publicMethodCommentRequirement Required
77652 src/com/gps/hibernate/Shoppingitem.java 337 Parameter 'mediumImageId' is not assigned and could be declared final
77653 src/com/gps/hibernate/Shoppingitem.java 337 publicMethodCommentRequirement Required
77654 src/com/gps/hibernate/Shoppingitem.java 341 publicMethodCommentRequirement Required
77655 src/com/gps/hibernate/Shoppingitem.java 345 Parameter 'mediumImageUrl' is not assigned and could be declared final
77656 src/com/gps/hibernate/Shoppingitem.java 345 publicMethodCommentRequirement Required
77657 src/com/gps/hibernate/Shoppingitem.java 349 publicMethodCommentRequirement Required
77658 src/com/gps/hibernate/Shoppingitem.java 353 Parameter 'largeImage' is not assigned and could be declared final
77659 src/com/gps/hibernate/Shoppingitem.java 353 publicMethodCommentRequirement Required
77660 src/com/gps/hibernate/Shoppingitem.java 357 publicMethodCommentRequirement Required
77661 src/com/gps/hibernate/Shoppingitem.java 361 Parameter 'largeImageId' is not assigned and could be declared final
77662 src/com/gps/hibernate/Shoppingitem.java 361 publicMethodCommentRequirement Required
77663 src/com/gps/hibernate/Shoppingitem.java 365 publicMethodCommentRequirement Required
77664 src/com/gps/hibernate/Shoppingitem.java 369 Parameter 'largeImageUrl' is not assigned and could be declared final
77665 src/com/gps/hibernate/Shoppingitem.java 369 publicMethodCommentRequirement Required
77666 src/com/gps/hibernate/ShoppingitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
77667 src/com/gps/hibernate/ShoppingitemDAO.java 11 Comment is too large: Too many lines
77668 src/com/gps/hibernate/ShoppingitemDAO.java 23 This class has too many methods, consider refactoring it.
77669 src/com/gps/hibernate/ShoppingitemDAO.java 24 Logger should be defined private static final and have the correct class
77670 src/com/gps/hibernate/ShoppingitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
77671 src/com/gps/hibernate/ShoppingitemDAO.java 24 fieldCommentRequirement Required
77672 src/com/gps/hibernate/ShoppingitemDAO.java 26 fieldCommentRequirement Required
77673 src/com/gps/hibernate/ShoppingitemDAO.java 27 fieldCommentRequirement Required
77674 src/com/gps/hibernate/ShoppingitemDAO.java 28 fieldCommentRequirement Required
77675 src/com/gps/hibernate/ShoppingitemDAO.java 29 fieldCommentRequirement Required
77676 src/com/gps/hibernate/ShoppingitemDAO.java 30 fieldCommentRequirement Required
77677 src/com/gps/hibernate/ShoppingitemDAO.java 31 fieldCommentRequirement Required
77678 src/com/gps/hibernate/ShoppingitemDAO.java 32 fieldCommentRequirement Required
77679 src/com/gps/hibernate/ShoppingitemDAO.java 33 fieldCommentRequirement Required
77680 src/com/gps/hibernate/ShoppingitemDAO.java 34 fieldCommentRequirement Required
77681 src/com/gps/hibernate/ShoppingitemDAO.java 35 fieldCommentRequirement Required
77682 src/com/gps/hibernate/ShoppingitemDAO.java 36 fieldCommentRequirement Required
77683 src/com/gps/hibernate/ShoppingitemDAO.java 37 fieldCommentRequirement Required
77684 src/com/gps/hibernate/ShoppingitemDAO.java 38 fieldCommentRequirement Required
77685 src/com/gps/hibernate/ShoppingitemDAO.java 39 fieldCommentRequirement Required
77686 src/com/gps/hibernate/ShoppingitemDAO.java 40 fieldCommentRequirement Required
77687 src/com/gps/hibernate/ShoppingitemDAO.java 41 fieldCommentRequirement Required
77688 src/com/gps/hibernate/ShoppingitemDAO.java 42 Avoid excessively long variable names like USE_SHIPPING_FORMULA
77689 src/com/gps/hibernate/ShoppingitemDAO.java 42 fieldCommentRequirement Required
77690 src/com/gps/hibernate/ShoppingitemDAO.java 43 fieldCommentRequirement Required
77691 src/com/gps/hibernate/ShoppingitemDAO.java 44 fieldCommentRequirement Required
77692 src/com/gps/hibernate/ShoppingitemDAO.java 45 fieldCommentRequirement Required
77693 src/com/gps/hibernate/ShoppingitemDAO.java 46 fieldCommentRequirement Required
77694 src/com/gps/hibernate/ShoppingitemDAO.java 47 fieldCommentRequirement Required
77695 src/com/gps/hibernate/ShoppingitemDAO.java 48 fieldCommentRequirement Required
77696 src/com/gps/hibernate/ShoppingitemDAO.java 49 fieldCommentRequirement Required
77697 src/com/gps/hibernate/ShoppingitemDAO.java 50 fieldCommentRequirement Required
77698 src/com/gps/hibernate/ShoppingitemDAO.java 51 fieldCommentRequirement Required
77699 src/com/gps/hibernate/ShoppingitemDAO.java 52 fieldCommentRequirement Required
77700 src/com/gps/hibernate/ShoppingitemDAO.java 53 fieldCommentRequirement Required
77701 src/com/gps/hibernate/ShoppingitemDAO.java 54 fieldCommentRequirement Required
77702 src/com/gps/hibernate/ShoppingitemDAO.java 55 fieldCommentRequirement Required
77703 src/com/gps/hibernate/ShoppingitemDAO.java 57 Parameter 'transientInstance' is not assigned and could be declared final
77704 src/com/gps/hibernate/ShoppingitemDAO.java 57 publicMethodCommentRequirement Required
77705 src/com/gps/hibernate/ShoppingitemDAO.java 58 There is log block not surrounded by if
77706 src/com/gps/hibernate/ShoppingitemDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77707 src/com/gps/hibernate/ShoppingitemDAO.java 60 Potential violation of Law of Demeter (method chain calls)
77708 src/com/gps/hibernate/ShoppingitemDAO.java 61 There is log block not surrounded by if
77709 src/com/gps/hibernate/ShoppingitemDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77710 src/com/gps/hibernate/ShoppingitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77711 src/com/gps/hibernate/ShoppingitemDAO.java 63 There is log block not surrounded by if
77712 src/com/gps/hibernate/ShoppingitemDAO.java 68 Avoid excessively long variable names like persistentInstance
77713 src/com/gps/hibernate/ShoppingitemDAO.java 68 Parameter 'persistentInstance' is not assigned and could be declared final
77714 src/com/gps/hibernate/ShoppingitemDAO.java 68 publicMethodCommentRequirement Required
77715 src/com/gps/hibernate/ShoppingitemDAO.java 69 There is log block not surrounded by if
77716 src/com/gps/hibernate/ShoppingitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77717 src/com/gps/hibernate/ShoppingitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
77718 src/com/gps/hibernate/ShoppingitemDAO.java 72 There is log block not surrounded by if
77719 src/com/gps/hibernate/ShoppingitemDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77720 src/com/gps/hibernate/ShoppingitemDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77721 src/com/gps/hibernate/ShoppingitemDAO.java 74 There is log block not surrounded by if
77722 src/com/gps/hibernate/ShoppingitemDAO.java 79 Avoid variables with short names like id
77723 src/com/gps/hibernate/ShoppingitemDAO.java 79 Parameter 'id' is not assigned and could be declared final
77724 src/com/gps/hibernate/ShoppingitemDAO.java 79 publicMethodCommentRequirement Required
77725 src/com/gps/hibernate/ShoppingitemDAO.java 80 There is log block not surrounded by if
77726 src/com/gps/hibernate/ShoppingitemDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77727 src/com/gps/hibernate/ShoppingitemDAO.java 82 Local variable 'instance' could be declared final
77728 src/com/gps/hibernate/ShoppingitemDAO.java 82 Potential violation of Law of Demeter (method chain calls)
77729 src/com/gps/hibernate/ShoppingitemDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77730 src/com/gps/hibernate/ShoppingitemDAO.java 86 There is log block not surrounded by if
77731 src/com/gps/hibernate/ShoppingitemDAO.java 91 Parameter 'instance' is not assigned and could be declared final
77732 src/com/gps/hibernate/ShoppingitemDAO.java 91 publicMethodCommentRequirement Required
77733 src/com/gps/hibernate/ShoppingitemDAO.java 92 There is log block not surrounded by if
77734 src/com/gps/hibernate/ShoppingitemDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77735 src/com/gps/hibernate/ShoppingitemDAO.java 94 Local variable 'results' could be declared final
77736 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
77737 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
77738 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
77739 src/com/gps/hibernate/ShoppingitemDAO.java 97 There is log block not surrounded by if
77740 src/com/gps/hibernate/ShoppingitemDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77741 src/com/gps/hibernate/ShoppingitemDAO.java 98 Potential violation of Law of Demeter (object not created locally)
77742 src/com/gps/hibernate/ShoppingitemDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77743 src/com/gps/hibernate/ShoppingitemDAO.java 101 There is log block not surrounded by if
77744 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'propertyName' is not assigned and could be declared final
77745 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'value' is not assigned and could be declared final
77746 src/com/gps/hibernate/ShoppingitemDAO.java 106 publicMethodCommentRequirement Required
77747 src/com/gps/hibernate/ShoppingitemDAO.java 107 There is log block not surrounded by if
77748 src/com/gps/hibernate/ShoppingitemDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77749 src/com/gps/hibernate/ShoppingitemDAO.java 110 Local variable 'queryString' could be declared final
77750 src/com/gps/hibernate/ShoppingitemDAO.java 112 Local variable 'queryObject' could be declared final
77751 src/com/gps/hibernate/ShoppingitemDAO.java 112 Potential violation of Law of Demeter (method chain calls)
77752 src/com/gps/hibernate/ShoppingitemDAO.java 113 Potential violation of Law of Demeter (object not created locally)
77753 src/com/gps/hibernate/ShoppingitemDAO.java 114 Potential violation of Law of Demeter (object not created locally)
77754 src/com/gps/hibernate/ShoppingitemDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77755 src/com/gps/hibernate/ShoppingitemDAO.java 116 There is log block not surrounded by if
77756 src/com/gps/hibernate/ShoppingitemDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
77757 src/com/gps/hibernate/ShoppingitemDAO.java 121 publicMethodCommentRequirement Required
77758 src/com/gps/hibernate/ShoppingitemDAO.java 125 Parameter 'userId' is not assigned and could be declared final
77759 src/com/gps/hibernate/ShoppingitemDAO.java 125 publicMethodCommentRequirement Required
77760 src/com/gps/hibernate/ShoppingitemDAO.java 129 Parameter 'userName' is not assigned and could be declared final
77761 src/com/gps/hibernate/ShoppingitemDAO.java 129 publicMethodCommentRequirement Required
77762 src/com/gps/hibernate/ShoppingitemDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
77763 src/com/gps/hibernate/ShoppingitemDAO.java 133 publicMethodCommentRequirement Required
77764 src/com/gps/hibernate/ShoppingitemDAO.java 137 Parameter 'sku' is not assigned and could be declared final
77765 src/com/gps/hibernate/ShoppingitemDAO.java 137 publicMethodCommentRequirement Required
77766 src/com/gps/hibernate/ShoppingitemDAO.java 141 Parameter 'name' is not assigned and could be declared final
77767 src/com/gps/hibernate/ShoppingitemDAO.java 141 publicMethodCommentRequirement Required
77768 src/com/gps/hibernate/ShoppingitemDAO.java 145 Parameter 'description' is not assigned and could be declared final
77769 src/com/gps/hibernate/ShoppingitemDAO.java 145 publicMethodCommentRequirement Required
77770 src/com/gps/hibernate/ShoppingitemDAO.java 149 Parameter 'properties' is not assigned and could be declared final
77771 src/com/gps/hibernate/ShoppingitemDAO.java 149 publicMethodCommentRequirement Required
77772 src/com/gps/hibernate/ShoppingitemDAO.java 153 Parameter 'fields' is not assigned and could be declared final
77773 src/com/gps/hibernate/ShoppingitemDAO.java 153 publicMethodCommentRequirement Required
77774 src/com/gps/hibernate/ShoppingitemDAO.java 157 Parameter 'fieldsQuantities' is not assigned and could be declared final
77775 src/com/gps/hibernate/ShoppingitemDAO.java 157 publicMethodCommentRequirement Required
77776 src/com/gps/hibernate/ShoppingitemDAO.java 161 Parameter 'minQuantity' is not assigned and could be declared final
77777 src/com/gps/hibernate/ShoppingitemDAO.java 161 publicMethodCommentRequirement Required
77778 src/com/gps/hibernate/ShoppingitemDAO.java 165 Parameter 'maxQuantity' is not assigned and could be declared final
77779 src/com/gps/hibernate/ShoppingitemDAO.java 165 publicMethodCommentRequirement Required
77780 src/com/gps/hibernate/ShoppingitemDAO.java 169 Parameter 'price' is not assigned and could be declared final
77781 src/com/gps/hibernate/ShoppingitemDAO.java 169 publicMethodCommentRequirement Required
77782 src/com/gps/hibernate/ShoppingitemDAO.java 173 Parameter 'discount' is not assigned and could be declared final
77783 src/com/gps/hibernate/ShoppingitemDAO.java 173 publicMethodCommentRequirement Required
77784 src/com/gps/hibernate/ShoppingitemDAO.java 177 Parameter 'taxable' is not assigned and could be declared final
77785 src/com/gps/hibernate/ShoppingitemDAO.java 177 publicMethodCommentRequirement Required
77786 src/com/gps/hibernate/ShoppingitemDAO.java 181 Parameter 'shipping' is not assigned and could be declared final
77787 src/com/gps/hibernate/ShoppingitemDAO.java 181 publicMethodCommentRequirement Required
77788 src/com/gps/hibernate/ShoppingitemDAO.java 185 Avoid excessively long variable names like useShippingFormula
77789 src/com/gps/hibernate/ShoppingitemDAO.java 185 Parameter 'useShippingFormula' is not assigned and could be declared final
77790 src/com/gps/hibernate/ShoppingitemDAO.java 185 publicMethodCommentRequirement Required
77791 src/com/gps/hibernate/ShoppingitemDAO.java 189 Parameter 'requiresShipping' is not assigned and could be declared final
77792 src/com/gps/hibernate/ShoppingitemDAO.java 189 publicMethodCommentRequirement Required
77793 src/com/gps/hibernate/ShoppingitemDAO.java 193 Parameter 'stockQuantity' is not assigned and could be declared final
77794 src/com/gps/hibernate/ShoppingitemDAO.java 193 publicMethodCommentRequirement Required
77795 src/com/gps/hibernate/ShoppingitemDAO.java 197 Parameter 'featured' is not assigned and could be declared final
77796 src/com/gps/hibernate/ShoppingitemDAO.java 197 publicMethodCommentRequirement Required
77797 src/com/gps/hibernate/ShoppingitemDAO.java 201 Parameter 'sale' is not assigned and could be declared final
77798 src/com/gps/hibernate/ShoppingitemDAO.java 201 publicMethodCommentRequirement Required
77799 src/com/gps/hibernate/ShoppingitemDAO.java 205 Parameter 'smallImage' is not assigned and could be declared final
77800 src/com/gps/hibernate/ShoppingitemDAO.java 205 publicMethodCommentRequirement Required
77801 src/com/gps/hibernate/ShoppingitemDAO.java 209 Parameter 'smallImageId' is not assigned and could be declared final
77802 src/com/gps/hibernate/ShoppingitemDAO.java 209 publicMethodCommentRequirement Required
77803 src/com/gps/hibernate/ShoppingitemDAO.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
77804 src/com/gps/hibernate/ShoppingitemDAO.java 213 publicMethodCommentRequirement Required
77805 src/com/gps/hibernate/ShoppingitemDAO.java 217 Parameter 'mediumImage' is not assigned and could be declared final
77806 src/com/gps/hibernate/ShoppingitemDAO.java 217 publicMethodCommentRequirement Required
77807 src/com/gps/hibernate/ShoppingitemDAO.java 221 Parameter 'mediumImageId' is not assigned and could be declared final
77808 src/com/gps/hibernate/ShoppingitemDAO.java 221 publicMethodCommentRequirement Required
77809 src/com/gps/hibernate/ShoppingitemDAO.java 225 Parameter 'mediumImageUrl' is not assigned and could be declared final
77810 src/com/gps/hibernate/ShoppingitemDAO.java 225 publicMethodCommentRequirement Required
77811 src/com/gps/hibernate/ShoppingitemDAO.java 229 Parameter 'largeImage' is not assigned and could be declared final
77812 src/com/gps/hibernate/ShoppingitemDAO.java 229 publicMethodCommentRequirement Required
77813 src/com/gps/hibernate/ShoppingitemDAO.java 233 Parameter 'largeImageId' is not assigned and could be declared final
77814 src/com/gps/hibernate/ShoppingitemDAO.java 233 publicMethodCommentRequirement Required
77815 src/com/gps/hibernate/ShoppingitemDAO.java 237 Parameter 'largeImageUrl' is not assigned and could be declared final
77816 src/com/gps/hibernate/ShoppingitemDAO.java 237 publicMethodCommentRequirement Required
77817 src/com/gps/hibernate/ShoppingitemDAO.java 241 publicMethodCommentRequirement Required
77818 src/com/gps/hibernate/ShoppingitemDAO.java 242 There is log block not surrounded by if
77819 src/com/gps/hibernate/ShoppingitemDAO.java 242 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77820 src/com/gps/hibernate/ShoppingitemDAO.java 244 Local variable 'queryString' could be declared final
77821 src/com/gps/hibernate/ShoppingitemDAO.java 245 Local variable 'queryObject' could be declared final
77822 src/com/gps/hibernate/ShoppingitemDAO.java 245 Potential violation of Law of Demeter (method chain calls)
77823 src/com/gps/hibernate/ShoppingitemDAO.java 246 Potential violation of Law of Demeter (object not created locally)
77824 src/com/gps/hibernate/ShoppingitemDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77825 src/com/gps/hibernate/ShoppingitemDAO.java 248 There is log block not surrounded by if
77826 src/com/gps/hibernate/ShoppingitemDAO.java 253 Parameter 'detachedInstance' is not assigned and could be declared final
77827 src/com/gps/hibernate/ShoppingitemDAO.java 253 publicMethodCommentRequirement Required
77828 src/com/gps/hibernate/ShoppingitemDAO.java 254 There is log block not surrounded by if
77829 src/com/gps/hibernate/ShoppingitemDAO.java 254 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77830 src/com/gps/hibernate/ShoppingitemDAO.java 256 Local variable 'result' could be declared final
77831 src/com/gps/hibernate/ShoppingitemDAO.java 256 Potential violation of Law of Demeter (method chain calls)
77832 src/com/gps/hibernate/ShoppingitemDAO.java 258 There is log block not surrounded by if
77833 src/com/gps/hibernate/ShoppingitemDAO.java 258 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77834 src/com/gps/hibernate/ShoppingitemDAO.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77835 src/com/gps/hibernate/ShoppingitemDAO.java 261 There is log block not surrounded by if
77836 src/com/gps/hibernate/ShoppingitemDAO.java 266 Parameter 'instance' is not assigned and could be declared final
77837 src/com/gps/hibernate/ShoppingitemDAO.java 266 publicMethodCommentRequirement Required
77838 src/com/gps/hibernate/ShoppingitemDAO.java 267 There is log block not surrounded by if
77839 src/com/gps/hibernate/ShoppingitemDAO.java 267 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77840 src/com/gps/hibernate/ShoppingitemDAO.java 269 Potential violation of Law of Demeter (method chain calls)
77841 src/com/gps/hibernate/ShoppingitemDAO.java 270 There is log block not surrounded by if
77842 src/com/gps/hibernate/ShoppingitemDAO.java 270 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77843 src/com/gps/hibernate/ShoppingitemDAO.java 271 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77844 src/com/gps/hibernate/ShoppingitemDAO.java 272 There is log block not surrounded by if
77845 src/com/gps/hibernate/ShoppingitemDAO.java 277 Parameter 'instance' is not assigned and could be declared final
77846 src/com/gps/hibernate/ShoppingitemDAO.java 277 publicMethodCommentRequirement Required
77847 src/com/gps/hibernate/ShoppingitemDAO.java 278 There is log block not surrounded by if
77848 src/com/gps/hibernate/ShoppingitemDAO.java 278 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77849 src/com/gps/hibernate/ShoppingitemDAO.java 280 Potential violation of Law of Demeter (method chain calls)
77850 src/com/gps/hibernate/ShoppingitemDAO.java 281 There is log block not surrounded by if
77851 src/com/gps/hibernate/ShoppingitemDAO.java 281 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77852 src/com/gps/hibernate/ShoppingitemDAO.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77853 src/com/gps/hibernate/ShoppingitemDAO.java 283 There is log block not surrounded by if
77854 src/com/gps/hibernate/Shoppingitemfield.java 9 Classes implementing Serializable should set a serialVersionUID
77855 src/com/gps/hibernate/Shoppingitemfield.java 13 fieldCommentRequirement Required
77856 src/com/gps/hibernate/Shoppingitemfield.java 14 fieldCommentRequirement Required
77857 src/com/gps/hibernate/Shoppingitemfield.java 15 fieldCommentRequirement Required
77858 src/com/gps/hibernate/Shoppingitemfield.java 16 fieldCommentRequirement Required
77859 src/com/gps/hibernate/Shoppingitemfield.java 17 fieldCommentRequirement Required
77860 src/com/gps/hibernate/Shoppingitemfield.java 22 Document empty constructor
77861 src/com/gps/hibernate/Shoppingitemfield.java 26 Parameter 'itemFieldId' is not assigned and could be declared final
77862 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemFieldId' is not assigned and could be declared final
77863 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemId' is not assigned and could be declared final
77864 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'name' is not assigned and could be declared final
77865 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'description' is not assigned and could be declared final
77866 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'values' is not assigned and could be declared final
77867 src/com/gps/hibernate/Shoppingitemfield.java 42 publicMethodCommentRequirement Required
77868 src/com/gps/hibernate/Shoppingitemfield.java 46 Parameter 'itemFieldId' is not assigned and could be declared final
77869 src/com/gps/hibernate/Shoppingitemfield.java 46 publicMethodCommentRequirement Required
77870 src/com/gps/hibernate/Shoppingitemfield.java 50 publicMethodCommentRequirement Required
77871 src/com/gps/hibernate/Shoppingitemfield.java 54 Parameter 'itemId' is not assigned and could be declared final
77872 src/com/gps/hibernate/Shoppingitemfield.java 54 publicMethodCommentRequirement Required
77873 src/com/gps/hibernate/Shoppingitemfield.java 58 publicMethodCommentRequirement Required
77874 src/com/gps/hibernate/Shoppingitemfield.java 62 Parameter 'name' is not assigned and could be declared final
77875 src/com/gps/hibernate/Shoppingitemfield.java 62 publicMethodCommentRequirement Required
77876 src/com/gps/hibernate/Shoppingitemfield.java 66 publicMethodCommentRequirement Required
77877 src/com/gps/hibernate/Shoppingitemfield.java 70 Parameter 'values' is not assigned and could be declared final
77878 src/com/gps/hibernate/Shoppingitemfield.java 70 publicMethodCommentRequirement Required
77879 src/com/gps/hibernate/Shoppingitemfield.java 74 publicMethodCommentRequirement Required
77880 src/com/gps/hibernate/Shoppingitemfield.java 78 Parameter 'description' is not assigned and could be declared final
77881 src/com/gps/hibernate/Shoppingitemfield.java 78 publicMethodCommentRequirement Required
77882 src/com/gps/hibernate/ShoppingitemfieldDAO.java 10 Comment is too large: Too many lines
77883 src/com/gps/hibernate/ShoppingitemfieldDAO.java 22 This class has too many methods, consider refactoring it.
77884 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Logger should be defined private static final and have the correct class
77885 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
77886 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 fieldCommentRequirement Required
77887 src/com/gps/hibernate/ShoppingitemfieldDAO.java 26 fieldCommentRequirement Required
77888 src/com/gps/hibernate/ShoppingitemfieldDAO.java 27 fieldCommentRequirement Required
77889 src/com/gps/hibernate/ShoppingitemfieldDAO.java 28 fieldCommentRequirement Required
77890 src/com/gps/hibernate/ShoppingitemfieldDAO.java 29 fieldCommentRequirement Required
77891 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
77892 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 publicMethodCommentRequirement Required
77893 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 There is log block not surrounded by if
77894 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77895 src/com/gps/hibernate/ShoppingitemfieldDAO.java 34 Potential violation of Law of Demeter (method chain calls)
77896 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 There is log block not surrounded by if
77897 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77898 src/com/gps/hibernate/ShoppingitemfieldDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77899 src/com/gps/hibernate/ShoppingitemfieldDAO.java 37 There is log block not surrounded by if
77900 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Avoid excessively long variable names like persistentInstance
77901 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
77902 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 publicMethodCommentRequirement Required
77903 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 There is log block not surrounded by if
77904 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77905 src/com/gps/hibernate/ShoppingitemfieldDAO.java 45 Potential violation of Law of Demeter (method chain calls)
77906 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 There is log block not surrounded by if
77907 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77908 src/com/gps/hibernate/ShoppingitemfieldDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77909 src/com/gps/hibernate/ShoppingitemfieldDAO.java 48 There is log block not surrounded by if
77910 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Avoid variables with short names like id
77911 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Parameter 'id' is not assigned and could be declared final
77912 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 publicMethodCommentRequirement Required
77913 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 There is log block not surrounded by if
77914 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77915 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Local variable 'instance' could be declared final
77916 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Potential violation of Law of Demeter (method chain calls)
77917 src/com/gps/hibernate/ShoppingitemfieldDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77918 src/com/gps/hibernate/ShoppingitemfieldDAO.java 60 There is log block not surrounded by if
77919 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 Parameter 'instance' is not assigned and could be declared final
77920 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 publicMethodCommentRequirement Required
77921 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 There is log block not surrounded by if
77922 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77923 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Local variable 'results' could be declared final
77924 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
77925 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
77926 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
77927 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 There is log block not surrounded by if
77928 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77929 src/com/gps/hibernate/ShoppingitemfieldDAO.java 72 Potential violation of Law of Demeter (object not created locally)
77930 src/com/gps/hibernate/ShoppingitemfieldDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77931 src/com/gps/hibernate/ShoppingitemfieldDAO.java 75 There is log block not surrounded by if
77932 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
77933 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'value' is not assigned and could be declared final
77934 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 publicMethodCommentRequirement Required
77935 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 There is log block not surrounded by if
77936 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77937 src/com/gps/hibernate/ShoppingitemfieldDAO.java 84 Local variable 'queryString' could be declared final
77938 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Local variable 'queryObject' could be declared final
77939 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Potential violation of Law of Demeter (method chain calls)
77940 src/com/gps/hibernate/ShoppingitemfieldDAO.java 87 Potential violation of Law of Demeter (object not created locally)
77941 src/com/gps/hibernate/ShoppingitemfieldDAO.java 88 Potential violation of Law of Demeter (object not created locally)
77942 src/com/gps/hibernate/ShoppingitemfieldDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77943 src/com/gps/hibernate/ShoppingitemfieldDAO.java 90 There is log block not surrounded by if
77944 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 Parameter 'itemId' is not assigned and could be declared final
77945 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 publicMethodCommentRequirement Required
77946 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 Parameter 'name' is not assigned and could be declared final
77947 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 publicMethodCommentRequirement Required
77948 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 Parameter 'values' is not assigned and could be declared final
77949 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 publicMethodCommentRequirement Required
77950 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 Parameter 'description' is not assigned and could be declared final
77951 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 publicMethodCommentRequirement Required
77952 src/com/gps/hibernate/ShoppingitemfieldDAO.java 111 publicMethodCommentRequirement Required
77953 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 There is log block not surrounded by if
77954 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77955 src/com/gps/hibernate/ShoppingitemfieldDAO.java 114 Local variable 'queryString' could be declared final
77956 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Local variable 'queryObject' could be declared final
77957 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Potential violation of Law of Demeter (method chain calls)
77958 src/com/gps/hibernate/ShoppingitemfieldDAO.java 116 Potential violation of Law of Demeter (object not created locally)
77959 src/com/gps/hibernate/ShoppingitemfieldDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77960 src/com/gps/hibernate/ShoppingitemfieldDAO.java 118 There is log block not surrounded by if
77961 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
77962 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 publicMethodCommentRequirement Required
77963 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 There is log block not surrounded by if
77964 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77965 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Local variable 'result' could be declared final
77966 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Potential violation of Law of Demeter (method chain calls)
77967 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 There is log block not surrounded by if
77968 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77969 src/com/gps/hibernate/ShoppingitemfieldDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77970 src/com/gps/hibernate/ShoppingitemfieldDAO.java 131 There is log block not surrounded by if
77971 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 Parameter 'instance' is not assigned and could be declared final
77972 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 publicMethodCommentRequirement Required
77973 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 There is log block not surrounded by if
77974 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77975 src/com/gps/hibernate/ShoppingitemfieldDAO.java 139 Potential violation of Law of Demeter (method chain calls)
77976 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 There is log block not surrounded by if
77977 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77978 src/com/gps/hibernate/ShoppingitemfieldDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77979 src/com/gps/hibernate/ShoppingitemfieldDAO.java 142 There is log block not surrounded by if
77980 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 Parameter 'instance' is not assigned and could be declared final
77981 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 publicMethodCommentRequirement Required
77982 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 There is log block not surrounded by if
77983 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77984 src/com/gps/hibernate/ShoppingitemfieldDAO.java 150 Potential violation of Law of Demeter (method chain calls)
77985 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 There is log block not surrounded by if
77986 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
77987 src/com/gps/hibernate/ShoppingitemfieldDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
77988 src/com/gps/hibernate/ShoppingitemfieldDAO.java 153 There is log block not surrounded by if
77989 src/com/gps/hibernate/Shoppingitemprice.java 9 Classes implementing Serializable should set a serialVersionUID
77990 src/com/gps/hibernate/Shoppingitemprice.java 13 fieldCommentRequirement Required
77991 src/com/gps/hibernate/Shoppingitemprice.java 14 fieldCommentRequirement Required
77992 src/com/gps/hibernate/Shoppingitemprice.java 15 fieldCommentRequirement Required
77993 src/com/gps/hibernate/Shoppingitemprice.java 16 fieldCommentRequirement Required
77994 src/com/gps/hibernate/Shoppingitemprice.java 17 fieldCommentRequirement Required
77995 src/com/gps/hibernate/Shoppingitemprice.java 18 fieldCommentRequirement Required
77996 src/com/gps/hibernate/Shoppingitemprice.java 19 fieldCommentRequirement Required
77997 src/com/gps/hibernate/Shoppingitemprice.java 20 fieldCommentRequirement Required
77998 src/com/gps/hibernate/Shoppingitemprice.java 21 Avoid excessively long variable names like useShippingFormula
77999 src/com/gps/hibernate/Shoppingitemprice.java 21 fieldCommentRequirement Required
78000 src/com/gps/hibernate/Shoppingitemprice.java 22 fieldCommentRequirement Required
78001 src/com/gps/hibernate/Shoppingitemprice.java 27 Document empty constructor
78002 src/com/gps/hibernate/Shoppingitemprice.java 31 Parameter 'itemPriceId' is not assigned and could be declared final
78003 src/com/gps/hibernate/Shoppingitemprice.java 36 Avoid long parameter lists.
78004 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemId' is not assigned and could be declared final
78005 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemPriceId' is not assigned and could be declared final
78006 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'maxQuantity' is not assigned and could be declared final
78007 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'minQuantity' is not assigned and could be declared final
78008 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'price' is not assigned and could be declared final
78009 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'discount' is not assigned and could be declared final
78010 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'shipping' is not assigned and could be declared final
78011 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'taxable' is not assigned and could be declared final
78012 src/com/gps/hibernate/Shoppingitemprice.java 39 Avoid excessively long variable names like useShippingFormula
78013 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'status' is not assigned and could be declared final
78014 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'useShippingFormula' is not assigned and could be declared final
78015 src/com/gps/hibernate/Shoppingitemprice.java 54 publicMethodCommentRequirement Required
78016 src/com/gps/hibernate/Shoppingitemprice.java 58 Parameter 'itemPriceId' is not assigned and could be declared final
78017 src/com/gps/hibernate/Shoppingitemprice.java 58 publicMethodCommentRequirement Required
78018 src/com/gps/hibernate/Shoppingitemprice.java 62 publicMethodCommentRequirement Required
78019 src/com/gps/hibernate/Shoppingitemprice.java 66 Parameter 'itemId' is not assigned and could be declared final
78020 src/com/gps/hibernate/Shoppingitemprice.java 66 publicMethodCommentRequirement Required
78021 src/com/gps/hibernate/Shoppingitemprice.java 70 publicMethodCommentRequirement Required
78022 src/com/gps/hibernate/Shoppingitemprice.java 74 Parameter 'minQuantity' is not assigned and could be declared final
78023 src/com/gps/hibernate/Shoppingitemprice.java 74 publicMethodCommentRequirement Required
78024 src/com/gps/hibernate/Shoppingitemprice.java 78 publicMethodCommentRequirement Required
78025 src/com/gps/hibernate/Shoppingitemprice.java 82 Parameter 'maxQuantity' is not assigned and could be declared final
78026 src/com/gps/hibernate/Shoppingitemprice.java 82 publicMethodCommentRequirement Required
78027 src/com/gps/hibernate/Shoppingitemprice.java 86 publicMethodCommentRequirement Required
78028 src/com/gps/hibernate/Shoppingitemprice.java 90 Parameter 'price' is not assigned and could be declared final
78029 src/com/gps/hibernate/Shoppingitemprice.java 90 publicMethodCommentRequirement Required
78030 src/com/gps/hibernate/Shoppingitemprice.java 94 publicMethodCommentRequirement Required
78031 src/com/gps/hibernate/Shoppingitemprice.java 98 Parameter 'discount' is not assigned and could be declared final
78032 src/com/gps/hibernate/Shoppingitemprice.java 98 publicMethodCommentRequirement Required
78033 src/com/gps/hibernate/Shoppingitemprice.java 102 publicMethodCommentRequirement Required
78034 src/com/gps/hibernate/Shoppingitemprice.java 106 Parameter 'taxable' is not assigned and could be declared final
78035 src/com/gps/hibernate/Shoppingitemprice.java 106 publicMethodCommentRequirement Required
78036 src/com/gps/hibernate/Shoppingitemprice.java 110 publicMethodCommentRequirement Required
78037 src/com/gps/hibernate/Shoppingitemprice.java 114 Parameter 'shipping' is not assigned and could be declared final
78038 src/com/gps/hibernate/Shoppingitemprice.java 114 publicMethodCommentRequirement Required
78039 src/com/gps/hibernate/Shoppingitemprice.java 118 publicMethodCommentRequirement Required
78040 src/com/gps/hibernate/Shoppingitemprice.java 122 Avoid excessively long variable names like useShippingFormula
78041 src/com/gps/hibernate/Shoppingitemprice.java 122 Parameter 'useShippingFormula' is not assigned and could be declared final
78042 src/com/gps/hibernate/Shoppingitemprice.java 122 publicMethodCommentRequirement Required
78043 src/com/gps/hibernate/Shoppingitemprice.java 126 publicMethodCommentRequirement Required
78044 src/com/gps/hibernate/Shoppingitemprice.java 130 Parameter 'status' is not assigned and could be declared final
78045 src/com/gps/hibernate/Shoppingitemprice.java 130 publicMethodCommentRequirement Required
78046 src/com/gps/hibernate/ShoppingitempriceDAO.java 10 Comment is too large: Too many lines
78047 src/com/gps/hibernate/ShoppingitempriceDAO.java 22 This class has too many methods, consider refactoring it.
78048 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Logger should be defined private static final and have the correct class
78049 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
78050 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 fieldCommentRequirement Required
78051 src/com/gps/hibernate/ShoppingitempriceDAO.java 26 fieldCommentRequirement Required
78052 src/com/gps/hibernate/ShoppingitempriceDAO.java 27 fieldCommentRequirement Required
78053 src/com/gps/hibernate/ShoppingitempriceDAO.java 28 fieldCommentRequirement Required
78054 src/com/gps/hibernate/ShoppingitempriceDAO.java 29 fieldCommentRequirement Required
78055 src/com/gps/hibernate/ShoppingitempriceDAO.java 30 fieldCommentRequirement Required
78056 src/com/gps/hibernate/ShoppingitempriceDAO.java 31 fieldCommentRequirement Required
78057 src/com/gps/hibernate/ShoppingitempriceDAO.java 32 fieldCommentRequirement Required
78058 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 Avoid excessively long variable names like USE_SHIPPING_FORMULA
78059 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 fieldCommentRequirement Required
78060 src/com/gps/hibernate/ShoppingitempriceDAO.java 34 fieldCommentRequirement Required
78061 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
78062 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 publicMethodCommentRequirement Required
78063 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 There is log block not surrounded by if
78064 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78065 src/com/gps/hibernate/ShoppingitempriceDAO.java 39 Potential violation of Law of Demeter (method chain calls)
78066 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 There is log block not surrounded by if
78067 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78068 src/com/gps/hibernate/ShoppingitempriceDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78069 src/com/gps/hibernate/ShoppingitempriceDAO.java 42 There is log block not surrounded by if
78070 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Avoid excessively long variable names like persistentInstance
78071 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
78072 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 publicMethodCommentRequirement Required
78073 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 There is log block not surrounded by if
78074 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78075 src/com/gps/hibernate/ShoppingitempriceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
78076 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 There is log block not surrounded by if
78077 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78078 src/com/gps/hibernate/ShoppingitempriceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78079 src/com/gps/hibernate/ShoppingitempriceDAO.java 53 There is log block not surrounded by if
78080 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Avoid variables with short names like id
78081 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Parameter 'id' is not assigned and could be declared final
78082 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 publicMethodCommentRequirement Required
78083 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 There is log block not surrounded by if
78084 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78085 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Local variable 'instance' could be declared final
78086 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
78087 src/com/gps/hibernate/ShoppingitempriceDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78088 src/com/gps/hibernate/ShoppingitempriceDAO.java 65 There is log block not surrounded by if
78089 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 Parameter 'instance' is not assigned and could be declared final
78090 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 publicMethodCommentRequirement Required
78091 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 There is log block not surrounded by if
78092 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78093 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Local variable 'results' could be declared final
78094 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78095 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78096 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78097 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 There is log block not surrounded by if
78098 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78099 src/com/gps/hibernate/ShoppingitempriceDAO.java 77 Potential violation of Law of Demeter (object not created locally)
78100 src/com/gps/hibernate/ShoppingitempriceDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78101 src/com/gps/hibernate/ShoppingitempriceDAO.java 80 There is log block not surrounded by if
78102 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
78103 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'value' is not assigned and could be declared final
78104 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 publicMethodCommentRequirement Required
78105 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 There is log block not surrounded by if
78106 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78107 src/com/gps/hibernate/ShoppingitempriceDAO.java 89 Local variable 'queryString' could be declared final
78108 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Local variable 'queryObject' could be declared final
78109 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
78110 src/com/gps/hibernate/ShoppingitempriceDAO.java 92 Potential violation of Law of Demeter (object not created locally)
78111 src/com/gps/hibernate/ShoppingitempriceDAO.java 93 Potential violation of Law of Demeter (object not created locally)
78112 src/com/gps/hibernate/ShoppingitempriceDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78113 src/com/gps/hibernate/ShoppingitempriceDAO.java 95 There is log block not surrounded by if
78114 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 Parameter 'itemId' is not assigned and could be declared final
78115 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 publicMethodCommentRequirement Required
78116 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 Parameter 'minQuantity' is not assigned and could be declared final
78117 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 publicMethodCommentRequirement Required
78118 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 Parameter 'maxQuantity' is not assigned and could be declared final
78119 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 publicMethodCommentRequirement Required
78120 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 Parameter 'price' is not assigned and could be declared final
78121 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 publicMethodCommentRequirement Required
78122 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 Parameter 'discount' is not assigned and could be declared final
78123 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 publicMethodCommentRequirement Required
78124 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 Parameter 'taxable' is not assigned and could be declared final
78125 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 publicMethodCommentRequirement Required
78126 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 Parameter 'shipping' is not assigned and could be declared final
78127 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 publicMethodCommentRequirement Required
78128 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Avoid excessively long variable names like useShippingFormula
78129 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Parameter 'useShippingFormula' is not assigned and could be declared final
78130 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 publicMethodCommentRequirement Required
78131 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 Parameter 'status' is not assigned and could be declared final
78132 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 publicMethodCommentRequirement Required
78133 src/com/gps/hibernate/ShoppingitempriceDAO.java 136 publicMethodCommentRequirement Required
78134 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 There is log block not surrounded by if
78135 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78136 src/com/gps/hibernate/ShoppingitempriceDAO.java 139 Local variable 'queryString' could be declared final
78137 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Local variable 'queryObject' could be declared final
78138 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
78139 src/com/gps/hibernate/ShoppingitempriceDAO.java 141 Potential violation of Law of Demeter (object not created locally)
78140 src/com/gps/hibernate/ShoppingitempriceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78141 src/com/gps/hibernate/ShoppingitempriceDAO.java 143 There is log block not surrounded by if
78142 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
78143 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 publicMethodCommentRequirement Required
78144 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 There is log block not surrounded by if
78145 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78146 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Local variable 'result' could be declared final
78147 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
78148 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 There is log block not surrounded by if
78149 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78150 src/com/gps/hibernate/ShoppingitempriceDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78151 src/com/gps/hibernate/ShoppingitempriceDAO.java 156 There is log block not surrounded by if
78152 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 Parameter 'instance' is not assigned and could be declared final
78153 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 publicMethodCommentRequirement Required
78154 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 There is log block not surrounded by if
78155 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78156 src/com/gps/hibernate/ShoppingitempriceDAO.java 164 Potential violation of Law of Demeter (method chain calls)
78157 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 There is log block not surrounded by if
78158 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78159 src/com/gps/hibernate/ShoppingitempriceDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78160 src/com/gps/hibernate/ShoppingitempriceDAO.java 167 There is log block not surrounded by if
78161 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 Parameter 'instance' is not assigned and could be declared final
78162 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 publicMethodCommentRequirement Required
78163 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 There is log block not surrounded by if
78164 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78165 src/com/gps/hibernate/ShoppingitempriceDAO.java 175 Potential violation of Law of Demeter (method chain calls)
78166 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 There is log block not surrounded by if
78167 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78168 src/com/gps/hibernate/ShoppingitempriceDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78169 src/com/gps/hibernate/ShoppingitempriceDAO.java 178 There is log block not surrounded by if
78170 src/com/gps/hibernate/Shoppingorder.java 1 This class has a bunch of public methods and attributes
78171 src/com/gps/hibernate/Shoppingorder.java 11 Classes implementing Serializable should set a serialVersionUID
78172 src/com/gps/hibernate/Shoppingorder.java 11 Too many fields
78173 src/com/gps/hibernate/Shoppingorder.java 15 fieldCommentRequirement Required
78174 src/com/gps/hibernate/Shoppingorder.java 16 fieldCommentRequirement Required
78175 src/com/gps/hibernate/Shoppingorder.java 17 fieldCommentRequirement Required
78176 src/com/gps/hibernate/Shoppingorder.java 18 fieldCommentRequirement Required
78177 src/com/gps/hibernate/Shoppingorder.java 19 fieldCommentRequirement Required
78178 src/com/gps/hibernate/Shoppingorder.java 20 fieldCommentRequirement Required
78179 src/com/gps/hibernate/Shoppingorder.java 21 fieldCommentRequirement Required
78180 src/com/gps/hibernate/Shoppingorder.java 22 fieldCommentRequirement Required
78181 src/com/gps/hibernate/Shoppingorder.java 23 fieldCommentRequirement Required
78182 src/com/gps/hibernate/Shoppingorder.java 24 fieldCommentRequirement Required
78183 src/com/gps/hibernate/Shoppingorder.java 25 fieldCommentRequirement Required
78184 src/com/gps/hibernate/Shoppingorder.java 26 fieldCommentRequirement Required
78185 src/com/gps/hibernate/Shoppingorder.java 27 fieldCommentRequirement Required
78186 src/com/gps/hibernate/Shoppingorder.java 28 fieldCommentRequirement Required
78187 src/com/gps/hibernate/Shoppingorder.java 29 fieldCommentRequirement Required
78188 src/com/gps/hibernate/Shoppingorder.java 30 fieldCommentRequirement Required
78189 src/com/gps/hibernate/Shoppingorder.java 31 fieldCommentRequirement Required
78190 src/com/gps/hibernate/Shoppingorder.java 32 fieldCommentRequirement Required
78191 src/com/gps/hibernate/Shoppingorder.java 33 Avoid excessively long variable names like billingEmailAddress
78192 src/com/gps/hibernate/Shoppingorder.java 33 fieldCommentRequirement Required
78193 src/com/gps/hibernate/Shoppingorder.java 34 fieldCommentRequirement Required
78194 src/com/gps/hibernate/Shoppingorder.java 35 fieldCommentRequirement Required
78195 src/com/gps/hibernate/Shoppingorder.java 36 fieldCommentRequirement Required
78196 src/com/gps/hibernate/Shoppingorder.java 37 fieldCommentRequirement Required
78197 src/com/gps/hibernate/Shoppingorder.java 38 fieldCommentRequirement Required
78198 src/com/gps/hibernate/Shoppingorder.java 39 fieldCommentRequirement Required
78199 src/com/gps/hibernate/Shoppingorder.java 40 fieldCommentRequirement Required
78200 src/com/gps/hibernate/Shoppingorder.java 41 fieldCommentRequirement Required
78201 src/com/gps/hibernate/Shoppingorder.java 42 fieldCommentRequirement Required
78202 src/com/gps/hibernate/Shoppingorder.java 43 fieldCommentRequirement Required
78203 src/com/gps/hibernate/Shoppingorder.java 44 Avoid excessively long variable names like shippingEmailAddress
78204 src/com/gps/hibernate/Shoppingorder.java 44 fieldCommentRequirement Required
78205 src/com/gps/hibernate/Shoppingorder.java 45 fieldCommentRequirement Required
78206 src/com/gps/hibernate/Shoppingorder.java 46 fieldCommentRequirement Required
78207 src/com/gps/hibernate/Shoppingorder.java 47 fieldCommentRequirement Required
78208 src/com/gps/hibernate/Shoppingorder.java 48 fieldCommentRequirement Required
78209 src/com/gps/hibernate/Shoppingorder.java 49 fieldCommentRequirement Required
78210 src/com/gps/hibernate/Shoppingorder.java 50 fieldCommentRequirement Required
78211 src/com/gps/hibernate/Shoppingorder.java 51 fieldCommentRequirement Required
78212 src/com/gps/hibernate/Shoppingorder.java 52 fieldCommentRequirement Required
78213 src/com/gps/hibernate/Shoppingorder.java 53 fieldCommentRequirement Required
78214 src/com/gps/hibernate/Shoppingorder.java 54 fieldCommentRequirement Required
78215 src/com/gps/hibernate/Shoppingorder.java 55 fieldCommentRequirement Required
78216 src/com/gps/hibernate/Shoppingorder.java 56 fieldCommentRequirement Required
78217 src/com/gps/hibernate/Shoppingorder.java 57 fieldCommentRequirement Required
78218 src/com/gps/hibernate/Shoppingorder.java 58 fieldCommentRequirement Required
78219 src/com/gps/hibernate/Shoppingorder.java 59 fieldCommentRequirement Required
78220 src/com/gps/hibernate/Shoppingorder.java 60 fieldCommentRequirement Required
78221 src/com/gps/hibernate/Shoppingorder.java 61 fieldCommentRequirement Required
78222 src/com/gps/hibernate/Shoppingorder.java 62 fieldCommentRequirement Required
78223 src/com/gps/hibernate/Shoppingorder.java 63 fieldCommentRequirement Required
78224 src/com/gps/hibernate/Shoppingorder.java 64 fieldCommentRequirement Required
78225 src/com/gps/hibernate/Shoppingorder.java 65 fieldCommentRequirement Required
78226 src/com/gps/hibernate/Shoppingorder.java 70 Document empty constructor
78227 src/com/gps/hibernate/Shoppingorder.java 74 Parameter 'orderId' is not assigned and could be declared final
78228 src/com/gps/hibernate/Shoppingorder.java 79 Avoid long parameter lists.
78229 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'companyId' is not assigned and could be declared final
78230 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'groupId' is not assigned and could be declared final
78231 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'orderId' is not assigned and could be declared final
78232 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'createDate' is not assigned and could be declared final
78233 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'modifiedDate' is not assigned and could be declared final
78234 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userId' is not assigned and could be declared final
78235 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userName' is not assigned and could be declared final
78236 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'altShipping' is not assigned and could be declared final
78237 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'number' is not assigned and could be declared final
78238 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'shipping' is not assigned and could be declared final
78239 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'tax' is not assigned and could be declared final
78240 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insurance' is not assigned and could be declared final
78241 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insure' is not assigned and could be declared final
78242 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'requiresShipping' is not assigned and could be declared final
78243 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'billingFirstName' is not assigned and could be declared final
78244 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponCodes' is not assigned and could be declared final
78245 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponDiscount' is not assigned and could be declared final
78246 src/com/gps/hibernate/Shoppingorder.java 84 Avoid excessively long variable names like billingEmailAddress
78247 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingEmailAddress' is not assigned and could be declared final
78248 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingLastName' is not assigned and could be declared final
78249 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCity' is not assigned and could be declared final
78250 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCompany' is not assigned and could be declared final
78251 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingStreet' is not assigned and could be declared final
78252 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingCountry' is not assigned and could be declared final
78253 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingState' is not assigned and could be declared final
78254 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingZip' is not assigned and could be declared final
78255 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'billingPhone' is not assigned and could be declared final
78256 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shipToBilling' is not assigned and could be declared final
78257 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shippingFirstName' is not assigned and could be declared final
78258 src/com/gps/hibernate/Shoppingorder.java 88 Avoid excessively long variable names like shippingEmailAddress
78259 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingEmailAddress' is not assigned and could be declared final
78260 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingLastName' is not assigned and could be declared final
78261 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCity' is not assigned and could be declared final
78262 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCompany' is not assigned and could be declared final
78263 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingStreet' is not assigned and could be declared final
78264 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingCountry' is not assigned and could be declared final
78265 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingState' is not assigned and could be declared final
78266 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingZip' is not assigned and could be declared final
78267 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccName' is not assigned and could be declared final
78268 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccType' is not assigned and could be declared final
78269 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'shippingPhone' is not assigned and could be declared final
78270 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpMonth' is not assigned and could be declared final
78271 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpYear' is not assigned and could be declared final
78272 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccNumber' is not assigned and could be declared final
78273 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ccVerNumber' is not assigned and could be declared final
78274 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'comments' is not assigned and could be declared final
78275 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ppTxnId' is not assigned and could be declared final
78276 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentGross' is not assigned and could be declared final
78277 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentStatus' is not assigned and could be declared final
78278 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppPayerEmail' is not assigned and could be declared final
78279 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppReceiverEmail' is not assigned and could be declared final
78280 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'sendOrderEmail' is not assigned and could be declared final
78281 src/com/gps/hibernate/Shoppingorder.java 96 Parameter 'sendShippingEmail' is not assigned and could be declared final
78282 src/com/gps/hibernate/Shoppingorder.java 152 publicMethodCommentRequirement Required
78283 src/com/gps/hibernate/Shoppingorder.java 156 Parameter 'orderId' is not assigned and could be declared final
78284 src/com/gps/hibernate/Shoppingorder.java 156 publicMethodCommentRequirement Required
78285 src/com/gps/hibernate/Shoppingorder.java 160 publicMethodCommentRequirement Required
78286 src/com/gps/hibernate/Shoppingorder.java 164 Parameter 'groupId' is not assigned and could be declared final
78287 src/com/gps/hibernate/Shoppingorder.java 164 publicMethodCommentRequirement Required
78288 src/com/gps/hibernate/Shoppingorder.java 168 publicMethodCommentRequirement Required
78289 src/com/gps/hibernate/Shoppingorder.java 172 Parameter 'companyId' is not assigned and could be declared final
78290 src/com/gps/hibernate/Shoppingorder.java 172 publicMethodCommentRequirement Required
78291 src/com/gps/hibernate/Shoppingorder.java 176 publicMethodCommentRequirement Required
78292 src/com/gps/hibernate/Shoppingorder.java 180 Parameter 'userId' is not assigned and could be declared final
78293 src/com/gps/hibernate/Shoppingorder.java 180 publicMethodCommentRequirement Required
78294 src/com/gps/hibernate/Shoppingorder.java 184 publicMethodCommentRequirement Required
78295 src/com/gps/hibernate/Shoppingorder.java 188 Parameter 'userName' is not assigned and could be declared final
78296 src/com/gps/hibernate/Shoppingorder.java 188 publicMethodCommentRequirement Required
78297 src/com/gps/hibernate/Shoppingorder.java 192 publicMethodCommentRequirement Required
78298 src/com/gps/hibernate/Shoppingorder.java 196 Parameter 'createDate' is not assigned and could be declared final
78299 src/com/gps/hibernate/Shoppingorder.java 196 publicMethodCommentRequirement Required
78300 src/com/gps/hibernate/Shoppingorder.java 200 publicMethodCommentRequirement Required
78301 src/com/gps/hibernate/Shoppingorder.java 204 Parameter 'modifiedDate' is not assigned and could be declared final
78302 src/com/gps/hibernate/Shoppingorder.java 204 publicMethodCommentRequirement Required
78303 src/com/gps/hibernate/Shoppingorder.java 208 publicMethodCommentRequirement Required
78304 src/com/gps/hibernate/Shoppingorder.java 212 Parameter 'number' is not assigned and could be declared final
78305 src/com/gps/hibernate/Shoppingorder.java 212 publicMethodCommentRequirement Required
78306 src/com/gps/hibernate/Shoppingorder.java 216 publicMethodCommentRequirement Required
78307 src/com/gps/hibernate/Shoppingorder.java 220 Parameter 'tax' is not assigned and could be declared final
78308 src/com/gps/hibernate/Shoppingorder.java 220 publicMethodCommentRequirement Required
78309 src/com/gps/hibernate/Shoppingorder.java 224 publicMethodCommentRequirement Required
78310 src/com/gps/hibernate/Shoppingorder.java 228 Parameter 'shipping' is not assigned and could be declared final
78311 src/com/gps/hibernate/Shoppingorder.java 228 publicMethodCommentRequirement Required
78312 src/com/gps/hibernate/Shoppingorder.java 232 publicMethodCommentRequirement Required
78313 src/com/gps/hibernate/Shoppingorder.java 236 Parameter 'altShipping' is not assigned and could be declared final
78314 src/com/gps/hibernate/Shoppingorder.java 236 publicMethodCommentRequirement Required
78315 src/com/gps/hibernate/Shoppingorder.java 240 publicMethodCommentRequirement Required
78316 src/com/gps/hibernate/Shoppingorder.java 244 Parameter 'requiresShipping' is not assigned and could be declared final
78317 src/com/gps/hibernate/Shoppingorder.java 244 publicMethodCommentRequirement Required
78318 src/com/gps/hibernate/Shoppingorder.java 248 publicMethodCommentRequirement Required
78319 src/com/gps/hibernate/Shoppingorder.java 252 Parameter 'insure' is not assigned and could be declared final
78320 src/com/gps/hibernate/Shoppingorder.java 252 publicMethodCommentRequirement Required
78321 src/com/gps/hibernate/Shoppingorder.java 256 publicMethodCommentRequirement Required
78322 src/com/gps/hibernate/Shoppingorder.java 260 Parameter 'insurance' is not assigned and could be declared final
78323 src/com/gps/hibernate/Shoppingorder.java 260 publicMethodCommentRequirement Required
78324 src/com/gps/hibernate/Shoppingorder.java 264 publicMethodCommentRequirement Required
78325 src/com/gps/hibernate/Shoppingorder.java 268 Parameter 'couponCodes' is not assigned and could be declared final
78326 src/com/gps/hibernate/Shoppingorder.java 268 publicMethodCommentRequirement Required
78327 src/com/gps/hibernate/Shoppingorder.java 272 publicMethodCommentRequirement Required
78328 src/com/gps/hibernate/Shoppingorder.java 276 Parameter 'couponDiscount' is not assigned and could be declared final
78329 src/com/gps/hibernate/Shoppingorder.java 276 publicMethodCommentRequirement Required
78330 src/com/gps/hibernate/Shoppingorder.java 280 publicMethodCommentRequirement Required
78331 src/com/gps/hibernate/Shoppingorder.java 284 Parameter 'billingFirstName' is not assigned and could be declared final
78332 src/com/gps/hibernate/Shoppingorder.java 284 publicMethodCommentRequirement Required
78333 src/com/gps/hibernate/Shoppingorder.java 288 publicMethodCommentRequirement Required
78334 src/com/gps/hibernate/Shoppingorder.java 292 Parameter 'billingLastName' is not assigned and could be declared final
78335 src/com/gps/hibernate/Shoppingorder.java 292 publicMethodCommentRequirement Required
78336 src/com/gps/hibernate/Shoppingorder.java 296 publicMethodCommentRequirement Required
78337 src/com/gps/hibernate/Shoppingorder.java 300 Avoid excessively long variable names like billingEmailAddress
78338 src/com/gps/hibernate/Shoppingorder.java 300 Parameter 'billingEmailAddress' is not assigned and could be declared final
78339 src/com/gps/hibernate/Shoppingorder.java 300 publicMethodCommentRequirement Required
78340 src/com/gps/hibernate/Shoppingorder.java 304 publicMethodCommentRequirement Required
78341 src/com/gps/hibernate/Shoppingorder.java 308 Parameter 'billingCompany' is not assigned and could be declared final
78342 src/com/gps/hibernate/Shoppingorder.java 308 publicMethodCommentRequirement Required
78343 src/com/gps/hibernate/Shoppingorder.java 312 publicMethodCommentRequirement Required
78344 src/com/gps/hibernate/Shoppingorder.java 316 Parameter 'billingStreet' is not assigned and could be declared final
78345 src/com/gps/hibernate/Shoppingorder.java 316 publicMethodCommentRequirement Required
78346 src/com/gps/hibernate/Shoppingorder.java 320 publicMethodCommentRequirement Required
78347 src/com/gps/hibernate/Shoppingorder.java 324 Parameter 'billingCity' is not assigned and could be declared final
78348 src/com/gps/hibernate/Shoppingorder.java 324 publicMethodCommentRequirement Required
78349 src/com/gps/hibernate/Shoppingorder.java 328 publicMethodCommentRequirement Required
78350 src/com/gps/hibernate/Shoppingorder.java 332 Parameter 'billingState' is not assigned and could be declared final
78351 src/com/gps/hibernate/Shoppingorder.java 332 publicMethodCommentRequirement Required
78352 src/com/gps/hibernate/Shoppingorder.java 336 publicMethodCommentRequirement Required
78353 src/com/gps/hibernate/Shoppingorder.java 340 Parameter 'billingZip' is not assigned and could be declared final
78354 src/com/gps/hibernate/Shoppingorder.java 340 publicMethodCommentRequirement Required
78355 src/com/gps/hibernate/Shoppingorder.java 344 publicMethodCommentRequirement Required
78356 src/com/gps/hibernate/Shoppingorder.java 348 Parameter 'billingCountry' is not assigned and could be declared final
78357 src/com/gps/hibernate/Shoppingorder.java 348 publicMethodCommentRequirement Required
78358 src/com/gps/hibernate/Shoppingorder.java 352 publicMethodCommentRequirement Required
78359 src/com/gps/hibernate/Shoppingorder.java 356 Parameter 'billingPhone' is not assigned and could be declared final
78360 src/com/gps/hibernate/Shoppingorder.java 356 publicMethodCommentRequirement Required
78361 src/com/gps/hibernate/Shoppingorder.java 360 publicMethodCommentRequirement Required
78362 src/com/gps/hibernate/Shoppingorder.java 364 Parameter 'shipToBilling' is not assigned and could be declared final
78363 src/com/gps/hibernate/Shoppingorder.java 364 publicMethodCommentRequirement Required
78364 src/com/gps/hibernate/Shoppingorder.java 368 publicMethodCommentRequirement Required
78365 src/com/gps/hibernate/Shoppingorder.java 372 Parameter 'shippingFirstName' is not assigned and could be declared final
78366 src/com/gps/hibernate/Shoppingorder.java 372 publicMethodCommentRequirement Required
78367 src/com/gps/hibernate/Shoppingorder.java 376 publicMethodCommentRequirement Required
78368 src/com/gps/hibernate/Shoppingorder.java 380 Parameter 'shippingLastName' is not assigned and could be declared final
78369 src/com/gps/hibernate/Shoppingorder.java 380 publicMethodCommentRequirement Required
78370 src/com/gps/hibernate/Shoppingorder.java 384 publicMethodCommentRequirement Required
78371 src/com/gps/hibernate/Shoppingorder.java 388 Avoid excessively long variable names like shippingEmailAddress
78372 src/com/gps/hibernate/Shoppingorder.java 388 Parameter 'shippingEmailAddress' is not assigned and could be declared final
78373 src/com/gps/hibernate/Shoppingorder.java 388 publicMethodCommentRequirement Required
78374 src/com/gps/hibernate/Shoppingorder.java 392 publicMethodCommentRequirement Required
78375 src/com/gps/hibernate/Shoppingorder.java 396 Parameter 'shippingCompany' is not assigned and could be declared final
78376 src/com/gps/hibernate/Shoppingorder.java 396 publicMethodCommentRequirement Required
78377 src/com/gps/hibernate/Shoppingorder.java 400 publicMethodCommentRequirement Required
78378 src/com/gps/hibernate/Shoppingorder.java 404 Parameter 'shippingStreet' is not assigned and could be declared final
78379 src/com/gps/hibernate/Shoppingorder.java 404 publicMethodCommentRequirement Required
78380 src/com/gps/hibernate/Shoppingorder.java 408 publicMethodCommentRequirement Required
78381 src/com/gps/hibernate/Shoppingorder.java 412 Parameter 'shippingCity' is not assigned and could be declared final
78382 src/com/gps/hibernate/Shoppingorder.java 412 publicMethodCommentRequirement Required
78383 src/com/gps/hibernate/Shoppingorder.java 416 publicMethodCommentRequirement Required
78384 src/com/gps/hibernate/Shoppingorder.java 420 Parameter 'shippingState' is not assigned and could be declared final
78385 src/com/gps/hibernate/Shoppingorder.java 420 publicMethodCommentRequirement Required
78386 src/com/gps/hibernate/Shoppingorder.java 424 publicMethodCommentRequirement Required
78387 src/com/gps/hibernate/Shoppingorder.java 428 Parameter 'shippingZip' is not assigned and could be declared final
78388 src/com/gps/hibernate/Shoppingorder.java 428 publicMethodCommentRequirement Required
78389 src/com/gps/hibernate/Shoppingorder.java 432 publicMethodCommentRequirement Required
78390 src/com/gps/hibernate/Shoppingorder.java 436 Parameter 'shippingCountry' is not assigned and could be declared final
78391 src/com/gps/hibernate/Shoppingorder.java 436 publicMethodCommentRequirement Required
78392 src/com/gps/hibernate/Shoppingorder.java 440 publicMethodCommentRequirement Required
78393 src/com/gps/hibernate/Shoppingorder.java 444 Parameter 'shippingPhone' is not assigned and could be declared final
78394 src/com/gps/hibernate/Shoppingorder.java 444 publicMethodCommentRequirement Required
78395 src/com/gps/hibernate/Shoppingorder.java 448 publicMethodCommentRequirement Required
78396 src/com/gps/hibernate/Shoppingorder.java 452 Parameter 'ccName' is not assigned and could be declared final
78397 src/com/gps/hibernate/Shoppingorder.java 452 publicMethodCommentRequirement Required
78398 src/com/gps/hibernate/Shoppingorder.java 456 publicMethodCommentRequirement Required
78399 src/com/gps/hibernate/Shoppingorder.java 460 Parameter 'ccType' is not assigned and could be declared final
78400 src/com/gps/hibernate/Shoppingorder.java 460 publicMethodCommentRequirement Required
78401 src/com/gps/hibernate/Shoppingorder.java 464 publicMethodCommentRequirement Required
78402 src/com/gps/hibernate/Shoppingorder.java 468 Parameter 'ccNumber' is not assigned and could be declared final
78403 src/com/gps/hibernate/Shoppingorder.java 468 publicMethodCommentRequirement Required
78404 src/com/gps/hibernate/Shoppingorder.java 472 publicMethodCommentRequirement Required
78405 src/com/gps/hibernate/Shoppingorder.java 476 Parameter 'ccExpMonth' is not assigned and could be declared final
78406 src/com/gps/hibernate/Shoppingorder.java 476 publicMethodCommentRequirement Required
78407 src/com/gps/hibernate/Shoppingorder.java 480 publicMethodCommentRequirement Required
78408 src/com/gps/hibernate/Shoppingorder.java 484 Parameter 'ccExpYear' is not assigned and could be declared final
78409 src/com/gps/hibernate/Shoppingorder.java 484 publicMethodCommentRequirement Required
78410 src/com/gps/hibernate/Shoppingorder.java 488 publicMethodCommentRequirement Required
78411 src/com/gps/hibernate/Shoppingorder.java 492 Parameter 'ccVerNumber' is not assigned and could be declared final
78412 src/com/gps/hibernate/Shoppingorder.java 492 publicMethodCommentRequirement Required
78413 src/com/gps/hibernate/Shoppingorder.java 496 publicMethodCommentRequirement Required
78414 src/com/gps/hibernate/Shoppingorder.java 500 Parameter 'comments' is not assigned and could be declared final
78415 src/com/gps/hibernate/Shoppingorder.java 500 publicMethodCommentRequirement Required
78416 src/com/gps/hibernate/Shoppingorder.java 504 publicMethodCommentRequirement Required
78417 src/com/gps/hibernate/Shoppingorder.java 508 Parameter 'ppTxnId' is not assigned and could be declared final
78418 src/com/gps/hibernate/Shoppingorder.java 508 publicMethodCommentRequirement Required
78419 src/com/gps/hibernate/Shoppingorder.java 512 publicMethodCommentRequirement Required
78420 src/com/gps/hibernate/Shoppingorder.java 516 Parameter 'ppPaymentStatus' is not assigned and could be declared final
78421 src/com/gps/hibernate/Shoppingorder.java 516 publicMethodCommentRequirement Required
78422 src/com/gps/hibernate/Shoppingorder.java 520 publicMethodCommentRequirement Required
78423 src/com/gps/hibernate/Shoppingorder.java 524 Parameter 'ppPaymentGross' is not assigned and could be declared final
78424 src/com/gps/hibernate/Shoppingorder.java 524 publicMethodCommentRequirement Required
78425 src/com/gps/hibernate/Shoppingorder.java 528 publicMethodCommentRequirement Required
78426 src/com/gps/hibernate/Shoppingorder.java 532 Parameter 'ppReceiverEmail' is not assigned and could be declared final
78427 src/com/gps/hibernate/Shoppingorder.java 532 publicMethodCommentRequirement Required
78428 src/com/gps/hibernate/Shoppingorder.java 536 publicMethodCommentRequirement Required
78429 src/com/gps/hibernate/Shoppingorder.java 540 Parameter 'ppPayerEmail' is not assigned and could be declared final
78430 src/com/gps/hibernate/Shoppingorder.java 540 publicMethodCommentRequirement Required
78431 src/com/gps/hibernate/Shoppingorder.java 544 publicMethodCommentRequirement Required
78432 src/com/gps/hibernate/Shoppingorder.java 548 Parameter 'sendOrderEmail' is not assigned and could be declared final
78433 src/com/gps/hibernate/Shoppingorder.java 548 publicMethodCommentRequirement Required
78434 src/com/gps/hibernate/Shoppingorder.java 552 publicMethodCommentRequirement Required
78435 src/com/gps/hibernate/Shoppingorder.java 556 Parameter 'sendShippingEmail' is not assigned and could be declared final
78436 src/com/gps/hibernate/Shoppingorder.java 556 publicMethodCommentRequirement Required
78437 src/com/gps/hibernate/ShoppingorderDAO.java 1 This class has a bunch of public methods and attributes
78438 src/com/gps/hibernate/ShoppingorderDAO.java 3 Avoid unused imports such as 'java.util.Date'
78439 src/com/gps/hibernate/ShoppingorderDAO.java 11 Comment is too large: Too many lines
78440 src/com/gps/hibernate/ShoppingorderDAO.java 23 This class has too many methods, consider refactoring it.
78441 src/com/gps/hibernate/ShoppingorderDAO.java 24 Logger should be defined private static final and have the correct class
78442 src/com/gps/hibernate/ShoppingorderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
78443 src/com/gps/hibernate/ShoppingorderDAO.java 24 fieldCommentRequirement Required
78444 src/com/gps/hibernate/ShoppingorderDAO.java 26 fieldCommentRequirement Required
78445 src/com/gps/hibernate/ShoppingorderDAO.java 27 fieldCommentRequirement Required
78446 src/com/gps/hibernate/ShoppingorderDAO.java 28 fieldCommentRequirement Required
78447 src/com/gps/hibernate/ShoppingorderDAO.java 29 fieldCommentRequirement Required
78448 src/com/gps/hibernate/ShoppingorderDAO.java 30 fieldCommentRequirement Required
78449 src/com/gps/hibernate/ShoppingorderDAO.java 31 fieldCommentRequirement Required
78450 src/com/gps/hibernate/ShoppingorderDAO.java 32 fieldCommentRequirement Required
78451 src/com/gps/hibernate/ShoppingorderDAO.java 33 fieldCommentRequirement Required
78452 src/com/gps/hibernate/ShoppingorderDAO.java 34 fieldCommentRequirement Required
78453 src/com/gps/hibernate/ShoppingorderDAO.java 35 fieldCommentRequirement Required
78454 src/com/gps/hibernate/ShoppingorderDAO.java 36 fieldCommentRequirement Required
78455 src/com/gps/hibernate/ShoppingorderDAO.java 37 fieldCommentRequirement Required
78456 src/com/gps/hibernate/ShoppingorderDAO.java 38 fieldCommentRequirement Required
78457 src/com/gps/hibernate/ShoppingorderDAO.java 39 Avoid excessively long variable names like BILLING_FIRST_NAME
78458 src/com/gps/hibernate/ShoppingorderDAO.java 39 fieldCommentRequirement Required
78459 src/com/gps/hibernate/ShoppingorderDAO.java 40 fieldCommentRequirement Required
78460 src/com/gps/hibernate/ShoppingorderDAO.java 41 Avoid excessively long variable names like BILLING_EMAIL_ADDRESS
78461 src/com/gps/hibernate/ShoppingorderDAO.java 41 fieldCommentRequirement Required
78462 src/com/gps/hibernate/ShoppingorderDAO.java 42 fieldCommentRequirement Required
78463 src/com/gps/hibernate/ShoppingorderDAO.java 43 fieldCommentRequirement Required
78464 src/com/gps/hibernate/ShoppingorderDAO.java 44 fieldCommentRequirement Required
78465 src/com/gps/hibernate/ShoppingorderDAO.java 45 fieldCommentRequirement Required
78466 src/com/gps/hibernate/ShoppingorderDAO.java 46 fieldCommentRequirement Required
78467 src/com/gps/hibernate/ShoppingorderDAO.java 47 fieldCommentRequirement Required
78468 src/com/gps/hibernate/ShoppingorderDAO.java 48 fieldCommentRequirement Required
78469 src/com/gps/hibernate/ShoppingorderDAO.java 49 fieldCommentRequirement Required
78470 src/com/gps/hibernate/ShoppingorderDAO.java 50 Avoid excessively long variable names like SHIPPING_FIRST_NAME
78471 src/com/gps/hibernate/ShoppingorderDAO.java 50 fieldCommentRequirement Required
78472 src/com/gps/hibernate/ShoppingorderDAO.java 51 Avoid excessively long variable names like SHIPPING_LAST_NAME
78473 src/com/gps/hibernate/ShoppingorderDAO.java 51 fieldCommentRequirement Required
78474 src/com/gps/hibernate/ShoppingorderDAO.java 52 Avoid excessively long variable names like SHIPPING_EMAIL_ADDRESS
78475 src/com/gps/hibernate/ShoppingorderDAO.java 52 fieldCommentRequirement Required
78476 src/com/gps/hibernate/ShoppingorderDAO.java 53 fieldCommentRequirement Required
78477 src/com/gps/hibernate/ShoppingorderDAO.java 54 fieldCommentRequirement Required
78478 src/com/gps/hibernate/ShoppingorderDAO.java 55 fieldCommentRequirement Required
78479 src/com/gps/hibernate/ShoppingorderDAO.java 56 fieldCommentRequirement Required
78480 src/com/gps/hibernate/ShoppingorderDAO.java 57 fieldCommentRequirement Required
78481 src/com/gps/hibernate/ShoppingorderDAO.java 58 fieldCommentRequirement Required
78482 src/com/gps/hibernate/ShoppingorderDAO.java 59 fieldCommentRequirement Required
78483 src/com/gps/hibernate/ShoppingorderDAO.java 60 fieldCommentRequirement Required
78484 src/com/gps/hibernate/ShoppingorderDAO.java 61 fieldCommentRequirement Required
78485 src/com/gps/hibernate/ShoppingorderDAO.java 62 fieldCommentRequirement Required
78486 src/com/gps/hibernate/ShoppingorderDAO.java 63 fieldCommentRequirement Required
78487 src/com/gps/hibernate/ShoppingorderDAO.java 64 fieldCommentRequirement Required
78488 src/com/gps/hibernate/ShoppingorderDAO.java 65 fieldCommentRequirement Required
78489 src/com/gps/hibernate/ShoppingorderDAO.java 66 fieldCommentRequirement Required
78490 src/com/gps/hibernate/ShoppingorderDAO.java 67 fieldCommentRequirement Required
78491 src/com/gps/hibernate/ShoppingorderDAO.java 68 fieldCommentRequirement Required
78492 src/com/gps/hibernate/ShoppingorderDAO.java 69 fieldCommentRequirement Required
78493 src/com/gps/hibernate/ShoppingorderDAO.java 70 fieldCommentRequirement Required
78494 src/com/gps/hibernate/ShoppingorderDAO.java 71 fieldCommentRequirement Required
78495 src/com/gps/hibernate/ShoppingorderDAO.java 72 fieldCommentRequirement Required
78496 src/com/gps/hibernate/ShoppingorderDAO.java 73 Avoid excessively long variable names like SEND_SHIPPING_EMAIL
78497 src/com/gps/hibernate/ShoppingorderDAO.java 73 fieldCommentRequirement Required
78498 src/com/gps/hibernate/ShoppingorderDAO.java 75 Parameter 'transientInstance' is not assigned and could be declared final
78499 src/com/gps/hibernate/ShoppingorderDAO.java 75 publicMethodCommentRequirement Required
78500 src/com/gps/hibernate/ShoppingorderDAO.java 76 There is log block not surrounded by if
78501 src/com/gps/hibernate/ShoppingorderDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78502 src/com/gps/hibernate/ShoppingorderDAO.java 78 Potential violation of Law of Demeter (method chain calls)
78503 src/com/gps/hibernate/ShoppingorderDAO.java 79 There is log block not surrounded by if
78504 src/com/gps/hibernate/ShoppingorderDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78505 src/com/gps/hibernate/ShoppingorderDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78506 src/com/gps/hibernate/ShoppingorderDAO.java 81 There is log block not surrounded by if
78507 src/com/gps/hibernate/ShoppingorderDAO.java 86 Avoid excessively long variable names like persistentInstance
78508 src/com/gps/hibernate/ShoppingorderDAO.java 86 Parameter 'persistentInstance' is not assigned and could be declared final
78509 src/com/gps/hibernate/ShoppingorderDAO.java 86 publicMethodCommentRequirement Required
78510 src/com/gps/hibernate/ShoppingorderDAO.java 87 There is log block not surrounded by if
78511 src/com/gps/hibernate/ShoppingorderDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78512 src/com/gps/hibernate/ShoppingorderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
78513 src/com/gps/hibernate/ShoppingorderDAO.java 90 There is log block not surrounded by if
78514 src/com/gps/hibernate/ShoppingorderDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78515 src/com/gps/hibernate/ShoppingorderDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78516 src/com/gps/hibernate/ShoppingorderDAO.java 92 There is log block not surrounded by if
78517 src/com/gps/hibernate/ShoppingorderDAO.java 97 Avoid variables with short names like id
78518 src/com/gps/hibernate/ShoppingorderDAO.java 97 Parameter 'id' is not assigned and could be declared final
78519 src/com/gps/hibernate/ShoppingorderDAO.java 97 publicMethodCommentRequirement Required
78520 src/com/gps/hibernate/ShoppingorderDAO.java 98 There is log block not surrounded by if
78521 src/com/gps/hibernate/ShoppingorderDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78522 src/com/gps/hibernate/ShoppingorderDAO.java 100 Local variable 'instance' could be declared final
78523 src/com/gps/hibernate/ShoppingorderDAO.java 100 Potential violation of Law of Demeter (method chain calls)
78524 src/com/gps/hibernate/ShoppingorderDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78525 src/com/gps/hibernate/ShoppingorderDAO.java 104 There is log block not surrounded by if
78526 src/com/gps/hibernate/ShoppingorderDAO.java 109 Parameter 'instance' is not assigned and could be declared final
78527 src/com/gps/hibernate/ShoppingorderDAO.java 109 publicMethodCommentRequirement Required
78528 src/com/gps/hibernate/ShoppingorderDAO.java 110 There is log block not surrounded by if
78529 src/com/gps/hibernate/ShoppingorderDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78530 src/com/gps/hibernate/ShoppingorderDAO.java 112 Local variable 'results' could be declared final
78531 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
78532 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
78533 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
78534 src/com/gps/hibernate/ShoppingorderDAO.java 115 There is log block not surrounded by if
78535 src/com/gps/hibernate/ShoppingorderDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78536 src/com/gps/hibernate/ShoppingorderDAO.java 116 Potential violation of Law of Demeter (object not created locally)
78537 src/com/gps/hibernate/ShoppingorderDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78538 src/com/gps/hibernate/ShoppingorderDAO.java 119 There is log block not surrounded by if
78539 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'propertyName' is not assigned and could be declared final
78540 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'value' is not assigned and could be declared final
78541 src/com/gps/hibernate/ShoppingorderDAO.java 124 publicMethodCommentRequirement Required
78542 src/com/gps/hibernate/ShoppingorderDAO.java 125 There is log block not surrounded by if
78543 src/com/gps/hibernate/ShoppingorderDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78544 src/com/gps/hibernate/ShoppingorderDAO.java 128 Local variable 'queryString' could be declared final
78545 src/com/gps/hibernate/ShoppingorderDAO.java 130 Local variable 'queryObject' could be declared final
78546 src/com/gps/hibernate/ShoppingorderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
78547 src/com/gps/hibernate/ShoppingorderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
78548 src/com/gps/hibernate/ShoppingorderDAO.java 132 Potential violation of Law of Demeter (object not created locally)
78549 src/com/gps/hibernate/ShoppingorderDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78550 src/com/gps/hibernate/ShoppingorderDAO.java 134 There is log block not surrounded by if
78551 src/com/gps/hibernate/ShoppingorderDAO.java 139 Parameter 'groupId' is not assigned and could be declared final
78552 src/com/gps/hibernate/ShoppingorderDAO.java 139 publicMethodCommentRequirement Required
78553 src/com/gps/hibernate/ShoppingorderDAO.java 143 Parameter 'companyId' is not assigned and could be declared final
78554 src/com/gps/hibernate/ShoppingorderDAO.java 143 publicMethodCommentRequirement Required
78555 src/com/gps/hibernate/ShoppingorderDAO.java 147 Parameter 'userId' is not assigned and could be declared final
78556 src/com/gps/hibernate/ShoppingorderDAO.java 147 publicMethodCommentRequirement Required
78557 src/com/gps/hibernate/ShoppingorderDAO.java 151 Parameter 'userName' is not assigned and could be declared final
78558 src/com/gps/hibernate/ShoppingorderDAO.java 151 publicMethodCommentRequirement Required
78559 src/com/gps/hibernate/ShoppingorderDAO.java 155 Parameter 'number' is not assigned and could be declared final
78560 src/com/gps/hibernate/ShoppingorderDAO.java 155 publicMethodCommentRequirement Required
78561 src/com/gps/hibernate/ShoppingorderDAO.java 159 Parameter 'tax' is not assigned and could be declared final
78562 src/com/gps/hibernate/ShoppingorderDAO.java 159 publicMethodCommentRequirement Required
78563 src/com/gps/hibernate/ShoppingorderDAO.java 163 Parameter 'shipping' is not assigned and could be declared final
78564 src/com/gps/hibernate/ShoppingorderDAO.java 163 publicMethodCommentRequirement Required
78565 src/com/gps/hibernate/ShoppingorderDAO.java 167 Parameter 'altShipping' is not assigned and could be declared final
78566 src/com/gps/hibernate/ShoppingorderDAO.java 167 publicMethodCommentRequirement Required
78567 src/com/gps/hibernate/ShoppingorderDAO.java 171 Parameter 'requiresShipping' is not assigned and could be declared final
78568 src/com/gps/hibernate/ShoppingorderDAO.java 171 publicMethodCommentRequirement Required
78569 src/com/gps/hibernate/ShoppingorderDAO.java 175 Parameter 'insure' is not assigned and could be declared final
78570 src/com/gps/hibernate/ShoppingorderDAO.java 175 publicMethodCommentRequirement Required
78571 src/com/gps/hibernate/ShoppingorderDAO.java 179 Parameter 'insurance' is not assigned and could be declared final
78572 src/com/gps/hibernate/ShoppingorderDAO.java 179 publicMethodCommentRequirement Required
78573 src/com/gps/hibernate/ShoppingorderDAO.java 183 Parameter 'couponCodes' is not assigned and could be declared final
78574 src/com/gps/hibernate/ShoppingorderDAO.java 183 publicMethodCommentRequirement Required
78575 src/com/gps/hibernate/ShoppingorderDAO.java 187 Parameter 'couponDiscount' is not assigned and could be declared final
78576 src/com/gps/hibernate/ShoppingorderDAO.java 187 publicMethodCommentRequirement Required
78577 src/com/gps/hibernate/ShoppingorderDAO.java 191 Parameter 'billingFirstName' is not assigned and could be declared final
78578 src/com/gps/hibernate/ShoppingorderDAO.java 191 publicMethodCommentRequirement Required
78579 src/com/gps/hibernate/ShoppingorderDAO.java 195 Parameter 'billingLastName' is not assigned and could be declared final
78580 src/com/gps/hibernate/ShoppingorderDAO.java 195 publicMethodCommentRequirement Required
78581 src/com/gps/hibernate/ShoppingorderDAO.java 199 Avoid excessively long variable names like billingEmailAddress
78582 src/com/gps/hibernate/ShoppingorderDAO.java 199 Parameter 'billingEmailAddress' is not assigned and could be declared final
78583 src/com/gps/hibernate/ShoppingorderDAO.java 199 publicMethodCommentRequirement Required
78584 src/com/gps/hibernate/ShoppingorderDAO.java 203 Parameter 'billingCompany' is not assigned and could be declared final
78585 src/com/gps/hibernate/ShoppingorderDAO.java 203 publicMethodCommentRequirement Required
78586 src/com/gps/hibernate/ShoppingorderDAO.java 207 Parameter 'billingStreet' is not assigned and could be declared final
78587 src/com/gps/hibernate/ShoppingorderDAO.java 207 publicMethodCommentRequirement Required
78588 src/com/gps/hibernate/ShoppingorderDAO.java 211 Parameter 'billingCity' is not assigned and could be declared final
78589 src/com/gps/hibernate/ShoppingorderDAO.java 211 publicMethodCommentRequirement Required
78590 src/com/gps/hibernate/ShoppingorderDAO.java 215 Parameter 'billingState' is not assigned and could be declared final
78591 src/com/gps/hibernate/ShoppingorderDAO.java 215 publicMethodCommentRequirement Required
78592 src/com/gps/hibernate/ShoppingorderDAO.java 219 Parameter 'billingZip' is not assigned and could be declared final
78593 src/com/gps/hibernate/ShoppingorderDAO.java 219 publicMethodCommentRequirement Required
78594 src/com/gps/hibernate/ShoppingorderDAO.java 223 Parameter 'billingCountry' is not assigned and could be declared final
78595 src/com/gps/hibernate/ShoppingorderDAO.java 223 publicMethodCommentRequirement Required
78596 src/com/gps/hibernate/ShoppingorderDAO.java 227 Parameter 'billingPhone' is not assigned and could be declared final
78597 src/com/gps/hibernate/ShoppingorderDAO.java 227 publicMethodCommentRequirement Required
78598 src/com/gps/hibernate/ShoppingorderDAO.java 231 Parameter 'shipToBilling' is not assigned and could be declared final
78599 src/com/gps/hibernate/ShoppingorderDAO.java 231 publicMethodCommentRequirement Required
78600 src/com/gps/hibernate/ShoppingorderDAO.java 235 Parameter 'shippingFirstName' is not assigned and could be declared final
78601 src/com/gps/hibernate/ShoppingorderDAO.java 235 publicMethodCommentRequirement Required
78602 src/com/gps/hibernate/ShoppingorderDAO.java 239 Parameter 'shippingLastName' is not assigned and could be declared final
78603 src/com/gps/hibernate/ShoppingorderDAO.java 239 publicMethodCommentRequirement Required
78604 src/com/gps/hibernate/ShoppingorderDAO.java 243 Avoid excessively long variable names like shippingEmailAddress
78605 src/com/gps/hibernate/ShoppingorderDAO.java 243 Parameter 'shippingEmailAddress' is not assigned and could be declared final
78606 src/com/gps/hibernate/ShoppingorderDAO.java 243 publicMethodCommentRequirement Required
78607 src/com/gps/hibernate/ShoppingorderDAO.java 247 Parameter 'shippingCompany' is not assigned and could be declared final
78608 src/com/gps/hibernate/ShoppingorderDAO.java 247 publicMethodCommentRequirement Required
78609 src/com/gps/hibernate/ShoppingorderDAO.java 251 Parameter 'shippingStreet' is not assigned and could be declared final
78610 src/com/gps/hibernate/ShoppingorderDAO.java 251 publicMethodCommentRequirement Required
78611 src/com/gps/hibernate/ShoppingorderDAO.java 255 Parameter 'shippingCity' is not assigned and could be declared final
78612 src/com/gps/hibernate/ShoppingorderDAO.java 255 publicMethodCommentRequirement Required
78613 src/com/gps/hibernate/ShoppingorderDAO.java 259 Parameter 'shippingState' is not assigned and could be declared final
78614 src/com/gps/hibernate/ShoppingorderDAO.java 259 publicMethodCommentRequirement Required
78615 src/com/gps/hibernate/ShoppingorderDAO.java 263 Parameter 'shippingZip' is not assigned and could be declared final
78616 src/com/gps/hibernate/ShoppingorderDAO.java 263 publicMethodCommentRequirement Required
78617 src/com/gps/hibernate/ShoppingorderDAO.java 267 Parameter 'shippingCountry' is not assigned and could be declared final
78618 src/com/gps/hibernate/ShoppingorderDAO.java 267 publicMethodCommentRequirement Required
78619 src/com/gps/hibernate/ShoppingorderDAO.java 271 Parameter 'shippingPhone' is not assigned and could be declared final
78620 src/com/gps/hibernate/ShoppingorderDAO.java 271 publicMethodCommentRequirement Required
78621 src/com/gps/hibernate/ShoppingorderDAO.java 275 Parameter 'ccName' is not assigned and could be declared final
78622 src/com/gps/hibernate/ShoppingorderDAO.java 275 publicMethodCommentRequirement Required
78623 src/com/gps/hibernate/ShoppingorderDAO.java 279 Parameter 'ccType' is not assigned and could be declared final
78624 src/com/gps/hibernate/ShoppingorderDAO.java 279 publicMethodCommentRequirement Required
78625 src/com/gps/hibernate/ShoppingorderDAO.java 283 Parameter 'ccNumber' is not assigned and could be declared final
78626 src/com/gps/hibernate/ShoppingorderDAO.java 283 publicMethodCommentRequirement Required
78627 src/com/gps/hibernate/ShoppingorderDAO.java 287 Parameter 'ccExpMonth' is not assigned and could be declared final
78628 src/com/gps/hibernate/ShoppingorderDAO.java 287 publicMethodCommentRequirement Required
78629 src/com/gps/hibernate/ShoppingorderDAO.java 291 Parameter 'ccExpYear' is not assigned and could be declared final
78630 src/com/gps/hibernate/ShoppingorderDAO.java 291 publicMethodCommentRequirement Required
78631 src/com/gps/hibernate/ShoppingorderDAO.java 295 Parameter 'ccVerNumber' is not assigned and could be declared final
78632 src/com/gps/hibernate/ShoppingorderDAO.java 295 publicMethodCommentRequirement Required
78633 src/com/gps/hibernate/ShoppingorderDAO.java 299 Parameter 'comments' is not assigned and could be declared final
78634 src/com/gps/hibernate/ShoppingorderDAO.java 299 publicMethodCommentRequirement Required
78635 src/com/gps/hibernate/ShoppingorderDAO.java 303 Parameter 'ppTxnId' is not assigned and could be declared final
78636 src/com/gps/hibernate/ShoppingorderDAO.java 303 publicMethodCommentRequirement Required
78637 src/com/gps/hibernate/ShoppingorderDAO.java 307 Parameter 'ppPaymentStatus' is not assigned and could be declared final
78638 src/com/gps/hibernate/ShoppingorderDAO.java 307 publicMethodCommentRequirement Required
78639 src/com/gps/hibernate/ShoppingorderDAO.java 311 Parameter 'ppPaymentGross' is not assigned and could be declared final
78640 src/com/gps/hibernate/ShoppingorderDAO.java 311 publicMethodCommentRequirement Required
78641 src/com/gps/hibernate/ShoppingorderDAO.java 315 Parameter 'ppReceiverEmail' is not assigned and could be declared final
78642 src/com/gps/hibernate/ShoppingorderDAO.java 315 publicMethodCommentRequirement Required
78643 src/com/gps/hibernate/ShoppingorderDAO.java 319 Parameter 'ppPayerEmail' is not assigned and could be declared final
78644 src/com/gps/hibernate/ShoppingorderDAO.java 319 publicMethodCommentRequirement Required
78645 src/com/gps/hibernate/ShoppingorderDAO.java 323 Parameter 'sendOrderEmail' is not assigned and could be declared final
78646 src/com/gps/hibernate/ShoppingorderDAO.java 323 publicMethodCommentRequirement Required
78647 src/com/gps/hibernate/ShoppingorderDAO.java 327 Parameter 'sendShippingEmail' is not assigned and could be declared final
78648 src/com/gps/hibernate/ShoppingorderDAO.java 327 publicMethodCommentRequirement Required
78649 src/com/gps/hibernate/ShoppingorderDAO.java 331 publicMethodCommentRequirement Required
78650 src/com/gps/hibernate/ShoppingorderDAO.java 332 There is log block not surrounded by if
78651 src/com/gps/hibernate/ShoppingorderDAO.java 332 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78652 src/com/gps/hibernate/ShoppingorderDAO.java 334 Local variable 'queryString' could be declared final
78653 src/com/gps/hibernate/ShoppingorderDAO.java 335 Local variable 'queryObject' could be declared final
78654 src/com/gps/hibernate/ShoppingorderDAO.java 335 Potential violation of Law of Demeter (method chain calls)
78655 src/com/gps/hibernate/ShoppingorderDAO.java 336 Potential violation of Law of Demeter (object not created locally)
78656 src/com/gps/hibernate/ShoppingorderDAO.java 337 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78657 src/com/gps/hibernate/ShoppingorderDAO.java 338 There is log block not surrounded by if
78658 src/com/gps/hibernate/ShoppingorderDAO.java 343 Parameter 'detachedInstance' is not assigned and could be declared final
78659 src/com/gps/hibernate/ShoppingorderDAO.java 343 publicMethodCommentRequirement Required
78660 src/com/gps/hibernate/ShoppingorderDAO.java 344 There is log block not surrounded by if
78661 src/com/gps/hibernate/ShoppingorderDAO.java 344 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78662 src/com/gps/hibernate/ShoppingorderDAO.java 346 Local variable 'result' could be declared final
78663 src/com/gps/hibernate/ShoppingorderDAO.java 346 Potential violation of Law of Demeter (method chain calls)
78664 src/com/gps/hibernate/ShoppingorderDAO.java 348 There is log block not surrounded by if
78665 src/com/gps/hibernate/ShoppingorderDAO.java 348 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78666 src/com/gps/hibernate/ShoppingorderDAO.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78667 src/com/gps/hibernate/ShoppingorderDAO.java 351 There is log block not surrounded by if
78668 src/com/gps/hibernate/ShoppingorderDAO.java 356 Parameter 'instance' is not assigned and could be declared final
78669 src/com/gps/hibernate/ShoppingorderDAO.java 356 publicMethodCommentRequirement Required
78670 src/com/gps/hibernate/ShoppingorderDAO.java 357 There is log block not surrounded by if
78671 src/com/gps/hibernate/ShoppingorderDAO.java 357 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78672 src/com/gps/hibernate/ShoppingorderDAO.java 359 Potential violation of Law of Demeter (method chain calls)
78673 src/com/gps/hibernate/ShoppingorderDAO.java 360 There is log block not surrounded by if
78674 src/com/gps/hibernate/ShoppingorderDAO.java 360 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78675 src/com/gps/hibernate/ShoppingorderDAO.java 361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78676 src/com/gps/hibernate/ShoppingorderDAO.java 362 There is log block not surrounded by if
78677 src/com/gps/hibernate/ShoppingorderDAO.java 367 Parameter 'instance' is not assigned and could be declared final
78678 src/com/gps/hibernate/ShoppingorderDAO.java 367 publicMethodCommentRequirement Required
78679 src/com/gps/hibernate/ShoppingorderDAO.java 368 There is log block not surrounded by if
78680 src/com/gps/hibernate/ShoppingorderDAO.java 368 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78681 src/com/gps/hibernate/ShoppingorderDAO.java 370 Potential violation of Law of Demeter (method chain calls)
78682 src/com/gps/hibernate/ShoppingorderDAO.java 371 There is log block not surrounded by if
78683 src/com/gps/hibernate/ShoppingorderDAO.java 371 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78684 src/com/gps/hibernate/ShoppingorderDAO.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78685 src/com/gps/hibernate/ShoppingorderDAO.java 373 There is log block not surrounded by if
78686 src/com/gps/hibernate/Shoppingorderitem.java 11 Classes implementing Serializable should set a serialVersionUID
78687 src/com/gps/hibernate/Shoppingorderitem.java 15 fieldCommentRequirement Required
78688 src/com/gps/hibernate/Shoppingorderitem.java 16 fieldCommentRequirement Required
78689 src/com/gps/hibernate/Shoppingorderitem.java 17 fieldCommentRequirement Required
78690 src/com/gps/hibernate/Shoppingorderitem.java 18 fieldCommentRequirement Required
78691 src/com/gps/hibernate/Shoppingorderitem.java 19 fieldCommentRequirement Required
78692 src/com/gps/hibernate/Shoppingorderitem.java 20 fieldCommentRequirement Required
78693 src/com/gps/hibernate/Shoppingorderitem.java 21 fieldCommentRequirement Required
78694 src/com/gps/hibernate/Shoppingorderitem.java 22 fieldCommentRequirement Required
78695 src/com/gps/hibernate/Shoppingorderitem.java 23 fieldCommentRequirement Required
78696 src/com/gps/hibernate/Shoppingorderitem.java 24 fieldCommentRequirement Required
78697 src/com/gps/hibernate/Shoppingorderitem.java 29 Document empty constructor
78698 src/com/gps/hibernate/Shoppingorderitem.java 33 Parameter 'orderItemId' is not assigned and could be declared final
78699 src/com/gps/hibernate/Shoppingorderitem.java 38 Avoid long parameter lists.
78700 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'itemId' is not assigned and could be declared final
78701 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderId' is not assigned and could be declared final
78702 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderItemId' is not assigned and could be declared final
78703 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'description' is not assigned and could be declared final
78704 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'name' is not assigned and could be declared final
78705 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'properties' is not assigned and could be declared final
78706 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'sku' is not assigned and could be declared final
78707 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'price' is not assigned and could be declared final
78708 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'quantity' is not assigned and could be declared final
78709 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'shippedDate' is not assigned and could be declared final
78710 src/com/gps/hibernate/Shoppingorderitem.java 55 publicMethodCommentRequirement Required
78711 src/com/gps/hibernate/Shoppingorderitem.java 59 Parameter 'orderItemId' is not assigned and could be declared final
78712 src/com/gps/hibernate/Shoppingorderitem.java 59 publicMethodCommentRequirement Required
78713 src/com/gps/hibernate/Shoppingorderitem.java 63 publicMethodCommentRequirement Required
78714 src/com/gps/hibernate/Shoppingorderitem.java 67 Parameter 'orderId' is not assigned and could be declared final
78715 src/com/gps/hibernate/Shoppingorderitem.java 67 publicMethodCommentRequirement Required
78716 src/com/gps/hibernate/Shoppingorderitem.java 71 publicMethodCommentRequirement Required
78717 src/com/gps/hibernate/Shoppingorderitem.java 75 Parameter 'itemId' is not assigned and could be declared final
78718 src/com/gps/hibernate/Shoppingorderitem.java 75 publicMethodCommentRequirement Required
78719 src/com/gps/hibernate/Shoppingorderitem.java 79 publicMethodCommentRequirement Required
78720 src/com/gps/hibernate/Shoppingorderitem.java 83 Parameter 'sku' is not assigned and could be declared final
78721 src/com/gps/hibernate/Shoppingorderitem.java 83 publicMethodCommentRequirement Required
78722 src/com/gps/hibernate/Shoppingorderitem.java 87 publicMethodCommentRequirement Required
78723 src/com/gps/hibernate/Shoppingorderitem.java 91 Parameter 'name' is not assigned and could be declared final
78724 src/com/gps/hibernate/Shoppingorderitem.java 91 publicMethodCommentRequirement Required
78725 src/com/gps/hibernate/Shoppingorderitem.java 95 publicMethodCommentRequirement Required
78726 src/com/gps/hibernate/Shoppingorderitem.java 99 Parameter 'description' is not assigned and could be declared final
78727 src/com/gps/hibernate/Shoppingorderitem.java 99 publicMethodCommentRequirement Required
78728 src/com/gps/hibernate/Shoppingorderitem.java 103 publicMethodCommentRequirement Required
78729 src/com/gps/hibernate/Shoppingorderitem.java 107 Parameter 'properties' is not assigned and could be declared final
78730 src/com/gps/hibernate/Shoppingorderitem.java 107 publicMethodCommentRequirement Required
78731 src/com/gps/hibernate/Shoppingorderitem.java 111 publicMethodCommentRequirement Required
78732 src/com/gps/hibernate/Shoppingorderitem.java 115 Parameter 'price' is not assigned and could be declared final
78733 src/com/gps/hibernate/Shoppingorderitem.java 115 publicMethodCommentRequirement Required
78734 src/com/gps/hibernate/Shoppingorderitem.java 119 publicMethodCommentRequirement Required
78735 src/com/gps/hibernate/Shoppingorderitem.java 123 Parameter 'quantity' is not assigned and could be declared final
78736 src/com/gps/hibernate/Shoppingorderitem.java 123 publicMethodCommentRequirement Required
78737 src/com/gps/hibernate/Shoppingorderitem.java 127 publicMethodCommentRequirement Required
78738 src/com/gps/hibernate/Shoppingorderitem.java 131 Parameter 'shippedDate' is not assigned and could be declared final
78739 src/com/gps/hibernate/Shoppingorderitem.java 131 publicMethodCommentRequirement Required
78740 src/com/gps/hibernate/ShoppingorderitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
78741 src/com/gps/hibernate/ShoppingorderitemDAO.java 11 Comment is too large: Too many lines
78742 src/com/gps/hibernate/ShoppingorderitemDAO.java 23 This class has too many methods, consider refactoring it.
78743 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Logger should be defined private static final and have the correct class
78744 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
78745 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 fieldCommentRequirement Required
78746 src/com/gps/hibernate/ShoppingorderitemDAO.java 27 fieldCommentRequirement Required
78747 src/com/gps/hibernate/ShoppingorderitemDAO.java 28 fieldCommentRequirement Required
78748 src/com/gps/hibernate/ShoppingorderitemDAO.java 29 fieldCommentRequirement Required
78749 src/com/gps/hibernate/ShoppingorderitemDAO.java 30 fieldCommentRequirement Required
78750 src/com/gps/hibernate/ShoppingorderitemDAO.java 31 fieldCommentRequirement Required
78751 src/com/gps/hibernate/ShoppingorderitemDAO.java 32 fieldCommentRequirement Required
78752 src/com/gps/hibernate/ShoppingorderitemDAO.java 33 fieldCommentRequirement Required
78753 src/com/gps/hibernate/ShoppingorderitemDAO.java 34 fieldCommentRequirement Required
78754 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
78755 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 publicMethodCommentRequirement Required
78756 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 There is log block not surrounded by if
78757 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78758 src/com/gps/hibernate/ShoppingorderitemDAO.java 39 Potential violation of Law of Demeter (method chain calls)
78759 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 There is log block not surrounded by if
78760 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78761 src/com/gps/hibernate/ShoppingorderitemDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78762 src/com/gps/hibernate/ShoppingorderitemDAO.java 42 There is log block not surrounded by if
78763 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Avoid excessively long variable names like persistentInstance
78764 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
78765 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 publicMethodCommentRequirement Required
78766 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 There is log block not surrounded by if
78767 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78768 src/com/gps/hibernate/ShoppingorderitemDAO.java 50 Potential violation of Law of Demeter (method chain calls)
78769 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 There is log block not surrounded by if
78770 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78771 src/com/gps/hibernate/ShoppingorderitemDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78772 src/com/gps/hibernate/ShoppingorderitemDAO.java 53 There is log block not surrounded by if
78773 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Avoid variables with short names like id
78774 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Parameter 'id' is not assigned and could be declared final
78775 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 publicMethodCommentRequirement Required
78776 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 There is log block not surrounded by if
78777 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78778 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Local variable 'instance' could be declared final
78779 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Potential violation of Law of Demeter (method chain calls)
78780 src/com/gps/hibernate/ShoppingorderitemDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78781 src/com/gps/hibernate/ShoppingorderitemDAO.java 65 There is log block not surrounded by if
78782 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 Parameter 'instance' is not assigned and could be declared final
78783 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 publicMethodCommentRequirement Required
78784 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 There is log block not surrounded by if
78785 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78786 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Local variable 'results' could be declared final
78787 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78788 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78789 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78790 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 There is log block not surrounded by if
78791 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78792 src/com/gps/hibernate/ShoppingorderitemDAO.java 77 Potential violation of Law of Demeter (object not created locally)
78793 src/com/gps/hibernate/ShoppingorderitemDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78794 src/com/gps/hibernate/ShoppingorderitemDAO.java 80 There is log block not surrounded by if
78795 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
78796 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'value' is not assigned and could be declared final
78797 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 publicMethodCommentRequirement Required
78798 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 There is log block not surrounded by if
78799 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78800 src/com/gps/hibernate/ShoppingorderitemDAO.java 89 Local variable 'queryString' could be declared final
78801 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Local variable 'queryObject' could be declared final
78802 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Potential violation of Law of Demeter (method chain calls)
78803 src/com/gps/hibernate/ShoppingorderitemDAO.java 92 Potential violation of Law of Demeter (object not created locally)
78804 src/com/gps/hibernate/ShoppingorderitemDAO.java 93 Potential violation of Law of Demeter (object not created locally)
78805 src/com/gps/hibernate/ShoppingorderitemDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78806 src/com/gps/hibernate/ShoppingorderitemDAO.java 95 There is log block not surrounded by if
78807 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 Parameter 'orderId' is not assigned and could be declared final
78808 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 publicMethodCommentRequirement Required
78809 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 Parameter 'itemId' is not assigned and could be declared final
78810 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 publicMethodCommentRequirement Required
78811 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 Parameter 'sku' is not assigned and could be declared final
78812 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 publicMethodCommentRequirement Required
78813 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 Parameter 'name' is not assigned and could be declared final
78814 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 publicMethodCommentRequirement Required
78815 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 Parameter 'description' is not assigned and could be declared final
78816 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 publicMethodCommentRequirement Required
78817 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 Parameter 'properties' is not assigned and could be declared final
78818 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 publicMethodCommentRequirement Required
78819 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 Parameter 'price' is not assigned and could be declared final
78820 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 publicMethodCommentRequirement Required
78821 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 Parameter 'quantity' is not assigned and could be declared final
78822 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 publicMethodCommentRequirement Required
78823 src/com/gps/hibernate/ShoppingorderitemDAO.java 132 publicMethodCommentRequirement Required
78824 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 There is log block not surrounded by if
78825 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78826 src/com/gps/hibernate/ShoppingorderitemDAO.java 135 Local variable 'queryString' could be declared final
78827 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Local variable 'queryObject' could be declared final
78828 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Potential violation of Law of Demeter (method chain calls)
78829 src/com/gps/hibernate/ShoppingorderitemDAO.java 137 Potential violation of Law of Demeter (object not created locally)
78830 src/com/gps/hibernate/ShoppingorderitemDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78831 src/com/gps/hibernate/ShoppingorderitemDAO.java 139 There is log block not surrounded by if
78832 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
78833 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 publicMethodCommentRequirement Required
78834 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 There is log block not surrounded by if
78835 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78836 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Local variable 'result' could be declared final
78837 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Potential violation of Law of Demeter (method chain calls)
78838 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 There is log block not surrounded by if
78839 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78840 src/com/gps/hibernate/ShoppingorderitemDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78841 src/com/gps/hibernate/ShoppingorderitemDAO.java 152 There is log block not surrounded by if
78842 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 Parameter 'instance' is not assigned and could be declared final
78843 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 publicMethodCommentRequirement Required
78844 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 There is log block not surrounded by if
78845 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78846 src/com/gps/hibernate/ShoppingorderitemDAO.java 160 Potential violation of Law of Demeter (method chain calls)
78847 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 There is log block not surrounded by if
78848 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78849 src/com/gps/hibernate/ShoppingorderitemDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78850 src/com/gps/hibernate/ShoppingorderitemDAO.java 163 There is log block not surrounded by if
78851 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 Parameter 'instance' is not assigned and could be declared final
78852 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 publicMethodCommentRequirement Required
78853 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 There is log block not surrounded by if
78854 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78855 src/com/gps/hibernate/ShoppingorderitemDAO.java 171 Potential violation of Law of Demeter (method chain calls)
78856 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 There is log block not surrounded by if
78857 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78858 src/com/gps/hibernate/ShoppingorderitemDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78859 src/com/gps/hibernate/ShoppingorderitemDAO.java 174 There is log block not surrounded by if
78860 src/com/gps/hibernate/SmsRegister.java 10 Classes implementing Serializable should set a serialVersionUID
78861 src/com/gps/hibernate/SmsRegister.java 12 Avoid variables with short names like Id
78862 src/com/gps/hibernate/SmsRegister.java 12 Variables should start with a lowercase character, 'Id' starts with uppercase character.
78863 src/com/gps/hibernate/SmsRegister.java 12 fieldCommentRequirement Required
78864 src/com/gps/hibernate/SmsRegister.java 13 fieldCommentRequirement Required
78865 src/com/gps/hibernate/SmsRegister.java 14 fieldCommentRequirement Required
78866 src/com/gps/hibernate/SmsRegister.java 15 fieldCommentRequirement Required
78867 src/com/gps/hibernate/SmsRegister.java 17 Document empty constructor
78868 src/com/gps/hibernate/SmsRegister.java 17 publicMethodCommentRequirement Required
78869 src/com/gps/hibernate/SmsRegister.java 20 Parameter 'smsTime' is not assigned and could be declared final
78870 src/com/gps/hibernate/SmsRegister.java 20 publicMethodCommentRequirement Required
78871 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsReasonCode' is not assigned and could be declared final
78872 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsRefId' is not assigned and could be declared final
78873 src/com/gps/hibernate/SmsRegister.java 24 Parameter 'smsTime' is not assigned and could be declared final
78874 src/com/gps/hibernate/SmsRegister.java 24 publicMethodCommentRequirement Required
78875 src/com/gps/hibernate/SmsRegister.java 30 publicMethodCommentRequirement Required
78876 src/com/gps/hibernate/SmsRegister.java 34 Avoid variables with short names like Id
78877 src/com/gps/hibernate/SmsRegister.java 34 Parameter 'Id' is not assigned and could be declared final
78878 src/com/gps/hibernate/SmsRegister.java 34 Variables should start with a lowercase character, 'Id' starts with uppercase character.
78879 src/com/gps/hibernate/SmsRegister.java 34 publicMethodCommentRequirement Required
78880 src/com/gps/hibernate/SmsRegister.java 38 publicMethodCommentRequirement Required
78881 src/com/gps/hibernate/SmsRegister.java 42 Parameter 'smsReasonCode' is not assigned and could be declared final
78882 src/com/gps/hibernate/SmsRegister.java 42 publicMethodCommentRequirement Required
78883 src/com/gps/hibernate/SmsRegister.java 46 publicMethodCommentRequirement Required
78884 src/com/gps/hibernate/SmsRegister.java 50 Parameter 'smsRefId' is not assigned and could be declared final
78885 src/com/gps/hibernate/SmsRegister.java 50 publicMethodCommentRequirement Required
78886 src/com/gps/hibernate/SmsRegister.java 54 publicMethodCommentRequirement Required
78887 src/com/gps/hibernate/SmsRegister.java 58 Parameter 'smsTime' is not assigned and could be declared final
78888 src/com/gps/hibernate/SmsRegister.java 58 publicMethodCommentRequirement Required
78889 src/com/gps/hibernate/SmsRegisterDAO.java 12 Comment is too large: Too many lines
78890 src/com/gps/hibernate/SmsRegisterDAO.java 25 This class has too many methods, consider refactoring it.
78891 src/com/gps/hibernate/SmsRegisterDAO.java 26 Logger should be defined private static final and have the correct class
78892 src/com/gps/hibernate/SmsRegisterDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
78893 src/com/gps/hibernate/SmsRegisterDAO.java 26 fieldCommentRequirement Required
78894 src/com/gps/hibernate/SmsRegisterDAO.java 29 Avoid variables with short names like ID
78895 src/com/gps/hibernate/SmsRegisterDAO.java 29 fieldCommentRequirement Required
78896 src/com/gps/hibernate/SmsRegisterDAO.java 30 fieldCommentRequirement Required
78897 src/com/gps/hibernate/SmsRegisterDAO.java 31 fieldCommentRequirement Required
78898 src/com/gps/hibernate/SmsRegisterDAO.java 32 fieldCommentRequirement Required
78899 src/com/gps/hibernate/SmsRegisterDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
78900 src/com/gps/hibernate/SmsRegisterDAO.java 35 publicMethodCommentRequirement Required
78901 src/com/gps/hibernate/SmsRegisterDAO.java 36 There is log block not surrounded by if
78902 src/com/gps/hibernate/SmsRegisterDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78903 src/com/gps/hibernate/SmsRegisterDAO.java 38 Potential violation of Law of Demeter (method chain calls)
78904 src/com/gps/hibernate/SmsRegisterDAO.java 39 There is log block not surrounded by if
78905 src/com/gps/hibernate/SmsRegisterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78906 src/com/gps/hibernate/SmsRegisterDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78907 src/com/gps/hibernate/SmsRegisterDAO.java 41 There is log block not surrounded by if
78908 src/com/gps/hibernate/SmsRegisterDAO.java 46 Avoid excessively long variable names like persistentInstance
78909 src/com/gps/hibernate/SmsRegisterDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
78910 src/com/gps/hibernate/SmsRegisterDAO.java 46 publicMethodCommentRequirement Required
78911 src/com/gps/hibernate/SmsRegisterDAO.java 47 There is log block not surrounded by if
78912 src/com/gps/hibernate/SmsRegisterDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78913 src/com/gps/hibernate/SmsRegisterDAO.java 49 Potential violation of Law of Demeter (method chain calls)
78914 src/com/gps/hibernate/SmsRegisterDAO.java 50 There is log block not surrounded by if
78915 src/com/gps/hibernate/SmsRegisterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78916 src/com/gps/hibernate/SmsRegisterDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78917 src/com/gps/hibernate/SmsRegisterDAO.java 52 There is log block not surrounded by if
78918 src/com/gps/hibernate/SmsRegisterDAO.java 57 Avoid variables with short names like id
78919 src/com/gps/hibernate/SmsRegisterDAO.java 57 Parameter 'id' is not assigned and could be declared final
78920 src/com/gps/hibernate/SmsRegisterDAO.java 57 publicMethodCommentRequirement Required
78921 src/com/gps/hibernate/SmsRegisterDAO.java 58 There is log block not surrounded by if
78922 src/com/gps/hibernate/SmsRegisterDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78923 src/com/gps/hibernate/SmsRegisterDAO.java 60 Local variable 'instance' could be declared final
78924 src/com/gps/hibernate/SmsRegisterDAO.java 60 Potential violation of Law of Demeter (method chain calls)
78925 src/com/gps/hibernate/SmsRegisterDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78926 src/com/gps/hibernate/SmsRegisterDAO.java 64 There is log block not surrounded by if
78927 src/com/gps/hibernate/SmsRegisterDAO.java 69 The String literal "rawtypes" appears 7 times in this file; the first occurrence is on line 69
78928 src/com/gps/hibernate/SmsRegisterDAO.java 70 Parameter 'instance' is not assigned and could be declared final
78929 src/com/gps/hibernate/SmsRegisterDAO.java 70 publicMethodCommentRequirement Required
78930 src/com/gps/hibernate/SmsRegisterDAO.java 71 There is log block not surrounded by if
78931 src/com/gps/hibernate/SmsRegisterDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78932 src/com/gps/hibernate/SmsRegisterDAO.java 73 Local variable 'results' could be declared final
78933 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78934 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78935 src/com/gps/hibernate/SmsRegisterDAO.java 73 Potential violation of Law of Demeter (method chain calls)
78936 src/com/gps/hibernate/SmsRegisterDAO.java 76 There is log block not surrounded by if
78937 src/com/gps/hibernate/SmsRegisterDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78938 src/com/gps/hibernate/SmsRegisterDAO.java 77 Potential violation of Law of Demeter (object not created locally)
78939 src/com/gps/hibernate/SmsRegisterDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78940 src/com/gps/hibernate/SmsRegisterDAO.java 80 There is log block not surrounded by if
78941 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
78942 src/com/gps/hibernate/SmsRegisterDAO.java 85 Parameter 'value' is not assigned and could be declared final
78943 src/com/gps/hibernate/SmsRegisterDAO.java 85 publicMethodCommentRequirement Required
78944 src/com/gps/hibernate/SmsRegisterDAO.java 86 There is log block not surrounded by if
78945 src/com/gps/hibernate/SmsRegisterDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78946 src/com/gps/hibernate/SmsRegisterDAO.java 88 Local variable 'queryString' could be declared final
78947 src/com/gps/hibernate/SmsRegisterDAO.java 90 Local variable 'queryObject' could be declared final
78948 src/com/gps/hibernate/SmsRegisterDAO.java 90 Potential violation of Law of Demeter (method chain calls)
78949 src/com/gps/hibernate/SmsRegisterDAO.java 91 Potential violation of Law of Demeter (object not created locally)
78950 src/com/gps/hibernate/SmsRegisterDAO.java 92 Potential violation of Law of Demeter (object not created locally)
78951 src/com/gps/hibernate/SmsRegisterDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78952 src/com/gps/hibernate/SmsRegisterDAO.java 94 There is log block not surrounded by if
78953 src/com/gps/hibernate/SmsRegisterDAO.java 99 Avoid variables with short names like id
78954 src/com/gps/hibernate/SmsRegisterDAO.java 99 Parameter 'id' is not assigned and could be declared final
78955 src/com/gps/hibernate/SmsRegisterDAO.java 99 publicMethodCommentRequirement Required
78956 src/com/gps/hibernate/SmsRegisterDAO.java 103 Parameter 'SmsRefId' is not assigned and could be declared final
78957 src/com/gps/hibernate/SmsRegisterDAO.java 103 Variables should start with a lowercase character, 'SmsRefId' starts with uppercase character.
78958 src/com/gps/hibernate/SmsRegisterDAO.java 103 publicMethodCommentRequirement Required
78959 src/com/gps/hibernate/SmsRegisterDAO.java 107 Parameter 'smsReasonCode' is not assigned and could be declared final
78960 src/com/gps/hibernate/SmsRegisterDAO.java 107 publicMethodCommentRequirement Required
78961 src/com/gps/hibernate/SmsRegisterDAO.java 111 Parameter 'smsTime' is not assigned and could be declared final
78962 src/com/gps/hibernate/SmsRegisterDAO.java 111 publicMethodCommentRequirement Required
78963 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'first' is not assigned and could be declared final
78964 src/com/gps/hibernate/SmsRegisterDAO.java 115 Parameter 'last' is not assigned and could be declared final
78965 src/com/gps/hibernate/SmsRegisterDAO.java 115 publicMethodCommentRequirement Required
78966 src/com/gps/hibernate/SmsRegisterDAO.java 117 There is log block not surrounded by if
78967 src/com/gps/hibernate/SmsRegisterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78968 src/com/gps/hibernate/SmsRegisterDAO.java 120 Local variable 'queryString' could be declared final
78969 src/com/gps/hibernate/SmsRegisterDAO.java 121 Local variable 'queryObject' could be declared final
78970 src/com/gps/hibernate/SmsRegisterDAO.java 121 Potential violation of Law of Demeter (method chain calls)
78971 src/com/gps/hibernate/SmsRegisterDAO.java 122 Potential violation of Law of Demeter (object not created locally)
78972 src/com/gps/hibernate/SmsRegisterDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78973 src/com/gps/hibernate/SmsRegisterDAO.java 124 There is log block not surrounded by if
78974 src/com/gps/hibernate/SmsRegisterDAO.java 130 Parameter 'detachedInstance' is not assigned and could be declared final
78975 src/com/gps/hibernate/SmsRegisterDAO.java 130 publicMethodCommentRequirement Required
78976 src/com/gps/hibernate/SmsRegisterDAO.java 131 There is log block not surrounded by if
78977 src/com/gps/hibernate/SmsRegisterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78978 src/com/gps/hibernate/SmsRegisterDAO.java 133 Local variable 'result' could be declared final
78979 src/com/gps/hibernate/SmsRegisterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
78980 src/com/gps/hibernate/SmsRegisterDAO.java 135 There is log block not surrounded by if
78981 src/com/gps/hibernate/SmsRegisterDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78982 src/com/gps/hibernate/SmsRegisterDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78983 src/com/gps/hibernate/SmsRegisterDAO.java 138 There is log block not surrounded by if
78984 src/com/gps/hibernate/SmsRegisterDAO.java 143 Parameter 'instance' is not assigned and could be declared final
78985 src/com/gps/hibernate/SmsRegisterDAO.java 143 publicMethodCommentRequirement Required
78986 src/com/gps/hibernate/SmsRegisterDAO.java 144 There is log block not surrounded by if
78987 src/com/gps/hibernate/SmsRegisterDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78988 src/com/gps/hibernate/SmsRegisterDAO.java 146 Potential violation of Law of Demeter (method chain calls)
78989 src/com/gps/hibernate/SmsRegisterDAO.java 147 There is log block not surrounded by if
78990 src/com/gps/hibernate/SmsRegisterDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78991 src/com/gps/hibernate/SmsRegisterDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
78992 src/com/gps/hibernate/SmsRegisterDAO.java 149 There is log block not surrounded by if
78993 src/com/gps/hibernate/SmsRegisterDAO.java 154 Parameter 'instance' is not assigned and could be declared final
78994 src/com/gps/hibernate/SmsRegisterDAO.java 154 publicMethodCommentRequirement Required
78995 src/com/gps/hibernate/SmsRegisterDAO.java 155 There is log block not surrounded by if
78996 src/com/gps/hibernate/SmsRegisterDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
78997 src/com/gps/hibernate/SmsRegisterDAO.java 157 Potential violation of Law of Demeter (method chain calls)
78998 src/com/gps/hibernate/SmsRegisterDAO.java 158 There is log block not surrounded by if
78999 src/com/gps/hibernate/SmsRegisterDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79000 src/com/gps/hibernate/SmsRegisterDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79001 src/com/gps/hibernate/SmsRegisterDAO.java 160 There is log block not surrounded by if
79002 src/com/gps/hibernate/Socialactivity.java 11 Classes implementing Serializable should set a serialVersionUID
79003 src/com/gps/hibernate/Socialactivity.java 15 fieldCommentRequirement Required
79004 src/com/gps/hibernate/Socialactivity.java 16 fieldCommentRequirement Required
79005 src/com/gps/hibernate/Socialactivity.java 17 fieldCommentRequirement Required
79006 src/com/gps/hibernate/Socialactivity.java 18 fieldCommentRequirement Required
79007 src/com/gps/hibernate/Socialactivity.java 19 fieldCommentRequirement Required
79008 src/com/gps/hibernate/Socialactivity.java 20 fieldCommentRequirement Required
79009 src/com/gps/hibernate/Socialactivity.java 21 fieldCommentRequirement Required
79010 src/com/gps/hibernate/Socialactivity.java 22 fieldCommentRequirement Required
79011 src/com/gps/hibernate/Socialactivity.java 23 fieldCommentRequirement Required
79012 src/com/gps/hibernate/Socialactivity.java 24 fieldCommentRequirement Required
79013 src/com/gps/hibernate/Socialactivity.java 25 fieldCommentRequirement Required
79014 src/com/gps/hibernate/Socialactivity.java 30 Document empty constructor
79015 src/com/gps/hibernate/Socialactivity.java 34 Parameter 'activityId' is not assigned and could be declared final
79016 src/com/gps/hibernate/Socialactivity.java 39 Avoid long parameter lists.
79017 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'activityId' is not assigned and could be declared final
79018 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'companyId' is not assigned and could be declared final
79019 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'groupId' is not assigned and could be declared final
79020 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'createDate' is not assigned and could be declared final
79021 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'mirrorActivityId' is not assigned and could be declared final
79022 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'userId' is not assigned and could be declared final
79023 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classNameId' is not assigned and could be declared final
79024 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classPk' is not assigned and could be declared final
79025 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'extraData' is not assigned and could be declared final
79026 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'type' is not assigned and could be declared final
79027 src/com/gps/hibernate/Socialactivity.java 42 Parameter 'receiverUserId' is not assigned and could be declared final
79028 src/com/gps/hibernate/Socialactivity.java 58 publicMethodCommentRequirement Required
79029 src/com/gps/hibernate/Socialactivity.java 62 Parameter 'activityId' is not assigned and could be declared final
79030 src/com/gps/hibernate/Socialactivity.java 62 publicMethodCommentRequirement Required
79031 src/com/gps/hibernate/Socialactivity.java 66 publicMethodCommentRequirement Required
79032 src/com/gps/hibernate/Socialactivity.java 70 Parameter 'groupId' is not assigned and could be declared final
79033 src/com/gps/hibernate/Socialactivity.java 70 publicMethodCommentRequirement Required
79034 src/com/gps/hibernate/Socialactivity.java 74 publicMethodCommentRequirement Required
79035 src/com/gps/hibernate/Socialactivity.java 78 Parameter 'companyId' is not assigned and could be declared final
79036 src/com/gps/hibernate/Socialactivity.java 78 publicMethodCommentRequirement Required
79037 src/com/gps/hibernate/Socialactivity.java 82 publicMethodCommentRequirement Required
79038 src/com/gps/hibernate/Socialactivity.java 86 Parameter 'userId' is not assigned and could be declared final
79039 src/com/gps/hibernate/Socialactivity.java 86 publicMethodCommentRequirement Required
79040 src/com/gps/hibernate/Socialactivity.java 90 publicMethodCommentRequirement Required
79041 src/com/gps/hibernate/Socialactivity.java 94 Parameter 'createDate' is not assigned and could be declared final
79042 src/com/gps/hibernate/Socialactivity.java 94 publicMethodCommentRequirement Required
79043 src/com/gps/hibernate/Socialactivity.java 98 publicMethodCommentRequirement Required
79044 src/com/gps/hibernate/Socialactivity.java 102 Parameter 'mirrorActivityId' is not assigned and could be declared final
79045 src/com/gps/hibernate/Socialactivity.java 102 publicMethodCommentRequirement Required
79046 src/com/gps/hibernate/Socialactivity.java 106 publicMethodCommentRequirement Required
79047 src/com/gps/hibernate/Socialactivity.java 110 Parameter 'classNameId' is not assigned and could be declared final
79048 src/com/gps/hibernate/Socialactivity.java 110 publicMethodCommentRequirement Required
79049 src/com/gps/hibernate/Socialactivity.java 114 publicMethodCommentRequirement Required
79050 src/com/gps/hibernate/Socialactivity.java 118 Parameter 'classPk' is not assigned and could be declared final
79051 src/com/gps/hibernate/Socialactivity.java 118 publicMethodCommentRequirement Required
79052 src/com/gps/hibernate/Socialactivity.java 122 publicMethodCommentRequirement Required
79053 src/com/gps/hibernate/Socialactivity.java 126 Parameter 'type' is not assigned and could be declared final
79054 src/com/gps/hibernate/Socialactivity.java 126 publicMethodCommentRequirement Required
79055 src/com/gps/hibernate/Socialactivity.java 130 publicMethodCommentRequirement Required
79056 src/com/gps/hibernate/Socialactivity.java 134 Parameter 'extraData' is not assigned and could be declared final
79057 src/com/gps/hibernate/Socialactivity.java 134 publicMethodCommentRequirement Required
79058 src/com/gps/hibernate/Socialactivity.java 138 publicMethodCommentRequirement Required
79059 src/com/gps/hibernate/Socialactivity.java 142 Parameter 'receiverUserId' is not assigned and could be declared final
79060 src/com/gps/hibernate/Socialactivity.java 142 publicMethodCommentRequirement Required
79061 src/com/gps/hibernate/SocialactivityDAO.java 3 Avoid unused imports such as 'java.util.Date'
79062 src/com/gps/hibernate/SocialactivityDAO.java 11 Comment is too large: Too many lines
79063 src/com/gps/hibernate/SocialactivityDAO.java 23 This class has too many methods, consider refactoring it.
79064 src/com/gps/hibernate/SocialactivityDAO.java 24 Logger should be defined private static final and have the correct class
79065 src/com/gps/hibernate/SocialactivityDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
79066 src/com/gps/hibernate/SocialactivityDAO.java 24 fieldCommentRequirement Required
79067 src/com/gps/hibernate/SocialactivityDAO.java 26 fieldCommentRequirement Required
79068 src/com/gps/hibernate/SocialactivityDAO.java 27 fieldCommentRequirement Required
79069 src/com/gps/hibernate/SocialactivityDAO.java 28 fieldCommentRequirement Required
79070 src/com/gps/hibernate/SocialactivityDAO.java 29 Avoid excessively long variable names like MIRROR_ACTIVITY_ID
79071 src/com/gps/hibernate/SocialactivityDAO.java 29 fieldCommentRequirement Required
79072 src/com/gps/hibernate/SocialactivityDAO.java 30 fieldCommentRequirement Required
79073 src/com/gps/hibernate/SocialactivityDAO.java 31 fieldCommentRequirement Required
79074 src/com/gps/hibernate/SocialactivityDAO.java 32 fieldCommentRequirement Required
79075 src/com/gps/hibernate/SocialactivityDAO.java 33 fieldCommentRequirement Required
79076 src/com/gps/hibernate/SocialactivityDAO.java 34 fieldCommentRequirement Required
79077 src/com/gps/hibernate/SocialactivityDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
79078 src/com/gps/hibernate/SocialactivityDAO.java 36 publicMethodCommentRequirement Required
79079 src/com/gps/hibernate/SocialactivityDAO.java 37 There is log block not surrounded by if
79080 src/com/gps/hibernate/SocialactivityDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79081 src/com/gps/hibernate/SocialactivityDAO.java 39 Potential violation of Law of Demeter (method chain calls)
79082 src/com/gps/hibernate/SocialactivityDAO.java 40 There is log block not surrounded by if
79083 src/com/gps/hibernate/SocialactivityDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79084 src/com/gps/hibernate/SocialactivityDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79085 src/com/gps/hibernate/SocialactivityDAO.java 42 There is log block not surrounded by if
79086 src/com/gps/hibernate/SocialactivityDAO.java 47 Avoid excessively long variable names like persistentInstance
79087 src/com/gps/hibernate/SocialactivityDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
79088 src/com/gps/hibernate/SocialactivityDAO.java 47 publicMethodCommentRequirement Required
79089 src/com/gps/hibernate/SocialactivityDAO.java 48 There is log block not surrounded by if
79090 src/com/gps/hibernate/SocialactivityDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79091 src/com/gps/hibernate/SocialactivityDAO.java 50 Potential violation of Law of Demeter (method chain calls)
79092 src/com/gps/hibernate/SocialactivityDAO.java 51 There is log block not surrounded by if
79093 src/com/gps/hibernate/SocialactivityDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79094 src/com/gps/hibernate/SocialactivityDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79095 src/com/gps/hibernate/SocialactivityDAO.java 53 There is log block not surrounded by if
79096 src/com/gps/hibernate/SocialactivityDAO.java 58 Avoid variables with short names like id
79097 src/com/gps/hibernate/SocialactivityDAO.java 58 Parameter 'id' is not assigned and could be declared final
79098 src/com/gps/hibernate/SocialactivityDAO.java 58 publicMethodCommentRequirement Required
79099 src/com/gps/hibernate/SocialactivityDAO.java 59 There is log block not surrounded by if
79100 src/com/gps/hibernate/SocialactivityDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79101 src/com/gps/hibernate/SocialactivityDAO.java 61 Local variable 'instance' could be declared final
79102 src/com/gps/hibernate/SocialactivityDAO.java 61 Potential violation of Law of Demeter (method chain calls)
79103 src/com/gps/hibernate/SocialactivityDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79104 src/com/gps/hibernate/SocialactivityDAO.java 65 There is log block not surrounded by if
79105 src/com/gps/hibernate/SocialactivityDAO.java 70 Parameter 'instance' is not assigned and could be declared final
79106 src/com/gps/hibernate/SocialactivityDAO.java 70 publicMethodCommentRequirement Required
79107 src/com/gps/hibernate/SocialactivityDAO.java 71 There is log block not surrounded by if
79108 src/com/gps/hibernate/SocialactivityDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79109 src/com/gps/hibernate/SocialactivityDAO.java 73 Local variable 'results' could be declared final
79110 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
79111 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
79112 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
79113 src/com/gps/hibernate/SocialactivityDAO.java 76 There is log block not surrounded by if
79114 src/com/gps/hibernate/SocialactivityDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79115 src/com/gps/hibernate/SocialactivityDAO.java 77 Potential violation of Law of Demeter (object not created locally)
79116 src/com/gps/hibernate/SocialactivityDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79117 src/com/gps/hibernate/SocialactivityDAO.java 80 There is log block not surrounded by if
79118 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
79119 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'value' is not assigned and could be declared final
79120 src/com/gps/hibernate/SocialactivityDAO.java 85 publicMethodCommentRequirement Required
79121 src/com/gps/hibernate/SocialactivityDAO.java 86 There is log block not surrounded by if
79122 src/com/gps/hibernate/SocialactivityDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79123 src/com/gps/hibernate/SocialactivityDAO.java 89 Local variable 'queryString' could be declared final
79124 src/com/gps/hibernate/SocialactivityDAO.java 91 Local variable 'queryObject' could be declared final
79125 src/com/gps/hibernate/SocialactivityDAO.java 91 Potential violation of Law of Demeter (method chain calls)
79126 src/com/gps/hibernate/SocialactivityDAO.java 92 Potential violation of Law of Demeter (object not created locally)
79127 src/com/gps/hibernate/SocialactivityDAO.java 93 Potential violation of Law of Demeter (object not created locally)
79128 src/com/gps/hibernate/SocialactivityDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79129 src/com/gps/hibernate/SocialactivityDAO.java 95 There is log block not surrounded by if
79130 src/com/gps/hibernate/SocialactivityDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
79131 src/com/gps/hibernate/SocialactivityDAO.java 100 publicMethodCommentRequirement Required
79132 src/com/gps/hibernate/SocialactivityDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
79133 src/com/gps/hibernate/SocialactivityDAO.java 104 publicMethodCommentRequirement Required
79134 src/com/gps/hibernate/SocialactivityDAO.java 108 Parameter 'userId' is not assigned and could be declared final
79135 src/com/gps/hibernate/SocialactivityDAO.java 108 publicMethodCommentRequirement Required
79136 src/com/gps/hibernate/SocialactivityDAO.java 112 Parameter 'mirrorActivityId' is not assigned and could be declared final
79137 src/com/gps/hibernate/SocialactivityDAO.java 112 publicMethodCommentRequirement Required
79138 src/com/gps/hibernate/SocialactivityDAO.java 116 Parameter 'classNameId' is not assigned and could be declared final
79139 src/com/gps/hibernate/SocialactivityDAO.java 116 publicMethodCommentRequirement Required
79140 src/com/gps/hibernate/SocialactivityDAO.java 120 Parameter 'classPk' is not assigned and could be declared final
79141 src/com/gps/hibernate/SocialactivityDAO.java 120 publicMethodCommentRequirement Required
79142 src/com/gps/hibernate/SocialactivityDAO.java 124 Parameter 'type' is not assigned and could be declared final
79143 src/com/gps/hibernate/SocialactivityDAO.java 124 publicMethodCommentRequirement Required
79144 src/com/gps/hibernate/SocialactivityDAO.java 128 Parameter 'extraData' is not assigned and could be declared final
79145 src/com/gps/hibernate/SocialactivityDAO.java 128 publicMethodCommentRequirement Required
79146 src/com/gps/hibernate/SocialactivityDAO.java 132 Parameter 'receiverUserId' is not assigned and could be declared final
79147 src/com/gps/hibernate/SocialactivityDAO.java 132 publicMethodCommentRequirement Required
79148 src/com/gps/hibernate/SocialactivityDAO.java 136 publicMethodCommentRequirement Required
79149 src/com/gps/hibernate/SocialactivityDAO.java 137 There is log block not surrounded by if
79150 src/com/gps/hibernate/SocialactivityDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79151 src/com/gps/hibernate/SocialactivityDAO.java 139 Local variable 'queryString' could be declared final
79152 src/com/gps/hibernate/SocialactivityDAO.java 140 Local variable 'queryObject' could be declared final
79153 src/com/gps/hibernate/SocialactivityDAO.java 140 Potential violation of Law of Demeter (method chain calls)
79154 src/com/gps/hibernate/SocialactivityDAO.java 141 Potential violation of Law of Demeter (object not created locally)
79155 src/com/gps/hibernate/SocialactivityDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79156 src/com/gps/hibernate/SocialactivityDAO.java 143 There is log block not surrounded by if
79157 src/com/gps/hibernate/SocialactivityDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
79158 src/com/gps/hibernate/SocialactivityDAO.java 148 publicMethodCommentRequirement Required
79159 src/com/gps/hibernate/SocialactivityDAO.java 149 There is log block not surrounded by if
79160 src/com/gps/hibernate/SocialactivityDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79161 src/com/gps/hibernate/SocialactivityDAO.java 151 Local variable 'result' could be declared final
79162 src/com/gps/hibernate/SocialactivityDAO.java 151 Potential violation of Law of Demeter (method chain calls)
79163 src/com/gps/hibernate/SocialactivityDAO.java 153 There is log block not surrounded by if
79164 src/com/gps/hibernate/SocialactivityDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79165 src/com/gps/hibernate/SocialactivityDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79166 src/com/gps/hibernate/SocialactivityDAO.java 156 There is log block not surrounded by if
79167 src/com/gps/hibernate/SocialactivityDAO.java 161 Parameter 'instance' is not assigned and could be declared final
79168 src/com/gps/hibernate/SocialactivityDAO.java 161 publicMethodCommentRequirement Required
79169 src/com/gps/hibernate/SocialactivityDAO.java 162 There is log block not surrounded by if
79170 src/com/gps/hibernate/SocialactivityDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79171 src/com/gps/hibernate/SocialactivityDAO.java 164 Potential violation of Law of Demeter (method chain calls)
79172 src/com/gps/hibernate/SocialactivityDAO.java 165 There is log block not surrounded by if
79173 src/com/gps/hibernate/SocialactivityDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79174 src/com/gps/hibernate/SocialactivityDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79175 src/com/gps/hibernate/SocialactivityDAO.java 167 There is log block not surrounded by if
79176 src/com/gps/hibernate/SocialactivityDAO.java 172 Parameter 'instance' is not assigned and could be declared final
79177 src/com/gps/hibernate/SocialactivityDAO.java 172 publicMethodCommentRequirement Required
79178 src/com/gps/hibernate/SocialactivityDAO.java 173 There is log block not surrounded by if
79179 src/com/gps/hibernate/SocialactivityDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79180 src/com/gps/hibernate/SocialactivityDAO.java 175 Potential violation of Law of Demeter (method chain calls)
79181 src/com/gps/hibernate/SocialactivityDAO.java 176 There is log block not surrounded by if
79182 src/com/gps/hibernate/SocialactivityDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79183 src/com/gps/hibernate/SocialactivityDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79184 src/com/gps/hibernate/SocialactivityDAO.java 178 There is log block not surrounded by if
79185 src/com/gps/hibernate/Socialrelation.java 11 Classes implementing Serializable should set a serialVersionUID
79186 src/com/gps/hibernate/Socialrelation.java 15 fieldCommentRequirement Required
79187 src/com/gps/hibernate/Socialrelation.java 16 fieldCommentRequirement Required
79188 src/com/gps/hibernate/Socialrelation.java 17 fieldCommentRequirement Required
79189 src/com/gps/hibernate/Socialrelation.java 18 fieldCommentRequirement Required
79190 src/com/gps/hibernate/Socialrelation.java 19 fieldCommentRequirement Required
79191 src/com/gps/hibernate/Socialrelation.java 20 fieldCommentRequirement Required
79192 src/com/gps/hibernate/Socialrelation.java 21 fieldCommentRequirement Required
79193 src/com/gps/hibernate/Socialrelation.java 26 Document empty constructor
79194 src/com/gps/hibernate/Socialrelation.java 30 Parameter 'relationId' is not assigned and could be declared final
79195 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'companyId' is not assigned and could be declared final
79196 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'relationId' is not assigned and could be declared final
79197 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'uuid' is not assigned and could be declared final
79198 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'createDate' is not assigned and could be declared final
79199 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'type' is not assigned and could be declared final
79200 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId1' is not assigned and could be declared final
79201 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId2' is not assigned and could be declared final
79202 src/com/gps/hibernate/Socialrelation.java 48 publicMethodCommentRequirement Required
79203 src/com/gps/hibernate/Socialrelation.java 52 Parameter 'relationId' is not assigned and could be declared final
79204 src/com/gps/hibernate/Socialrelation.java 52 publicMethodCommentRequirement Required
79205 src/com/gps/hibernate/Socialrelation.java 56 publicMethodCommentRequirement Required
79206 src/com/gps/hibernate/Socialrelation.java 60 Parameter 'uuid' is not assigned and could be declared final
79207 src/com/gps/hibernate/Socialrelation.java 60 publicMethodCommentRequirement Required
79208 src/com/gps/hibernate/Socialrelation.java 64 publicMethodCommentRequirement Required
79209 src/com/gps/hibernate/Socialrelation.java 68 Parameter 'companyId' is not assigned and could be declared final
79210 src/com/gps/hibernate/Socialrelation.java 68 publicMethodCommentRequirement Required
79211 src/com/gps/hibernate/Socialrelation.java 72 publicMethodCommentRequirement Required
79212 src/com/gps/hibernate/Socialrelation.java 76 Parameter 'createDate' is not assigned and could be declared final
79213 src/com/gps/hibernate/Socialrelation.java 76 publicMethodCommentRequirement Required
79214 src/com/gps/hibernate/Socialrelation.java 80 publicMethodCommentRequirement Required
79215 src/com/gps/hibernate/Socialrelation.java 84 Parameter 'userId1' is not assigned and could be declared final
79216 src/com/gps/hibernate/Socialrelation.java 84 publicMethodCommentRequirement Required
79217 src/com/gps/hibernate/Socialrelation.java 88 publicMethodCommentRequirement Required
79218 src/com/gps/hibernate/Socialrelation.java 92 Parameter 'userId2' is not assigned and could be declared final
79219 src/com/gps/hibernate/Socialrelation.java 92 publicMethodCommentRequirement Required
79220 src/com/gps/hibernate/Socialrelation.java 96 publicMethodCommentRequirement Required
79221 src/com/gps/hibernate/Socialrelation.java 100 Parameter 'type' is not assigned and could be declared final
79222 src/com/gps/hibernate/Socialrelation.java 100 publicMethodCommentRequirement Required
79223 src/com/gps/hibernate/SocialrelationDAO.java 3 Avoid unused imports such as 'java.util.Date'
79224 src/com/gps/hibernate/SocialrelationDAO.java 11 Comment is too large: Too many lines
79225 src/com/gps/hibernate/SocialrelationDAO.java 23 This class has too many methods, consider refactoring it.
79226 src/com/gps/hibernate/SocialrelationDAO.java 24 Logger should be defined private static final and have the correct class
79227 src/com/gps/hibernate/SocialrelationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
79228 src/com/gps/hibernate/SocialrelationDAO.java 24 fieldCommentRequirement Required
79229 src/com/gps/hibernate/SocialrelationDAO.java 26 fieldCommentRequirement Required
79230 src/com/gps/hibernate/SocialrelationDAO.java 27 fieldCommentRequirement Required
79231 src/com/gps/hibernate/SocialrelationDAO.java 28 fieldCommentRequirement Required
79232 src/com/gps/hibernate/SocialrelationDAO.java 29 fieldCommentRequirement Required
79233 src/com/gps/hibernate/SocialrelationDAO.java 30 fieldCommentRequirement Required
79234 src/com/gps/hibernate/SocialrelationDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
79235 src/com/gps/hibernate/SocialrelationDAO.java 32 publicMethodCommentRequirement Required
79236 src/com/gps/hibernate/SocialrelationDAO.java 33 There is log block not surrounded by if
79237 src/com/gps/hibernate/SocialrelationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79238 src/com/gps/hibernate/SocialrelationDAO.java 35 Potential violation of Law of Demeter (method chain calls)
79239 src/com/gps/hibernate/SocialrelationDAO.java 36 There is log block not surrounded by if
79240 src/com/gps/hibernate/SocialrelationDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79241 src/com/gps/hibernate/SocialrelationDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79242 src/com/gps/hibernate/SocialrelationDAO.java 38 There is log block not surrounded by if
79243 src/com/gps/hibernate/SocialrelationDAO.java 43 Avoid excessively long variable names like persistentInstance
79244 src/com/gps/hibernate/SocialrelationDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
79245 src/com/gps/hibernate/SocialrelationDAO.java 43 publicMethodCommentRequirement Required
79246 src/com/gps/hibernate/SocialrelationDAO.java 44 There is log block not surrounded by if
79247 src/com/gps/hibernate/SocialrelationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79248 src/com/gps/hibernate/SocialrelationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
79249 src/com/gps/hibernate/SocialrelationDAO.java 47 There is log block not surrounded by if
79250 src/com/gps/hibernate/SocialrelationDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79251 src/com/gps/hibernate/SocialrelationDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79252 src/com/gps/hibernate/SocialrelationDAO.java 49 There is log block not surrounded by if
79253 src/com/gps/hibernate/SocialrelationDAO.java 54 Avoid variables with short names like id
79254 src/com/gps/hibernate/SocialrelationDAO.java 54 Parameter 'id' is not assigned and could be declared final
79255 src/com/gps/hibernate/SocialrelationDAO.java 54 publicMethodCommentRequirement Required
79256 src/com/gps/hibernate/SocialrelationDAO.java 55 There is log block not surrounded by if
79257 src/com/gps/hibernate/SocialrelationDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79258 src/com/gps/hibernate/SocialrelationDAO.java 57 Local variable 'instance' could be declared final
79259 src/com/gps/hibernate/SocialrelationDAO.java 57 Potential violation of Law of Demeter (method chain calls)
79260 src/com/gps/hibernate/SocialrelationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79261 src/com/gps/hibernate/SocialrelationDAO.java 61 There is log block not surrounded by if
79262 src/com/gps/hibernate/SocialrelationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
79263 src/com/gps/hibernate/SocialrelationDAO.java 66 publicMethodCommentRequirement Required
79264 src/com/gps/hibernate/SocialrelationDAO.java 67 There is log block not surrounded by if
79265 src/com/gps/hibernate/SocialrelationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79266 src/com/gps/hibernate/SocialrelationDAO.java 69 Local variable 'results' could be declared final
79267 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
79268 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
79269 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
79270 src/com/gps/hibernate/SocialrelationDAO.java 72 There is log block not surrounded by if
79271 src/com/gps/hibernate/SocialrelationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79272 src/com/gps/hibernate/SocialrelationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
79273 src/com/gps/hibernate/SocialrelationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79274 src/com/gps/hibernate/SocialrelationDAO.java 76 There is log block not surrounded by if
79275 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
79276 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'value' is not assigned and could be declared final
79277 src/com/gps/hibernate/SocialrelationDAO.java 81 publicMethodCommentRequirement Required
79278 src/com/gps/hibernate/SocialrelationDAO.java 82 There is log block not surrounded by if
79279 src/com/gps/hibernate/SocialrelationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79280 src/com/gps/hibernate/SocialrelationDAO.java 85 Local variable 'queryString' could be declared final
79281 src/com/gps/hibernate/SocialrelationDAO.java 87 Local variable 'queryObject' could be declared final
79282 src/com/gps/hibernate/SocialrelationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
79283 src/com/gps/hibernate/SocialrelationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
79284 src/com/gps/hibernate/SocialrelationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
79285 src/com/gps/hibernate/SocialrelationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79286 src/com/gps/hibernate/SocialrelationDAO.java 91 There is log block not surrounded by if
79287 src/com/gps/hibernate/SocialrelationDAO.java 96 Parameter 'uuid' is not assigned and could be declared final
79288 src/com/gps/hibernate/SocialrelationDAO.java 96 publicMethodCommentRequirement Required
79289 src/com/gps/hibernate/SocialrelationDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
79290 src/com/gps/hibernate/SocialrelationDAO.java 100 publicMethodCommentRequirement Required
79291 src/com/gps/hibernate/SocialrelationDAO.java 104 Parameter 'userId1' is not assigned and could be declared final
79292 src/com/gps/hibernate/SocialrelationDAO.java 104 publicMethodCommentRequirement Required
79293 src/com/gps/hibernate/SocialrelationDAO.java 108 Parameter 'userId2' is not assigned and could be declared final
79294 src/com/gps/hibernate/SocialrelationDAO.java 108 publicMethodCommentRequirement Required
79295 src/com/gps/hibernate/SocialrelationDAO.java 112 Parameter 'type' is not assigned and could be declared final
79296 src/com/gps/hibernate/SocialrelationDAO.java 112 publicMethodCommentRequirement Required
79297 src/com/gps/hibernate/SocialrelationDAO.java 116 publicMethodCommentRequirement Required
79298 src/com/gps/hibernate/SocialrelationDAO.java 117 There is log block not surrounded by if
79299 src/com/gps/hibernate/SocialrelationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79300 src/com/gps/hibernate/SocialrelationDAO.java 119 Local variable 'queryString' could be declared final
79301 src/com/gps/hibernate/SocialrelationDAO.java 120 Local variable 'queryObject' could be declared final
79302 src/com/gps/hibernate/SocialrelationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
79303 src/com/gps/hibernate/SocialrelationDAO.java 121 Potential violation of Law of Demeter (object not created locally)
79304 src/com/gps/hibernate/SocialrelationDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79305 src/com/gps/hibernate/SocialrelationDAO.java 123 There is log block not surrounded by if
79306 src/com/gps/hibernate/SocialrelationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
79307 src/com/gps/hibernate/SocialrelationDAO.java 128 publicMethodCommentRequirement Required
79308 src/com/gps/hibernate/SocialrelationDAO.java 129 There is log block not surrounded by if
79309 src/com/gps/hibernate/SocialrelationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79310 src/com/gps/hibernate/SocialrelationDAO.java 131 Local variable 'result' could be declared final
79311 src/com/gps/hibernate/SocialrelationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
79312 src/com/gps/hibernate/SocialrelationDAO.java 133 There is log block not surrounded by if
79313 src/com/gps/hibernate/SocialrelationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79314 src/com/gps/hibernate/SocialrelationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79315 src/com/gps/hibernate/SocialrelationDAO.java 136 There is log block not surrounded by if
79316 src/com/gps/hibernate/SocialrelationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
79317 src/com/gps/hibernate/SocialrelationDAO.java 141 publicMethodCommentRequirement Required
79318 src/com/gps/hibernate/SocialrelationDAO.java 142 There is log block not surrounded by if
79319 src/com/gps/hibernate/SocialrelationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79320 src/com/gps/hibernate/SocialrelationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
79321 src/com/gps/hibernate/SocialrelationDAO.java 145 There is log block not surrounded by if
79322 src/com/gps/hibernate/SocialrelationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79323 src/com/gps/hibernate/SocialrelationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79324 src/com/gps/hibernate/SocialrelationDAO.java 147 There is log block not surrounded by if
79325 src/com/gps/hibernate/SocialrelationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
79326 src/com/gps/hibernate/SocialrelationDAO.java 152 publicMethodCommentRequirement Required
79327 src/com/gps/hibernate/SocialrelationDAO.java 153 There is log block not surrounded by if
79328 src/com/gps/hibernate/SocialrelationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79329 src/com/gps/hibernate/SocialrelationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
79330 src/com/gps/hibernate/SocialrelationDAO.java 156 There is log block not surrounded by if
79331 src/com/gps/hibernate/SocialrelationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79332 src/com/gps/hibernate/SocialrelationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79333 src/com/gps/hibernate/SocialrelationDAO.java 158 There is log block not surrounded by if
79334 src/com/gps/hibernate/Socialrequest.java 11 Classes implementing Serializable should set a serialVersionUID
79335 src/com/gps/hibernate/Socialrequest.java 15 fieldCommentRequirement Required
79336 src/com/gps/hibernate/Socialrequest.java 16 fieldCommentRequirement Required
79337 src/com/gps/hibernate/Socialrequest.java 17 fieldCommentRequirement Required
79338 src/com/gps/hibernate/Socialrequest.java 18 fieldCommentRequirement Required
79339 src/com/gps/hibernate/Socialrequest.java 19 fieldCommentRequirement Required
79340 src/com/gps/hibernate/Socialrequest.java 20 fieldCommentRequirement Required
79341 src/com/gps/hibernate/Socialrequest.java 21 fieldCommentRequirement Required
79342 src/com/gps/hibernate/Socialrequest.java 22 fieldCommentRequirement Required
79343 src/com/gps/hibernate/Socialrequest.java 23 fieldCommentRequirement Required
79344 src/com/gps/hibernate/Socialrequest.java 24 fieldCommentRequirement Required
79345 src/com/gps/hibernate/Socialrequest.java 25 fieldCommentRequirement Required
79346 src/com/gps/hibernate/Socialrequest.java 26 fieldCommentRequirement Required
79347 src/com/gps/hibernate/Socialrequest.java 27 fieldCommentRequirement Required
79348 src/com/gps/hibernate/Socialrequest.java 32 Document empty constructor
79349 src/com/gps/hibernate/Socialrequest.java 36 Parameter 'requestId' is not assigned and could be declared final
79350 src/com/gps/hibernate/Socialrequest.java 41 Avoid long parameter lists.
79351 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'groupId' is not assigned and could be declared final
79352 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'requestId' is not assigned and could be declared final
79353 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'uuid' is not assigned and could be declared final
79354 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'companyId' is not assigned and could be declared final
79355 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'createDate' is not assigned and could be declared final
79356 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
79357 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'userId' is not assigned and could be declared final
79358 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classNameId' is not assigned and could be declared final
79359 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classPk' is not assigned and could be declared final
79360 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'extraData' is not assigned and could be declared final
79361 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'type' is not assigned and could be declared final
79362 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'receiverUserId' is not assigned and could be declared final
79363 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'status' is not assigned and could be declared final
79364 src/com/gps/hibernate/Socialrequest.java 62 publicMethodCommentRequirement Required
79365 src/com/gps/hibernate/Socialrequest.java 66 Parameter 'requestId' is not assigned and could be declared final
79366 src/com/gps/hibernate/Socialrequest.java 66 publicMethodCommentRequirement Required
79367 src/com/gps/hibernate/Socialrequest.java 70 publicMethodCommentRequirement Required
79368 src/com/gps/hibernate/Socialrequest.java 74 Parameter 'uuid' is not assigned and could be declared final
79369 src/com/gps/hibernate/Socialrequest.java 74 publicMethodCommentRequirement Required
79370 src/com/gps/hibernate/Socialrequest.java 78 publicMethodCommentRequirement Required
79371 src/com/gps/hibernate/Socialrequest.java 82 Parameter 'groupId' is not assigned and could be declared final
79372 src/com/gps/hibernate/Socialrequest.java 82 publicMethodCommentRequirement Required
79373 src/com/gps/hibernate/Socialrequest.java 86 publicMethodCommentRequirement Required
79374 src/com/gps/hibernate/Socialrequest.java 90 Parameter 'companyId' is not assigned and could be declared final
79375 src/com/gps/hibernate/Socialrequest.java 90 publicMethodCommentRequirement Required
79376 src/com/gps/hibernate/Socialrequest.java 94 publicMethodCommentRequirement Required
79377 src/com/gps/hibernate/Socialrequest.java 98 Parameter 'userId' is not assigned and could be declared final
79378 src/com/gps/hibernate/Socialrequest.java 98 publicMethodCommentRequirement Required
79379 src/com/gps/hibernate/Socialrequest.java 102 publicMethodCommentRequirement Required
79380 src/com/gps/hibernate/Socialrequest.java 106 Parameter 'createDate' is not assigned and could be declared final
79381 src/com/gps/hibernate/Socialrequest.java 106 publicMethodCommentRequirement Required
79382 src/com/gps/hibernate/Socialrequest.java 110 publicMethodCommentRequirement Required
79383 src/com/gps/hibernate/Socialrequest.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
79384 src/com/gps/hibernate/Socialrequest.java 114 publicMethodCommentRequirement Required
79385 src/com/gps/hibernate/Socialrequest.java 118 publicMethodCommentRequirement Required
79386 src/com/gps/hibernate/Socialrequest.java 122 Parameter 'classNameId' is not assigned and could be declared final
79387 src/com/gps/hibernate/Socialrequest.java 122 publicMethodCommentRequirement Required
79388 src/com/gps/hibernate/Socialrequest.java 126 publicMethodCommentRequirement Required
79389 src/com/gps/hibernate/Socialrequest.java 130 Parameter 'classPk' is not assigned and could be declared final
79390 src/com/gps/hibernate/Socialrequest.java 130 publicMethodCommentRequirement Required
79391 src/com/gps/hibernate/Socialrequest.java 134 publicMethodCommentRequirement Required
79392 src/com/gps/hibernate/Socialrequest.java 138 Parameter 'type' is not assigned and could be declared final
79393 src/com/gps/hibernate/Socialrequest.java 138 publicMethodCommentRequirement Required
79394 src/com/gps/hibernate/Socialrequest.java 142 publicMethodCommentRequirement Required
79395 src/com/gps/hibernate/Socialrequest.java 146 Parameter 'extraData' is not assigned and could be declared final
79396 src/com/gps/hibernate/Socialrequest.java 146 publicMethodCommentRequirement Required
79397 src/com/gps/hibernate/Socialrequest.java 150 publicMethodCommentRequirement Required
79398 src/com/gps/hibernate/Socialrequest.java 154 Parameter 'receiverUserId' is not assigned and could be declared final
79399 src/com/gps/hibernate/Socialrequest.java 154 publicMethodCommentRequirement Required
79400 src/com/gps/hibernate/Socialrequest.java 158 publicMethodCommentRequirement Required
79401 src/com/gps/hibernate/Socialrequest.java 162 Parameter 'status' is not assigned and could be declared final
79402 src/com/gps/hibernate/Socialrequest.java 162 publicMethodCommentRequirement Required
79403 src/com/gps/hibernate/SocialrequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
79404 src/com/gps/hibernate/SocialrequestDAO.java 11 Comment is too large: Too many lines
79405 src/com/gps/hibernate/SocialrequestDAO.java 23 This class has too many methods, consider refactoring it.
79406 src/com/gps/hibernate/SocialrequestDAO.java 24 Logger should be defined private static final and have the correct class
79407 src/com/gps/hibernate/SocialrequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
79408 src/com/gps/hibernate/SocialrequestDAO.java 24 fieldCommentRequirement Required
79409 src/com/gps/hibernate/SocialrequestDAO.java 26 fieldCommentRequirement Required
79410 src/com/gps/hibernate/SocialrequestDAO.java 27 fieldCommentRequirement Required
79411 src/com/gps/hibernate/SocialrequestDAO.java 28 fieldCommentRequirement Required
79412 src/com/gps/hibernate/SocialrequestDAO.java 29 fieldCommentRequirement Required
79413 src/com/gps/hibernate/SocialrequestDAO.java 30 fieldCommentRequirement Required
79414 src/com/gps/hibernate/SocialrequestDAO.java 31 fieldCommentRequirement Required
79415 src/com/gps/hibernate/SocialrequestDAO.java 32 fieldCommentRequirement Required
79416 src/com/gps/hibernate/SocialrequestDAO.java 33 fieldCommentRequirement Required
79417 src/com/gps/hibernate/SocialrequestDAO.java 34 fieldCommentRequirement Required
79418 src/com/gps/hibernate/SocialrequestDAO.java 35 fieldCommentRequirement Required
79419 src/com/gps/hibernate/SocialrequestDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
79420 src/com/gps/hibernate/SocialrequestDAO.java 37 publicMethodCommentRequirement Required
79421 src/com/gps/hibernate/SocialrequestDAO.java 38 There is log block not surrounded by if
79422 src/com/gps/hibernate/SocialrequestDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79423 src/com/gps/hibernate/SocialrequestDAO.java 40 Potential violation of Law of Demeter (method chain calls)
79424 src/com/gps/hibernate/SocialrequestDAO.java 41 There is log block not surrounded by if
79425 src/com/gps/hibernate/SocialrequestDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79426 src/com/gps/hibernate/SocialrequestDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79427 src/com/gps/hibernate/SocialrequestDAO.java 43 There is log block not surrounded by if
79428 src/com/gps/hibernate/SocialrequestDAO.java 48 Avoid excessively long variable names like persistentInstance
79429 src/com/gps/hibernate/SocialrequestDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
79430 src/com/gps/hibernate/SocialrequestDAO.java 48 publicMethodCommentRequirement Required
79431 src/com/gps/hibernate/SocialrequestDAO.java 49 There is log block not surrounded by if
79432 src/com/gps/hibernate/SocialrequestDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79433 src/com/gps/hibernate/SocialrequestDAO.java 51 Potential violation of Law of Demeter (method chain calls)
79434 src/com/gps/hibernate/SocialrequestDAO.java 52 There is log block not surrounded by if
79435 src/com/gps/hibernate/SocialrequestDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79436 src/com/gps/hibernate/SocialrequestDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79437 src/com/gps/hibernate/SocialrequestDAO.java 54 There is log block not surrounded by if
79438 src/com/gps/hibernate/SocialrequestDAO.java 59 Avoid variables with short names like id
79439 src/com/gps/hibernate/SocialrequestDAO.java 59 Parameter 'id' is not assigned and could be declared final
79440 src/com/gps/hibernate/SocialrequestDAO.java 59 publicMethodCommentRequirement Required
79441 src/com/gps/hibernate/SocialrequestDAO.java 60 There is log block not surrounded by if
79442 src/com/gps/hibernate/SocialrequestDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79443 src/com/gps/hibernate/SocialrequestDAO.java 62 Local variable 'instance' could be declared final
79444 src/com/gps/hibernate/SocialrequestDAO.java 62 Potential violation of Law of Demeter (method chain calls)
79445 src/com/gps/hibernate/SocialrequestDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79446 src/com/gps/hibernate/SocialrequestDAO.java 66 There is log block not surrounded by if
79447 src/com/gps/hibernate/SocialrequestDAO.java 71 Parameter 'instance' is not assigned and could be declared final
79448 src/com/gps/hibernate/SocialrequestDAO.java 71 publicMethodCommentRequirement Required
79449 src/com/gps/hibernate/SocialrequestDAO.java 72 There is log block not surrounded by if
79450 src/com/gps/hibernate/SocialrequestDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79451 src/com/gps/hibernate/SocialrequestDAO.java 74 Local variable 'results' could be declared final
79452 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
79453 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
79454 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
79455 src/com/gps/hibernate/SocialrequestDAO.java 77 There is log block not surrounded by if
79456 src/com/gps/hibernate/SocialrequestDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79457 src/com/gps/hibernate/SocialrequestDAO.java 78 Potential violation of Law of Demeter (object not created locally)
79458 src/com/gps/hibernate/SocialrequestDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79459 src/com/gps/hibernate/SocialrequestDAO.java 81 There is log block not surrounded by if
79460 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
79461 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'value' is not assigned and could be declared final
79462 src/com/gps/hibernate/SocialrequestDAO.java 86 publicMethodCommentRequirement Required
79463 src/com/gps/hibernate/SocialrequestDAO.java 87 There is log block not surrounded by if
79464 src/com/gps/hibernate/SocialrequestDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79465 src/com/gps/hibernate/SocialrequestDAO.java 90 Local variable 'queryString' could be declared final
79466 src/com/gps/hibernate/SocialrequestDAO.java 92 Local variable 'queryObject' could be declared final
79467 src/com/gps/hibernate/SocialrequestDAO.java 92 Potential violation of Law of Demeter (method chain calls)
79468 src/com/gps/hibernate/SocialrequestDAO.java 93 Potential violation of Law of Demeter (object not created locally)
79469 src/com/gps/hibernate/SocialrequestDAO.java 94 Potential violation of Law of Demeter (object not created locally)
79470 src/com/gps/hibernate/SocialrequestDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79471 src/com/gps/hibernate/SocialrequestDAO.java 96 There is log block not surrounded by if
79472 src/com/gps/hibernate/SocialrequestDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
79473 src/com/gps/hibernate/SocialrequestDAO.java 101 publicMethodCommentRequirement Required
79474 src/com/gps/hibernate/SocialrequestDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
79475 src/com/gps/hibernate/SocialrequestDAO.java 105 publicMethodCommentRequirement Required
79476 src/com/gps/hibernate/SocialrequestDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
79477 src/com/gps/hibernate/SocialrequestDAO.java 109 publicMethodCommentRequirement Required
79478 src/com/gps/hibernate/SocialrequestDAO.java 113 Parameter 'userId' is not assigned and could be declared final
79479 src/com/gps/hibernate/SocialrequestDAO.java 113 publicMethodCommentRequirement Required
79480 src/com/gps/hibernate/SocialrequestDAO.java 117 Parameter 'classNameId' is not assigned and could be declared final
79481 src/com/gps/hibernate/SocialrequestDAO.java 117 publicMethodCommentRequirement Required
79482 src/com/gps/hibernate/SocialrequestDAO.java 121 Parameter 'classPk' is not assigned and could be declared final
79483 src/com/gps/hibernate/SocialrequestDAO.java 121 publicMethodCommentRequirement Required
79484 src/com/gps/hibernate/SocialrequestDAO.java 125 Parameter 'type' is not assigned and could be declared final
79485 src/com/gps/hibernate/SocialrequestDAO.java 125 publicMethodCommentRequirement Required
79486 src/com/gps/hibernate/SocialrequestDAO.java 129 Parameter 'extraData' is not assigned and could be declared final
79487 src/com/gps/hibernate/SocialrequestDAO.java 129 publicMethodCommentRequirement Required
79488 src/com/gps/hibernate/SocialrequestDAO.java 133 Parameter 'receiverUserId' is not assigned and could be declared final
79489 src/com/gps/hibernate/SocialrequestDAO.java 133 publicMethodCommentRequirement Required
79490 src/com/gps/hibernate/SocialrequestDAO.java 137 Parameter 'status' is not assigned and could be declared final
79491 src/com/gps/hibernate/SocialrequestDAO.java 137 publicMethodCommentRequirement Required
79492 src/com/gps/hibernate/SocialrequestDAO.java 141 publicMethodCommentRequirement Required
79493 src/com/gps/hibernate/SocialrequestDAO.java 142 There is log block not surrounded by if
79494 src/com/gps/hibernate/SocialrequestDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79495 src/com/gps/hibernate/SocialrequestDAO.java 144 Local variable 'queryString' could be declared final
79496 src/com/gps/hibernate/SocialrequestDAO.java 145 Local variable 'queryObject' could be declared final
79497 src/com/gps/hibernate/SocialrequestDAO.java 145 Potential violation of Law of Demeter (method chain calls)
79498 src/com/gps/hibernate/SocialrequestDAO.java 146 Potential violation of Law of Demeter (object not created locally)
79499 src/com/gps/hibernate/SocialrequestDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79500 src/com/gps/hibernate/SocialrequestDAO.java 148 There is log block not surrounded by if
79501 src/com/gps/hibernate/SocialrequestDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
79502 src/com/gps/hibernate/SocialrequestDAO.java 153 publicMethodCommentRequirement Required
79503 src/com/gps/hibernate/SocialrequestDAO.java 154 There is log block not surrounded by if
79504 src/com/gps/hibernate/SocialrequestDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79505 src/com/gps/hibernate/SocialrequestDAO.java 156 Local variable 'result' could be declared final
79506 src/com/gps/hibernate/SocialrequestDAO.java 156 Potential violation of Law of Demeter (method chain calls)
79507 src/com/gps/hibernate/SocialrequestDAO.java 158 There is log block not surrounded by if
79508 src/com/gps/hibernate/SocialrequestDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79509 src/com/gps/hibernate/SocialrequestDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79510 src/com/gps/hibernate/SocialrequestDAO.java 161 There is log block not surrounded by if
79511 src/com/gps/hibernate/SocialrequestDAO.java 166 Parameter 'instance' is not assigned and could be declared final
79512 src/com/gps/hibernate/SocialrequestDAO.java 166 publicMethodCommentRequirement Required
79513 src/com/gps/hibernate/SocialrequestDAO.java 167 There is log block not surrounded by if
79514 src/com/gps/hibernate/SocialrequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79515 src/com/gps/hibernate/SocialrequestDAO.java 169 Potential violation of Law of Demeter (method chain calls)
79516 src/com/gps/hibernate/SocialrequestDAO.java 170 There is log block not surrounded by if
79517 src/com/gps/hibernate/SocialrequestDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79518 src/com/gps/hibernate/SocialrequestDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79519 src/com/gps/hibernate/SocialrequestDAO.java 172 There is log block not surrounded by if
79520 src/com/gps/hibernate/SocialrequestDAO.java 177 Parameter 'instance' is not assigned and could be declared final
79521 src/com/gps/hibernate/SocialrequestDAO.java 177 publicMethodCommentRequirement Required
79522 src/com/gps/hibernate/SocialrequestDAO.java 178 There is log block not surrounded by if
79523 src/com/gps/hibernate/SocialrequestDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79524 src/com/gps/hibernate/SocialrequestDAO.java 180 Potential violation of Law of Demeter (method chain calls)
79525 src/com/gps/hibernate/SocialrequestDAO.java 181 There is log block not surrounded by if
79526 src/com/gps/hibernate/SocialrequestDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79527 src/com/gps/hibernate/SocialrequestDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79528 src/com/gps/hibernate/SocialrequestDAO.java 183 There is log block not surrounded by if
79529 src/com/gps/hibernate/Speedparameter.java 9 Classes implementing Serializable should set a serialVersionUID
79530 src/com/gps/hibernate/Speedparameter.java 13 Avoid variables with short names like id
79531 src/com/gps/hibernate/Speedparameter.java 13 fieldCommentRequirement Required
79532 src/com/gps/hibernate/Speedparameter.java 14 fieldCommentRequirement Required
79533 src/com/gps/hibernate/Speedparameter.java 15 fieldCommentRequirement Required
79534 src/com/gps/hibernate/Speedparameter.java 16 fieldCommentRequirement Required
79535 src/com/gps/hibernate/Speedparameter.java 21 Document empty constructor
79536 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'colourcode' is not assigned and could be declared final
79537 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'parameter' is not assigned and could be declared final
79538 src/com/gps/hibernate/Speedparameter.java 25 publicMethodCommentRequirement Required
79539 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'parameter' is not assigned and could be declared final
79540 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'user' is not assigned and could be declared final
79541 src/com/gps/hibernate/Speedparameter.java 33 Parameter 'colourcode' is not assigned and could be declared final
79542 src/com/gps/hibernate/Speedparameter.java 41 publicMethodCommentRequirement Required
79543 src/com/gps/hibernate/Speedparameter.java 45 Avoid variables with short names like id
79544 src/com/gps/hibernate/Speedparameter.java 45 Parameter 'id' is not assigned and could be declared final
79545 src/com/gps/hibernate/Speedparameter.java 45 publicMethodCommentRequirement Required
79546 src/com/gps/hibernate/Speedparameter.java 49 publicMethodCommentRequirement Required
79547 src/com/gps/hibernate/Speedparameter.java 53 Parameter 'user' is not assigned and could be declared final
79548 src/com/gps/hibernate/Speedparameter.java 53 publicMethodCommentRequirement Required
79549 src/com/gps/hibernate/Speedparameter.java 57 publicMethodCommentRequirement Required
79550 src/com/gps/hibernate/Speedparameter.java 61 Parameter 'parameter' is not assigned and could be declared final
79551 src/com/gps/hibernate/Speedparameter.java 61 publicMethodCommentRequirement Required
79552 src/com/gps/hibernate/Speedparameter.java 65 publicMethodCommentRequirement Required
79553 src/com/gps/hibernate/Speedparameter.java 69 Parameter 'colourcode' is not assigned and could be declared final
79554 src/com/gps/hibernate/Speedparameter.java 69 publicMethodCommentRequirement Required
79555 src/com/gps/hibernate/SpeedparameterDAO.java 10 Comment is too large: Too many lines
79556 src/com/gps/hibernate/SpeedparameterDAO.java 22 This class has too many methods, consider refactoring it.
79557 src/com/gps/hibernate/SpeedparameterDAO.java 23 Logger should be defined private static final and have the correct class
79558 src/com/gps/hibernate/SpeedparameterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
79559 src/com/gps/hibernate/SpeedparameterDAO.java 23 fieldCommentRequirement Required
79560 src/com/gps/hibernate/SpeedparameterDAO.java 25 fieldCommentRequirement Required
79561 src/com/gps/hibernate/SpeedparameterDAO.java 26 fieldCommentRequirement Required
79562 src/com/gps/hibernate/SpeedparameterDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
79563 src/com/gps/hibernate/SpeedparameterDAO.java 28 publicMethodCommentRequirement Required
79564 src/com/gps/hibernate/SpeedparameterDAO.java 29 There is log block not surrounded by if
79565 src/com/gps/hibernate/SpeedparameterDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79566 src/com/gps/hibernate/SpeedparameterDAO.java 31 Potential violation of Law of Demeter (method chain calls)
79567 src/com/gps/hibernate/SpeedparameterDAO.java 32 There is log block not surrounded by if
79568 src/com/gps/hibernate/SpeedparameterDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79569 src/com/gps/hibernate/SpeedparameterDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79570 src/com/gps/hibernate/SpeedparameterDAO.java 34 There is log block not surrounded by if
79571 src/com/gps/hibernate/SpeedparameterDAO.java 39 Avoid excessively long variable names like persistentInstance
79572 src/com/gps/hibernate/SpeedparameterDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
79573 src/com/gps/hibernate/SpeedparameterDAO.java 39 publicMethodCommentRequirement Required
79574 src/com/gps/hibernate/SpeedparameterDAO.java 40 There is log block not surrounded by if
79575 src/com/gps/hibernate/SpeedparameterDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79576 src/com/gps/hibernate/SpeedparameterDAO.java 42 Potential violation of Law of Demeter (method chain calls)
79577 src/com/gps/hibernate/SpeedparameterDAO.java 43 There is log block not surrounded by if
79578 src/com/gps/hibernate/SpeedparameterDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79579 src/com/gps/hibernate/SpeedparameterDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79580 src/com/gps/hibernate/SpeedparameterDAO.java 45 There is log block not surrounded by if
79581 src/com/gps/hibernate/SpeedparameterDAO.java 50 Avoid variables with short names like id
79582 src/com/gps/hibernate/SpeedparameterDAO.java 50 Parameter 'id' is not assigned and could be declared final
79583 src/com/gps/hibernate/SpeedparameterDAO.java 50 publicMethodCommentRequirement Required
79584 src/com/gps/hibernate/SpeedparameterDAO.java 51 There is log block not surrounded by if
79585 src/com/gps/hibernate/SpeedparameterDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79586 src/com/gps/hibernate/SpeedparameterDAO.java 53 Local variable 'instance' could be declared final
79587 src/com/gps/hibernate/SpeedparameterDAO.java 53 Potential violation of Law of Demeter (method chain calls)
79588 src/com/gps/hibernate/SpeedparameterDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79589 src/com/gps/hibernate/SpeedparameterDAO.java 57 There is log block not surrounded by if
79590 src/com/gps/hibernate/SpeedparameterDAO.java 62 Parameter 'instance' is not assigned and could be declared final
79591 src/com/gps/hibernate/SpeedparameterDAO.java 62 publicMethodCommentRequirement Required
79592 src/com/gps/hibernate/SpeedparameterDAO.java 63 There is log block not surrounded by if
79593 src/com/gps/hibernate/SpeedparameterDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79594 src/com/gps/hibernate/SpeedparameterDAO.java 65 Local variable 'results' could be declared final
79595 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
79596 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
79597 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
79598 src/com/gps/hibernate/SpeedparameterDAO.java 68 There is log block not surrounded by if
79599 src/com/gps/hibernate/SpeedparameterDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79600 src/com/gps/hibernate/SpeedparameterDAO.java 69 Potential violation of Law of Demeter (object not created locally)
79601 src/com/gps/hibernate/SpeedparameterDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79602 src/com/gps/hibernate/SpeedparameterDAO.java 72 There is log block not surrounded by if
79603 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
79604 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'value' is not assigned and could be declared final
79605 src/com/gps/hibernate/SpeedparameterDAO.java 77 publicMethodCommentRequirement Required
79606 src/com/gps/hibernate/SpeedparameterDAO.java 78 There is log block not surrounded by if
79607 src/com/gps/hibernate/SpeedparameterDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79608 src/com/gps/hibernate/SpeedparameterDAO.java 81 Local variable 'queryString' could be declared final
79609 src/com/gps/hibernate/SpeedparameterDAO.java 83 Local variable 'queryObject' could be declared final
79610 src/com/gps/hibernate/SpeedparameterDAO.java 83 Potential violation of Law of Demeter (method chain calls)
79611 src/com/gps/hibernate/SpeedparameterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
79612 src/com/gps/hibernate/SpeedparameterDAO.java 85 Potential violation of Law of Demeter (object not created locally)
79613 src/com/gps/hibernate/SpeedparameterDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79614 src/com/gps/hibernate/SpeedparameterDAO.java 87 There is log block not surrounded by if
79615 src/com/gps/hibernate/SpeedparameterDAO.java 92 Parameter 'parameter' is not assigned and could be declared final
79616 src/com/gps/hibernate/SpeedparameterDAO.java 92 publicMethodCommentRequirement Required
79617 src/com/gps/hibernate/SpeedparameterDAO.java 96 Parameter 'colourcode' is not assigned and could be declared final
79618 src/com/gps/hibernate/SpeedparameterDAO.java 96 publicMethodCommentRequirement Required
79619 src/com/gps/hibernate/SpeedparameterDAO.java 100 publicMethodCommentRequirement Required
79620 src/com/gps/hibernate/SpeedparameterDAO.java 101 There is log block not surrounded by if
79621 src/com/gps/hibernate/SpeedparameterDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79622 src/com/gps/hibernate/SpeedparameterDAO.java 103 Local variable 'queryString' could be declared final
79623 src/com/gps/hibernate/SpeedparameterDAO.java 104 Local variable 'queryObject' could be declared final
79624 src/com/gps/hibernate/SpeedparameterDAO.java 104 Potential violation of Law of Demeter (method chain calls)
79625 src/com/gps/hibernate/SpeedparameterDAO.java 105 Potential violation of Law of Demeter (object not created locally)
79626 src/com/gps/hibernate/SpeedparameterDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79627 src/com/gps/hibernate/SpeedparameterDAO.java 107 There is log block not surrounded by if
79628 src/com/gps/hibernate/SpeedparameterDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
79629 src/com/gps/hibernate/SpeedparameterDAO.java 112 publicMethodCommentRequirement Required
79630 src/com/gps/hibernate/SpeedparameterDAO.java 113 There is log block not surrounded by if
79631 src/com/gps/hibernate/SpeedparameterDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79632 src/com/gps/hibernate/SpeedparameterDAO.java 115 Local variable 'result' could be declared final
79633 src/com/gps/hibernate/SpeedparameterDAO.java 115 Potential violation of Law of Demeter (method chain calls)
79634 src/com/gps/hibernate/SpeedparameterDAO.java 117 There is log block not surrounded by if
79635 src/com/gps/hibernate/SpeedparameterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79636 src/com/gps/hibernate/SpeedparameterDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79637 src/com/gps/hibernate/SpeedparameterDAO.java 120 There is log block not surrounded by if
79638 src/com/gps/hibernate/SpeedparameterDAO.java 125 Parameter 'instance' is not assigned and could be declared final
79639 src/com/gps/hibernate/SpeedparameterDAO.java 125 publicMethodCommentRequirement Required
79640 src/com/gps/hibernate/SpeedparameterDAO.java 126 There is log block not surrounded by if
79641 src/com/gps/hibernate/SpeedparameterDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79642 src/com/gps/hibernate/SpeedparameterDAO.java 128 Potential violation of Law of Demeter (method chain calls)
79643 src/com/gps/hibernate/SpeedparameterDAO.java 129 There is log block not surrounded by if
79644 src/com/gps/hibernate/SpeedparameterDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79645 src/com/gps/hibernate/SpeedparameterDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79646 src/com/gps/hibernate/SpeedparameterDAO.java 131 There is log block not surrounded by if
79647 src/com/gps/hibernate/SpeedparameterDAO.java 136 Parameter 'instance' is not assigned and could be declared final
79648 src/com/gps/hibernate/SpeedparameterDAO.java 136 publicMethodCommentRequirement Required
79649 src/com/gps/hibernate/SpeedparameterDAO.java 137 There is log block not surrounded by if
79650 src/com/gps/hibernate/SpeedparameterDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79651 src/com/gps/hibernate/SpeedparameterDAO.java 139 Potential violation of Law of Demeter (method chain calls)
79652 src/com/gps/hibernate/SpeedparameterDAO.java 140 There is log block not surrounded by if
79653 src/com/gps/hibernate/SpeedparameterDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79654 src/com/gps/hibernate/SpeedparameterDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79655 src/com/gps/hibernate/SpeedparameterDAO.java 142 There is log block not surrounded by if
79656 src/com/gps/hibernate/StopFenceMapping.java 3 Avoid unused imports such as 'java.util.Date'
79657 src/com/gps/hibernate/StopFenceMapping.java 4 Avoid unused imports such as 'java.util.HashSet'
79658 src/com/gps/hibernate/StopFenceMapping.java 5 Avoid unused imports such as 'java.util.Set'
79659 src/com/gps/hibernate/StopFenceMapping.java 13 Classes implementing Serializable should set a serialVersionUID
79660 src/com/gps/hibernate/StopFenceMapping.java 16 Use explicit scoping instead of the default package private level
79661 src/com/gps/hibernate/StopFenceMapping.java 16 fieldCommentRequirement Required
79662 src/com/gps/hibernate/StopFenceMapping.java 17 Use explicit scoping instead of the default package private level
79663 src/com/gps/hibernate/StopFenceMapping.java 17 fieldCommentRequirement Required
79664 src/com/gps/hibernate/StopFenceMapping.java 18 Use explicit scoping instead of the default package private level
79665 src/com/gps/hibernate/StopFenceMapping.java 18 fieldCommentRequirement Required
79666 src/com/gps/hibernate/StopFenceMapping.java 19 Use explicit scoping instead of the default package private level
79667 src/com/gps/hibernate/StopFenceMapping.java 19 fieldCommentRequirement Required
79668 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'fenceId' is not assigned and could be declared final
79669 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'session' is not assigned and could be declared final
79670 src/com/gps/hibernate/StopFenceMapping.java 26 Parameter 'stopId' is not assigned and could be declared final
79671 src/com/gps/hibernate/StopFenceMapping.java 33 Document empty constructor
79672 src/com/gps/hibernate/StopFenceMapping.java 33 publicMethodCommentRequirement Required
79673 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'fenceId' is not assigned and could be declared final
79674 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'mapId' is not assigned and could be declared final
79675 src/com/gps/hibernate/StopFenceMapping.java 43 Parameter 'stopId' is not assigned and could be declared final
79676 src/com/gps/hibernate/StopFenceMapping.java 44 Parameter 'session' is not assigned and could be declared final
79677 src/com/gps/hibernate/StopFenceMapping.java 52 publicMethodCommentRequirement Required
79678 src/com/gps/hibernate/StopFenceMapping.java 56 Parameter 'mapId' is not assigned and could be declared final
79679 src/com/gps/hibernate/StopFenceMapping.java 56 publicMethodCommentRequirement Required
79680 src/com/gps/hibernate/StopFenceMapping.java 60 publicMethodCommentRequirement Required
79681 src/com/gps/hibernate/StopFenceMapping.java 64 Parameter 'stopId' is not assigned and could be declared final
79682 src/com/gps/hibernate/StopFenceMapping.java 64 publicMethodCommentRequirement Required
79683 src/com/gps/hibernate/StopFenceMapping.java 68 publicMethodCommentRequirement Required
79684 src/com/gps/hibernate/StopFenceMapping.java 72 Parameter 'fenceId' is not assigned and could be declared final
79685 src/com/gps/hibernate/StopFenceMapping.java 72 publicMethodCommentRequirement Required
79686 src/com/gps/hibernate/StopFenceMapping.java 76 publicMethodCommentRequirement Required
79687 src/com/gps/hibernate/StopFenceMapping.java 80 Parameter 'session' is not assigned and could be declared final
79688 src/com/gps/hibernate/StopFenceMapping.java 80 publicMethodCommentRequirement Required
79689 src/com/gps/hibernate/StopFenceMappingDAO.java 3 Avoid unused imports such as 'java.util.Date'
79690 src/com/gps/hibernate/StopFenceMappingDAO.java 5 Avoid unused imports such as 'java.util.Set'
79691 src/com/gps/hibernate/StopFenceMappingDAO.java 12 Comment is too large: Too many lines
79692 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Logger should be defined private static final and have the correct class
79693 src/com/gps/hibernate/StopFenceMappingDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
79694 src/com/gps/hibernate/StopFenceMappingDAO.java 25 fieldCommentRequirement Required
79695 src/com/gps/hibernate/StopFenceMappingDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
79696 src/com/gps/hibernate/StopFenceMappingDAO.java 27 publicMethodCommentRequirement Required
79697 src/com/gps/hibernate/StopFenceMappingDAO.java 28 There is log block not surrounded by if
79698 src/com/gps/hibernate/StopFenceMappingDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79699 src/com/gps/hibernate/StopFenceMappingDAO.java 30 Potential violation of Law of Demeter (method chain calls)
79700 src/com/gps/hibernate/StopFenceMappingDAO.java 31 There is log block not surrounded by if
79701 src/com/gps/hibernate/StopFenceMappingDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79702 src/com/gps/hibernate/StopFenceMappingDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79703 src/com/gps/hibernate/StopFenceMappingDAO.java 33 There is log block not surrounded by if
79704 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Avoid excessively long variable names like persistentInstance
79705 src/com/gps/hibernate/StopFenceMappingDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
79706 src/com/gps/hibernate/StopFenceMappingDAO.java 38 publicMethodCommentRequirement Required
79707 src/com/gps/hibernate/StopFenceMappingDAO.java 39 There is log block not surrounded by if
79708 src/com/gps/hibernate/StopFenceMappingDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79709 src/com/gps/hibernate/StopFenceMappingDAO.java 41 Potential violation of Law of Demeter (method chain calls)
79710 src/com/gps/hibernate/StopFenceMappingDAO.java 42 There is log block not surrounded by if
79711 src/com/gps/hibernate/StopFenceMappingDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79712 src/com/gps/hibernate/StopFenceMappingDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79713 src/com/gps/hibernate/StopFenceMappingDAO.java 44 There is log block not surrounded by if
79714 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Avoid variables with short names like id
79715 src/com/gps/hibernate/StopFenceMappingDAO.java 49 Parameter 'id' is not assigned and could be declared final
79716 src/com/gps/hibernate/StopFenceMappingDAO.java 49 publicMethodCommentRequirement Required
79717 src/com/gps/hibernate/StopFenceMappingDAO.java 50 There is log block not surrounded by if
79718 src/com/gps/hibernate/StopFenceMappingDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79719 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Local variable 'instance' could be declared final
79720 src/com/gps/hibernate/StopFenceMappingDAO.java 52 Potential violation of Law of Demeter (method chain calls)
79721 src/com/gps/hibernate/StopFenceMappingDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79722 src/com/gps/hibernate/StopFenceMappingDAO.java 56 There is log block not surrounded by if
79723 src/com/gps/hibernate/StopFenceMappingDAO.java 61 Parameter 'instance' is not assigned and could be declared final
79724 src/com/gps/hibernate/StopFenceMappingDAO.java 61 publicMethodCommentRequirement Required
79725 src/com/gps/hibernate/StopFenceMappingDAO.java 62 There is log block not surrounded by if
79726 src/com/gps/hibernate/StopFenceMappingDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79727 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Local variable 'results' could be declared final
79728 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
79729 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
79730 src/com/gps/hibernate/StopFenceMappingDAO.java 64 Potential violation of Law of Demeter (method chain calls)
79731 src/com/gps/hibernate/StopFenceMappingDAO.java 67 There is log block not surrounded by if
79732 src/com/gps/hibernate/StopFenceMappingDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79733 src/com/gps/hibernate/StopFenceMappingDAO.java 68 Potential violation of Law of Demeter (object not created locally)
79734 src/com/gps/hibernate/StopFenceMappingDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79735 src/com/gps/hibernate/StopFenceMappingDAO.java 71 There is log block not surrounded by if
79736 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
79737 src/com/gps/hibernate/StopFenceMappingDAO.java 76 Parameter 'value' is not assigned and could be declared final
79738 src/com/gps/hibernate/StopFenceMappingDAO.java 76 publicMethodCommentRequirement Required
79739 src/com/gps/hibernate/StopFenceMappingDAO.java 77 There is log block not surrounded by if
79740 src/com/gps/hibernate/StopFenceMappingDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79741 src/com/gps/hibernate/StopFenceMappingDAO.java 80 Local variable 'queryString' could be declared final
79742 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Local variable 'queryObject' could be declared final
79743 src/com/gps/hibernate/StopFenceMappingDAO.java 82 Potential violation of Law of Demeter (method chain calls)
79744 src/com/gps/hibernate/StopFenceMappingDAO.java 83 Potential violation of Law of Demeter (object not created locally)
79745 src/com/gps/hibernate/StopFenceMappingDAO.java 84 Potential violation of Law of Demeter (object not created locally)
79746 src/com/gps/hibernate/StopFenceMappingDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79747 src/com/gps/hibernate/StopFenceMappingDAO.java 86 There is log block not surrounded by if
79748 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'first' is not assigned and could be declared final
79749 src/com/gps/hibernate/StopFenceMappingDAO.java 91 Parameter 'last' is not assigned and could be declared final
79750 src/com/gps/hibernate/StopFenceMappingDAO.java 91 publicMethodCommentRequirement Required
79751 src/com/gps/hibernate/StopFenceMappingDAO.java 92 There is log block not surrounded by if
79752 src/com/gps/hibernate/StopFenceMappingDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79753 src/com/gps/hibernate/StopFenceMappingDAO.java 94 Local variable 'queryString' could be declared final
79754 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Local variable 'queryObject' could be declared final
79755 src/com/gps/hibernate/StopFenceMappingDAO.java 95 Potential violation of Law of Demeter (method chain calls)
79756 src/com/gps/hibernate/StopFenceMappingDAO.java 96 Potential violation of Law of Demeter (object not created locally)
79757 src/com/gps/hibernate/StopFenceMappingDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79758 src/com/gps/hibernate/StopFenceMappingDAO.java 98 There is log block not surrounded by if
79759 src/com/gps/hibernate/StopFenceMappingDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
79760 src/com/gps/hibernate/StopFenceMappingDAO.java 103 publicMethodCommentRequirement Required
79761 src/com/gps/hibernate/StopFenceMappingDAO.java 104 There is log block not surrounded by if
79762 src/com/gps/hibernate/StopFenceMappingDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79763 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Local variable 'result' could be declared final
79764 src/com/gps/hibernate/StopFenceMappingDAO.java 106 Potential violation of Law of Demeter (method chain calls)
79765 src/com/gps/hibernate/StopFenceMappingDAO.java 107 There is log block not surrounded by if
79766 src/com/gps/hibernate/StopFenceMappingDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79767 src/com/gps/hibernate/StopFenceMappingDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79768 src/com/gps/hibernate/StopFenceMappingDAO.java 110 There is log block not surrounded by if
79769 src/com/gps/hibernate/StopFenceMappingDAO.java 115 Parameter 'instance' is not assigned and could be declared final
79770 src/com/gps/hibernate/StopFenceMappingDAO.java 115 publicMethodCommentRequirement Required
79771 src/com/gps/hibernate/StopFenceMappingDAO.java 116 There is log block not surrounded by if
79772 src/com/gps/hibernate/StopFenceMappingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79773 src/com/gps/hibernate/StopFenceMappingDAO.java 118 Potential violation of Law of Demeter (method chain calls)
79774 src/com/gps/hibernate/StopFenceMappingDAO.java 119 There is log block not surrounded by if
79775 src/com/gps/hibernate/StopFenceMappingDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79776 src/com/gps/hibernate/StopFenceMappingDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79777 src/com/gps/hibernate/StopFenceMappingDAO.java 121 There is log block not surrounded by if
79778 src/com/gps/hibernate/StopFenceMappingDAO.java 126 Parameter 'instance' is not assigned and could be declared final
79779 src/com/gps/hibernate/StopFenceMappingDAO.java 126 publicMethodCommentRequirement Required
79780 src/com/gps/hibernate/StopFenceMappingDAO.java 127 There is log block not surrounded by if
79781 src/com/gps/hibernate/StopFenceMappingDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79782 src/com/gps/hibernate/StopFenceMappingDAO.java 129 Potential violation of Law of Demeter (method chain calls)
79783 src/com/gps/hibernate/StopFenceMappingDAO.java 130 There is log block not surrounded by if
79784 src/com/gps/hibernate/StopFenceMappingDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79785 src/com/gps/hibernate/StopFenceMappingDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79786 src/com/gps/hibernate/StopFenceMappingDAO.java 132 There is log block not surrounded by if
79787 src/com/gps/hibernate/Subscription.java 11 Classes implementing Serializable should set a serialVersionUID
79788 src/com/gps/hibernate/Subscription.java 15 fieldCommentRequirement Required
79789 src/com/gps/hibernate/Subscription.java 16 fieldCommentRequirement Required
79790 src/com/gps/hibernate/Subscription.java 17 fieldCommentRequirement Required
79791 src/com/gps/hibernate/Subscription.java 18 fieldCommentRequirement Required
79792 src/com/gps/hibernate/Subscription.java 19 fieldCommentRequirement Required
79793 src/com/gps/hibernate/Subscription.java 20 fieldCommentRequirement Required
79794 src/com/gps/hibernate/Subscription.java 21 fieldCommentRequirement Required
79795 src/com/gps/hibernate/Subscription.java 22 fieldCommentRequirement Required
79796 src/com/gps/hibernate/Subscription.java 23 fieldCommentRequirement Required
79797 src/com/gps/hibernate/Subscription.java 28 Document empty constructor
79798 src/com/gps/hibernate/Subscription.java 32 Parameter 'subscriptionId' is not assigned and could be declared final
79799 src/com/gps/hibernate/Subscription.java 37 Parameter 'companyId' is not assigned and could be declared final
79800 src/com/gps/hibernate/Subscription.java 37 Parameter 'subscriptionId' is not assigned and could be declared final
79801 src/com/gps/hibernate/Subscription.java 37 Parameter 'userId' is not assigned and could be declared final
79802 src/com/gps/hibernate/Subscription.java 38 Parameter 'createDate' is not assigned and could be declared final
79803 src/com/gps/hibernate/Subscription.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
79804 src/com/gps/hibernate/Subscription.java 38 Parameter 'userName' is not assigned and could be declared final
79805 src/com/gps/hibernate/Subscription.java 39 Parameter 'classNameId' is not assigned and could be declared final
79806 src/com/gps/hibernate/Subscription.java 39 Parameter 'classPk' is not assigned and could be declared final
79807 src/com/gps/hibernate/Subscription.java 39 Parameter 'frequency' is not assigned and could be declared final
79808 src/com/gps/hibernate/Subscription.java 53 publicMethodCommentRequirement Required
79809 src/com/gps/hibernate/Subscription.java 57 Parameter 'subscriptionId' is not assigned and could be declared final
79810 src/com/gps/hibernate/Subscription.java 57 publicMethodCommentRequirement Required
79811 src/com/gps/hibernate/Subscription.java 61 publicMethodCommentRequirement Required
79812 src/com/gps/hibernate/Subscription.java 65 Parameter 'companyId' is not assigned and could be declared final
79813 src/com/gps/hibernate/Subscription.java 65 publicMethodCommentRequirement Required
79814 src/com/gps/hibernate/Subscription.java 69 publicMethodCommentRequirement Required
79815 src/com/gps/hibernate/Subscription.java 73 Parameter 'userId' is not assigned and could be declared final
79816 src/com/gps/hibernate/Subscription.java 73 publicMethodCommentRequirement Required
79817 src/com/gps/hibernate/Subscription.java 77 publicMethodCommentRequirement Required
79818 src/com/gps/hibernate/Subscription.java 81 Parameter 'userName' is not assigned and could be declared final
79819 src/com/gps/hibernate/Subscription.java 81 publicMethodCommentRequirement Required
79820 src/com/gps/hibernate/Subscription.java 85 publicMethodCommentRequirement Required
79821 src/com/gps/hibernate/Subscription.java 89 Parameter 'createDate' is not assigned and could be declared final
79822 src/com/gps/hibernate/Subscription.java 89 publicMethodCommentRequirement Required
79823 src/com/gps/hibernate/Subscription.java 93 publicMethodCommentRequirement Required
79824 src/com/gps/hibernate/Subscription.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
79825 src/com/gps/hibernate/Subscription.java 97 publicMethodCommentRequirement Required
79826 src/com/gps/hibernate/Subscription.java 101 publicMethodCommentRequirement Required
79827 src/com/gps/hibernate/Subscription.java 105 Parameter 'classNameId' is not assigned and could be declared final
79828 src/com/gps/hibernate/Subscription.java 105 publicMethodCommentRequirement Required
79829 src/com/gps/hibernate/Subscription.java 109 publicMethodCommentRequirement Required
79830 src/com/gps/hibernate/Subscription.java 113 Parameter 'classPk' is not assigned and could be declared final
79831 src/com/gps/hibernate/Subscription.java 113 publicMethodCommentRequirement Required
79832 src/com/gps/hibernate/Subscription.java 117 publicMethodCommentRequirement Required
79833 src/com/gps/hibernate/Subscription.java 121 Parameter 'frequency' is not assigned and could be declared final
79834 src/com/gps/hibernate/Subscription.java 121 publicMethodCommentRequirement Required
79835 src/com/gps/hibernate/SubscriptionDAO.java 3 Avoid unused imports such as 'java.util.Date'
79836 src/com/gps/hibernate/SubscriptionDAO.java 11 Comment is too large: Too many lines
79837 src/com/gps/hibernate/SubscriptionDAO.java 23 This class has too many methods, consider refactoring it.
79838 src/com/gps/hibernate/SubscriptionDAO.java 24 Logger should be defined private static final and have the correct class
79839 src/com/gps/hibernate/SubscriptionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
79840 src/com/gps/hibernate/SubscriptionDAO.java 24 fieldCommentRequirement Required
79841 src/com/gps/hibernate/SubscriptionDAO.java 26 fieldCommentRequirement Required
79842 src/com/gps/hibernate/SubscriptionDAO.java 27 fieldCommentRequirement Required
79843 src/com/gps/hibernate/SubscriptionDAO.java 28 fieldCommentRequirement Required
79844 src/com/gps/hibernate/SubscriptionDAO.java 29 fieldCommentRequirement Required
79845 src/com/gps/hibernate/SubscriptionDAO.java 30 fieldCommentRequirement Required
79846 src/com/gps/hibernate/SubscriptionDAO.java 31 fieldCommentRequirement Required
79847 src/com/gps/hibernate/SubscriptionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
79848 src/com/gps/hibernate/SubscriptionDAO.java 33 publicMethodCommentRequirement Required
79849 src/com/gps/hibernate/SubscriptionDAO.java 34 There is log block not surrounded by if
79850 src/com/gps/hibernate/SubscriptionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79851 src/com/gps/hibernate/SubscriptionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
79852 src/com/gps/hibernate/SubscriptionDAO.java 37 There is log block not surrounded by if
79853 src/com/gps/hibernate/SubscriptionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79854 src/com/gps/hibernate/SubscriptionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79855 src/com/gps/hibernate/SubscriptionDAO.java 39 There is log block not surrounded by if
79856 src/com/gps/hibernate/SubscriptionDAO.java 44 Avoid excessively long variable names like persistentInstance
79857 src/com/gps/hibernate/SubscriptionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
79858 src/com/gps/hibernate/SubscriptionDAO.java 44 publicMethodCommentRequirement Required
79859 src/com/gps/hibernate/SubscriptionDAO.java 45 There is log block not surrounded by if
79860 src/com/gps/hibernate/SubscriptionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79861 src/com/gps/hibernate/SubscriptionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
79862 src/com/gps/hibernate/SubscriptionDAO.java 48 There is log block not surrounded by if
79863 src/com/gps/hibernate/SubscriptionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79864 src/com/gps/hibernate/SubscriptionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79865 src/com/gps/hibernate/SubscriptionDAO.java 50 There is log block not surrounded by if
79866 src/com/gps/hibernate/SubscriptionDAO.java 55 Avoid variables with short names like id
79867 src/com/gps/hibernate/SubscriptionDAO.java 55 Parameter 'id' is not assigned and could be declared final
79868 src/com/gps/hibernate/SubscriptionDAO.java 55 publicMethodCommentRequirement Required
79869 src/com/gps/hibernate/SubscriptionDAO.java 56 There is log block not surrounded by if
79870 src/com/gps/hibernate/SubscriptionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79871 src/com/gps/hibernate/SubscriptionDAO.java 58 Local variable 'instance' could be declared final
79872 src/com/gps/hibernate/SubscriptionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
79873 src/com/gps/hibernate/SubscriptionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79874 src/com/gps/hibernate/SubscriptionDAO.java 62 There is log block not surrounded by if
79875 src/com/gps/hibernate/SubscriptionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
79876 src/com/gps/hibernate/SubscriptionDAO.java 67 publicMethodCommentRequirement Required
79877 src/com/gps/hibernate/SubscriptionDAO.java 68 There is log block not surrounded by if
79878 src/com/gps/hibernate/SubscriptionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79879 src/com/gps/hibernate/SubscriptionDAO.java 70 Local variable 'results' could be declared final
79880 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
79881 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
79882 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
79883 src/com/gps/hibernate/SubscriptionDAO.java 73 There is log block not surrounded by if
79884 src/com/gps/hibernate/SubscriptionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79885 src/com/gps/hibernate/SubscriptionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
79886 src/com/gps/hibernate/SubscriptionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79887 src/com/gps/hibernate/SubscriptionDAO.java 77 There is log block not surrounded by if
79888 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
79889 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'value' is not assigned and could be declared final
79890 src/com/gps/hibernate/SubscriptionDAO.java 82 publicMethodCommentRequirement Required
79891 src/com/gps/hibernate/SubscriptionDAO.java 83 There is log block not surrounded by if
79892 src/com/gps/hibernate/SubscriptionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79893 src/com/gps/hibernate/SubscriptionDAO.java 86 Local variable 'queryString' could be declared final
79894 src/com/gps/hibernate/SubscriptionDAO.java 88 Local variable 'queryObject' could be declared final
79895 src/com/gps/hibernate/SubscriptionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
79896 src/com/gps/hibernate/SubscriptionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
79897 src/com/gps/hibernate/SubscriptionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
79898 src/com/gps/hibernate/SubscriptionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79899 src/com/gps/hibernate/SubscriptionDAO.java 92 There is log block not surrounded by if
79900 src/com/gps/hibernate/SubscriptionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
79901 src/com/gps/hibernate/SubscriptionDAO.java 97 publicMethodCommentRequirement Required
79902 src/com/gps/hibernate/SubscriptionDAO.java 101 Parameter 'userId' is not assigned and could be declared final
79903 src/com/gps/hibernate/SubscriptionDAO.java 101 publicMethodCommentRequirement Required
79904 src/com/gps/hibernate/SubscriptionDAO.java 105 Parameter 'userName' is not assigned and could be declared final
79905 src/com/gps/hibernate/SubscriptionDAO.java 105 publicMethodCommentRequirement Required
79906 src/com/gps/hibernate/SubscriptionDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
79907 src/com/gps/hibernate/SubscriptionDAO.java 109 publicMethodCommentRequirement Required
79908 src/com/gps/hibernate/SubscriptionDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
79909 src/com/gps/hibernate/SubscriptionDAO.java 113 publicMethodCommentRequirement Required
79910 src/com/gps/hibernate/SubscriptionDAO.java 117 Parameter 'frequency' is not assigned and could be declared final
79911 src/com/gps/hibernate/SubscriptionDAO.java 117 publicMethodCommentRequirement Required
79912 src/com/gps/hibernate/SubscriptionDAO.java 121 publicMethodCommentRequirement Required
79913 src/com/gps/hibernate/SubscriptionDAO.java 122 There is log block not surrounded by if
79914 src/com/gps/hibernate/SubscriptionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79915 src/com/gps/hibernate/SubscriptionDAO.java 124 Local variable 'queryString' could be declared final
79916 src/com/gps/hibernate/SubscriptionDAO.java 125 Local variable 'queryObject' could be declared final
79917 src/com/gps/hibernate/SubscriptionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
79918 src/com/gps/hibernate/SubscriptionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
79919 src/com/gps/hibernate/SubscriptionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79920 src/com/gps/hibernate/SubscriptionDAO.java 128 There is log block not surrounded by if
79921 src/com/gps/hibernate/SubscriptionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
79922 src/com/gps/hibernate/SubscriptionDAO.java 133 publicMethodCommentRequirement Required
79923 src/com/gps/hibernate/SubscriptionDAO.java 134 There is log block not surrounded by if
79924 src/com/gps/hibernate/SubscriptionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79925 src/com/gps/hibernate/SubscriptionDAO.java 136 Local variable 'result' could be declared final
79926 src/com/gps/hibernate/SubscriptionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
79927 src/com/gps/hibernate/SubscriptionDAO.java 138 There is log block not surrounded by if
79928 src/com/gps/hibernate/SubscriptionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79929 src/com/gps/hibernate/SubscriptionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79930 src/com/gps/hibernate/SubscriptionDAO.java 141 There is log block not surrounded by if
79931 src/com/gps/hibernate/SubscriptionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
79932 src/com/gps/hibernate/SubscriptionDAO.java 146 publicMethodCommentRequirement Required
79933 src/com/gps/hibernate/SubscriptionDAO.java 147 There is log block not surrounded by if
79934 src/com/gps/hibernate/SubscriptionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79935 src/com/gps/hibernate/SubscriptionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
79936 src/com/gps/hibernate/SubscriptionDAO.java 150 There is log block not surrounded by if
79937 src/com/gps/hibernate/SubscriptionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79938 src/com/gps/hibernate/SubscriptionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79939 src/com/gps/hibernate/SubscriptionDAO.java 152 There is log block not surrounded by if
79940 src/com/gps/hibernate/SubscriptionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
79941 src/com/gps/hibernate/SubscriptionDAO.java 157 publicMethodCommentRequirement Required
79942 src/com/gps/hibernate/SubscriptionDAO.java 158 There is log block not surrounded by if
79943 src/com/gps/hibernate/SubscriptionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79944 src/com/gps/hibernate/SubscriptionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
79945 src/com/gps/hibernate/SubscriptionDAO.java 161 There is log block not surrounded by if
79946 src/com/gps/hibernate/SubscriptionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
79947 src/com/gps/hibernate/SubscriptionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
79948 src/com/gps/hibernate/SubscriptionDAO.java 163 There is log block not surrounded by if
79949 src/com/gps/hibernate/Tagsasset.java 1 This class has a bunch of public methods and attributes
79950 src/com/gps/hibernate/Tagsasset.java 11 Classes implementing Serializable should set a serialVersionUID
79951 src/com/gps/hibernate/Tagsasset.java 11 Too many fields
79952 src/com/gps/hibernate/Tagsasset.java 15 fieldCommentRequirement Required
79953 src/com/gps/hibernate/Tagsasset.java 16 fieldCommentRequirement Required
79954 src/com/gps/hibernate/Tagsasset.java 17 fieldCommentRequirement Required
79955 src/com/gps/hibernate/Tagsasset.java 18 fieldCommentRequirement Required
79956 src/com/gps/hibernate/Tagsasset.java 19 fieldCommentRequirement Required
79957 src/com/gps/hibernate/Tagsasset.java 20 fieldCommentRequirement Required
79958 src/com/gps/hibernate/Tagsasset.java 21 fieldCommentRequirement Required
79959 src/com/gps/hibernate/Tagsasset.java 22 fieldCommentRequirement Required
79960 src/com/gps/hibernate/Tagsasset.java 23 fieldCommentRequirement Required
79961 src/com/gps/hibernate/Tagsasset.java 24 fieldCommentRequirement Required
79962 src/com/gps/hibernate/Tagsasset.java 25 fieldCommentRequirement Required
79963 src/com/gps/hibernate/Tagsasset.java 26 fieldCommentRequirement Required
79964 src/com/gps/hibernate/Tagsasset.java 27 fieldCommentRequirement Required
79965 src/com/gps/hibernate/Tagsasset.java 28 fieldCommentRequirement Required
79966 src/com/gps/hibernate/Tagsasset.java 29 fieldCommentRequirement Required
79967 src/com/gps/hibernate/Tagsasset.java 30 fieldCommentRequirement Required
79968 src/com/gps/hibernate/Tagsasset.java 31 fieldCommentRequirement Required
79969 src/com/gps/hibernate/Tagsasset.java 32 fieldCommentRequirement Required
79970 src/com/gps/hibernate/Tagsasset.java 33 fieldCommentRequirement Required
79971 src/com/gps/hibernate/Tagsasset.java 34 fieldCommentRequirement Required
79972 src/com/gps/hibernate/Tagsasset.java 35 fieldCommentRequirement Required
79973 src/com/gps/hibernate/Tagsasset.java 36 fieldCommentRequirement Required
79974 src/com/gps/hibernate/Tagsasset.java 37 fieldCommentRequirement Required
79975 src/com/gps/hibernate/Tagsasset.java 42 Document empty constructor
79976 src/com/gps/hibernate/Tagsasset.java 46 Parameter 'assetId' is not assigned and could be declared final
79977 src/com/gps/hibernate/Tagsasset.java 51 Avoid long parameter lists.
79978 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'assetId' is not assigned and could be declared final
79979 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'companyId' is not assigned and could be declared final
79980 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'groupId' is not assigned and could be declared final
79981 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'userId' is not assigned and could be declared final
79982 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'createDate' is not assigned and could be declared final
79983 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
79984 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'userName' is not assigned and could be declared final
79985 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classNameId' is not assigned and could be declared final
79986 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classPk' is not assigned and could be declared final
79987 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'startDate' is not assigned and could be declared final
79988 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'visible' is not assigned and could be declared final
79989 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'endDate' is not assigned and could be declared final
79990 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'expirationDate' is not assigned and could be declared final
79991 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'publishDate' is not assigned and could be declared final
79992 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'description' is not assigned and could be declared final
79993 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'mimeType' is not assigned and could be declared final
79994 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'summary' is not assigned and could be declared final
79995 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'title' is not assigned and could be declared final
79996 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'height' is not assigned and could be declared final
79997 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'priority' is not assigned and could be declared final
79998 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'url' is not assigned and could be declared final
79999 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'width' is not assigned and could be declared final
80000 src/com/gps/hibernate/Tagsasset.java 57 Parameter 'viewCount' is not assigned and could be declared final
80001 src/com/gps/hibernate/Tagsasset.java 85 publicMethodCommentRequirement Required
80002 src/com/gps/hibernate/Tagsasset.java 89 Parameter 'assetId' is not assigned and could be declared final
80003 src/com/gps/hibernate/Tagsasset.java 89 publicMethodCommentRequirement Required
80004 src/com/gps/hibernate/Tagsasset.java 93 publicMethodCommentRequirement Required
80005 src/com/gps/hibernate/Tagsasset.java 97 Parameter 'groupId' is not assigned and could be declared final
80006 src/com/gps/hibernate/Tagsasset.java 97 publicMethodCommentRequirement Required
80007 src/com/gps/hibernate/Tagsasset.java 101 publicMethodCommentRequirement Required
80008 src/com/gps/hibernate/Tagsasset.java 105 Parameter 'companyId' is not assigned and could be declared final
80009 src/com/gps/hibernate/Tagsasset.java 105 publicMethodCommentRequirement Required
80010 src/com/gps/hibernate/Tagsasset.java 109 publicMethodCommentRequirement Required
80011 src/com/gps/hibernate/Tagsasset.java 113 Parameter 'userId' is not assigned and could be declared final
80012 src/com/gps/hibernate/Tagsasset.java 113 publicMethodCommentRequirement Required
80013 src/com/gps/hibernate/Tagsasset.java 117 publicMethodCommentRequirement Required
80014 src/com/gps/hibernate/Tagsasset.java 121 Parameter 'userName' is not assigned and could be declared final
80015 src/com/gps/hibernate/Tagsasset.java 121 publicMethodCommentRequirement Required
80016 src/com/gps/hibernate/Tagsasset.java 125 publicMethodCommentRequirement Required
80017 src/com/gps/hibernate/Tagsasset.java 129 Parameter 'createDate' is not assigned and could be declared final
80018 src/com/gps/hibernate/Tagsasset.java 129 publicMethodCommentRequirement Required
80019 src/com/gps/hibernate/Tagsasset.java 133 publicMethodCommentRequirement Required
80020 src/com/gps/hibernate/Tagsasset.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
80021 src/com/gps/hibernate/Tagsasset.java 137 publicMethodCommentRequirement Required
80022 src/com/gps/hibernate/Tagsasset.java 141 publicMethodCommentRequirement Required
80023 src/com/gps/hibernate/Tagsasset.java 145 Parameter 'classNameId' is not assigned and could be declared final
80024 src/com/gps/hibernate/Tagsasset.java 145 publicMethodCommentRequirement Required
80025 src/com/gps/hibernate/Tagsasset.java 149 publicMethodCommentRequirement Required
80026 src/com/gps/hibernate/Tagsasset.java 153 Parameter 'classPk' is not assigned and could be declared final
80027 src/com/gps/hibernate/Tagsasset.java 153 publicMethodCommentRequirement Required
80028 src/com/gps/hibernate/Tagsasset.java 157 publicMethodCommentRequirement Required
80029 src/com/gps/hibernate/Tagsasset.java 161 Parameter 'visible' is not assigned and could be declared final
80030 src/com/gps/hibernate/Tagsasset.java 161 publicMethodCommentRequirement Required
80031 src/com/gps/hibernate/Tagsasset.java 165 publicMethodCommentRequirement Required
80032 src/com/gps/hibernate/Tagsasset.java 169 Parameter 'startDate' is not assigned and could be declared final
80033 src/com/gps/hibernate/Tagsasset.java 169 publicMethodCommentRequirement Required
80034 src/com/gps/hibernate/Tagsasset.java 173 publicMethodCommentRequirement Required
80035 src/com/gps/hibernate/Tagsasset.java 177 Parameter 'endDate' is not assigned and could be declared final
80036 src/com/gps/hibernate/Tagsasset.java 177 publicMethodCommentRequirement Required
80037 src/com/gps/hibernate/Tagsasset.java 181 publicMethodCommentRequirement Required
80038 src/com/gps/hibernate/Tagsasset.java 185 Parameter 'publishDate' is not assigned and could be declared final
80039 src/com/gps/hibernate/Tagsasset.java 185 publicMethodCommentRequirement Required
80040 src/com/gps/hibernate/Tagsasset.java 189 publicMethodCommentRequirement Required
80041 src/com/gps/hibernate/Tagsasset.java 193 Parameter 'expirationDate' is not assigned and could be declared final
80042 src/com/gps/hibernate/Tagsasset.java 193 publicMethodCommentRequirement Required
80043 src/com/gps/hibernate/Tagsasset.java 197 publicMethodCommentRequirement Required
80044 src/com/gps/hibernate/Tagsasset.java 201 Parameter 'mimeType' is not assigned and could be declared final
80045 src/com/gps/hibernate/Tagsasset.java 201 publicMethodCommentRequirement Required
80046 src/com/gps/hibernate/Tagsasset.java 205 publicMethodCommentRequirement Required
80047 src/com/gps/hibernate/Tagsasset.java 209 Parameter 'title' is not assigned and could be declared final
80048 src/com/gps/hibernate/Tagsasset.java 209 publicMethodCommentRequirement Required
80049 src/com/gps/hibernate/Tagsasset.java 213 publicMethodCommentRequirement Required
80050 src/com/gps/hibernate/Tagsasset.java 217 Parameter 'description' is not assigned and could be declared final
80051 src/com/gps/hibernate/Tagsasset.java 217 publicMethodCommentRequirement Required
80052 src/com/gps/hibernate/Tagsasset.java 221 publicMethodCommentRequirement Required
80053 src/com/gps/hibernate/Tagsasset.java 225 Parameter 'summary' is not assigned and could be declared final
80054 src/com/gps/hibernate/Tagsasset.java 225 publicMethodCommentRequirement Required
80055 src/com/gps/hibernate/Tagsasset.java 229 publicMethodCommentRequirement Required
80056 src/com/gps/hibernate/Tagsasset.java 233 Parameter 'url' is not assigned and could be declared final
80057 src/com/gps/hibernate/Tagsasset.java 233 publicMethodCommentRequirement Required
80058 src/com/gps/hibernate/Tagsasset.java 237 publicMethodCommentRequirement Required
80059 src/com/gps/hibernate/Tagsasset.java 241 Parameter 'height' is not assigned and could be declared final
80060 src/com/gps/hibernate/Tagsasset.java 241 publicMethodCommentRequirement Required
80061 src/com/gps/hibernate/Tagsasset.java 245 publicMethodCommentRequirement Required
80062 src/com/gps/hibernate/Tagsasset.java 249 Parameter 'width' is not assigned and could be declared final
80063 src/com/gps/hibernate/Tagsasset.java 249 publicMethodCommentRequirement Required
80064 src/com/gps/hibernate/Tagsasset.java 253 publicMethodCommentRequirement Required
80065 src/com/gps/hibernate/Tagsasset.java 257 Parameter 'priority' is not assigned and could be declared final
80066 src/com/gps/hibernate/Tagsasset.java 257 publicMethodCommentRequirement Required
80067 src/com/gps/hibernate/Tagsasset.java 261 publicMethodCommentRequirement Required
80068 src/com/gps/hibernate/Tagsasset.java 265 Parameter 'viewCount' is not assigned and could be declared final
80069 src/com/gps/hibernate/Tagsasset.java 265 publicMethodCommentRequirement Required
80070 src/com/gps/hibernate/TagsassetDAO.java 3 Avoid unused imports such as 'java.util.Date'
80071 src/com/gps/hibernate/TagsassetDAO.java 11 Comment is too large: Too many lines
80072 src/com/gps/hibernate/TagsassetDAO.java 23 This class has too many methods, consider refactoring it.
80073 src/com/gps/hibernate/TagsassetDAO.java 24 Logger should be defined private static final and have the correct class
80074 src/com/gps/hibernate/TagsassetDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
80075 src/com/gps/hibernate/TagsassetDAO.java 24 fieldCommentRequirement Required
80076 src/com/gps/hibernate/TagsassetDAO.java 26 fieldCommentRequirement Required
80077 src/com/gps/hibernate/TagsassetDAO.java 27 fieldCommentRequirement Required
80078 src/com/gps/hibernate/TagsassetDAO.java 28 fieldCommentRequirement Required
80079 src/com/gps/hibernate/TagsassetDAO.java 29 fieldCommentRequirement Required
80080 src/com/gps/hibernate/TagsassetDAO.java 30 fieldCommentRequirement Required
80081 src/com/gps/hibernate/TagsassetDAO.java 31 fieldCommentRequirement Required
80082 src/com/gps/hibernate/TagsassetDAO.java 32 fieldCommentRequirement Required
80083 src/com/gps/hibernate/TagsassetDAO.java 33 fieldCommentRequirement Required
80084 src/com/gps/hibernate/TagsassetDAO.java 34 fieldCommentRequirement Required
80085 src/com/gps/hibernate/TagsassetDAO.java 35 fieldCommentRequirement Required
80086 src/com/gps/hibernate/TagsassetDAO.java 36 fieldCommentRequirement Required
80087 src/com/gps/hibernate/TagsassetDAO.java 37 fieldCommentRequirement Required
80088 src/com/gps/hibernate/TagsassetDAO.java 38 fieldCommentRequirement Required
80089 src/com/gps/hibernate/TagsassetDAO.java 39 fieldCommentRequirement Required
80090 src/com/gps/hibernate/TagsassetDAO.java 40 fieldCommentRequirement Required
80091 src/com/gps/hibernate/TagsassetDAO.java 41 fieldCommentRequirement Required
80092 src/com/gps/hibernate/TagsassetDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
80093 src/com/gps/hibernate/TagsassetDAO.java 43 publicMethodCommentRequirement Required
80094 src/com/gps/hibernate/TagsassetDAO.java 44 There is log block not surrounded by if
80095 src/com/gps/hibernate/TagsassetDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80096 src/com/gps/hibernate/TagsassetDAO.java 46 Potential violation of Law of Demeter (method chain calls)
80097 src/com/gps/hibernate/TagsassetDAO.java 47 There is log block not surrounded by if
80098 src/com/gps/hibernate/TagsassetDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80099 src/com/gps/hibernate/TagsassetDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80100 src/com/gps/hibernate/TagsassetDAO.java 49 There is log block not surrounded by if
80101 src/com/gps/hibernate/TagsassetDAO.java 54 Avoid excessively long variable names like persistentInstance
80102 src/com/gps/hibernate/TagsassetDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
80103 src/com/gps/hibernate/TagsassetDAO.java 54 publicMethodCommentRequirement Required
80104 src/com/gps/hibernate/TagsassetDAO.java 55 There is log block not surrounded by if
80105 src/com/gps/hibernate/TagsassetDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80106 src/com/gps/hibernate/TagsassetDAO.java 57 Potential violation of Law of Demeter (method chain calls)
80107 src/com/gps/hibernate/TagsassetDAO.java 58 There is log block not surrounded by if
80108 src/com/gps/hibernate/TagsassetDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80109 src/com/gps/hibernate/TagsassetDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80110 src/com/gps/hibernate/TagsassetDAO.java 60 There is log block not surrounded by if
80111 src/com/gps/hibernate/TagsassetDAO.java 65 Avoid variables with short names like id
80112 src/com/gps/hibernate/TagsassetDAO.java 65 Parameter 'id' is not assigned and could be declared final
80113 src/com/gps/hibernate/TagsassetDAO.java 65 publicMethodCommentRequirement Required
80114 src/com/gps/hibernate/TagsassetDAO.java 66 There is log block not surrounded by if
80115 src/com/gps/hibernate/TagsassetDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80116 src/com/gps/hibernate/TagsassetDAO.java 68 Local variable 'instance' could be declared final
80117 src/com/gps/hibernate/TagsassetDAO.java 68 Potential violation of Law of Demeter (method chain calls)
80118 src/com/gps/hibernate/TagsassetDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80119 src/com/gps/hibernate/TagsassetDAO.java 72 There is log block not surrounded by if
80120 src/com/gps/hibernate/TagsassetDAO.java 77 Parameter 'instance' is not assigned and could be declared final
80121 src/com/gps/hibernate/TagsassetDAO.java 77 publicMethodCommentRequirement Required
80122 src/com/gps/hibernate/TagsassetDAO.java 78 There is log block not surrounded by if
80123 src/com/gps/hibernate/TagsassetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80124 src/com/gps/hibernate/TagsassetDAO.java 80 Local variable 'results' could be declared final
80125 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
80126 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
80127 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
80128 src/com/gps/hibernate/TagsassetDAO.java 83 There is log block not surrounded by if
80129 src/com/gps/hibernate/TagsassetDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80130 src/com/gps/hibernate/TagsassetDAO.java 84 Potential violation of Law of Demeter (object not created locally)
80131 src/com/gps/hibernate/TagsassetDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80132 src/com/gps/hibernate/TagsassetDAO.java 87 There is log block not surrounded by if
80133 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
80134 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'value' is not assigned and could be declared final
80135 src/com/gps/hibernate/TagsassetDAO.java 92 publicMethodCommentRequirement Required
80136 src/com/gps/hibernate/TagsassetDAO.java 93 There is log block not surrounded by if
80137 src/com/gps/hibernate/TagsassetDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80138 src/com/gps/hibernate/TagsassetDAO.java 96 Local variable 'queryString' could be declared final
80139 src/com/gps/hibernate/TagsassetDAO.java 98 Local variable 'queryObject' could be declared final
80140 src/com/gps/hibernate/TagsassetDAO.java 98 Potential violation of Law of Demeter (method chain calls)
80141 src/com/gps/hibernate/TagsassetDAO.java 99 Potential violation of Law of Demeter (object not created locally)
80142 src/com/gps/hibernate/TagsassetDAO.java 100 Potential violation of Law of Demeter (object not created locally)
80143 src/com/gps/hibernate/TagsassetDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80144 src/com/gps/hibernate/TagsassetDAO.java 102 There is log block not surrounded by if
80145 src/com/gps/hibernate/TagsassetDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
80146 src/com/gps/hibernate/TagsassetDAO.java 107 publicMethodCommentRequirement Required
80147 src/com/gps/hibernate/TagsassetDAO.java 111 Parameter 'companyId' is not assigned and could be declared final
80148 src/com/gps/hibernate/TagsassetDAO.java 111 publicMethodCommentRequirement Required
80149 src/com/gps/hibernate/TagsassetDAO.java 115 Parameter 'userId' is not assigned and could be declared final
80150 src/com/gps/hibernate/TagsassetDAO.java 115 publicMethodCommentRequirement Required
80151 src/com/gps/hibernate/TagsassetDAO.java 119 Parameter 'userName' is not assigned and could be declared final
80152 src/com/gps/hibernate/TagsassetDAO.java 119 publicMethodCommentRequirement Required
80153 src/com/gps/hibernate/TagsassetDAO.java 123 Parameter 'classNameId' is not assigned and could be declared final
80154 src/com/gps/hibernate/TagsassetDAO.java 123 publicMethodCommentRequirement Required
80155 src/com/gps/hibernate/TagsassetDAO.java 127 Parameter 'classPk' is not assigned and could be declared final
80156 src/com/gps/hibernate/TagsassetDAO.java 127 publicMethodCommentRequirement Required
80157 src/com/gps/hibernate/TagsassetDAO.java 131 Parameter 'visible' is not assigned and could be declared final
80158 src/com/gps/hibernate/TagsassetDAO.java 131 publicMethodCommentRequirement Required
80159 src/com/gps/hibernate/TagsassetDAO.java 135 Parameter 'mimeType' is not assigned and could be declared final
80160 src/com/gps/hibernate/TagsassetDAO.java 135 publicMethodCommentRequirement Required
80161 src/com/gps/hibernate/TagsassetDAO.java 139 Parameter 'title' is not assigned and could be declared final
80162 src/com/gps/hibernate/TagsassetDAO.java 139 publicMethodCommentRequirement Required
80163 src/com/gps/hibernate/TagsassetDAO.java 143 Parameter 'description' is not assigned and could be declared final
80164 src/com/gps/hibernate/TagsassetDAO.java 143 publicMethodCommentRequirement Required
80165 src/com/gps/hibernate/TagsassetDAO.java 147 Parameter 'summary' is not assigned and could be declared final
80166 src/com/gps/hibernate/TagsassetDAO.java 147 publicMethodCommentRequirement Required
80167 src/com/gps/hibernate/TagsassetDAO.java 151 Parameter 'url' is not assigned and could be declared final
80168 src/com/gps/hibernate/TagsassetDAO.java 151 publicMethodCommentRequirement Required
80169 src/com/gps/hibernate/TagsassetDAO.java 155 Parameter 'height' is not assigned and could be declared final
80170 src/com/gps/hibernate/TagsassetDAO.java 155 publicMethodCommentRequirement Required
80171 src/com/gps/hibernate/TagsassetDAO.java 159 Parameter 'width' is not assigned and could be declared final
80172 src/com/gps/hibernate/TagsassetDAO.java 159 publicMethodCommentRequirement Required
80173 src/com/gps/hibernate/TagsassetDAO.java 163 Parameter 'priority' is not assigned and could be declared final
80174 src/com/gps/hibernate/TagsassetDAO.java 163 publicMethodCommentRequirement Required
80175 src/com/gps/hibernate/TagsassetDAO.java 167 Parameter 'viewCount' is not assigned and could be declared final
80176 src/com/gps/hibernate/TagsassetDAO.java 167 publicMethodCommentRequirement Required
80177 src/com/gps/hibernate/TagsassetDAO.java 171 publicMethodCommentRequirement Required
80178 src/com/gps/hibernate/TagsassetDAO.java 172 There is log block not surrounded by if
80179 src/com/gps/hibernate/TagsassetDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80180 src/com/gps/hibernate/TagsassetDAO.java 174 Local variable 'queryString' could be declared final
80181 src/com/gps/hibernate/TagsassetDAO.java 175 Local variable 'queryObject' could be declared final
80182 src/com/gps/hibernate/TagsassetDAO.java 175 Potential violation of Law of Demeter (method chain calls)
80183 src/com/gps/hibernate/TagsassetDAO.java 176 Potential violation of Law of Demeter (object not created locally)
80184 src/com/gps/hibernate/TagsassetDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80185 src/com/gps/hibernate/TagsassetDAO.java 178 There is log block not surrounded by if
80186 src/com/gps/hibernate/TagsassetDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
80187 src/com/gps/hibernate/TagsassetDAO.java 183 publicMethodCommentRequirement Required
80188 src/com/gps/hibernate/TagsassetDAO.java 184 There is log block not surrounded by if
80189 src/com/gps/hibernate/TagsassetDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80190 src/com/gps/hibernate/TagsassetDAO.java 186 Local variable 'result' could be declared final
80191 src/com/gps/hibernate/TagsassetDAO.java 186 Potential violation of Law of Demeter (method chain calls)
80192 src/com/gps/hibernate/TagsassetDAO.java 187 There is log block not surrounded by if
80193 src/com/gps/hibernate/TagsassetDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80194 src/com/gps/hibernate/TagsassetDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80195 src/com/gps/hibernate/TagsassetDAO.java 190 There is log block not surrounded by if
80196 src/com/gps/hibernate/TagsassetDAO.java 195 Parameter 'instance' is not assigned and could be declared final
80197 src/com/gps/hibernate/TagsassetDAO.java 195 publicMethodCommentRequirement Required
80198 src/com/gps/hibernate/TagsassetDAO.java 196 There is log block not surrounded by if
80199 src/com/gps/hibernate/TagsassetDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80200 src/com/gps/hibernate/TagsassetDAO.java 198 Potential violation of Law of Demeter (method chain calls)
80201 src/com/gps/hibernate/TagsassetDAO.java 199 There is log block not surrounded by if
80202 src/com/gps/hibernate/TagsassetDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80203 src/com/gps/hibernate/TagsassetDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80204 src/com/gps/hibernate/TagsassetDAO.java 201 There is log block not surrounded by if
80205 src/com/gps/hibernate/TagsassetDAO.java 206 Parameter 'instance' is not assigned and could be declared final
80206 src/com/gps/hibernate/TagsassetDAO.java 206 publicMethodCommentRequirement Required
80207 src/com/gps/hibernate/TagsassetDAO.java 207 There is log block not surrounded by if
80208 src/com/gps/hibernate/TagsassetDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80209 src/com/gps/hibernate/TagsassetDAO.java 209 Potential violation of Law of Demeter (method chain calls)
80210 src/com/gps/hibernate/TagsassetDAO.java 210 There is log block not surrounded by if
80211 src/com/gps/hibernate/TagsassetDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80212 src/com/gps/hibernate/TagsassetDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80213 src/com/gps/hibernate/TagsassetDAO.java 212 There is log block not surrounded by if
80214 src/com/gps/hibernate/TagsassetsTagsentries.java 9 Classes implementing Serializable should set a serialVersionUID
80215 src/com/gps/hibernate/TagsassetsTagsentries.java 13 Avoid variables with short names like id
80216 src/com/gps/hibernate/TagsassetsTagsentries.java 13 fieldCommentRequirement Required
80217 src/com/gps/hibernate/TagsassetsTagsentries.java 18 Document empty constructor
80218 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Avoid variables with short names like id
80219 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Parameter 'id' is not assigned and could be declared final
80220 src/com/gps/hibernate/TagsassetsTagsentries.java 28 publicMethodCommentRequirement Required
80221 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Avoid variables with short names like id
80222 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Parameter 'id' is not assigned and could be declared final
80223 src/com/gps/hibernate/TagsassetsTagsentries.java 32 publicMethodCommentRequirement Required
80224 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 10 Comment is too large: Too many lines
80225 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Logger should be defined private static final and have the correct class
80226 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
80227 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 fieldCommentRequirement Required
80228 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
80229 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 publicMethodCommentRequirement Required
80230 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 There is log block not surrounded by if
80231 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80232 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 31 Potential violation of Law of Demeter (method chain calls)
80233 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 There is log block not surrounded by if
80234 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80235 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80236 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 34 There is log block not surrounded by if
80237 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Avoid excessively long variable names like persistentInstance
80238 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
80239 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 publicMethodCommentRequirement Required
80240 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 There is log block not surrounded by if
80241 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80242 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 42 Potential violation of Law of Demeter (method chain calls)
80243 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 There is log block not surrounded by if
80244 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80245 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80246 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 45 There is log block not surrounded by if
80247 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 50 publicMethodCommentRequirement Required
80248 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Avoid variables with short names like id
80249 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Parameter 'id' is not assigned and could be declared final
80250 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 There is log block not surrounded by if
80251 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80252 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Local variable 'instance' could be declared final
80253 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Potential violation of Law of Demeter (method chain calls)
80254 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80255 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 58 There is log block not surrounded by if
80256 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 Parameter 'instance' is not assigned and could be declared final
80257 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 publicMethodCommentRequirement Required
80258 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 There is log block not surrounded by if
80259 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80260 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Local variable 'results' could be declared final
80261 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80262 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80263 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80264 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 There is log block not surrounded by if
80265 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80266 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 70 Potential violation of Law of Demeter (object not created locally)
80267 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80268 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 73 There is log block not surrounded by if
80269 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
80270 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'value' is not assigned and could be declared final
80271 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 publicMethodCommentRequirement Required
80272 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 There is log block not surrounded by if
80273 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80274 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 82 Local variable 'queryString' could be declared final
80275 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Local variable 'queryObject' could be declared final
80276 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Potential violation of Law of Demeter (method chain calls)
80277 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 85 Potential violation of Law of Demeter (object not created locally)
80278 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
80279 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80280 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 88 There is log block not surrounded by if
80281 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 93 publicMethodCommentRequirement Required
80282 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 There is log block not surrounded by if
80283 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80284 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 96 Local variable 'queryString' could be declared final
80285 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Local variable 'queryObject' could be declared final
80286 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Potential violation of Law of Demeter (method chain calls)
80287 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
80288 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80289 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 100 There is log block not surrounded by if
80290 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
80291 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 publicMethodCommentRequirement Required
80292 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 There is log block not surrounded by if
80293 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80294 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Local variable 'result' could be declared final
80295 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Potential violation of Law of Demeter (method chain calls)
80296 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 There is log block not surrounded by if
80297 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80298 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80299 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 113 There is log block not surrounded by if
80300 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 Parameter 'instance' is not assigned and could be declared final
80301 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 publicMethodCommentRequirement Required
80302 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 There is log block not surrounded by if
80303 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80304 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 121 Potential violation of Law of Demeter (method chain calls)
80305 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 There is log block not surrounded by if
80306 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80307 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80308 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 124 There is log block not surrounded by if
80309 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 Parameter 'instance' is not assigned and could be declared final
80310 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 publicMethodCommentRequirement Required
80311 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 There is log block not surrounded by if
80312 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80313 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 132 Potential violation of Law of Demeter (method chain calls)
80314 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 There is log block not surrounded by if
80315 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80316 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80317 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 135 There is log block not surrounded by if
80318 src/com/gps/hibernate/TagsassetsTagsentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
80319 src/com/gps/hibernate/TagsassetsTagsentriesId.java 13 fieldCommentRequirement Required
80320 src/com/gps/hibernate/TagsassetsTagsentriesId.java 14 fieldCommentRequirement Required
80321 src/com/gps/hibernate/TagsassetsTagsentriesId.java 19 Document empty constructor
80322 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'assetId' is not assigned and could be declared final
80323 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'entryId' is not assigned and could be declared final
80324 src/com/gps/hibernate/TagsassetsTagsentriesId.java 30 publicMethodCommentRequirement Required
80325 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 Parameter 'assetId' is not assigned and could be declared final
80326 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 publicMethodCommentRequirement Required
80327 src/com/gps/hibernate/TagsassetsTagsentriesId.java 38 publicMethodCommentRequirement Required
80328 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 Parameter 'entryId' is not assigned and could be declared final
80329 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 publicMethodCommentRequirement Required
80330 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 Parameter 'other' is not assigned and could be declared final
80331 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 publicMethodCommentRequirement Required
80332 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Avoid using if statements without curly braces
80333 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Useless parentheses.
80334 src/com/gps/hibernate/TagsassetsTagsentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
80335 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Avoid using if statements without curly braces
80336 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Useless parentheses.
80337 src/com/gps/hibernate/TagsassetsTagsentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
80338 src/com/gps/hibernate/TagsassetsTagsentriesId.java 51 Avoid using if statements without curly braces
80339 src/com/gps/hibernate/TagsassetsTagsentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
80340 src/com/gps/hibernate/TagsassetsTagsentriesId.java 53 Local variable 'castOther' could be declared final
80341 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
80342 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
80343 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
80344 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
80345 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
80346 src/com/gps/hibernate/TagsassetsTagsentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
80347 src/com/gps/hibernate/TagsassetsTagsentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
80348 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
80349 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
80350 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
80351 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
80352 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
80353 src/com/gps/hibernate/TagsassetsTagsentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
80354 src/com/gps/hibernate/TagsassetsTagsentriesId.java 62 Potential violation of Law of Demeter (object not created locally)
80355 src/com/gps/hibernate/TagsassetsTagsentriesId.java 65 publicMethodCommentRequirement Required
80356 src/com/gps/hibernate/TagsassetsTagsentriesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
80357 src/com/gps/hibernate/Tagsentry.java 11 Classes implementing Serializable should set a serialVersionUID
80358 src/com/gps/hibernate/Tagsentry.java 15 fieldCommentRequirement Required
80359 src/com/gps/hibernate/Tagsentry.java 16 fieldCommentRequirement Required
80360 src/com/gps/hibernate/Tagsentry.java 17 fieldCommentRequirement Required
80361 src/com/gps/hibernate/Tagsentry.java 18 fieldCommentRequirement Required
80362 src/com/gps/hibernate/Tagsentry.java 19 fieldCommentRequirement Required
80363 src/com/gps/hibernate/Tagsentry.java 20 fieldCommentRequirement Required
80364 src/com/gps/hibernate/Tagsentry.java 21 fieldCommentRequirement Required
80365 src/com/gps/hibernate/Tagsentry.java 22 fieldCommentRequirement Required
80366 src/com/gps/hibernate/Tagsentry.java 23 fieldCommentRequirement Required
80367 src/com/gps/hibernate/Tagsentry.java 24 fieldCommentRequirement Required
80368 src/com/gps/hibernate/Tagsentry.java 29 Document empty constructor
80369 src/com/gps/hibernate/Tagsentry.java 33 Parameter 'entryId' is not assigned and could be declared final
80370 src/com/gps/hibernate/Tagsentry.java 38 Avoid long parameter lists.
80371 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'companyId' is not assigned and could be declared final
80372 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
80373 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'groupId' is not assigned and could be declared final
80374 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'userId' is not assigned and could be declared final
80375 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'createDate' is not assigned and could be declared final
80376 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
80377 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'userName' is not assigned and could be declared final
80378 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'name' is not assigned and could be declared final
80379 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'parentEntryId' is not assigned and could be declared final
80380 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'vocabularyId' is not assigned and could be declared final
80381 src/com/gps/hibernate/Tagsentry.java 55 publicMethodCommentRequirement Required
80382 src/com/gps/hibernate/Tagsentry.java 59 Parameter 'entryId' is not assigned and could be declared final
80383 src/com/gps/hibernate/Tagsentry.java 59 publicMethodCommentRequirement Required
80384 src/com/gps/hibernate/Tagsentry.java 63 publicMethodCommentRequirement Required
80385 src/com/gps/hibernate/Tagsentry.java 67 Parameter 'groupId' is not assigned and could be declared final
80386 src/com/gps/hibernate/Tagsentry.java 67 publicMethodCommentRequirement Required
80387 src/com/gps/hibernate/Tagsentry.java 71 publicMethodCommentRequirement Required
80388 src/com/gps/hibernate/Tagsentry.java 75 Parameter 'companyId' is not assigned and could be declared final
80389 src/com/gps/hibernate/Tagsentry.java 75 publicMethodCommentRequirement Required
80390 src/com/gps/hibernate/Tagsentry.java 79 publicMethodCommentRequirement Required
80391 src/com/gps/hibernate/Tagsentry.java 83 Parameter 'userId' is not assigned and could be declared final
80392 src/com/gps/hibernate/Tagsentry.java 83 publicMethodCommentRequirement Required
80393 src/com/gps/hibernate/Tagsentry.java 87 publicMethodCommentRequirement Required
80394 src/com/gps/hibernate/Tagsentry.java 91 Parameter 'userName' is not assigned and could be declared final
80395 src/com/gps/hibernate/Tagsentry.java 91 publicMethodCommentRequirement Required
80396 src/com/gps/hibernate/Tagsentry.java 95 publicMethodCommentRequirement Required
80397 src/com/gps/hibernate/Tagsentry.java 99 Parameter 'createDate' is not assigned and could be declared final
80398 src/com/gps/hibernate/Tagsentry.java 99 publicMethodCommentRequirement Required
80399 src/com/gps/hibernate/Tagsentry.java 103 publicMethodCommentRequirement Required
80400 src/com/gps/hibernate/Tagsentry.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
80401 src/com/gps/hibernate/Tagsentry.java 107 publicMethodCommentRequirement Required
80402 src/com/gps/hibernate/Tagsentry.java 111 publicMethodCommentRequirement Required
80403 src/com/gps/hibernate/Tagsentry.java 115 Parameter 'parentEntryId' is not assigned and could be declared final
80404 src/com/gps/hibernate/Tagsentry.java 115 publicMethodCommentRequirement Required
80405 src/com/gps/hibernate/Tagsentry.java 119 publicMethodCommentRequirement Required
80406 src/com/gps/hibernate/Tagsentry.java 123 Parameter 'name' is not assigned and could be declared final
80407 src/com/gps/hibernate/Tagsentry.java 123 publicMethodCommentRequirement Required
80408 src/com/gps/hibernate/Tagsentry.java 127 publicMethodCommentRequirement Required
80409 src/com/gps/hibernate/Tagsentry.java 131 Parameter 'vocabularyId' is not assigned and could be declared final
80410 src/com/gps/hibernate/Tagsentry.java 131 publicMethodCommentRequirement Required
80411 src/com/gps/hibernate/TagsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
80412 src/com/gps/hibernate/TagsentryDAO.java 11 Comment is too large: Too many lines
80413 src/com/gps/hibernate/TagsentryDAO.java 23 This class has too many methods, consider refactoring it.
80414 src/com/gps/hibernate/TagsentryDAO.java 24 Logger should be defined private static final and have the correct class
80415 src/com/gps/hibernate/TagsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
80416 src/com/gps/hibernate/TagsentryDAO.java 24 fieldCommentRequirement Required
80417 src/com/gps/hibernate/TagsentryDAO.java 26 fieldCommentRequirement Required
80418 src/com/gps/hibernate/TagsentryDAO.java 27 fieldCommentRequirement Required
80419 src/com/gps/hibernate/TagsentryDAO.java 28 fieldCommentRequirement Required
80420 src/com/gps/hibernate/TagsentryDAO.java 29 fieldCommentRequirement Required
80421 src/com/gps/hibernate/TagsentryDAO.java 30 fieldCommentRequirement Required
80422 src/com/gps/hibernate/TagsentryDAO.java 31 fieldCommentRequirement Required
80423 src/com/gps/hibernate/TagsentryDAO.java 32 fieldCommentRequirement Required
80424 src/com/gps/hibernate/TagsentryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
80425 src/com/gps/hibernate/TagsentryDAO.java 34 publicMethodCommentRequirement Required
80426 src/com/gps/hibernate/TagsentryDAO.java 35 There is log block not surrounded by if
80427 src/com/gps/hibernate/TagsentryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80428 src/com/gps/hibernate/TagsentryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
80429 src/com/gps/hibernate/TagsentryDAO.java 38 There is log block not surrounded by if
80430 src/com/gps/hibernate/TagsentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80431 src/com/gps/hibernate/TagsentryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80432 src/com/gps/hibernate/TagsentryDAO.java 40 There is log block not surrounded by if
80433 src/com/gps/hibernate/TagsentryDAO.java 45 Avoid excessively long variable names like persistentInstance
80434 src/com/gps/hibernate/TagsentryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
80435 src/com/gps/hibernate/TagsentryDAO.java 45 publicMethodCommentRequirement Required
80436 src/com/gps/hibernate/TagsentryDAO.java 46 There is log block not surrounded by if
80437 src/com/gps/hibernate/TagsentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80438 src/com/gps/hibernate/TagsentryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
80439 src/com/gps/hibernate/TagsentryDAO.java 49 There is log block not surrounded by if
80440 src/com/gps/hibernate/TagsentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80441 src/com/gps/hibernate/TagsentryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80442 src/com/gps/hibernate/TagsentryDAO.java 51 There is log block not surrounded by if
80443 src/com/gps/hibernate/TagsentryDAO.java 56 Avoid variables with short names like id
80444 src/com/gps/hibernate/TagsentryDAO.java 56 Parameter 'id' is not assigned and could be declared final
80445 src/com/gps/hibernate/TagsentryDAO.java 56 publicMethodCommentRequirement Required
80446 src/com/gps/hibernate/TagsentryDAO.java 57 There is log block not surrounded by if
80447 src/com/gps/hibernate/TagsentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80448 src/com/gps/hibernate/TagsentryDAO.java 59 Local variable 'instance' could be declared final
80449 src/com/gps/hibernate/TagsentryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
80450 src/com/gps/hibernate/TagsentryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80451 src/com/gps/hibernate/TagsentryDAO.java 63 There is log block not surrounded by if
80452 src/com/gps/hibernate/TagsentryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
80453 src/com/gps/hibernate/TagsentryDAO.java 68 publicMethodCommentRequirement Required
80454 src/com/gps/hibernate/TagsentryDAO.java 69 There is log block not surrounded by if
80455 src/com/gps/hibernate/TagsentryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80456 src/com/gps/hibernate/TagsentryDAO.java 71 Local variable 'results' could be declared final
80457 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80458 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80459 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80460 src/com/gps/hibernate/TagsentryDAO.java 74 There is log block not surrounded by if
80461 src/com/gps/hibernate/TagsentryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80462 src/com/gps/hibernate/TagsentryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
80463 src/com/gps/hibernate/TagsentryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80464 src/com/gps/hibernate/TagsentryDAO.java 78 There is log block not surrounded by if
80465 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
80466 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'value' is not assigned and could be declared final
80467 src/com/gps/hibernate/TagsentryDAO.java 83 publicMethodCommentRequirement Required
80468 src/com/gps/hibernate/TagsentryDAO.java 84 There is log block not surrounded by if
80469 src/com/gps/hibernate/TagsentryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80470 src/com/gps/hibernate/TagsentryDAO.java 87 Local variable 'queryString' could be declared final
80471 src/com/gps/hibernate/TagsentryDAO.java 89 Local variable 'queryObject' could be declared final
80472 src/com/gps/hibernate/TagsentryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
80473 src/com/gps/hibernate/TagsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
80474 src/com/gps/hibernate/TagsentryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
80475 src/com/gps/hibernate/TagsentryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80476 src/com/gps/hibernate/TagsentryDAO.java 93 There is log block not surrounded by if
80477 src/com/gps/hibernate/TagsentryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
80478 src/com/gps/hibernate/TagsentryDAO.java 98 publicMethodCommentRequirement Required
80479 src/com/gps/hibernate/TagsentryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
80480 src/com/gps/hibernate/TagsentryDAO.java 102 publicMethodCommentRequirement Required
80481 src/com/gps/hibernate/TagsentryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
80482 src/com/gps/hibernate/TagsentryDAO.java 106 publicMethodCommentRequirement Required
80483 src/com/gps/hibernate/TagsentryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
80484 src/com/gps/hibernate/TagsentryDAO.java 110 publicMethodCommentRequirement Required
80485 src/com/gps/hibernate/TagsentryDAO.java 114 Parameter 'parentEntryId' is not assigned and could be declared final
80486 src/com/gps/hibernate/TagsentryDAO.java 114 publicMethodCommentRequirement Required
80487 src/com/gps/hibernate/TagsentryDAO.java 118 Parameter 'name' is not assigned and could be declared final
80488 src/com/gps/hibernate/TagsentryDAO.java 118 publicMethodCommentRequirement Required
80489 src/com/gps/hibernate/TagsentryDAO.java 122 Parameter 'vocabularyId' is not assigned and could be declared final
80490 src/com/gps/hibernate/TagsentryDAO.java 122 publicMethodCommentRequirement Required
80491 src/com/gps/hibernate/TagsentryDAO.java 126 publicMethodCommentRequirement Required
80492 src/com/gps/hibernate/TagsentryDAO.java 127 There is log block not surrounded by if
80493 src/com/gps/hibernate/TagsentryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80494 src/com/gps/hibernate/TagsentryDAO.java 129 Local variable 'queryString' could be declared final
80495 src/com/gps/hibernate/TagsentryDAO.java 130 Local variable 'queryObject' could be declared final
80496 src/com/gps/hibernate/TagsentryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
80497 src/com/gps/hibernate/TagsentryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
80498 src/com/gps/hibernate/TagsentryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80499 src/com/gps/hibernate/TagsentryDAO.java 133 There is log block not surrounded by if
80500 src/com/gps/hibernate/TagsentryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
80501 src/com/gps/hibernate/TagsentryDAO.java 138 publicMethodCommentRequirement Required
80502 src/com/gps/hibernate/TagsentryDAO.java 139 There is log block not surrounded by if
80503 src/com/gps/hibernate/TagsentryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80504 src/com/gps/hibernate/TagsentryDAO.java 141 Local variable 'result' could be declared final
80505 src/com/gps/hibernate/TagsentryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
80506 src/com/gps/hibernate/TagsentryDAO.java 142 There is log block not surrounded by if
80507 src/com/gps/hibernate/TagsentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80508 src/com/gps/hibernate/TagsentryDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80509 src/com/gps/hibernate/TagsentryDAO.java 145 There is log block not surrounded by if
80510 src/com/gps/hibernate/TagsentryDAO.java 150 Parameter 'instance' is not assigned and could be declared final
80511 src/com/gps/hibernate/TagsentryDAO.java 150 publicMethodCommentRequirement Required
80512 src/com/gps/hibernate/TagsentryDAO.java 151 There is log block not surrounded by if
80513 src/com/gps/hibernate/TagsentryDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80514 src/com/gps/hibernate/TagsentryDAO.java 153 Potential violation of Law of Demeter (method chain calls)
80515 src/com/gps/hibernate/TagsentryDAO.java 154 There is log block not surrounded by if
80516 src/com/gps/hibernate/TagsentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80517 src/com/gps/hibernate/TagsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80518 src/com/gps/hibernate/TagsentryDAO.java 156 There is log block not surrounded by if
80519 src/com/gps/hibernate/TagsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
80520 src/com/gps/hibernate/TagsentryDAO.java 161 publicMethodCommentRequirement Required
80521 src/com/gps/hibernate/TagsentryDAO.java 162 There is log block not surrounded by if
80522 src/com/gps/hibernate/TagsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80523 src/com/gps/hibernate/TagsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
80524 src/com/gps/hibernate/TagsentryDAO.java 165 There is log block not surrounded by if
80525 src/com/gps/hibernate/TagsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80526 src/com/gps/hibernate/TagsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80527 src/com/gps/hibernate/TagsentryDAO.java 167 There is log block not surrounded by if
80528 src/com/gps/hibernate/Tagsproperty.java 11 Classes implementing Serializable should set a serialVersionUID
80529 src/com/gps/hibernate/Tagsproperty.java 15 fieldCommentRequirement Required
80530 src/com/gps/hibernate/Tagsproperty.java 16 fieldCommentRequirement Required
80531 src/com/gps/hibernate/Tagsproperty.java 17 fieldCommentRequirement Required
80532 src/com/gps/hibernate/Tagsproperty.java 18 fieldCommentRequirement Required
80533 src/com/gps/hibernate/Tagsproperty.java 19 fieldCommentRequirement Required
80534 src/com/gps/hibernate/Tagsproperty.java 20 fieldCommentRequirement Required
80535 src/com/gps/hibernate/Tagsproperty.java 21 fieldCommentRequirement Required
80536 src/com/gps/hibernate/Tagsproperty.java 22 fieldCommentRequirement Required
80537 src/com/gps/hibernate/Tagsproperty.java 23 fieldCommentRequirement Required
80538 src/com/gps/hibernate/Tagsproperty.java 28 Document empty constructor
80539 src/com/gps/hibernate/Tagsproperty.java 32 Parameter 'propertyId' is not assigned and could be declared final
80540 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'companyId' is not assigned and could be declared final
80541 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'propertyId' is not assigned and could be declared final
80542 src/com/gps/hibernate/Tagsproperty.java 37 Parameter 'userId' is not assigned and could be declared final
80543 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'createDate' is not assigned and could be declared final
80544 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'entryId' is not assigned and could be declared final
80545 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
80546 src/com/gps/hibernate/Tagsproperty.java 38 Parameter 'userName' is not assigned and could be declared final
80547 src/com/gps/hibernate/Tagsproperty.java 39 Parameter 'key' is not assigned and could be declared final
80548 src/com/gps/hibernate/Tagsproperty.java 39 Parameter 'value' is not assigned and could be declared final
80549 src/com/gps/hibernate/Tagsproperty.java 53 publicMethodCommentRequirement Required
80550 src/com/gps/hibernate/Tagsproperty.java 57 Parameter 'propertyId' is not assigned and could be declared final
80551 src/com/gps/hibernate/Tagsproperty.java 57 publicMethodCommentRequirement Required
80552 src/com/gps/hibernate/Tagsproperty.java 61 publicMethodCommentRequirement Required
80553 src/com/gps/hibernate/Tagsproperty.java 65 Parameter 'companyId' is not assigned and could be declared final
80554 src/com/gps/hibernate/Tagsproperty.java 65 publicMethodCommentRequirement Required
80555 src/com/gps/hibernate/Tagsproperty.java 69 publicMethodCommentRequirement Required
80556 src/com/gps/hibernate/Tagsproperty.java 73 Parameter 'userId' is not assigned and could be declared final
80557 src/com/gps/hibernate/Tagsproperty.java 73 publicMethodCommentRequirement Required
80558 src/com/gps/hibernate/Tagsproperty.java 77 publicMethodCommentRequirement Required
80559 src/com/gps/hibernate/Tagsproperty.java 81 Parameter 'userName' is not assigned and could be declared final
80560 src/com/gps/hibernate/Tagsproperty.java 81 publicMethodCommentRequirement Required
80561 src/com/gps/hibernate/Tagsproperty.java 85 publicMethodCommentRequirement Required
80562 src/com/gps/hibernate/Tagsproperty.java 89 Parameter 'createDate' is not assigned and could be declared final
80563 src/com/gps/hibernate/Tagsproperty.java 89 publicMethodCommentRequirement Required
80564 src/com/gps/hibernate/Tagsproperty.java 93 publicMethodCommentRequirement Required
80565 src/com/gps/hibernate/Tagsproperty.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
80566 src/com/gps/hibernate/Tagsproperty.java 97 publicMethodCommentRequirement Required
80567 src/com/gps/hibernate/Tagsproperty.java 101 publicMethodCommentRequirement Required
80568 src/com/gps/hibernate/Tagsproperty.java 105 Parameter 'entryId' is not assigned and could be declared final
80569 src/com/gps/hibernate/Tagsproperty.java 105 publicMethodCommentRequirement Required
80570 src/com/gps/hibernate/Tagsproperty.java 109 publicMethodCommentRequirement Required
80571 src/com/gps/hibernate/Tagsproperty.java 113 Parameter 'key' is not assigned and could be declared final
80572 src/com/gps/hibernate/Tagsproperty.java 113 publicMethodCommentRequirement Required
80573 src/com/gps/hibernate/Tagsproperty.java 117 publicMethodCommentRequirement Required
80574 src/com/gps/hibernate/Tagsproperty.java 121 Parameter 'value' is not assigned and could be declared final
80575 src/com/gps/hibernate/Tagsproperty.java 121 publicMethodCommentRequirement Required
80576 src/com/gps/hibernate/TagspropertyDAO.java 3 Avoid unused imports such as 'java.util.Date'
80577 src/com/gps/hibernate/TagspropertyDAO.java 11 Comment is too large: Too many lines
80578 src/com/gps/hibernate/TagspropertyDAO.java 23 This class has too many methods, consider refactoring it.
80579 src/com/gps/hibernate/TagspropertyDAO.java 24 Logger should be defined private static final and have the correct class
80580 src/com/gps/hibernate/TagspropertyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
80581 src/com/gps/hibernate/TagspropertyDAO.java 24 fieldCommentRequirement Required
80582 src/com/gps/hibernate/TagspropertyDAO.java 26 fieldCommentRequirement Required
80583 src/com/gps/hibernate/TagspropertyDAO.java 27 fieldCommentRequirement Required
80584 src/com/gps/hibernate/TagspropertyDAO.java 28 fieldCommentRequirement Required
80585 src/com/gps/hibernate/TagspropertyDAO.java 29 fieldCommentRequirement Required
80586 src/com/gps/hibernate/TagspropertyDAO.java 30 fieldCommentRequirement Required
80587 src/com/gps/hibernate/TagspropertyDAO.java 31 fieldCommentRequirement Required
80588 src/com/gps/hibernate/TagspropertyDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
80589 src/com/gps/hibernate/TagspropertyDAO.java 33 publicMethodCommentRequirement Required
80590 src/com/gps/hibernate/TagspropertyDAO.java 34 There is log block not surrounded by if
80591 src/com/gps/hibernate/TagspropertyDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80592 src/com/gps/hibernate/TagspropertyDAO.java 36 Potential violation of Law of Demeter (method chain calls)
80593 src/com/gps/hibernate/TagspropertyDAO.java 37 There is log block not surrounded by if
80594 src/com/gps/hibernate/TagspropertyDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80595 src/com/gps/hibernate/TagspropertyDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80596 src/com/gps/hibernate/TagspropertyDAO.java 39 There is log block not surrounded by if
80597 src/com/gps/hibernate/TagspropertyDAO.java 44 Avoid excessively long variable names like persistentInstance
80598 src/com/gps/hibernate/TagspropertyDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
80599 src/com/gps/hibernate/TagspropertyDAO.java 44 publicMethodCommentRequirement Required
80600 src/com/gps/hibernate/TagspropertyDAO.java 45 There is log block not surrounded by if
80601 src/com/gps/hibernate/TagspropertyDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80602 src/com/gps/hibernate/TagspropertyDAO.java 47 Potential violation of Law of Demeter (method chain calls)
80603 src/com/gps/hibernate/TagspropertyDAO.java 48 There is log block not surrounded by if
80604 src/com/gps/hibernate/TagspropertyDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80605 src/com/gps/hibernate/TagspropertyDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80606 src/com/gps/hibernate/TagspropertyDAO.java 50 There is log block not surrounded by if
80607 src/com/gps/hibernate/TagspropertyDAO.java 55 Avoid variables with short names like id
80608 src/com/gps/hibernate/TagspropertyDAO.java 55 Parameter 'id' is not assigned and could be declared final
80609 src/com/gps/hibernate/TagspropertyDAO.java 55 publicMethodCommentRequirement Required
80610 src/com/gps/hibernate/TagspropertyDAO.java 56 There is log block not surrounded by if
80611 src/com/gps/hibernate/TagspropertyDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80612 src/com/gps/hibernate/TagspropertyDAO.java 58 Local variable 'instance' could be declared final
80613 src/com/gps/hibernate/TagspropertyDAO.java 58 Potential violation of Law of Demeter (method chain calls)
80614 src/com/gps/hibernate/TagspropertyDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80615 src/com/gps/hibernate/TagspropertyDAO.java 62 There is log block not surrounded by if
80616 src/com/gps/hibernate/TagspropertyDAO.java 67 Parameter 'instance' is not assigned and could be declared final
80617 src/com/gps/hibernate/TagspropertyDAO.java 67 publicMethodCommentRequirement Required
80618 src/com/gps/hibernate/TagspropertyDAO.java 68 There is log block not surrounded by if
80619 src/com/gps/hibernate/TagspropertyDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80620 src/com/gps/hibernate/TagspropertyDAO.java 70 Local variable 'results' could be declared final
80621 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
80622 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
80623 src/com/gps/hibernate/TagspropertyDAO.java 70 Potential violation of Law of Demeter (method chain calls)
80624 src/com/gps/hibernate/TagspropertyDAO.java 73 There is log block not surrounded by if
80625 src/com/gps/hibernate/TagspropertyDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80626 src/com/gps/hibernate/TagspropertyDAO.java 74 Potential violation of Law of Demeter (object not created locally)
80627 src/com/gps/hibernate/TagspropertyDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80628 src/com/gps/hibernate/TagspropertyDAO.java 77 There is log block not surrounded by if
80629 src/com/gps/hibernate/TagspropertyDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
80630 src/com/gps/hibernate/TagspropertyDAO.java 82 Parameter 'value' is not assigned and could be declared final
80631 src/com/gps/hibernate/TagspropertyDAO.java 82 publicMethodCommentRequirement Required
80632 src/com/gps/hibernate/TagspropertyDAO.java 83 There is log block not surrounded by if
80633 src/com/gps/hibernate/TagspropertyDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80634 src/com/gps/hibernate/TagspropertyDAO.java 86 Local variable 'queryString' could be declared final
80635 src/com/gps/hibernate/TagspropertyDAO.java 88 Local variable 'queryObject' could be declared final
80636 src/com/gps/hibernate/TagspropertyDAO.java 88 Potential violation of Law of Demeter (method chain calls)
80637 src/com/gps/hibernate/TagspropertyDAO.java 89 Potential violation of Law of Demeter (object not created locally)
80638 src/com/gps/hibernate/TagspropertyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
80639 src/com/gps/hibernate/TagspropertyDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80640 src/com/gps/hibernate/TagspropertyDAO.java 92 There is log block not surrounded by if
80641 src/com/gps/hibernate/TagspropertyDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
80642 src/com/gps/hibernate/TagspropertyDAO.java 97 publicMethodCommentRequirement Required
80643 src/com/gps/hibernate/TagspropertyDAO.java 101 Parameter 'userId' is not assigned and could be declared final
80644 src/com/gps/hibernate/TagspropertyDAO.java 101 publicMethodCommentRequirement Required
80645 src/com/gps/hibernate/TagspropertyDAO.java 105 Parameter 'userName' is not assigned and could be declared final
80646 src/com/gps/hibernate/TagspropertyDAO.java 105 publicMethodCommentRequirement Required
80647 src/com/gps/hibernate/TagspropertyDAO.java 109 Parameter 'entryId' is not assigned and could be declared final
80648 src/com/gps/hibernate/TagspropertyDAO.java 109 publicMethodCommentRequirement Required
80649 src/com/gps/hibernate/TagspropertyDAO.java 113 Parameter 'key' is not assigned and could be declared final
80650 src/com/gps/hibernate/TagspropertyDAO.java 113 publicMethodCommentRequirement Required
80651 src/com/gps/hibernate/TagspropertyDAO.java 117 Parameter 'value' is not assigned and could be declared final
80652 src/com/gps/hibernate/TagspropertyDAO.java 117 publicMethodCommentRequirement Required
80653 src/com/gps/hibernate/TagspropertyDAO.java 121 publicMethodCommentRequirement Required
80654 src/com/gps/hibernate/TagspropertyDAO.java 122 There is log block not surrounded by if
80655 src/com/gps/hibernate/TagspropertyDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80656 src/com/gps/hibernate/TagspropertyDAO.java 124 Local variable 'queryString' could be declared final
80657 src/com/gps/hibernate/TagspropertyDAO.java 125 Local variable 'queryObject' could be declared final
80658 src/com/gps/hibernate/TagspropertyDAO.java 125 Potential violation of Law of Demeter (method chain calls)
80659 src/com/gps/hibernate/TagspropertyDAO.java 126 Potential violation of Law of Demeter (object not created locally)
80660 src/com/gps/hibernate/TagspropertyDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80661 src/com/gps/hibernate/TagspropertyDAO.java 128 There is log block not surrounded by if
80662 src/com/gps/hibernate/TagspropertyDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
80663 src/com/gps/hibernate/TagspropertyDAO.java 133 publicMethodCommentRequirement Required
80664 src/com/gps/hibernate/TagspropertyDAO.java 134 There is log block not surrounded by if
80665 src/com/gps/hibernate/TagspropertyDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80666 src/com/gps/hibernate/TagspropertyDAO.java 136 Local variable 'result' could be declared final
80667 src/com/gps/hibernate/TagspropertyDAO.java 136 Potential violation of Law of Demeter (method chain calls)
80668 src/com/gps/hibernate/TagspropertyDAO.java 138 There is log block not surrounded by if
80669 src/com/gps/hibernate/TagspropertyDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80670 src/com/gps/hibernate/TagspropertyDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80671 src/com/gps/hibernate/TagspropertyDAO.java 141 There is log block not surrounded by if
80672 src/com/gps/hibernate/TagspropertyDAO.java 146 Parameter 'instance' is not assigned and could be declared final
80673 src/com/gps/hibernate/TagspropertyDAO.java 146 publicMethodCommentRequirement Required
80674 src/com/gps/hibernate/TagspropertyDAO.java 147 There is log block not surrounded by if
80675 src/com/gps/hibernate/TagspropertyDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80676 src/com/gps/hibernate/TagspropertyDAO.java 149 Potential violation of Law of Demeter (method chain calls)
80677 src/com/gps/hibernate/TagspropertyDAO.java 150 There is log block not surrounded by if
80678 src/com/gps/hibernate/TagspropertyDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80679 src/com/gps/hibernate/TagspropertyDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80680 src/com/gps/hibernate/TagspropertyDAO.java 152 There is log block not surrounded by if
80681 src/com/gps/hibernate/TagspropertyDAO.java 157 Parameter 'instance' is not assigned and could be declared final
80682 src/com/gps/hibernate/TagspropertyDAO.java 157 publicMethodCommentRequirement Required
80683 src/com/gps/hibernate/TagspropertyDAO.java 158 There is log block not surrounded by if
80684 src/com/gps/hibernate/TagspropertyDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80685 src/com/gps/hibernate/TagspropertyDAO.java 160 Potential violation of Law of Demeter (method chain calls)
80686 src/com/gps/hibernate/TagspropertyDAO.java 161 There is log block not surrounded by if
80687 src/com/gps/hibernate/TagspropertyDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80688 src/com/gps/hibernate/TagspropertyDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80689 src/com/gps/hibernate/TagspropertyDAO.java 163 There is log block not surrounded by if
80690 src/com/gps/hibernate/Tagssource.java 9 Classes implementing Serializable should set a serialVersionUID
80691 src/com/gps/hibernate/Tagssource.java 13 fieldCommentRequirement Required
80692 src/com/gps/hibernate/Tagssource.java 14 fieldCommentRequirement Required
80693 src/com/gps/hibernate/Tagssource.java 15 fieldCommentRequirement Required
80694 src/com/gps/hibernate/Tagssource.java 16 fieldCommentRequirement Required
80695 src/com/gps/hibernate/Tagssource.java 21 Document empty constructor
80696 src/com/gps/hibernate/Tagssource.java 25 Parameter 'sourceId' is not assigned and could be declared final
80697 src/com/gps/hibernate/Tagssource.java 30 Parameter 'name' is not assigned and could be declared final
80698 src/com/gps/hibernate/Tagssource.java 30 Parameter 'parentSourceId' is not assigned and could be declared final
80699 src/com/gps/hibernate/Tagssource.java 30 Parameter 'sourceId' is not assigned and could be declared final
80700 src/com/gps/hibernate/Tagssource.java 31 Parameter 'acronym' is not assigned and could be declared final
80701 src/com/gps/hibernate/Tagssource.java 40 publicMethodCommentRequirement Required
80702 src/com/gps/hibernate/Tagssource.java 44 Parameter 'sourceId' is not assigned and could be declared final
80703 src/com/gps/hibernate/Tagssource.java 44 publicMethodCommentRequirement Required
80704 src/com/gps/hibernate/Tagssource.java 48 publicMethodCommentRequirement Required
80705 src/com/gps/hibernate/Tagssource.java 52 Parameter 'parentSourceId' is not assigned and could be declared final
80706 src/com/gps/hibernate/Tagssource.java 52 publicMethodCommentRequirement Required
80707 src/com/gps/hibernate/Tagssource.java 56 publicMethodCommentRequirement Required
80708 src/com/gps/hibernate/Tagssource.java 60 Parameter 'name' is not assigned and could be declared final
80709 src/com/gps/hibernate/Tagssource.java 60 publicMethodCommentRequirement Required
80710 src/com/gps/hibernate/Tagssource.java 64 publicMethodCommentRequirement Required
80711 src/com/gps/hibernate/Tagssource.java 68 Parameter 'acronym' is not assigned and could be declared final
80712 src/com/gps/hibernate/Tagssource.java 68 publicMethodCommentRequirement Required
80713 src/com/gps/hibernate/TagssourceDAO.java 10 Comment is too large: Too many lines
80714 src/com/gps/hibernate/TagssourceDAO.java 22 This class has too many methods, consider refactoring it.
80715 src/com/gps/hibernate/TagssourceDAO.java 23 Logger should be defined private static final and have the correct class
80716 src/com/gps/hibernate/TagssourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
80717 src/com/gps/hibernate/TagssourceDAO.java 23 fieldCommentRequirement Required
80718 src/com/gps/hibernate/TagssourceDAO.java 25 fieldCommentRequirement Required
80719 src/com/gps/hibernate/TagssourceDAO.java 26 fieldCommentRequirement Required
80720 src/com/gps/hibernate/TagssourceDAO.java 27 fieldCommentRequirement Required
80721 src/com/gps/hibernate/TagssourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
80722 src/com/gps/hibernate/TagssourceDAO.java 29 publicMethodCommentRequirement Required
80723 src/com/gps/hibernate/TagssourceDAO.java 30 There is log block not surrounded by if
80724 src/com/gps/hibernate/TagssourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80725 src/com/gps/hibernate/TagssourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
80726 src/com/gps/hibernate/TagssourceDAO.java 33 There is log block not surrounded by if
80727 src/com/gps/hibernate/TagssourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80728 src/com/gps/hibernate/TagssourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80729 src/com/gps/hibernate/TagssourceDAO.java 35 There is log block not surrounded by if
80730 src/com/gps/hibernate/TagssourceDAO.java 40 Avoid excessively long variable names like persistentInstance
80731 src/com/gps/hibernate/TagssourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
80732 src/com/gps/hibernate/TagssourceDAO.java 40 publicMethodCommentRequirement Required
80733 src/com/gps/hibernate/TagssourceDAO.java 41 There is log block not surrounded by if
80734 src/com/gps/hibernate/TagssourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80735 src/com/gps/hibernate/TagssourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
80736 src/com/gps/hibernate/TagssourceDAO.java 44 There is log block not surrounded by if
80737 src/com/gps/hibernate/TagssourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80738 src/com/gps/hibernate/TagssourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80739 src/com/gps/hibernate/TagssourceDAO.java 46 There is log block not surrounded by if
80740 src/com/gps/hibernate/TagssourceDAO.java 51 Avoid variables with short names like id
80741 src/com/gps/hibernate/TagssourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
80742 src/com/gps/hibernate/TagssourceDAO.java 51 publicMethodCommentRequirement Required
80743 src/com/gps/hibernate/TagssourceDAO.java 52 There is log block not surrounded by if
80744 src/com/gps/hibernate/TagssourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80745 src/com/gps/hibernate/TagssourceDAO.java 54 Local variable 'instance' could be declared final
80746 src/com/gps/hibernate/TagssourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
80747 src/com/gps/hibernate/TagssourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80748 src/com/gps/hibernate/TagssourceDAO.java 58 There is log block not surrounded by if
80749 src/com/gps/hibernate/TagssourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
80750 src/com/gps/hibernate/TagssourceDAO.java 63 publicMethodCommentRequirement Required
80751 src/com/gps/hibernate/TagssourceDAO.java 64 There is log block not surrounded by if
80752 src/com/gps/hibernate/TagssourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80753 src/com/gps/hibernate/TagssourceDAO.java 66 Local variable 'results' could be declared final
80754 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80755 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80756 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
80757 src/com/gps/hibernate/TagssourceDAO.java 69 There is log block not surrounded by if
80758 src/com/gps/hibernate/TagssourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80759 src/com/gps/hibernate/TagssourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
80760 src/com/gps/hibernate/TagssourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80761 src/com/gps/hibernate/TagssourceDAO.java 73 There is log block not surrounded by if
80762 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
80763 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
80764 src/com/gps/hibernate/TagssourceDAO.java 78 publicMethodCommentRequirement Required
80765 src/com/gps/hibernate/TagssourceDAO.java 79 There is log block not surrounded by if
80766 src/com/gps/hibernate/TagssourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80767 src/com/gps/hibernate/TagssourceDAO.java 82 Local variable 'queryString' could be declared final
80768 src/com/gps/hibernate/TagssourceDAO.java 84 Local variable 'queryObject' could be declared final
80769 src/com/gps/hibernate/TagssourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
80770 src/com/gps/hibernate/TagssourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
80771 src/com/gps/hibernate/TagssourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
80772 src/com/gps/hibernate/TagssourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80773 src/com/gps/hibernate/TagssourceDAO.java 88 There is log block not surrounded by if
80774 src/com/gps/hibernate/TagssourceDAO.java 93 Parameter 'parentSourceId' is not assigned and could be declared final
80775 src/com/gps/hibernate/TagssourceDAO.java 93 publicMethodCommentRequirement Required
80776 src/com/gps/hibernate/TagssourceDAO.java 97 Parameter 'name' is not assigned and could be declared final
80777 src/com/gps/hibernate/TagssourceDAO.java 97 publicMethodCommentRequirement Required
80778 src/com/gps/hibernate/TagssourceDAO.java 101 Parameter 'acronym' is not assigned and could be declared final
80779 src/com/gps/hibernate/TagssourceDAO.java 101 publicMethodCommentRequirement Required
80780 src/com/gps/hibernate/TagssourceDAO.java 105 publicMethodCommentRequirement Required
80781 src/com/gps/hibernate/TagssourceDAO.java 106 There is log block not surrounded by if
80782 src/com/gps/hibernate/TagssourceDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80783 src/com/gps/hibernate/TagssourceDAO.java 108 Local variable 'queryString' could be declared final
80784 src/com/gps/hibernate/TagssourceDAO.java 109 Local variable 'queryObject' could be declared final
80785 src/com/gps/hibernate/TagssourceDAO.java 109 Potential violation of Law of Demeter (method chain calls)
80786 src/com/gps/hibernate/TagssourceDAO.java 110 Potential violation of Law of Demeter (object not created locally)
80787 src/com/gps/hibernate/TagssourceDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80788 src/com/gps/hibernate/TagssourceDAO.java 112 There is log block not surrounded by if
80789 src/com/gps/hibernate/TagssourceDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
80790 src/com/gps/hibernate/TagssourceDAO.java 117 publicMethodCommentRequirement Required
80791 src/com/gps/hibernate/TagssourceDAO.java 118 There is log block not surrounded by if
80792 src/com/gps/hibernate/TagssourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80793 src/com/gps/hibernate/TagssourceDAO.java 120 Local variable 'result' could be declared final
80794 src/com/gps/hibernate/TagssourceDAO.java 120 Potential violation of Law of Demeter (method chain calls)
80795 src/com/gps/hibernate/TagssourceDAO.java 122 There is log block not surrounded by if
80796 src/com/gps/hibernate/TagssourceDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80797 src/com/gps/hibernate/TagssourceDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80798 src/com/gps/hibernate/TagssourceDAO.java 125 There is log block not surrounded by if
80799 src/com/gps/hibernate/TagssourceDAO.java 130 Parameter 'instance' is not assigned and could be declared final
80800 src/com/gps/hibernate/TagssourceDAO.java 130 publicMethodCommentRequirement Required
80801 src/com/gps/hibernate/TagssourceDAO.java 131 There is log block not surrounded by if
80802 src/com/gps/hibernate/TagssourceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80803 src/com/gps/hibernate/TagssourceDAO.java 133 Potential violation of Law of Demeter (method chain calls)
80804 src/com/gps/hibernate/TagssourceDAO.java 134 There is log block not surrounded by if
80805 src/com/gps/hibernate/TagssourceDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80806 src/com/gps/hibernate/TagssourceDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80807 src/com/gps/hibernate/TagssourceDAO.java 136 There is log block not surrounded by if
80808 src/com/gps/hibernate/TagssourceDAO.java 141 Parameter 'instance' is not assigned and could be declared final
80809 src/com/gps/hibernate/TagssourceDAO.java 141 publicMethodCommentRequirement Required
80810 src/com/gps/hibernate/TagssourceDAO.java 142 There is log block not surrounded by if
80811 src/com/gps/hibernate/TagssourceDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80812 src/com/gps/hibernate/TagssourceDAO.java 144 Potential violation of Law of Demeter (method chain calls)
80813 src/com/gps/hibernate/TagssourceDAO.java 145 There is log block not surrounded by if
80814 src/com/gps/hibernate/TagssourceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80815 src/com/gps/hibernate/TagssourceDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80816 src/com/gps/hibernate/TagssourceDAO.java 147 There is log block not surrounded by if
80817 src/com/gps/hibernate/Tagsvocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
80818 src/com/gps/hibernate/Tagsvocabulary.java 15 fieldCommentRequirement Required
80819 src/com/gps/hibernate/Tagsvocabulary.java 16 fieldCommentRequirement Required
80820 src/com/gps/hibernate/Tagsvocabulary.java 17 fieldCommentRequirement Required
80821 src/com/gps/hibernate/Tagsvocabulary.java 18 fieldCommentRequirement Required
80822 src/com/gps/hibernate/Tagsvocabulary.java 19 fieldCommentRequirement Required
80823 src/com/gps/hibernate/Tagsvocabulary.java 20 fieldCommentRequirement Required
80824 src/com/gps/hibernate/Tagsvocabulary.java 21 fieldCommentRequirement Required
80825 src/com/gps/hibernate/Tagsvocabulary.java 22 fieldCommentRequirement Required
80826 src/com/gps/hibernate/Tagsvocabulary.java 23 fieldCommentRequirement Required
80827 src/com/gps/hibernate/Tagsvocabulary.java 24 fieldCommentRequirement Required
80828 src/com/gps/hibernate/Tagsvocabulary.java 29 Document empty constructor
80829 src/com/gps/hibernate/Tagsvocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
80830 src/com/gps/hibernate/Tagsvocabulary.java 38 Avoid long parameter lists.
80831 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
80832 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
80833 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
80834 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
80835 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
80836 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
80837 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
80838 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'description' is not assigned and could be declared final
80839 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
80840 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'name' is not assigned and could be declared final
80841 src/com/gps/hibernate/Tagsvocabulary.java 55 publicMethodCommentRequirement Required
80842 src/com/gps/hibernate/Tagsvocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
80843 src/com/gps/hibernate/Tagsvocabulary.java 59 publicMethodCommentRequirement Required
80844 src/com/gps/hibernate/Tagsvocabulary.java 63 publicMethodCommentRequirement Required
80845 src/com/gps/hibernate/Tagsvocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
80846 src/com/gps/hibernate/Tagsvocabulary.java 67 publicMethodCommentRequirement Required
80847 src/com/gps/hibernate/Tagsvocabulary.java 71 publicMethodCommentRequirement Required
80848 src/com/gps/hibernate/Tagsvocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
80849 src/com/gps/hibernate/Tagsvocabulary.java 75 publicMethodCommentRequirement Required
80850 src/com/gps/hibernate/Tagsvocabulary.java 79 publicMethodCommentRequirement Required
80851 src/com/gps/hibernate/Tagsvocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
80852 src/com/gps/hibernate/Tagsvocabulary.java 83 publicMethodCommentRequirement Required
80853 src/com/gps/hibernate/Tagsvocabulary.java 87 publicMethodCommentRequirement Required
80854 src/com/gps/hibernate/Tagsvocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
80855 src/com/gps/hibernate/Tagsvocabulary.java 91 publicMethodCommentRequirement Required
80856 src/com/gps/hibernate/Tagsvocabulary.java 95 publicMethodCommentRequirement Required
80857 src/com/gps/hibernate/Tagsvocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
80858 src/com/gps/hibernate/Tagsvocabulary.java 99 publicMethodCommentRequirement Required
80859 src/com/gps/hibernate/Tagsvocabulary.java 103 publicMethodCommentRequirement Required
80860 src/com/gps/hibernate/Tagsvocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
80861 src/com/gps/hibernate/Tagsvocabulary.java 107 publicMethodCommentRequirement Required
80862 src/com/gps/hibernate/Tagsvocabulary.java 111 publicMethodCommentRequirement Required
80863 src/com/gps/hibernate/Tagsvocabulary.java 115 Parameter 'name' is not assigned and could be declared final
80864 src/com/gps/hibernate/Tagsvocabulary.java 115 publicMethodCommentRequirement Required
80865 src/com/gps/hibernate/Tagsvocabulary.java 119 publicMethodCommentRequirement Required
80866 src/com/gps/hibernate/Tagsvocabulary.java 123 Parameter 'description' is not assigned and could be declared final
80867 src/com/gps/hibernate/Tagsvocabulary.java 123 publicMethodCommentRequirement Required
80868 src/com/gps/hibernate/Tagsvocabulary.java 127 publicMethodCommentRequirement Required
80869 src/com/gps/hibernate/Tagsvocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
80870 src/com/gps/hibernate/Tagsvocabulary.java 131 publicMethodCommentRequirement Required
80871 src/com/gps/hibernate/TagsvocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
80872 src/com/gps/hibernate/TagsvocabularyDAO.java 11 Comment is too large: Too many lines
80873 src/com/gps/hibernate/TagsvocabularyDAO.java 23 This class has too many methods, consider refactoring it.
80874 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Logger should be defined private static final and have the correct class
80875 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
80876 src/com/gps/hibernate/TagsvocabularyDAO.java 24 fieldCommentRequirement Required
80877 src/com/gps/hibernate/TagsvocabularyDAO.java 26 fieldCommentRequirement Required
80878 src/com/gps/hibernate/TagsvocabularyDAO.java 27 fieldCommentRequirement Required
80879 src/com/gps/hibernate/TagsvocabularyDAO.java 28 fieldCommentRequirement Required
80880 src/com/gps/hibernate/TagsvocabularyDAO.java 29 fieldCommentRequirement Required
80881 src/com/gps/hibernate/TagsvocabularyDAO.java 30 fieldCommentRequirement Required
80882 src/com/gps/hibernate/TagsvocabularyDAO.java 31 fieldCommentRequirement Required
80883 src/com/gps/hibernate/TagsvocabularyDAO.java 32 fieldCommentRequirement Required
80884 src/com/gps/hibernate/TagsvocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
80885 src/com/gps/hibernate/TagsvocabularyDAO.java 34 publicMethodCommentRequirement Required
80886 src/com/gps/hibernate/TagsvocabularyDAO.java 35 There is log block not surrounded by if
80887 src/com/gps/hibernate/TagsvocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80888 src/com/gps/hibernate/TagsvocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
80889 src/com/gps/hibernate/TagsvocabularyDAO.java 38 There is log block not surrounded by if
80890 src/com/gps/hibernate/TagsvocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80891 src/com/gps/hibernate/TagsvocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80892 src/com/gps/hibernate/TagsvocabularyDAO.java 40 There is log block not surrounded by if
80893 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
80894 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
80895 src/com/gps/hibernate/TagsvocabularyDAO.java 45 publicMethodCommentRequirement Required
80896 src/com/gps/hibernate/TagsvocabularyDAO.java 46 There is log block not surrounded by if
80897 src/com/gps/hibernate/TagsvocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80898 src/com/gps/hibernate/TagsvocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
80899 src/com/gps/hibernate/TagsvocabularyDAO.java 49 There is log block not surrounded by if
80900 src/com/gps/hibernate/TagsvocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80901 src/com/gps/hibernate/TagsvocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80902 src/com/gps/hibernate/TagsvocabularyDAO.java 51 There is log block not surrounded by if
80903 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Avoid variables with short names like id
80904 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
80905 src/com/gps/hibernate/TagsvocabularyDAO.java 56 publicMethodCommentRequirement Required
80906 src/com/gps/hibernate/TagsvocabularyDAO.java 57 There is log block not surrounded by if
80907 src/com/gps/hibernate/TagsvocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80908 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Local variable 'instance' could be declared final
80909 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
80910 src/com/gps/hibernate/TagsvocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80911 src/com/gps/hibernate/TagsvocabularyDAO.java 63 There is log block not surrounded by if
80912 src/com/gps/hibernate/TagsvocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
80913 src/com/gps/hibernate/TagsvocabularyDAO.java 68 publicMethodCommentRequirement Required
80914 src/com/gps/hibernate/TagsvocabularyDAO.java 69 There is log block not surrounded by if
80915 src/com/gps/hibernate/TagsvocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80916 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Local variable 'results' could be declared final
80917 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80918 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80919 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
80920 src/com/gps/hibernate/TagsvocabularyDAO.java 74 There is log block not surrounded by if
80921 src/com/gps/hibernate/TagsvocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80922 src/com/gps/hibernate/TagsvocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
80923 src/com/gps/hibernate/TagsvocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80924 src/com/gps/hibernate/TagsvocabularyDAO.java 78 There is log block not surrounded by if
80925 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
80926 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
80927 src/com/gps/hibernate/TagsvocabularyDAO.java 83 publicMethodCommentRequirement Required
80928 src/com/gps/hibernate/TagsvocabularyDAO.java 84 There is log block not surrounded by if
80929 src/com/gps/hibernate/TagsvocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80930 src/com/gps/hibernate/TagsvocabularyDAO.java 87 Local variable 'queryString' could be declared final
80931 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Local variable 'queryObject' could be declared final
80932 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
80933 src/com/gps/hibernate/TagsvocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
80934 src/com/gps/hibernate/TagsvocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
80935 src/com/gps/hibernate/TagsvocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80936 src/com/gps/hibernate/TagsvocabularyDAO.java 93 There is log block not surrounded by if
80937 src/com/gps/hibernate/TagsvocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
80938 src/com/gps/hibernate/TagsvocabularyDAO.java 98 publicMethodCommentRequirement Required
80939 src/com/gps/hibernate/TagsvocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
80940 src/com/gps/hibernate/TagsvocabularyDAO.java 102 publicMethodCommentRequirement Required
80941 src/com/gps/hibernate/TagsvocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
80942 src/com/gps/hibernate/TagsvocabularyDAO.java 106 publicMethodCommentRequirement Required
80943 src/com/gps/hibernate/TagsvocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
80944 src/com/gps/hibernate/TagsvocabularyDAO.java 110 publicMethodCommentRequirement Required
80945 src/com/gps/hibernate/TagsvocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
80946 src/com/gps/hibernate/TagsvocabularyDAO.java 114 publicMethodCommentRequirement Required
80947 src/com/gps/hibernate/TagsvocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
80948 src/com/gps/hibernate/TagsvocabularyDAO.java 118 publicMethodCommentRequirement Required
80949 src/com/gps/hibernate/TagsvocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
80950 src/com/gps/hibernate/TagsvocabularyDAO.java 122 publicMethodCommentRequirement Required
80951 src/com/gps/hibernate/TagsvocabularyDAO.java 126 publicMethodCommentRequirement Required
80952 src/com/gps/hibernate/TagsvocabularyDAO.java 127 There is log block not surrounded by if
80953 src/com/gps/hibernate/TagsvocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80954 src/com/gps/hibernate/TagsvocabularyDAO.java 129 Local variable 'queryString' could be declared final
80955 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Local variable 'queryObject' could be declared final
80956 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
80957 src/com/gps/hibernate/TagsvocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
80958 src/com/gps/hibernate/TagsvocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80959 src/com/gps/hibernate/TagsvocabularyDAO.java 133 There is log block not surrounded by if
80960 src/com/gps/hibernate/TagsvocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
80961 src/com/gps/hibernate/TagsvocabularyDAO.java 138 publicMethodCommentRequirement Required
80962 src/com/gps/hibernate/TagsvocabularyDAO.java 139 There is log block not surrounded by if
80963 src/com/gps/hibernate/TagsvocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80964 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Local variable 'result' could be declared final
80965 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
80966 src/com/gps/hibernate/TagsvocabularyDAO.java 143 There is log block not surrounded by if
80967 src/com/gps/hibernate/TagsvocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80968 src/com/gps/hibernate/TagsvocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80969 src/com/gps/hibernate/TagsvocabularyDAO.java 146 There is log block not surrounded by if
80970 src/com/gps/hibernate/TagsvocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
80971 src/com/gps/hibernate/TagsvocabularyDAO.java 151 publicMethodCommentRequirement Required
80972 src/com/gps/hibernate/TagsvocabularyDAO.java 152 There is log block not surrounded by if
80973 src/com/gps/hibernate/TagsvocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80974 src/com/gps/hibernate/TagsvocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
80975 src/com/gps/hibernate/TagsvocabularyDAO.java 155 There is log block not surrounded by if
80976 src/com/gps/hibernate/TagsvocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80977 src/com/gps/hibernate/TagsvocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80978 src/com/gps/hibernate/TagsvocabularyDAO.java 157 There is log block not surrounded by if
80979 src/com/gps/hibernate/TagsvocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
80980 src/com/gps/hibernate/TagsvocabularyDAO.java 162 publicMethodCommentRequirement Required
80981 src/com/gps/hibernate/TagsvocabularyDAO.java 163 There is log block not surrounded by if
80982 src/com/gps/hibernate/TagsvocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80983 src/com/gps/hibernate/TagsvocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
80984 src/com/gps/hibernate/TagsvocabularyDAO.java 166 There is log block not surrounded by if
80985 src/com/gps/hibernate/TagsvocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
80986 src/com/gps/hibernate/TagsvocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
80987 src/com/gps/hibernate/TagsvocabularyDAO.java 168 There is log block not surrounded by if
80988 src/com/gps/hibernate/Tasksproposal.java 11 Classes implementing Serializable should set a serialVersionUID
80989 src/com/gps/hibernate/Tasksproposal.java 15 fieldCommentRequirement Required
80990 src/com/gps/hibernate/Tasksproposal.java 16 fieldCommentRequirement Required
80991 src/com/gps/hibernate/Tasksproposal.java 17 fieldCommentRequirement Required
80992 src/com/gps/hibernate/Tasksproposal.java 18 fieldCommentRequirement Required
80993 src/com/gps/hibernate/Tasksproposal.java 19 fieldCommentRequirement Required
80994 src/com/gps/hibernate/Tasksproposal.java 20 fieldCommentRequirement Required
80995 src/com/gps/hibernate/Tasksproposal.java 21 fieldCommentRequirement Required
80996 src/com/gps/hibernate/Tasksproposal.java 22 fieldCommentRequirement Required
80997 src/com/gps/hibernate/Tasksproposal.java 23 fieldCommentRequirement Required
80998 src/com/gps/hibernate/Tasksproposal.java 24 fieldCommentRequirement Required
80999 src/com/gps/hibernate/Tasksproposal.java 25 fieldCommentRequirement Required
81000 src/com/gps/hibernate/Tasksproposal.java 26 fieldCommentRequirement Required
81001 src/com/gps/hibernate/Tasksproposal.java 27 fieldCommentRequirement Required
81002 src/com/gps/hibernate/Tasksproposal.java 32 Document empty constructor
81003 src/com/gps/hibernate/Tasksproposal.java 36 Parameter 'proposalId' is not assigned and could be declared final
81004 src/com/gps/hibernate/Tasksproposal.java 41 Avoid long parameter lists.
81005 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'companyId' is not assigned and could be declared final
81006 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'groupId' is not assigned and could be declared final
81007 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'proposalId' is not assigned and could be declared final
81008 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'createDate' is not assigned and could be declared final
81009 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
81010 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userId' is not assigned and could be declared final
81011 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userName' is not assigned and could be declared final
81012 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classNameId' is not assigned and could be declared final
81013 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classPk' is not assigned and could be declared final
81014 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'description' is not assigned and could be declared final
81015 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'name' is not assigned and could be declared final
81016 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'dueDate' is not assigned and could be declared final
81017 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'publishDate' is not assigned and could be declared final
81018 src/com/gps/hibernate/Tasksproposal.java 62 publicMethodCommentRequirement Required
81019 src/com/gps/hibernate/Tasksproposal.java 66 Parameter 'proposalId' is not assigned and could be declared final
81020 src/com/gps/hibernate/Tasksproposal.java 66 publicMethodCommentRequirement Required
81021 src/com/gps/hibernate/Tasksproposal.java 70 publicMethodCommentRequirement Required
81022 src/com/gps/hibernate/Tasksproposal.java 74 Parameter 'groupId' is not assigned and could be declared final
81023 src/com/gps/hibernate/Tasksproposal.java 74 publicMethodCommentRequirement Required
81024 src/com/gps/hibernate/Tasksproposal.java 78 publicMethodCommentRequirement Required
81025 src/com/gps/hibernate/Tasksproposal.java 82 Parameter 'companyId' is not assigned and could be declared final
81026 src/com/gps/hibernate/Tasksproposal.java 82 publicMethodCommentRequirement Required
81027 src/com/gps/hibernate/Tasksproposal.java 86 publicMethodCommentRequirement Required
81028 src/com/gps/hibernate/Tasksproposal.java 90 Parameter 'userId' is not assigned and could be declared final
81029 src/com/gps/hibernate/Tasksproposal.java 90 publicMethodCommentRequirement Required
81030 src/com/gps/hibernate/Tasksproposal.java 94 publicMethodCommentRequirement Required
81031 src/com/gps/hibernate/Tasksproposal.java 98 Parameter 'userName' is not assigned and could be declared final
81032 src/com/gps/hibernate/Tasksproposal.java 98 publicMethodCommentRequirement Required
81033 src/com/gps/hibernate/Tasksproposal.java 102 publicMethodCommentRequirement Required
81034 src/com/gps/hibernate/Tasksproposal.java 106 Parameter 'createDate' is not assigned and could be declared final
81035 src/com/gps/hibernate/Tasksproposal.java 106 publicMethodCommentRequirement Required
81036 src/com/gps/hibernate/Tasksproposal.java 110 publicMethodCommentRequirement Required
81037 src/com/gps/hibernate/Tasksproposal.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
81038 src/com/gps/hibernate/Tasksproposal.java 114 publicMethodCommentRequirement Required
81039 src/com/gps/hibernate/Tasksproposal.java 118 publicMethodCommentRequirement Required
81040 src/com/gps/hibernate/Tasksproposal.java 122 Parameter 'classNameId' is not assigned and could be declared final
81041 src/com/gps/hibernate/Tasksproposal.java 122 publicMethodCommentRequirement Required
81042 src/com/gps/hibernate/Tasksproposal.java 126 publicMethodCommentRequirement Required
81043 src/com/gps/hibernate/Tasksproposal.java 130 Parameter 'classPk' is not assigned and could be declared final
81044 src/com/gps/hibernate/Tasksproposal.java 130 publicMethodCommentRequirement Required
81045 src/com/gps/hibernate/Tasksproposal.java 134 publicMethodCommentRequirement Required
81046 src/com/gps/hibernate/Tasksproposal.java 138 Parameter 'name' is not assigned and could be declared final
81047 src/com/gps/hibernate/Tasksproposal.java 138 publicMethodCommentRequirement Required
81048 src/com/gps/hibernate/Tasksproposal.java 142 publicMethodCommentRequirement Required
81049 src/com/gps/hibernate/Tasksproposal.java 146 Parameter 'description' is not assigned and could be declared final
81050 src/com/gps/hibernate/Tasksproposal.java 146 publicMethodCommentRequirement Required
81051 src/com/gps/hibernate/Tasksproposal.java 150 publicMethodCommentRequirement Required
81052 src/com/gps/hibernate/Tasksproposal.java 154 Parameter 'publishDate' is not assigned and could be declared final
81053 src/com/gps/hibernate/Tasksproposal.java 154 publicMethodCommentRequirement Required
81054 src/com/gps/hibernate/Tasksproposal.java 158 publicMethodCommentRequirement Required
81055 src/com/gps/hibernate/Tasksproposal.java 162 Parameter 'dueDate' is not assigned and could be declared final
81056 src/com/gps/hibernate/Tasksproposal.java 162 publicMethodCommentRequirement Required
81057 src/com/gps/hibernate/TasksproposalDAO.java 3 Avoid unused imports such as 'java.util.Date'
81058 src/com/gps/hibernate/TasksproposalDAO.java 11 Comment is too large: Too many lines
81059 src/com/gps/hibernate/TasksproposalDAO.java 23 This class has too many methods, consider refactoring it.
81060 src/com/gps/hibernate/TasksproposalDAO.java 24 Logger should be defined private static final and have the correct class
81061 src/com/gps/hibernate/TasksproposalDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
81062 src/com/gps/hibernate/TasksproposalDAO.java 24 fieldCommentRequirement Required
81063 src/com/gps/hibernate/TasksproposalDAO.java 26 fieldCommentRequirement Required
81064 src/com/gps/hibernate/TasksproposalDAO.java 27 fieldCommentRequirement Required
81065 src/com/gps/hibernate/TasksproposalDAO.java 28 fieldCommentRequirement Required
81066 src/com/gps/hibernate/TasksproposalDAO.java 29 fieldCommentRequirement Required
81067 src/com/gps/hibernate/TasksproposalDAO.java 30 fieldCommentRequirement Required
81068 src/com/gps/hibernate/TasksproposalDAO.java 31 fieldCommentRequirement Required
81069 src/com/gps/hibernate/TasksproposalDAO.java 32 fieldCommentRequirement Required
81070 src/com/gps/hibernate/TasksproposalDAO.java 33 fieldCommentRequirement Required
81071 src/com/gps/hibernate/TasksproposalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
81072 src/com/gps/hibernate/TasksproposalDAO.java 35 publicMethodCommentRequirement Required
81073 src/com/gps/hibernate/TasksproposalDAO.java 36 There is log block not surrounded by if
81074 src/com/gps/hibernate/TasksproposalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81075 src/com/gps/hibernate/TasksproposalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
81076 src/com/gps/hibernate/TasksproposalDAO.java 39 There is log block not surrounded by if
81077 src/com/gps/hibernate/TasksproposalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81078 src/com/gps/hibernate/TasksproposalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81079 src/com/gps/hibernate/TasksproposalDAO.java 41 There is log block not surrounded by if
81080 src/com/gps/hibernate/TasksproposalDAO.java 46 Avoid excessively long variable names like persistentInstance
81081 src/com/gps/hibernate/TasksproposalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
81082 src/com/gps/hibernate/TasksproposalDAO.java 46 publicMethodCommentRequirement Required
81083 src/com/gps/hibernate/TasksproposalDAO.java 47 There is log block not surrounded by if
81084 src/com/gps/hibernate/TasksproposalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81085 src/com/gps/hibernate/TasksproposalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
81086 src/com/gps/hibernate/TasksproposalDAO.java 50 There is log block not surrounded by if
81087 src/com/gps/hibernate/TasksproposalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81088 src/com/gps/hibernate/TasksproposalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81089 src/com/gps/hibernate/TasksproposalDAO.java 52 There is log block not surrounded by if
81090 src/com/gps/hibernate/TasksproposalDAO.java 57 Avoid variables with short names like id
81091 src/com/gps/hibernate/TasksproposalDAO.java 57 Parameter 'id' is not assigned and could be declared final
81092 src/com/gps/hibernate/TasksproposalDAO.java 57 publicMethodCommentRequirement Required
81093 src/com/gps/hibernate/TasksproposalDAO.java 58 There is log block not surrounded by if
81094 src/com/gps/hibernate/TasksproposalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81095 src/com/gps/hibernate/TasksproposalDAO.java 60 Local variable 'instance' could be declared final
81096 src/com/gps/hibernate/TasksproposalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
81097 src/com/gps/hibernate/TasksproposalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81098 src/com/gps/hibernate/TasksproposalDAO.java 64 There is log block not surrounded by if
81099 src/com/gps/hibernate/TasksproposalDAO.java 69 Parameter 'instance' is not assigned and could be declared final
81100 src/com/gps/hibernate/TasksproposalDAO.java 69 publicMethodCommentRequirement Required
81101 src/com/gps/hibernate/TasksproposalDAO.java 70 There is log block not surrounded by if
81102 src/com/gps/hibernate/TasksproposalDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81103 src/com/gps/hibernate/TasksproposalDAO.java 72 Local variable 'results' could be declared final
81104 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
81105 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
81106 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
81107 src/com/gps/hibernate/TasksproposalDAO.java 75 There is log block not surrounded by if
81108 src/com/gps/hibernate/TasksproposalDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81109 src/com/gps/hibernate/TasksproposalDAO.java 76 Potential violation of Law of Demeter (object not created locally)
81110 src/com/gps/hibernate/TasksproposalDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81111 src/com/gps/hibernate/TasksproposalDAO.java 79 There is log block not surrounded by if
81112 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
81113 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'value' is not assigned and could be declared final
81114 src/com/gps/hibernate/TasksproposalDAO.java 84 publicMethodCommentRequirement Required
81115 src/com/gps/hibernate/TasksproposalDAO.java 85 There is log block not surrounded by if
81116 src/com/gps/hibernate/TasksproposalDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81117 src/com/gps/hibernate/TasksproposalDAO.java 88 Local variable 'queryString' could be declared final
81118 src/com/gps/hibernate/TasksproposalDAO.java 90 Local variable 'queryObject' could be declared final
81119 src/com/gps/hibernate/TasksproposalDAO.java 90 Potential violation of Law of Demeter (method chain calls)
81120 src/com/gps/hibernate/TasksproposalDAO.java 91 Potential violation of Law of Demeter (object not created locally)
81121 src/com/gps/hibernate/TasksproposalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
81122 src/com/gps/hibernate/TasksproposalDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81123 src/com/gps/hibernate/TasksproposalDAO.java 94 There is log block not surrounded by if
81124 src/com/gps/hibernate/TasksproposalDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
81125 src/com/gps/hibernate/TasksproposalDAO.java 99 publicMethodCommentRequirement Required
81126 src/com/gps/hibernate/TasksproposalDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
81127 src/com/gps/hibernate/TasksproposalDAO.java 103 publicMethodCommentRequirement Required
81128 src/com/gps/hibernate/TasksproposalDAO.java 107 Parameter 'userId' is not assigned and could be declared final
81129 src/com/gps/hibernate/TasksproposalDAO.java 107 publicMethodCommentRequirement Required
81130 src/com/gps/hibernate/TasksproposalDAO.java 111 Parameter 'userName' is not assigned and could be declared final
81131 src/com/gps/hibernate/TasksproposalDAO.java 111 publicMethodCommentRequirement Required
81132 src/com/gps/hibernate/TasksproposalDAO.java 115 Parameter 'classNameId' is not assigned and could be declared final
81133 src/com/gps/hibernate/TasksproposalDAO.java 115 publicMethodCommentRequirement Required
81134 src/com/gps/hibernate/TasksproposalDAO.java 119 Parameter 'classPk' is not assigned and could be declared final
81135 src/com/gps/hibernate/TasksproposalDAO.java 119 publicMethodCommentRequirement Required
81136 src/com/gps/hibernate/TasksproposalDAO.java 123 Parameter 'name' is not assigned and could be declared final
81137 src/com/gps/hibernate/TasksproposalDAO.java 123 publicMethodCommentRequirement Required
81138 src/com/gps/hibernate/TasksproposalDAO.java 127 Parameter 'description' is not assigned and could be declared final
81139 src/com/gps/hibernate/TasksproposalDAO.java 127 publicMethodCommentRequirement Required
81140 src/com/gps/hibernate/TasksproposalDAO.java 131 publicMethodCommentRequirement Required
81141 src/com/gps/hibernate/TasksproposalDAO.java 132 There is log block not surrounded by if
81142 src/com/gps/hibernate/TasksproposalDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81143 src/com/gps/hibernate/TasksproposalDAO.java 134 Local variable 'queryString' could be declared final
81144 src/com/gps/hibernate/TasksproposalDAO.java 135 Local variable 'queryObject' could be declared final
81145 src/com/gps/hibernate/TasksproposalDAO.java 135 Potential violation of Law of Demeter (method chain calls)
81146 src/com/gps/hibernate/TasksproposalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
81147 src/com/gps/hibernate/TasksproposalDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81148 src/com/gps/hibernate/TasksproposalDAO.java 138 There is log block not surrounded by if
81149 src/com/gps/hibernate/TasksproposalDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
81150 src/com/gps/hibernate/TasksproposalDAO.java 143 publicMethodCommentRequirement Required
81151 src/com/gps/hibernate/TasksproposalDAO.java 144 There is log block not surrounded by if
81152 src/com/gps/hibernate/TasksproposalDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81153 src/com/gps/hibernate/TasksproposalDAO.java 146 Local variable 'result' could be declared final
81154 src/com/gps/hibernate/TasksproposalDAO.java 146 Potential violation of Law of Demeter (method chain calls)
81155 src/com/gps/hibernate/TasksproposalDAO.java 148 There is log block not surrounded by if
81156 src/com/gps/hibernate/TasksproposalDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81157 src/com/gps/hibernate/TasksproposalDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81158 src/com/gps/hibernate/TasksproposalDAO.java 151 There is log block not surrounded by if
81159 src/com/gps/hibernate/TasksproposalDAO.java 156 Parameter 'instance' is not assigned and could be declared final
81160 src/com/gps/hibernate/TasksproposalDAO.java 156 publicMethodCommentRequirement Required
81161 src/com/gps/hibernate/TasksproposalDAO.java 157 There is log block not surrounded by if
81162 src/com/gps/hibernate/TasksproposalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81163 src/com/gps/hibernate/TasksproposalDAO.java 159 Potential violation of Law of Demeter (method chain calls)
81164 src/com/gps/hibernate/TasksproposalDAO.java 160 There is log block not surrounded by if
81165 src/com/gps/hibernate/TasksproposalDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81166 src/com/gps/hibernate/TasksproposalDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81167 src/com/gps/hibernate/TasksproposalDAO.java 162 There is log block not surrounded by if
81168 src/com/gps/hibernate/TasksproposalDAO.java 167 Parameter 'instance' is not assigned and could be declared final
81169 src/com/gps/hibernate/TasksproposalDAO.java 167 publicMethodCommentRequirement Required
81170 src/com/gps/hibernate/TasksproposalDAO.java 168 There is log block not surrounded by if
81171 src/com/gps/hibernate/TasksproposalDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81172 src/com/gps/hibernate/TasksproposalDAO.java 170 Potential violation of Law of Demeter (method chain calls)
81173 src/com/gps/hibernate/TasksproposalDAO.java 171 There is log block not surrounded by if
81174 src/com/gps/hibernate/TasksproposalDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81175 src/com/gps/hibernate/TasksproposalDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81176 src/com/gps/hibernate/TasksproposalDAO.java 173 There is log block not surrounded by if
81177 src/com/gps/hibernate/Tasksreview.java 11 Classes implementing Serializable should set a serialVersionUID
81178 src/com/gps/hibernate/Tasksreview.java 15 fieldCommentRequirement Required
81179 src/com/gps/hibernate/Tasksreview.java 16 fieldCommentRequirement Required
81180 src/com/gps/hibernate/Tasksreview.java 17 fieldCommentRequirement Required
81181 src/com/gps/hibernate/Tasksreview.java 18 fieldCommentRequirement Required
81182 src/com/gps/hibernate/Tasksreview.java 19 fieldCommentRequirement Required
81183 src/com/gps/hibernate/Tasksreview.java 20 fieldCommentRequirement Required
81184 src/com/gps/hibernate/Tasksreview.java 21 fieldCommentRequirement Required
81185 src/com/gps/hibernate/Tasksreview.java 22 fieldCommentRequirement Required
81186 src/com/gps/hibernate/Tasksreview.java 23 fieldCommentRequirement Required
81187 src/com/gps/hibernate/Tasksreview.java 24 Avoid excessively long variable names like assignedByUserName
81188 src/com/gps/hibernate/Tasksreview.java 24 fieldCommentRequirement Required
81189 src/com/gps/hibernate/Tasksreview.java 25 fieldCommentRequirement Required
81190 src/com/gps/hibernate/Tasksreview.java 26 fieldCommentRequirement Required
81191 src/com/gps/hibernate/Tasksreview.java 27 fieldCommentRequirement Required
81192 src/com/gps/hibernate/Tasksreview.java 32 Document empty constructor
81193 src/com/gps/hibernate/Tasksreview.java 36 Parameter 'reviewId' is not assigned and could be declared final
81194 src/com/gps/hibernate/Tasksreview.java 41 Avoid long parameter lists.
81195 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'companyId' is not assigned and could be declared final
81196 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'groupId' is not assigned and could be declared final
81197 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'reviewId' is not assigned and could be declared final
81198 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'createDate' is not assigned and could be declared final
81199 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
81200 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userId' is not assigned and could be declared final
81201 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userName' is not assigned and could be declared final
81202 src/com/gps/hibernate/Tasksreview.java 43 Avoid excessively long variable names like assignedByUserName
81203 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserId' is not assigned and could be declared final
81204 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserName' is not assigned and could be declared final
81205 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'proposalId' is not assigned and could be declared final
81206 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'completed' is not assigned and could be declared final
81207 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'rejected' is not assigned and could be declared final
81208 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'stage' is not assigned and could be declared final
81209 src/com/gps/hibernate/Tasksreview.java 62 publicMethodCommentRequirement Required
81210 src/com/gps/hibernate/Tasksreview.java 66 Parameter 'reviewId' is not assigned and could be declared final
81211 src/com/gps/hibernate/Tasksreview.java 66 publicMethodCommentRequirement Required
81212 src/com/gps/hibernate/Tasksreview.java 70 publicMethodCommentRequirement Required
81213 src/com/gps/hibernate/Tasksreview.java 74 Parameter 'groupId' is not assigned and could be declared final
81214 src/com/gps/hibernate/Tasksreview.java 74 publicMethodCommentRequirement Required
81215 src/com/gps/hibernate/Tasksreview.java 78 publicMethodCommentRequirement Required
81216 src/com/gps/hibernate/Tasksreview.java 82 Parameter 'companyId' is not assigned and could be declared final
81217 src/com/gps/hibernate/Tasksreview.java 82 publicMethodCommentRequirement Required
81218 src/com/gps/hibernate/Tasksreview.java 86 publicMethodCommentRequirement Required
81219 src/com/gps/hibernate/Tasksreview.java 90 Parameter 'userId' is not assigned and could be declared final
81220 src/com/gps/hibernate/Tasksreview.java 90 publicMethodCommentRequirement Required
81221 src/com/gps/hibernate/Tasksreview.java 94 publicMethodCommentRequirement Required
81222 src/com/gps/hibernate/Tasksreview.java 98 Parameter 'userName' is not assigned and could be declared final
81223 src/com/gps/hibernate/Tasksreview.java 98 publicMethodCommentRequirement Required
81224 src/com/gps/hibernate/Tasksreview.java 102 publicMethodCommentRequirement Required
81225 src/com/gps/hibernate/Tasksreview.java 106 Parameter 'createDate' is not assigned and could be declared final
81226 src/com/gps/hibernate/Tasksreview.java 106 publicMethodCommentRequirement Required
81227 src/com/gps/hibernate/Tasksreview.java 110 publicMethodCommentRequirement Required
81228 src/com/gps/hibernate/Tasksreview.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
81229 src/com/gps/hibernate/Tasksreview.java 114 publicMethodCommentRequirement Required
81230 src/com/gps/hibernate/Tasksreview.java 118 publicMethodCommentRequirement Required
81231 src/com/gps/hibernate/Tasksreview.java 122 Parameter 'proposalId' is not assigned and could be declared final
81232 src/com/gps/hibernate/Tasksreview.java 122 publicMethodCommentRequirement Required
81233 src/com/gps/hibernate/Tasksreview.java 126 publicMethodCommentRequirement Required
81234 src/com/gps/hibernate/Tasksreview.java 130 Parameter 'assignedByUserId' is not assigned and could be declared final
81235 src/com/gps/hibernate/Tasksreview.java 130 publicMethodCommentRequirement Required
81236 src/com/gps/hibernate/Tasksreview.java 134 publicMethodCommentRequirement Required
81237 src/com/gps/hibernate/Tasksreview.java 138 Avoid excessively long variable names like assignedByUserName
81238 src/com/gps/hibernate/Tasksreview.java 138 Parameter 'assignedByUserName' is not assigned and could be declared final
81239 src/com/gps/hibernate/Tasksreview.java 138 publicMethodCommentRequirement Required
81240 src/com/gps/hibernate/Tasksreview.java 142 publicMethodCommentRequirement Required
81241 src/com/gps/hibernate/Tasksreview.java 146 Parameter 'stage' is not assigned and could be declared final
81242 src/com/gps/hibernate/Tasksreview.java 146 publicMethodCommentRequirement Required
81243 src/com/gps/hibernate/Tasksreview.java 150 publicMethodCommentRequirement Required
81244 src/com/gps/hibernate/Tasksreview.java 154 Parameter 'completed' is not assigned and could be declared final
81245 src/com/gps/hibernate/Tasksreview.java 154 publicMethodCommentRequirement Required
81246 src/com/gps/hibernate/Tasksreview.java 158 publicMethodCommentRequirement Required
81247 src/com/gps/hibernate/Tasksreview.java 162 Parameter 'rejected' is not assigned and could be declared final
81248 src/com/gps/hibernate/Tasksreview.java 162 publicMethodCommentRequirement Required
81249 src/com/gps/hibernate/TasksreviewDAO.java 3 Avoid unused imports such as 'java.util.Date'
81250 src/com/gps/hibernate/TasksreviewDAO.java 11 Comment is too large: Too many lines
81251 src/com/gps/hibernate/TasksreviewDAO.java 23 This class has too many methods, consider refactoring it.
81252 src/com/gps/hibernate/TasksreviewDAO.java 24 Logger should be defined private static final and have the correct class
81253 src/com/gps/hibernate/TasksreviewDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
81254 src/com/gps/hibernate/TasksreviewDAO.java 24 fieldCommentRequirement Required
81255 src/com/gps/hibernate/TasksreviewDAO.java 26 fieldCommentRequirement Required
81256 src/com/gps/hibernate/TasksreviewDAO.java 27 fieldCommentRequirement Required
81257 src/com/gps/hibernate/TasksreviewDAO.java 28 fieldCommentRequirement Required
81258 src/com/gps/hibernate/TasksreviewDAO.java 29 fieldCommentRequirement Required
81259 src/com/gps/hibernate/TasksreviewDAO.java 30 fieldCommentRequirement Required
81260 src/com/gps/hibernate/TasksreviewDAO.java 31 Avoid excessively long variable names like ASSIGNED_BY_USER_ID
81261 src/com/gps/hibernate/TasksreviewDAO.java 31 fieldCommentRequirement Required
81262 src/com/gps/hibernate/TasksreviewDAO.java 32 Avoid excessively long variable names like ASSIGNED_BY_USER_NAME
81263 src/com/gps/hibernate/TasksreviewDAO.java 32 fieldCommentRequirement Required
81264 src/com/gps/hibernate/TasksreviewDAO.java 33 fieldCommentRequirement Required
81265 src/com/gps/hibernate/TasksreviewDAO.java 34 fieldCommentRequirement Required
81266 src/com/gps/hibernate/TasksreviewDAO.java 35 fieldCommentRequirement Required
81267 src/com/gps/hibernate/TasksreviewDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
81268 src/com/gps/hibernate/TasksreviewDAO.java 37 publicMethodCommentRequirement Required
81269 src/com/gps/hibernate/TasksreviewDAO.java 38 There is log block not surrounded by if
81270 src/com/gps/hibernate/TasksreviewDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81271 src/com/gps/hibernate/TasksreviewDAO.java 40 Potential violation of Law of Demeter (method chain calls)
81272 src/com/gps/hibernate/TasksreviewDAO.java 41 There is log block not surrounded by if
81273 src/com/gps/hibernate/TasksreviewDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81274 src/com/gps/hibernate/TasksreviewDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81275 src/com/gps/hibernate/TasksreviewDAO.java 43 There is log block not surrounded by if
81276 src/com/gps/hibernate/TasksreviewDAO.java 48 Avoid excessively long variable names like persistentInstance
81277 src/com/gps/hibernate/TasksreviewDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
81278 src/com/gps/hibernate/TasksreviewDAO.java 48 publicMethodCommentRequirement Required
81279 src/com/gps/hibernate/TasksreviewDAO.java 49 There is log block not surrounded by if
81280 src/com/gps/hibernate/TasksreviewDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81281 src/com/gps/hibernate/TasksreviewDAO.java 51 Potential violation of Law of Demeter (method chain calls)
81282 src/com/gps/hibernate/TasksreviewDAO.java 52 There is log block not surrounded by if
81283 src/com/gps/hibernate/TasksreviewDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81284 src/com/gps/hibernate/TasksreviewDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81285 src/com/gps/hibernate/TasksreviewDAO.java 54 There is log block not surrounded by if
81286 src/com/gps/hibernate/TasksreviewDAO.java 59 Avoid variables with short names like id
81287 src/com/gps/hibernate/TasksreviewDAO.java 59 Parameter 'id' is not assigned and could be declared final
81288 src/com/gps/hibernate/TasksreviewDAO.java 59 publicMethodCommentRequirement Required
81289 src/com/gps/hibernate/TasksreviewDAO.java 60 There is log block not surrounded by if
81290 src/com/gps/hibernate/TasksreviewDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81291 src/com/gps/hibernate/TasksreviewDAO.java 62 Local variable 'instance' could be declared final
81292 src/com/gps/hibernate/TasksreviewDAO.java 62 Potential violation of Law of Demeter (method chain calls)
81293 src/com/gps/hibernate/TasksreviewDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81294 src/com/gps/hibernate/TasksreviewDAO.java 66 There is log block not surrounded by if
81295 src/com/gps/hibernate/TasksreviewDAO.java 71 Parameter 'instance' is not assigned and could be declared final
81296 src/com/gps/hibernate/TasksreviewDAO.java 71 publicMethodCommentRequirement Required
81297 src/com/gps/hibernate/TasksreviewDAO.java 72 There is log block not surrounded by if
81298 src/com/gps/hibernate/TasksreviewDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81299 src/com/gps/hibernate/TasksreviewDAO.java 74 Local variable 'results' could be declared final
81300 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
81301 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
81302 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
81303 src/com/gps/hibernate/TasksreviewDAO.java 77 There is log block not surrounded by if
81304 src/com/gps/hibernate/TasksreviewDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81305 src/com/gps/hibernate/TasksreviewDAO.java 78 Potential violation of Law of Demeter (object not created locally)
81306 src/com/gps/hibernate/TasksreviewDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81307 src/com/gps/hibernate/TasksreviewDAO.java 81 There is log block not surrounded by if
81308 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
81309 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'value' is not assigned and could be declared final
81310 src/com/gps/hibernate/TasksreviewDAO.java 86 publicMethodCommentRequirement Required
81311 src/com/gps/hibernate/TasksreviewDAO.java 87 There is log block not surrounded by if
81312 src/com/gps/hibernate/TasksreviewDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81313 src/com/gps/hibernate/TasksreviewDAO.java 90 Local variable 'queryString' could be declared final
81314 src/com/gps/hibernate/TasksreviewDAO.java 92 Local variable 'queryObject' could be declared final
81315 src/com/gps/hibernate/TasksreviewDAO.java 92 Potential violation of Law of Demeter (method chain calls)
81316 src/com/gps/hibernate/TasksreviewDAO.java 93 Potential violation of Law of Demeter (object not created locally)
81317 src/com/gps/hibernate/TasksreviewDAO.java 94 Potential violation of Law of Demeter (object not created locally)
81318 src/com/gps/hibernate/TasksreviewDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81319 src/com/gps/hibernate/TasksreviewDAO.java 96 There is log block not surrounded by if
81320 src/com/gps/hibernate/TasksreviewDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
81321 src/com/gps/hibernate/TasksreviewDAO.java 101 publicMethodCommentRequirement Required
81322 src/com/gps/hibernate/TasksreviewDAO.java 105 Parameter 'companyId' is not assigned and could be declared final
81323 src/com/gps/hibernate/TasksreviewDAO.java 105 publicMethodCommentRequirement Required
81324 src/com/gps/hibernate/TasksreviewDAO.java 109 Parameter 'userId' is not assigned and could be declared final
81325 src/com/gps/hibernate/TasksreviewDAO.java 109 publicMethodCommentRequirement Required
81326 src/com/gps/hibernate/TasksreviewDAO.java 113 Parameter 'userName' is not assigned and could be declared final
81327 src/com/gps/hibernate/TasksreviewDAO.java 113 publicMethodCommentRequirement Required
81328 src/com/gps/hibernate/TasksreviewDAO.java 117 Parameter 'proposalId' is not assigned and could be declared final
81329 src/com/gps/hibernate/TasksreviewDAO.java 117 publicMethodCommentRequirement Required
81330 src/com/gps/hibernate/TasksreviewDAO.java 121 Parameter 'assignedByUserId' is not assigned and could be declared final
81331 src/com/gps/hibernate/TasksreviewDAO.java 121 publicMethodCommentRequirement Required
81332 src/com/gps/hibernate/TasksreviewDAO.java 125 Avoid excessively long variable names like assignedByUserName
81333 src/com/gps/hibernate/TasksreviewDAO.java 125 Parameter 'assignedByUserName' is not assigned and could be declared final
81334 src/com/gps/hibernate/TasksreviewDAO.java 125 publicMethodCommentRequirement Required
81335 src/com/gps/hibernate/TasksreviewDAO.java 129 Parameter 'stage' is not assigned and could be declared final
81336 src/com/gps/hibernate/TasksreviewDAO.java 129 publicMethodCommentRequirement Required
81337 src/com/gps/hibernate/TasksreviewDAO.java 133 Parameter 'completed' is not assigned and could be declared final
81338 src/com/gps/hibernate/TasksreviewDAO.java 133 publicMethodCommentRequirement Required
81339 src/com/gps/hibernate/TasksreviewDAO.java 137 Parameter 'rejected' is not assigned and could be declared final
81340 src/com/gps/hibernate/TasksreviewDAO.java 137 publicMethodCommentRequirement Required
81341 src/com/gps/hibernate/TasksreviewDAO.java 141 publicMethodCommentRequirement Required
81342 src/com/gps/hibernate/TasksreviewDAO.java 142 There is log block not surrounded by if
81343 src/com/gps/hibernate/TasksreviewDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81344 src/com/gps/hibernate/TasksreviewDAO.java 144 Local variable 'queryString' could be declared final
81345 src/com/gps/hibernate/TasksreviewDAO.java 145 Local variable 'queryObject' could be declared final
81346 src/com/gps/hibernate/TasksreviewDAO.java 145 Potential violation of Law of Demeter (method chain calls)
81347 src/com/gps/hibernate/TasksreviewDAO.java 146 Potential violation of Law of Demeter (object not created locally)
81348 src/com/gps/hibernate/TasksreviewDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81349 src/com/gps/hibernate/TasksreviewDAO.java 148 There is log block not surrounded by if
81350 src/com/gps/hibernate/TasksreviewDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
81351 src/com/gps/hibernate/TasksreviewDAO.java 153 publicMethodCommentRequirement Required
81352 src/com/gps/hibernate/TasksreviewDAO.java 154 There is log block not surrounded by if
81353 src/com/gps/hibernate/TasksreviewDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81354 src/com/gps/hibernate/TasksreviewDAO.java 156 Local variable 'result' could be declared final
81355 src/com/gps/hibernate/TasksreviewDAO.java 156 Potential violation of Law of Demeter (method chain calls)
81356 src/com/gps/hibernate/TasksreviewDAO.java 158 There is log block not surrounded by if
81357 src/com/gps/hibernate/TasksreviewDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81358 src/com/gps/hibernate/TasksreviewDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81359 src/com/gps/hibernate/TasksreviewDAO.java 161 There is log block not surrounded by if
81360 src/com/gps/hibernate/TasksreviewDAO.java 166 Parameter 'instance' is not assigned and could be declared final
81361 src/com/gps/hibernate/TasksreviewDAO.java 166 publicMethodCommentRequirement Required
81362 src/com/gps/hibernate/TasksreviewDAO.java 167 There is log block not surrounded by if
81363 src/com/gps/hibernate/TasksreviewDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81364 src/com/gps/hibernate/TasksreviewDAO.java 169 Potential violation of Law of Demeter (method chain calls)
81365 src/com/gps/hibernate/TasksreviewDAO.java 170 There is log block not surrounded by if
81366 src/com/gps/hibernate/TasksreviewDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81367 src/com/gps/hibernate/TasksreviewDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81368 src/com/gps/hibernate/TasksreviewDAO.java 172 There is log block not surrounded by if
81369 src/com/gps/hibernate/TasksreviewDAO.java 177 Parameter 'instance' is not assigned and could be declared final
81370 src/com/gps/hibernate/TasksreviewDAO.java 177 publicMethodCommentRequirement Required
81371 src/com/gps/hibernate/TasksreviewDAO.java 178 There is log block not surrounded by if
81372 src/com/gps/hibernate/TasksreviewDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81373 src/com/gps/hibernate/TasksreviewDAO.java 180 Potential violation of Law of Demeter (method chain calls)
81374 src/com/gps/hibernate/TasksreviewDAO.java 181 There is log block not surrounded by if
81375 src/com/gps/hibernate/TasksreviewDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81376 src/com/gps/hibernate/TasksreviewDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81377 src/com/gps/hibernate/TasksreviewDAO.java 183 There is log block not surrounded by if
81378 src/com/gps/hibernate/TripDetails.java 2 This class has a bunch of public methods and attributes
81379 src/com/gps/hibernate/TripDetails.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
81380 src/com/gps/hibernate/TripDetails.java 10 Avoid unused imports such as 'org.hibernate.annotations.OrderBy'
81381 src/com/gps/hibernate/TripDetails.java 11 Avoid unused imports such as 'org.hibernate.annotations.Sort'
81382 src/com/gps/hibernate/TripDetails.java 19 Classes implementing Serializable should set a serialVersionUID
81383 src/com/gps/hibernate/TripDetails.java 19 Too many fields
81384 src/com/gps/hibernate/TripDetails.java 23 fieldCommentRequirement Required
81385 src/com/gps/hibernate/TripDetails.java 24 fieldCommentRequirement Required
81386 src/com/gps/hibernate/TripDetails.java 25 fieldCommentRequirement Required
81387 src/com/gps/hibernate/TripDetails.java 26 fieldCommentRequirement Required
81388 src/com/gps/hibernate/TripDetails.java 27 fieldCommentRequirement Required
81389 src/com/gps/hibernate/TripDetails.java 28 fieldCommentRequirement Required
81390 src/com/gps/hibernate/TripDetails.java 29 fieldCommentRequirement Required
81391 src/com/gps/hibernate/TripDetails.java 30 fieldCommentRequirement Required
81392 src/com/gps/hibernate/TripDetails.java 31 fieldCommentRequirement Required
81393 src/com/gps/hibernate/TripDetails.java 32 fieldCommentRequirement Required
81394 src/com/gps/hibernate/TripDetails.java 33 fieldCommentRequirement Required
81395 src/com/gps/hibernate/TripDetails.java 34 fieldCommentRequirement Required
81396 src/com/gps/hibernate/TripDetails.java 35 fieldCommentRequirement Required
81397 src/com/gps/hibernate/TripDetails.java 36 Avoid excessively long variable names like noConfirmedTravellers
81398 src/com/gps/hibernate/TripDetails.java 36 fieldCommentRequirement Required
81399 src/com/gps/hibernate/TripDetails.java 37 fieldCommentRequirement Required
81400 src/com/gps/hibernate/TripDetails.java 38 fieldCommentRequirement Required
81401 src/com/gps/hibernate/TripDetails.java 39 fieldCommentRequirement Required
81402 src/com/gps/hibernate/TripDetails.java 40 fieldCommentRequirement Required
81403 src/com/gps/hibernate/TripDetails.java 41 fieldCommentRequirement Required
81404 src/com/gps/hibernate/TripDetails.java 42 fieldCommentRequirement Required
81405 src/com/gps/hibernate/TripDetails.java 43 fieldCommentRequirement Required
81406 src/com/gps/hibernate/TripDetails.java 44 fieldCommentRequirement Required
81407 src/com/gps/hibernate/TripDetails.java 45 fieldCommentRequirement Required
81408 src/com/gps/hibernate/TripDetails.java 46 fieldCommentRequirement Required
81409 src/com/gps/hibernate/TripDetails.java 47 fieldCommentRequirement Required
81410 src/com/gps/hibernate/TripDetails.java 48 fieldCommentRequirement Required
81411 src/com/gps/hibernate/TripDetails.java 49 fieldCommentRequirement Required
81412 src/com/gps/hibernate/TripDetails.java 50 fieldCommentRequirement Required
81413 src/com/gps/hibernate/TripDetails.java 51 fieldCommentRequirement Required
81414 src/com/gps/hibernate/TripDetails.java 52 fieldCommentRequirement Required
81415 src/com/gps/hibernate/TripDetails.java 53 fieldCommentRequirement Required
81416 src/com/gps/hibernate/TripDetails.java 54 fieldCommentRequirement Required
81417 src/com/gps/hibernate/TripDetails.java 55 fieldCommentRequirement Required
81418 src/com/gps/hibernate/TripDetails.java 56 fieldCommentRequirement Required
81419 src/com/gps/hibernate/TripDetails.java 57 fieldCommentRequirement Required
81420 src/com/gps/hibernate/TripDetails.java 58 fieldCommentRequirement Required
81421 src/com/gps/hibernate/TripDetails.java 59 fieldCommentRequirement Required
81422 src/com/gps/hibernate/TripDetails.java 70 Parameter 'type' is not assigned and could be declared final
81423 src/com/gps/hibernate/TripDetails.java 82 Parameter 'isEnabled' is not assigned and could be declared final
81424 src/com/gps/hibernate/TripDetails.java 85 publicMethodCommentRequirement Required
81425 src/com/gps/hibernate/TripDetails.java 89 Parameter 'hasMorning' is not assigned and could be declared final
81426 src/com/gps/hibernate/TripDetails.java 89 publicMethodCommentRequirement Required
81427 src/com/gps/hibernate/TripDetails.java 93 publicMethodCommentRequirement Required
81428 src/com/gps/hibernate/TripDetails.java 97 Parameter 'hasEvening' is not assigned and could be declared final
81429 src/com/gps/hibernate/TripDetails.java 97 publicMethodCommentRequirement Required
81430 src/com/gps/hibernate/TripDetails.java 101 publicMethodCommentRequirement Required
81431 src/com/gps/hibernate/TripDetails.java 105 Parameter 'evenendhours' is not assigned and could be declared final
81432 src/com/gps/hibernate/TripDetails.java 105 publicMethodCommentRequirement Required
81433 src/com/gps/hibernate/TripDetails.java 109 publicMethodCommentRequirement Required
81434 src/com/gps/hibernate/TripDetails.java 113 Parameter 'evenendmins' is not assigned and could be declared final
81435 src/com/gps/hibernate/TripDetails.java 113 publicMethodCommentRequirement Required
81436 src/com/gps/hibernate/TripDetails.java 117 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81437 src/com/gps/hibernate/TripDetails.java 117 fieldCommentRequirement Required
81438 src/com/gps/hibernate/TripDetails.java 118 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81439 src/com/gps/hibernate/TripDetails.java 118 fieldCommentRequirement Required
81440 src/com/gps/hibernate/TripDetails.java 120 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81441 src/com/gps/hibernate/TripDetails.java 120 fieldCommentRequirement Required
81442 src/com/gps/hibernate/TripDetails.java 121 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81443 src/com/gps/hibernate/TripDetails.java 121 fieldCommentRequirement Required
81444 src/com/gps/hibernate/TripDetails.java 123 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81445 src/com/gps/hibernate/TripDetails.java 123 fieldCommentRequirement Required
81446 src/com/gps/hibernate/TripDetails.java 124 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81447 src/com/gps/hibernate/TripDetails.java 124 fieldCommentRequirement Required
81448 src/com/gps/hibernate/TripDetails.java 126 publicMethodCommentRequirement Required
81449 src/com/gps/hibernate/TripDetails.java 130 Parameter 'monendhours' is not assigned and could be declared final
81450 src/com/gps/hibernate/TripDetails.java 130 publicMethodCommentRequirement Required
81451 src/com/gps/hibernate/TripDetails.java 134 publicMethodCommentRequirement Required
81452 src/com/gps/hibernate/TripDetails.java 138 Parameter 'monendmins' is not assigned and could be declared final
81453 src/com/gps/hibernate/TripDetails.java 138 publicMethodCommentRequirement Required
81454 src/com/gps/hibernate/TripDetails.java 142 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81455 src/com/gps/hibernate/TripDetails.java 142 fieldCommentRequirement Required
81456 src/com/gps/hibernate/TripDetails.java 144 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81457 src/com/gps/hibernate/TripDetails.java 144 fieldCommentRequirement Required
81458 src/com/gps/hibernate/TripDetails.java 146 publicMethodCommentRequirement Required
81459 src/com/gps/hibernate/TripDetails.java 151 publicMethodCommentRequirement Required
81460 src/com/gps/hibernate/TripDetails.java 155 Parameter 'startLat' is not assigned and could be declared final
81461 src/com/gps/hibernate/TripDetails.java 155 publicMethodCommentRequirement Required
81462 src/com/gps/hibernate/TripDetails.java 159 publicMethodCommentRequirement Required
81463 src/com/gps/hibernate/TripDetails.java 163 Parameter 'startLong' is not assigned and could be declared final
81464 src/com/gps/hibernate/TripDetails.java 163 publicMethodCommentRequirement Required
81465 src/com/gps/hibernate/TripDetails.java 167 publicMethodCommentRequirement Required
81466 src/com/gps/hibernate/TripDetails.java 171 Parameter 'stopLat' is not assigned and could be declared final
81467 src/com/gps/hibernate/TripDetails.java 171 publicMethodCommentRequirement Required
81468 src/com/gps/hibernate/TripDetails.java 175 publicMethodCommentRequirement Required
81469 src/com/gps/hibernate/TripDetails.java 179 Parameter 'stopLong' is not assigned and could be declared final
81470 src/com/gps/hibernate/TripDetails.java 179 publicMethodCommentRequirement Required
81471 src/com/gps/hibernate/TripDetails.java 184 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81472 src/com/gps/hibernate/TripDetails.java 184 fieldCommentRequirement Required
81473 src/com/gps/hibernate/TripDetails.java 189 Avoid excessively long variable names like frequentTripDetailses
81474 src/com/gps/hibernate/TripDetails.java 189 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81475 src/com/gps/hibernate/TripDetails.java 189 fieldCommentRequirement Required
81476 src/com/gps/hibernate/TripDetails.java 192 Avoid unused private fields such as 'tripReferences'.
81477 src/com/gps/hibernate/TripDetails.java 192 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81478 src/com/gps/hibernate/TripDetails.java 192 Found non-transient, non-static member. Please mark as transient or provide accessors.
81479 src/com/gps/hibernate/TripDetails.java 192 Perhaps 'tripReferences' could be replaced by a local variable.
81480 src/com/gps/hibernate/TripDetails.java 192 fieldCommentRequirement Required
81481 src/com/gps/hibernate/TripDetails.java 193 Avoid unused private fields such as 'tripTraversals'.
81482 src/com/gps/hibernate/TripDetails.java 193 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81483 src/com/gps/hibernate/TripDetails.java 193 Found non-transient, non-static member. Please mark as transient or provide accessors.
81484 src/com/gps/hibernate/TripDetails.java 193 Perhaps 'tripTraversals' could be replaced by a local variable.
81485 src/com/gps/hibernate/TripDetails.java 193 fieldCommentRequirement Required
81486 src/com/gps/hibernate/TripDetails.java 194 Avoid unused private fields such as 'tripDeviations'.
81487 src/com/gps/hibernate/TripDetails.java 194 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81488 src/com/gps/hibernate/TripDetails.java 194 Found non-transient, non-static member. Please mark as transient or provide accessors.
81489 src/com/gps/hibernate/TripDetails.java 194 Perhaps 'tripDeviations' could be replaced by a local variable.
81490 src/com/gps/hibernate/TripDetails.java 194 fieldCommentRequirement Required
81491 src/com/gps/hibernate/TripDetails.java 200 Document empty constructor
81492 src/com/gps/hibernate/TripDetails.java 203 Parameter 'user' is not assigned and could be declared final
81493 src/com/gps/hibernate/TripDetails.java 203 Parameter 'vehicleDetails' is not assigned and could be declared final
81494 src/com/gps/hibernate/TripDetails.java 209 Parameter 'sourceLocation' is not assigned and could be declared final
81495 src/com/gps/hibernate/TripDetails.java 209 Parameter 'tripid' is not assigned and could be declared final
81496 src/com/gps/hibernate/TripDetails.java 209 publicMethodCommentRequirement Required
81497 src/com/gps/hibernate/TripDetails.java 210 Parameter 'destination' is not assigned and could be declared final
81498 src/com/gps/hibernate/TripDetails.java 210 Parameter 'returnTime' is not assigned and could be declared final
81499 src/com/gps/hibernate/TripDetails.java 210 Parameter 'startdate' is not assigned and could be declared final
81500 src/com/gps/hibernate/TripDetails.java 211 Parameter 'returndate' is not assigned and could be declared final
81501 src/com/gps/hibernate/TripDetails.java 211 Parameter 'startTime' is not assigned and could be declared final
81502 src/com/gps/hibernate/TripDetails.java 211 Parameter 'tripFrequency' is not assigned and could be declared final
81503 src/com/gps/hibernate/TripDetails.java 211 Parameter 'tripName' is not assigned and could be declared final
81504 src/com/gps/hibernate/TripDetails.java 225 Avoid long parameter lists.
81505 src/com/gps/hibernate/TripDetails.java 225 Parameter 'userDetails' is not assigned and could be declared final
81506 src/com/gps/hibernate/TripDetails.java 225 Parameter 'vehicleDetails' is not assigned and could be declared final
81507 src/com/gps/hibernate/TripDetails.java 226 Parameter 'costofTrip' is not assigned and could be declared final
81508 src/com/gps/hibernate/TripDetails.java 226 Parameter 'destination' is not assigned and could be declared final
81509 src/com/gps/hibernate/TripDetails.java 226 Parameter 'sourceLocation' is not assigned and could be declared final
81510 src/com/gps/hibernate/TripDetails.java 227 Parameter 'distance' is not assigned and could be declared final
81511 src/com/gps/hibernate/TripDetails.java 227 Parameter 'route' is not assigned and could be declared final
81512 src/com/gps/hibernate/TripDetails.java 227 Parameter 'tripDirection' is not assigned and could be declared final
81513 src/com/gps/hibernate/TripDetails.java 228 Parameter 'noSeats' is not assigned and could be declared final
81514 src/com/gps/hibernate/TripDetails.java 228 Parameter 'startdate' is not assigned and could be declared final
81515 src/com/gps/hibernate/TripDetails.java 228 Parameter 'tripFrequency' is not assigned and could be declared final
81516 src/com/gps/hibernate/TripDetails.java 229 Avoid excessively long variable names like noConfirmedTravellers
81517 src/com/gps/hibernate/TripDetails.java 229 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
81518 src/com/gps/hibernate/TripDetails.java 229 Parameter 'returnTime' is not assigned and could be declared final
81519 src/com/gps/hibernate/TripDetails.java 229 Parameter 'via' is not assigned and could be declared final
81520 src/com/gps/hibernate/TripDetails.java 230 Parameter 'returndate' is not assigned and could be declared final
81521 src/com/gps/hibernate/TripDetails.java 230 Parameter 'role' is not assigned and could be declared final
81522 src/com/gps/hibernate/TripDetails.java 230 Parameter 'startTime' is not assigned and could be declared final
81523 src/com/gps/hibernate/TripDetails.java 230 Parameter 'status' is not assigned and could be declared final
81524 src/com/gps/hibernate/TripDetails.java 231 Avoid unused constructor parameters such as 'pickupPoints'.
81525 src/com/gps/hibernate/TripDetails.java 231 Parameter 'parentId' is not assigned and could be declared final
81526 src/com/gps/hibernate/TripDetails.java 231 Parameter 'pickupPoints' is not assigned and could be declared final
81527 src/com/gps/hibernate/TripDetails.java 231 Parameter 'tripName' is not assigned and could be declared final
81528 src/com/gps/hibernate/TripDetails.java 232 Avoid unused constructor parameters such as 'tripScrapses'.
81529 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripDesc' is not assigned and could be declared final
81530 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripParameterses' is not assigned and could be declared final
81531 src/com/gps/hibernate/TripDetails.java 232 Parameter 'tripScrapses' is not assigned and could be declared final
81532 src/com/gps/hibernate/TripDetails.java 233 Avoid excessively long variable names like tripTravelerDetailses
81533 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'feedbacks'.
81534 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'tripTravelerDetailses'.
81535 src/com/gps/hibernate/TripDetails.java 233 Avoid unused constructor parameters such as 'tripVehicleMaps'.
81536 src/com/gps/hibernate/TripDetails.java 233 Parameter 'feedbacks' is not assigned and could be declared final
81537 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripTravelerDetailses' is not assigned and could be declared final
81538 src/com/gps/hibernate/TripDetails.java 233 Parameter 'tripVehicleMaps' is not assigned and could be declared final
81539 src/com/gps/hibernate/TripDetails.java 234 Avoid excessively long variable names like frequentTripDetailses
81540 src/com/gps/hibernate/TripDetails.java 234 Avoid unused constructor parameters such as 'frequentTripDetailses'.
81541 src/com/gps/hibernate/TripDetails.java 234 Avoid unused constructor parameters such as 'pickupPointses'.
81542 src/com/gps/hibernate/TripDetails.java 234 Parameter 'frequentTripDetailses' is not assigned and could be declared final
81543 src/com/gps/hibernate/TripDetails.java 234 Parameter 'pickupPointses' is not assigned and could be declared final
81544 src/com/gps/hibernate/TripDetails.java 234 Parameter 'tripReferences' is not assigned and could be declared final
81545 src/com/gps/hibernate/TripDetails.java 235 Parameter 'tripDeviations' is not assigned and could be declared final
81546 src/com/gps/hibernate/TripDetails.java 235 Parameter 'tripTraversals' is not assigned and could be declared final
81547 src/com/gps/hibernate/TripDetails.java 274 publicMethodCommentRequirement Required
81548 src/com/gps/hibernate/TripDetails.java 278 Parameter 'tripid' is not assigned and could be declared final
81549 src/com/gps/hibernate/TripDetails.java 278 publicMethodCommentRequirement Required
81550 src/com/gps/hibernate/TripDetails.java 282 publicMethodCommentRequirement Required
81551 src/com/gps/hibernate/TripDetails.java 286 Parameter 'userDetails' is not assigned and could be declared final
81552 src/com/gps/hibernate/TripDetails.java 286 publicMethodCommentRequirement Required
81553 src/com/gps/hibernate/TripDetails.java 300 Parameter 'organization' is not assigned and could be declared final
81554 src/com/gps/hibernate/TripDetails.java 304 publicMethodCommentRequirement Required
81555 src/com/gps/hibernate/TripDetails.java 308 Parameter 'vehicleDetails' is not assigned and could be declared final
81556 src/com/gps/hibernate/TripDetails.java 308 publicMethodCommentRequirement Required
81557 src/com/gps/hibernate/TripDetails.java 312 publicMethodCommentRequirement Required
81558 src/com/gps/hibernate/TripDetails.java 316 Parameter 'costofTrip' is not assigned and could be declared final
81559 src/com/gps/hibernate/TripDetails.java 316 publicMethodCommentRequirement Required
81560 src/com/gps/hibernate/TripDetails.java 320 publicMethodCommentRequirement Required
81561 src/com/gps/hibernate/TripDetails.java 324 Parameter 'sourceLocation' is not assigned and could be declared final
81562 src/com/gps/hibernate/TripDetails.java 324 publicMethodCommentRequirement Required
81563 src/com/gps/hibernate/TripDetails.java 328 publicMethodCommentRequirement Required
81564 src/com/gps/hibernate/TripDetails.java 332 Parameter 'destination' is not assigned and could be declared final
81565 src/com/gps/hibernate/TripDetails.java 332 publicMethodCommentRequirement Required
81566 src/com/gps/hibernate/TripDetails.java 336 publicMethodCommentRequirement Required
81567 src/com/gps/hibernate/TripDetails.java 340 Parameter 'distance' is not assigned and could be declared final
81568 src/com/gps/hibernate/TripDetails.java 340 publicMethodCommentRequirement Required
81569 src/com/gps/hibernate/TripDetails.java 344 publicMethodCommentRequirement Required
81570 src/com/gps/hibernate/TripDetails.java 349 Parameter 'route' is not assigned and could be declared final
81571 src/com/gps/hibernate/TripDetails.java 349 publicMethodCommentRequirement Required
81572 src/com/gps/hibernate/TripDetails.java 354 publicMethodCommentRequirement Required
81573 src/com/gps/hibernate/TripDetails.java 358 Parameter 'tripDirection' is not assigned and could be declared final
81574 src/com/gps/hibernate/TripDetails.java 358 publicMethodCommentRequirement Required
81575 src/com/gps/hibernate/TripDetails.java 362 publicMethodCommentRequirement Required
81576 src/com/gps/hibernate/TripDetails.java 366 Parameter 'noSeats' is not assigned and could be declared final
81577 src/com/gps/hibernate/TripDetails.java 366 publicMethodCommentRequirement Required
81578 src/com/gps/hibernate/TripDetails.java 370 publicMethodCommentRequirement Required
81579 src/com/gps/hibernate/TripDetails.java 374 Parameter 'startdate' is not assigned and could be declared final
81580 src/com/gps/hibernate/TripDetails.java 374 publicMethodCommentRequirement Required
81581 src/com/gps/hibernate/TripDetails.java 378 publicMethodCommentRequirement Required
81582 src/com/gps/hibernate/TripDetails.java 382 Parameter 'tripFrequency' is not assigned and could be declared final
81583 src/com/gps/hibernate/TripDetails.java 382 publicMethodCommentRequirement Required
81584 src/com/gps/hibernate/TripDetails.java 386 publicMethodCommentRequirement Required
81585 src/com/gps/hibernate/TripDetails.java 390 Avoid excessively long variable names like noConfirmedTravellers
81586 src/com/gps/hibernate/TripDetails.java 390 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
81587 src/com/gps/hibernate/TripDetails.java 390 publicMethodCommentRequirement Required
81588 src/com/gps/hibernate/TripDetails.java 394 publicMethodCommentRequirement Required
81589 src/com/gps/hibernate/TripDetails.java 398 Parameter 'via' is not assigned and could be declared final
81590 src/com/gps/hibernate/TripDetails.java 398 publicMethodCommentRequirement Required
81591 src/com/gps/hibernate/TripDetails.java 411 Parameter 'ampm' is not assigned and could be declared final
81592 src/com/gps/hibernate/TripDetails.java 414 publicMethodCommentRequirement Required
81593 src/com/gps/hibernate/TripDetails.java 418 Parameter 'returnTime' is not assigned and could be declared final
81594 src/com/gps/hibernate/TripDetails.java 418 publicMethodCommentRequirement Required
81595 src/com/gps/hibernate/TripDetails.java 422 publicMethodCommentRequirement Required
81596 src/com/gps/hibernate/TripDetails.java 426 Parameter 'returndate' is not assigned and could be declared final
81597 src/com/gps/hibernate/TripDetails.java 426 publicMethodCommentRequirement Required
81598 src/com/gps/hibernate/TripDetails.java 430 publicMethodCommentRequirement Required
81599 src/com/gps/hibernate/TripDetails.java 434 Parameter 'startTime' is not assigned and could be declared final
81600 src/com/gps/hibernate/TripDetails.java 434 publicMethodCommentRequirement Required
81601 src/com/gps/hibernate/TripDetails.java 438 publicMethodCommentRequirement Required
81602 src/com/gps/hibernate/TripDetails.java 442 Parameter 'role' is not assigned and could be declared final
81603 src/com/gps/hibernate/TripDetails.java 442 publicMethodCommentRequirement Required
81604 src/com/gps/hibernate/TripDetails.java 446 publicMethodCommentRequirement Required
81605 src/com/gps/hibernate/TripDetails.java 450 Parameter 'status' is not assigned and could be declared final
81606 src/com/gps/hibernate/TripDetails.java 450 publicMethodCommentRequirement Required
81607 src/com/gps/hibernate/TripDetails.java 454 publicMethodCommentRequirement Required
81608 src/com/gps/hibernate/TripDetails.java 458 Parameter 'parentId' is not assigned and could be declared final
81609 src/com/gps/hibernate/TripDetails.java 458 publicMethodCommentRequirement Required
81610 src/com/gps/hibernate/TripDetails.java 464 publicMethodCommentRequirement Required
81611 src/com/gps/hibernate/TripDetails.java 468 Parameter 'tripName' is not assigned and could be declared final
81612 src/com/gps/hibernate/TripDetails.java 468 publicMethodCommentRequirement Required
81613 src/com/gps/hibernate/TripDetails.java 472 publicMethodCommentRequirement Required
81614 src/com/gps/hibernate/TripDetails.java 476 Parameter 'tripDesc' is not assigned and could be declared final
81615 src/com/gps/hibernate/TripDetails.java 476 publicMethodCommentRequirement Required
81616 src/com/gps/hibernate/TripDetails.java 480 publicMethodCommentRequirement Required
81617 src/com/gps/hibernate/TripDetails.java 483 Parameter 'monhours' is not assigned and could be declared final
81618 src/com/gps/hibernate/TripDetails.java 483 publicMethodCommentRequirement Required
81619 src/com/gps/hibernate/TripDetails.java 486 publicMethodCommentRequirement Required
81620 src/com/gps/hibernate/TripDetails.java 489 Parameter 'monmins' is not assigned and could be declared final
81621 src/com/gps/hibernate/TripDetails.java 489 publicMethodCommentRequirement Required
81622 src/com/gps/hibernate/TripDetails.java 492 publicMethodCommentRequirement Required
81623 src/com/gps/hibernate/TripDetails.java 495 Parameter 'evenhours' is not assigned and could be declared final
81624 src/com/gps/hibernate/TripDetails.java 495 publicMethodCommentRequirement Required
81625 src/com/gps/hibernate/TripDetails.java 498 publicMethodCommentRequirement Required
81626 src/com/gps/hibernate/TripDetails.java 510 Parameter 'monDuration' is not assigned and could be declared final
81627 src/com/gps/hibernate/TripDetails.java 522 Parameter 'evenDuration' is not assigned and could be declared final
81628 src/com/gps/hibernate/TripDetails.java 525 Parameter 'evenmins' is not assigned and could be declared final
81629 src/com/gps/hibernate/TripDetails.java 525 publicMethodCommentRequirement Required
81630 src/com/gps/hibernate/TripDetails.java 537 Parameter 'pickupPoints' is not assigned and could be declared final
81631 src/com/gps/hibernate/TripDetails.java 549 Parameter 'usersTripses' is not assigned and could be declared final
81632 src/com/gps/hibernate/TripDetails.java 555 Parameter 'geofences' is not assigned and could be declared final
81633 src/com/gps/hibernate/TripDetails.java 558 publicMethodCommentRequirement Required
81634 src/com/gps/hibernate/TripDetails.java 562 Parameter 'tripParameterses' is not assigned and could be declared final
81635 src/com/gps/hibernate/TripDetails.java 562 publicMethodCommentRequirement Required
81636 src/com/gps/hibernate/TripDetails.java 598 publicMethodCommentRequirement Required
81637 src/com/gps/hibernate/TripDetails.java 602 Avoid excessively long variable names like frequentTripDetailses
81638 src/com/gps/hibernate/TripDetails.java 602 Parameter 'frequentTripDetailses' is not assigned and could be declared final
81639 src/com/gps/hibernate/TripDetails.java 602 publicMethodCommentRequirement Required
81640 src/com/gps/hibernate/TripDetails.java 644 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81641 src/com/gps/hibernate/TripDetails.java 644 fieldCommentRequirement Required
81642 src/com/gps/hibernate/TripDetails.java 646 publicMethodCommentRequirement Required
81643 src/com/gps/hibernate/TripDetails.java 649 Parameter 'rfidhistories' is not assigned and could be declared final
81644 src/com/gps/hibernate/TripDetails.java 649 publicMethodCommentRequirement Required
81645 src/com/gps/hibernate/TripDetails.java 654 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
81646 src/com/gps/hibernate/TripDetails.java 654 fieldCommentRequirement Required
81647 src/com/gps/hibernate/TripDetails.java 657 publicMethodCommentRequirement Required
81648 src/com/gps/hibernate/TripDetails.java 661 Parameter 'fenceReports' is not assigned and could be declared final
81649 src/com/gps/hibernate/TripDetails.java 661 publicMethodCommentRequirement Required
81650 src/com/gps/hibernate/TripDetailsDAO.java 5 Avoid unused imports such as 'java.util.Date'
81651 src/com/gps/hibernate/TripDetailsDAO.java 7 Avoid unused imports such as 'java.util.Set'
81652 src/com/gps/hibernate/TripDetailsDAO.java 14 Comment is too large: Too many lines
81653 src/com/gps/hibernate/TripDetailsDAO.java 26 This class has too many methods, consider refactoring it.
81654 src/com/gps/hibernate/TripDetailsDAO.java 27 Logger should be defined private static final and have the correct class
81655 src/com/gps/hibernate/TripDetailsDAO.java 27 Variables that are final and static should be all capitals, 'log' is not all capitals.
81656 src/com/gps/hibernate/TripDetailsDAO.java 27 fieldCommentRequirement Required
81657 src/com/gps/hibernate/TripDetailsDAO.java 29 fieldCommentRequirement Required
81658 src/com/gps/hibernate/TripDetailsDAO.java 30 fieldCommentRequirement Required
81659 src/com/gps/hibernate/TripDetailsDAO.java 31 fieldCommentRequirement Required
81660 src/com/gps/hibernate/TripDetailsDAO.java 32 fieldCommentRequirement Required
81661 src/com/gps/hibernate/TripDetailsDAO.java 33 fieldCommentRequirement Required
81662 src/com/gps/hibernate/TripDetailsDAO.java 34 fieldCommentRequirement Required
81663 src/com/gps/hibernate/TripDetailsDAO.java 35 fieldCommentRequirement Required
81664 src/com/gps/hibernate/TripDetailsDAO.java 36 fieldCommentRequirement Required
81665 src/com/gps/hibernate/TripDetailsDAO.java 37 Avoid excessively long variable names like NO_CONFIRMED_TRAVELLERS
81666 src/com/gps/hibernate/TripDetailsDAO.java 37 fieldCommentRequirement Required
81667 src/com/gps/hibernate/TripDetailsDAO.java 38 fieldCommentRequirement Required
81668 src/com/gps/hibernate/TripDetailsDAO.java 39 fieldCommentRequirement Required
81669 src/com/gps/hibernate/TripDetailsDAO.java 40 fieldCommentRequirement Required
81670 src/com/gps/hibernate/TripDetailsDAO.java 41 fieldCommentRequirement Required
81671 src/com/gps/hibernate/TripDetailsDAO.java 42 fieldCommentRequirement Required
81672 src/com/gps/hibernate/TripDetailsDAO.java 43 fieldCommentRequirement Required
81673 src/com/gps/hibernate/TripDetailsDAO.java 44 fieldCommentRequirement Required
81674 src/com/gps/hibernate/TripDetailsDAO.java 45 fieldCommentRequirement Required
81675 src/com/gps/hibernate/TripDetailsDAO.java 46 fieldCommentRequirement Required
81676 src/com/gps/hibernate/TripDetailsDAO.java 48 Parameter 'transientInstance' is not assigned and could be declared final
81677 src/com/gps/hibernate/TripDetailsDAO.java 48 publicMethodCommentRequirement Required
81678 src/com/gps/hibernate/TripDetailsDAO.java 49 There is log block not surrounded by if
81679 src/com/gps/hibernate/TripDetailsDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81680 src/com/gps/hibernate/TripDetailsDAO.java 51 Potential violation of Law of Demeter (method chain calls)
81681 src/com/gps/hibernate/TripDetailsDAO.java 52 There is log block not surrounded by if
81682 src/com/gps/hibernate/TripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81683 src/com/gps/hibernate/TripDetailsDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81684 src/com/gps/hibernate/TripDetailsDAO.java 54 There is log block not surrounded by if
81685 src/com/gps/hibernate/TripDetailsDAO.java 59 Parameter 'organizationId' is not assigned and could be declared final
81686 src/com/gps/hibernate/TripDetailsDAO.java 59 publicMethodCommentRequirement Required
81687 src/com/gps/hibernate/TripDetailsDAO.java 61 Found 'DD'-anomaly for variable 'tripList' (lines '61'-'64').
81688 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
81689 src/com/gps/hibernate/TripDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
81690 src/com/gps/hibernate/TripDetailsDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81691 src/com/gps/hibernate/TripDetailsDAO.java 68 Avoid printStackTrace(); use a logger call instead.
81692 src/com/gps/hibernate/TripDetailsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
81693 src/com/gps/hibernate/TripDetailsDAO.java 74 Avoid excessively long variable names like persistentInstance
81694 src/com/gps/hibernate/TripDetailsDAO.java 74 Parameter 'persistentInstance' is not assigned and could be declared final
81695 src/com/gps/hibernate/TripDetailsDAO.java 74 publicMethodCommentRequirement Required
81696 src/com/gps/hibernate/TripDetailsDAO.java 75 There is log block not surrounded by if
81697 src/com/gps/hibernate/TripDetailsDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81698 src/com/gps/hibernate/TripDetailsDAO.java 77 Potential violation of Law of Demeter (method chain calls)
81699 src/com/gps/hibernate/TripDetailsDAO.java 78 There is log block not surrounded by if
81700 src/com/gps/hibernate/TripDetailsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81701 src/com/gps/hibernate/TripDetailsDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81702 src/com/gps/hibernate/TripDetailsDAO.java 80 There is log block not surrounded by if
81703 src/com/gps/hibernate/TripDetailsDAO.java 85 Avoid variables with short names like id
81704 src/com/gps/hibernate/TripDetailsDAO.java 85 Parameter 'id' is not assigned and could be declared final
81705 src/com/gps/hibernate/TripDetailsDAO.java 85 publicMethodCommentRequirement Required
81706 src/com/gps/hibernate/TripDetailsDAO.java 86 There is log block not surrounded by if
81707 src/com/gps/hibernate/TripDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81708 src/com/gps/hibernate/TripDetailsDAO.java 88 Local variable 'instance' could be declared final
81709 src/com/gps/hibernate/TripDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
81710 src/com/gps/hibernate/TripDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81711 src/com/gps/hibernate/TripDetailsDAO.java 92 There is log block not surrounded by if
81712 src/com/gps/hibernate/TripDetailsDAO.java 97 Parameter 'instance' is not assigned and could be declared final
81713 src/com/gps/hibernate/TripDetailsDAO.java 97 publicMethodCommentRequirement Required
81714 src/com/gps/hibernate/TripDetailsDAO.java 98 There is log block not surrounded by if
81715 src/com/gps/hibernate/TripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81716 src/com/gps/hibernate/TripDetailsDAO.java 100 Local variable 'results' could be declared final
81717 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
81718 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
81719 src/com/gps/hibernate/TripDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
81720 src/com/gps/hibernate/TripDetailsDAO.java 103 There is log block not surrounded by if
81721 src/com/gps/hibernate/TripDetailsDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81722 src/com/gps/hibernate/TripDetailsDAO.java 104 Potential violation of Law of Demeter (object not created locally)
81723 src/com/gps/hibernate/TripDetailsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81724 src/com/gps/hibernate/TripDetailsDAO.java 107 There is log block not surrounded by if
81725 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'propertyName' is not assigned and could be declared final
81726 src/com/gps/hibernate/TripDetailsDAO.java 112 Parameter 'value' is not assigned and could be declared final
81727 src/com/gps/hibernate/TripDetailsDAO.java 112 publicMethodCommentRequirement Required
81728 src/com/gps/hibernate/TripDetailsDAO.java 113 There is log block not surrounded by if
81729 src/com/gps/hibernate/TripDetailsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81730 src/com/gps/hibernate/TripDetailsDAO.java 116 Local variable 'queryString' could be declared final
81731 src/com/gps/hibernate/TripDetailsDAO.java 118 Local variable 'queryObject' could be declared final
81732 src/com/gps/hibernate/TripDetailsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
81733 src/com/gps/hibernate/TripDetailsDAO.java 119 Potential violation of Law of Demeter (object not created locally)
81734 src/com/gps/hibernate/TripDetailsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
81735 src/com/gps/hibernate/TripDetailsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81736 src/com/gps/hibernate/TripDetailsDAO.java 122 There is log block not surrounded by if
81737 src/com/gps/hibernate/TripDetailsDAO.java 127 Parameter 'costofTrip' is not assigned and could be declared final
81738 src/com/gps/hibernate/TripDetailsDAO.java 127 publicMethodCommentRequirement Required
81739 src/com/gps/hibernate/TripDetailsDAO.java 131 Parameter 'sourceLocation' is not assigned and could be declared final
81740 src/com/gps/hibernate/TripDetailsDAO.java 131 publicMethodCommentRequirement Required
81741 src/com/gps/hibernate/TripDetailsDAO.java 135 Parameter 'destination' is not assigned and could be declared final
81742 src/com/gps/hibernate/TripDetailsDAO.java 135 publicMethodCommentRequirement Required
81743 src/com/gps/hibernate/TripDetailsDAO.java 139 Parameter 'distance' is not assigned and could be declared final
81744 src/com/gps/hibernate/TripDetailsDAO.java 139 publicMethodCommentRequirement Required
81745 src/com/gps/hibernate/TripDetailsDAO.java 143 Parameter 'route' is not assigned and could be declared final
81746 src/com/gps/hibernate/TripDetailsDAO.java 143 publicMethodCommentRequirement Required
81747 src/com/gps/hibernate/TripDetailsDAO.java 147 Parameter 'tripDirection' is not assigned and could be declared final
81748 src/com/gps/hibernate/TripDetailsDAO.java 147 publicMethodCommentRequirement Required
81749 src/com/gps/hibernate/TripDetailsDAO.java 151 Parameter 'noSeats' is not assigned and could be declared final
81750 src/com/gps/hibernate/TripDetailsDAO.java 151 publicMethodCommentRequirement Required
81751 src/com/gps/hibernate/TripDetailsDAO.java 155 Parameter 'tripFrequency' is not assigned and could be declared final
81752 src/com/gps/hibernate/TripDetailsDAO.java 155 publicMethodCommentRequirement Required
81753 src/com/gps/hibernate/TripDetailsDAO.java 159 Avoid excessively long variable names like noConfirmedTravellers
81754 src/com/gps/hibernate/TripDetailsDAO.java 159 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
81755 src/com/gps/hibernate/TripDetailsDAO.java 159 publicMethodCommentRequirement Required
81756 src/com/gps/hibernate/TripDetailsDAO.java 163 Parameter 'via' is not assigned and could be declared final
81757 src/com/gps/hibernate/TripDetailsDAO.java 163 publicMethodCommentRequirement Required
81758 src/com/gps/hibernate/TripDetailsDAO.java 167 Parameter 'returnTime' is not assigned and could be declared final
81759 src/com/gps/hibernate/TripDetailsDAO.java 167 publicMethodCommentRequirement Required
81760 src/com/gps/hibernate/TripDetailsDAO.java 171 Parameter 'startTime' is not assigned and could be declared final
81761 src/com/gps/hibernate/TripDetailsDAO.java 171 publicMethodCommentRequirement Required
81762 src/com/gps/hibernate/TripDetailsDAO.java 175 Parameter 'role' is not assigned and could be declared final
81763 src/com/gps/hibernate/TripDetailsDAO.java 175 publicMethodCommentRequirement Required
81764 src/com/gps/hibernate/TripDetailsDAO.java 179 Parameter 'status' is not assigned and could be declared final
81765 src/com/gps/hibernate/TripDetailsDAO.java 179 publicMethodCommentRequirement Required
81766 src/com/gps/hibernate/TripDetailsDAO.java 183 Parameter 'parentId' is not assigned and could be declared final
81767 src/com/gps/hibernate/TripDetailsDAO.java 183 publicMethodCommentRequirement Required
81768 src/com/gps/hibernate/TripDetailsDAO.java 187 Parameter 'pickupPoints' is not assigned and could be declared final
81769 src/com/gps/hibernate/TripDetailsDAO.java 187 publicMethodCommentRequirement Required
81770 src/com/gps/hibernate/TripDetailsDAO.java 191 Parameter 'tripName' is not assigned and could be declared final
81771 src/com/gps/hibernate/TripDetailsDAO.java 191 publicMethodCommentRequirement Required
81772 src/com/gps/hibernate/TripDetailsDAO.java 195 Parameter 'tripDesc' is not assigned and could be declared final
81773 src/com/gps/hibernate/TripDetailsDAO.java 195 publicMethodCommentRequirement Required
81774 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'first' is not assigned and could be declared final
81775 src/com/gps/hibernate/TripDetailsDAO.java 199 Parameter 'last' is not assigned and could be declared final
81776 src/com/gps/hibernate/TripDetailsDAO.java 199 publicMethodCommentRequirement Required
81777 src/com/gps/hibernate/TripDetailsDAO.java 201 There is log block not surrounded by if
81778 src/com/gps/hibernate/TripDetailsDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81779 src/com/gps/hibernate/TripDetailsDAO.java 204 Local variable 'queryString' could be declared final
81780 src/com/gps/hibernate/TripDetailsDAO.java 205 Local variable 'queryObject' could be declared final
81781 src/com/gps/hibernate/TripDetailsDAO.java 205 Potential violation of Law of Demeter (method chain calls)
81782 src/com/gps/hibernate/TripDetailsDAO.java 208 Potential violation of Law of Demeter (object not created locally)
81783 src/com/gps/hibernate/TripDetailsDAO.java 209 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81784 src/com/gps/hibernate/TripDetailsDAO.java 210 There is log block not surrounded by if
81785 src/com/gps/hibernate/TripDetailsDAO.java 216 Parameter 'detachedInstance' is not assigned and could be declared final
81786 src/com/gps/hibernate/TripDetailsDAO.java 216 publicMethodCommentRequirement Required
81787 src/com/gps/hibernate/TripDetailsDAO.java 217 There is log block not surrounded by if
81788 src/com/gps/hibernate/TripDetailsDAO.java 217 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81789 src/com/gps/hibernate/TripDetailsDAO.java 219 Local variable 'result' could be declared final
81790 src/com/gps/hibernate/TripDetailsDAO.java 219 Potential violation of Law of Demeter (method chain calls)
81791 src/com/gps/hibernate/TripDetailsDAO.java 221 There is log block not surrounded by if
81792 src/com/gps/hibernate/TripDetailsDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81793 src/com/gps/hibernate/TripDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81794 src/com/gps/hibernate/TripDetailsDAO.java 224 There is log block not surrounded by if
81795 src/com/gps/hibernate/TripDetailsDAO.java 229 Parameter 'instance' is not assigned and could be declared final
81796 src/com/gps/hibernate/TripDetailsDAO.java 229 publicMethodCommentRequirement Required
81797 src/com/gps/hibernate/TripDetailsDAO.java 230 There is log block not surrounded by if
81798 src/com/gps/hibernate/TripDetailsDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81799 src/com/gps/hibernate/TripDetailsDAO.java 232 Potential violation of Law of Demeter (method chain calls)
81800 src/com/gps/hibernate/TripDetailsDAO.java 233 There is log block not surrounded by if
81801 src/com/gps/hibernate/TripDetailsDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81802 src/com/gps/hibernate/TripDetailsDAO.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81803 src/com/gps/hibernate/TripDetailsDAO.java 235 There is log block not surrounded by if
81804 src/com/gps/hibernate/TripDetailsDAO.java 240 Parameter 'instance' is not assigned and could be declared final
81805 src/com/gps/hibernate/TripDetailsDAO.java 240 publicMethodCommentRequirement Required
81806 src/com/gps/hibernate/TripDetailsDAO.java 241 There is log block not surrounded by if
81807 src/com/gps/hibernate/TripDetailsDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81808 src/com/gps/hibernate/TripDetailsDAO.java 243 Potential violation of Law of Demeter (method chain calls)
81809 src/com/gps/hibernate/TripDetailsDAO.java 244 There is log block not surrounded by if
81810 src/com/gps/hibernate/TripDetailsDAO.java 244 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81811 src/com/gps/hibernate/TripDetailsDAO.java 245 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81812 src/com/gps/hibernate/TripDetailsDAO.java 246 There is log block not surrounded by if
81813 src/com/gps/hibernate/TripDeviation.java 13 fieldCommentRequirement Required
81814 src/com/gps/hibernate/TripDeviation.java 14 fieldCommentRequirement Required
81815 src/com/gps/hibernate/TripDeviation.java 15 fieldCommentRequirement Required
81816 src/com/gps/hibernate/TripDeviation.java 16 fieldCommentRequirement Required
81817 src/com/gps/hibernate/TripDeviation.java 18 Document empty constructor
81818 src/com/gps/hibernate/TripDeviation.java 18 publicMethodCommentRequirement Required
81819 src/com/gps/hibernate/TripDeviation.java 21 Parameter 'time' is not assigned and could be declared final
81820 src/com/gps/hibernate/TripDeviation.java 21 publicMethodCommentRequirement Required
81821 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'isSupportTeamOk' is not assigned and could be declared final
81822 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'time' is not assigned and could be declared final
81823 src/com/gps/hibernate/TripDeviation.java 25 Parameter 'tripDetails' is not assigned and could be declared final
81824 src/com/gps/hibernate/TripDeviation.java 25 publicMethodCommentRequirement Required
81825 src/com/gps/hibernate/TripDeviation.java 31 publicMethodCommentRequirement Required
81826 src/com/gps/hibernate/TripDeviation.java 35 Parameter 'tripDeviationId' is not assigned and could be declared final
81827 src/com/gps/hibernate/TripDeviation.java 35 publicMethodCommentRequirement Required
81828 src/com/gps/hibernate/TripDeviation.java 39 publicMethodCommentRequirement Required
81829 src/com/gps/hibernate/TripDeviation.java 43 Parameter 'tripDetails' is not assigned and could be declared final
81830 src/com/gps/hibernate/TripDeviation.java 43 publicMethodCommentRequirement Required
81831 src/com/gps/hibernate/TripDeviation.java 47 publicMethodCommentRequirement Required
81832 src/com/gps/hibernate/TripDeviation.java 51 Parameter 'isSupportTeamOk' is not assigned and could be declared final
81833 src/com/gps/hibernate/TripDeviation.java 51 publicMethodCommentRequirement Required
81834 src/com/gps/hibernate/TripDeviation.java 55 publicMethodCommentRequirement Required
81835 src/com/gps/hibernate/TripDeviation.java 59 Parameter 'time' is not assigned and could be declared final
81836 src/com/gps/hibernate/TripDeviation.java 59 publicMethodCommentRequirement Required
81837 src/com/gps/hibernate/TripDeviationDAO.java 12 Comment is too large: Too many lines
81838 src/com/gps/hibernate/TripDeviationDAO.java 24 This class has too many methods, consider refactoring it.
81839 src/com/gps/hibernate/TripDeviationDAO.java 25 Logger should be defined private static final and have the correct class
81840 src/com/gps/hibernate/TripDeviationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
81841 src/com/gps/hibernate/TripDeviationDAO.java 25 fieldCommentRequirement Required
81842 src/com/gps/hibernate/TripDeviationDAO.java 28 fieldCommentRequirement Required
81843 src/com/gps/hibernate/TripDeviationDAO.java 29 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
81844 src/com/gps/hibernate/TripDeviationDAO.java 29 fieldCommentRequirement Required
81845 src/com/gps/hibernate/TripDeviationDAO.java 30 fieldCommentRequirement Required
81846 src/com/gps/hibernate/TripDeviationDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
81847 src/com/gps/hibernate/TripDeviationDAO.java 33 publicMethodCommentRequirement Required
81848 src/com/gps/hibernate/TripDeviationDAO.java 34 There is log block not surrounded by if
81849 src/com/gps/hibernate/TripDeviationDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81850 src/com/gps/hibernate/TripDeviationDAO.java 36 Potential violation of Law of Demeter (method chain calls)
81851 src/com/gps/hibernate/TripDeviationDAO.java 37 There is log block not surrounded by if
81852 src/com/gps/hibernate/TripDeviationDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81853 src/com/gps/hibernate/TripDeviationDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81854 src/com/gps/hibernate/TripDeviationDAO.java 39 There is log block not surrounded by if
81855 src/com/gps/hibernate/TripDeviationDAO.java 44 Avoid excessively long variable names like persistentInstance
81856 src/com/gps/hibernate/TripDeviationDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
81857 src/com/gps/hibernate/TripDeviationDAO.java 44 publicMethodCommentRequirement Required
81858 src/com/gps/hibernate/TripDeviationDAO.java 45 There is log block not surrounded by if
81859 src/com/gps/hibernate/TripDeviationDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81860 src/com/gps/hibernate/TripDeviationDAO.java 47 Potential violation of Law of Demeter (method chain calls)
81861 src/com/gps/hibernate/TripDeviationDAO.java 48 There is log block not surrounded by if
81862 src/com/gps/hibernate/TripDeviationDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81863 src/com/gps/hibernate/TripDeviationDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81864 src/com/gps/hibernate/TripDeviationDAO.java 50 There is log block not surrounded by if
81865 src/com/gps/hibernate/TripDeviationDAO.java 55 Avoid variables with short names like id
81866 src/com/gps/hibernate/TripDeviationDAO.java 55 Parameter 'id' is not assigned and could be declared final
81867 src/com/gps/hibernate/TripDeviationDAO.java 55 publicMethodCommentRequirement Required
81868 src/com/gps/hibernate/TripDeviationDAO.java 56 There is log block not surrounded by if
81869 src/com/gps/hibernate/TripDeviationDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81870 src/com/gps/hibernate/TripDeviationDAO.java 58 Local variable 'instance' could be declared final
81871 src/com/gps/hibernate/TripDeviationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
81872 src/com/gps/hibernate/TripDeviationDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81873 src/com/gps/hibernate/TripDeviationDAO.java 62 There is log block not surrounded by if
81874 src/com/gps/hibernate/TripDeviationDAO.java 67 The String literal "rawtypes" appears 6 times in this file; the first occurrence is on line 67
81875 src/com/gps/hibernate/TripDeviationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
81876 src/com/gps/hibernate/TripDeviationDAO.java 68 publicMethodCommentRequirement Required
81877 src/com/gps/hibernate/TripDeviationDAO.java 69 There is log block not surrounded by if
81878 src/com/gps/hibernate/TripDeviationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81879 src/com/gps/hibernate/TripDeviationDAO.java 71 Local variable 'results' could be declared final
81880 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
81881 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
81882 src/com/gps/hibernate/TripDeviationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
81883 src/com/gps/hibernate/TripDeviationDAO.java 74 There is log block not surrounded by if
81884 src/com/gps/hibernate/TripDeviationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81885 src/com/gps/hibernate/TripDeviationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
81886 src/com/gps/hibernate/TripDeviationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81887 src/com/gps/hibernate/TripDeviationDAO.java 78 There is log block not surrounded by if
81888 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
81889 src/com/gps/hibernate/TripDeviationDAO.java 83 Parameter 'value' is not assigned and could be declared final
81890 src/com/gps/hibernate/TripDeviationDAO.java 83 publicMethodCommentRequirement Required
81891 src/com/gps/hibernate/TripDeviationDAO.java 84 There is log block not surrounded by if
81892 src/com/gps/hibernate/TripDeviationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81893 src/com/gps/hibernate/TripDeviationDAO.java 87 Local variable 'queryString' could be declared final
81894 src/com/gps/hibernate/TripDeviationDAO.java 89 Local variable 'queryObject' could be declared final
81895 src/com/gps/hibernate/TripDeviationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
81896 src/com/gps/hibernate/TripDeviationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
81897 src/com/gps/hibernate/TripDeviationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
81898 src/com/gps/hibernate/TripDeviationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81899 src/com/gps/hibernate/TripDeviationDAO.java 93 There is log block not surrounded by if
81900 src/com/gps/hibernate/TripDeviationDAO.java 99 Parameter 'tripDeviationId' is not assigned and could be declared final
81901 src/com/gps/hibernate/TripDeviationDAO.java 99 publicMethodCommentRequirement Required
81902 src/com/gps/hibernate/TripDeviationDAO.java 103 Parameter 'isSupportTeamOk' is not assigned and could be declared final
81903 src/com/gps/hibernate/TripDeviationDAO.java 103 publicMethodCommentRequirement Required
81904 src/com/gps/hibernate/TripDeviationDAO.java 107 Parameter 'time' is not assigned and could be declared final
81905 src/com/gps/hibernate/TripDeviationDAO.java 107 publicMethodCommentRequirement Required
81906 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'first' is not assigned and could be declared final
81907 src/com/gps/hibernate/TripDeviationDAO.java 111 Parameter 'last' is not assigned and could be declared final
81908 src/com/gps/hibernate/TripDeviationDAO.java 111 publicMethodCommentRequirement Required
81909 src/com/gps/hibernate/TripDeviationDAO.java 113 There is log block not surrounded by if
81910 src/com/gps/hibernate/TripDeviationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81911 src/com/gps/hibernate/TripDeviationDAO.java 116 Local variable 'queryString' could be declared final
81912 src/com/gps/hibernate/TripDeviationDAO.java 117 Local variable 'queryObject' could be declared final
81913 src/com/gps/hibernate/TripDeviationDAO.java 117 Potential violation of Law of Demeter (method chain calls)
81914 src/com/gps/hibernate/TripDeviationDAO.java 120 Potential violation of Law of Demeter (object not created locally)
81915 src/com/gps/hibernate/TripDeviationDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81916 src/com/gps/hibernate/TripDeviationDAO.java 122 There is log block not surrounded by if
81917 src/com/gps/hibernate/TripDeviationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
81918 src/com/gps/hibernate/TripDeviationDAO.java 128 publicMethodCommentRequirement Required
81919 src/com/gps/hibernate/TripDeviationDAO.java 129 There is log block not surrounded by if
81920 src/com/gps/hibernate/TripDeviationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81921 src/com/gps/hibernate/TripDeviationDAO.java 131 Local variable 'result' could be declared final
81922 src/com/gps/hibernate/TripDeviationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
81923 src/com/gps/hibernate/TripDeviationDAO.java 133 There is log block not surrounded by if
81924 src/com/gps/hibernate/TripDeviationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81925 src/com/gps/hibernate/TripDeviationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81926 src/com/gps/hibernate/TripDeviationDAO.java 136 There is log block not surrounded by if
81927 src/com/gps/hibernate/TripDeviationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
81928 src/com/gps/hibernate/TripDeviationDAO.java 141 publicMethodCommentRequirement Required
81929 src/com/gps/hibernate/TripDeviationDAO.java 142 There is log block not surrounded by if
81930 src/com/gps/hibernate/TripDeviationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81931 src/com/gps/hibernate/TripDeviationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
81932 src/com/gps/hibernate/TripDeviationDAO.java 145 There is log block not surrounded by if
81933 src/com/gps/hibernate/TripDeviationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81934 src/com/gps/hibernate/TripDeviationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81935 src/com/gps/hibernate/TripDeviationDAO.java 147 There is log block not surrounded by if
81936 src/com/gps/hibernate/TripDeviationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
81937 src/com/gps/hibernate/TripDeviationDAO.java 152 publicMethodCommentRequirement Required
81938 src/com/gps/hibernate/TripDeviationDAO.java 153 There is log block not surrounded by if
81939 src/com/gps/hibernate/TripDeviationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81940 src/com/gps/hibernate/TripDeviationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
81941 src/com/gps/hibernate/TripDeviationDAO.java 156 There is log block not surrounded by if
81942 src/com/gps/hibernate/TripDeviationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
81943 src/com/gps/hibernate/TripDeviationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
81944 src/com/gps/hibernate/TripDeviationDAO.java 158 There is log block not surrounded by if
81945 src/com/gps/hibernate/TripParameters.java 13 Classes implementing Serializable should set a serialVersionUID
81946 src/com/gps/hibernate/TripParameters.java 13 Too many fields
81947 src/com/gps/hibernate/TripParameters.java 16 fieldCommentRequirement Required
81948 src/com/gps/hibernate/TripParameters.java 17 fieldCommentRequirement Required
81949 src/com/gps/hibernate/TripParameters.java 18 fieldCommentRequirement Required
81950 src/com/gps/hibernate/TripParameters.java 19 fieldCommentRequirement Required
81951 src/com/gps/hibernate/TripParameters.java 20 fieldCommentRequirement Required
81952 src/com/gps/hibernate/TripParameters.java 21 fieldCommentRequirement Required
81953 src/com/gps/hibernate/TripParameters.java 22 fieldCommentRequirement Required
81954 src/com/gps/hibernate/TripParameters.java 23 fieldCommentRequirement Required
81955 src/com/gps/hibernate/TripParameters.java 24 fieldCommentRequirement Required
81956 src/com/gps/hibernate/TripParameters.java 26 fieldCommentRequirement Required
81957 src/com/gps/hibernate/TripParameters.java 28 fieldCommentRequirement Required
81958 src/com/gps/hibernate/TripParameters.java 29 fieldCommentRequirement Required
81959 src/com/gps/hibernate/TripParameters.java 31 fieldCommentRequirement Required
81960 src/com/gps/hibernate/TripParameters.java 33 fieldCommentRequirement Required
81961 src/com/gps/hibernate/TripParameters.java 34 fieldCommentRequirement Required
81962 src/com/gps/hibernate/TripParameters.java 35 fieldCommentRequirement Required
81963 src/com/gps/hibernate/TripParameters.java 36 fieldCommentRequirement Required
81964 src/com/gps/hibernate/TripParameters.java 37 fieldCommentRequirement Required
81965 src/com/gps/hibernate/TripParameters.java 38 fieldCommentRequirement Required
81966 src/com/gps/hibernate/TripParameters.java 39 fieldCommentRequirement Required
81967 src/com/gps/hibernate/TripParameters.java 40 fieldCommentRequirement Required
81968 src/com/gps/hibernate/TripParameters.java 52 Parameter 'vehicleDetails' is not assigned and could be declared final
81969 src/com/gps/hibernate/TripParameters.java 56 publicMethodCommentRequirement Required
81970 src/com/gps/hibernate/TripParameters.java 60 Parameter 'cellId' is not assigned and could be declared final
81971 src/com/gps/hibernate/TripParameters.java 60 publicMethodCommentRequirement Required
81972 src/com/gps/hibernate/TripParameters.java 66 publicMethodCommentRequirement Required
81973 src/com/gps/hibernate/TripParameters.java 70 Parameter 'gsmStatus' is not assigned and could be declared final
81974 src/com/gps/hibernate/TripParameters.java 70 publicMethodCommentRequirement Required
81975 src/com/gps/hibernate/TripParameters.java 79 Document empty constructor
81976 src/com/gps/hibernate/TripParameters.java 83 Parameter 'creationTime' is not assigned and could be declared final
81977 src/com/gps/hibernate/TripParameters.java 88 Avoid long parameter lists.
81978 src/com/gps/hibernate/TripParameters.java 88 Parameter 'lattitude' is not assigned and could be declared final
81979 src/com/gps/hibernate/TripParameters.java 88 Parameter 'tripDetails' is not assigned and could be declared final
81980 src/com/gps/hibernate/TripParameters.java 89 Parameter 'altitude' is not assigned and could be declared final
81981 src/com/gps/hibernate/TripParameters.java 89 Parameter 'heading' is not assigned and could be declared final
81982 src/com/gps/hibernate/TripParameters.java 89 Parameter 'longitude' is not assigned and could be declared final
81983 src/com/gps/hibernate/TripParameters.java 89 Parameter 'speed' is not assigned and could be declared final
81984 src/com/gps/hibernate/TripParameters.java 90 Avoid unused constructor parameters such as 'address'.
81985 src/com/gps/hibernate/TripParameters.java 90 Parameter 'address' is not assigned and could be declared final
81986 src/com/gps/hibernate/TripParameters.java 90 Parameter 'engineStatus' is not assigned and could be declared final
81987 src/com/gps/hibernate/TripParameters.java 90 Parameter 'oilPreassure' is not assigned and could be declared final
81988 src/com/gps/hibernate/TripParameters.java 91 Avoid unused constructor parameters such as 'waterTemp'.
81989 src/com/gps/hibernate/TripParameters.java 91 Parameter 'brake' is not assigned and could be declared final
81990 src/com/gps/hibernate/TripParameters.java 91 Parameter 'fuelContent' is not assigned and could be declared final
81991 src/com/gps/hibernate/TripParameters.java 91 Parameter 'waterTemp' is not assigned and could be declared final
81992 src/com/gps/hibernate/TripParameters.java 92 Parameter 'batteryStatus' is not assigned and could be declared final
81993 src/com/gps/hibernate/TripParameters.java 92 Parameter 'brakelightStatus' is not assigned and could be declared final
81994 src/com/gps/hibernate/TripParameters.java 92 Parameter 'creationTime' is not assigned and could be declared final
81995 src/com/gps/hibernate/TripParameters.java 118 publicMethodCommentRequirement Required
81996 src/com/gps/hibernate/TripParameters.java 122 Parameter 'tripParamid' is not assigned and could be declared final
81997 src/com/gps/hibernate/TripParameters.java 122 publicMethodCommentRequirement Required
81998 src/com/gps/hibernate/TripParameters.java 126 publicMethodCommentRequirement Required
81999 src/com/gps/hibernate/TripParameters.java 130 Parameter 'tripDetails' is not assigned and could be declared final
82000 src/com/gps/hibernate/TripParameters.java 130 publicMethodCommentRequirement Required
82001 src/com/gps/hibernate/TripParameters.java 134 publicMethodCommentRequirement Required
82002 src/com/gps/hibernate/TripParameters.java 138 Parameter 'lattitude' is not assigned and could be declared final
82003 src/com/gps/hibernate/TripParameters.java 138 publicMethodCommentRequirement Required
82004 src/com/gps/hibernate/TripParameters.java 142 publicMethodCommentRequirement Required
82005 src/com/gps/hibernate/TripParameters.java 146 Parameter 'longitude' is not assigned and could be declared final
82006 src/com/gps/hibernate/TripParameters.java 146 publicMethodCommentRequirement Required
82007 src/com/gps/hibernate/TripParameters.java 150 publicMethodCommentRequirement Required
82008 src/com/gps/hibernate/TripParameters.java 154 Avoid reassigning parameters such as 'speed'
82009 src/com/gps/hibernate/TripParameters.java 154 Avoid reassigning parameters such as 'speed'
82010 src/com/gps/hibernate/TripParameters.java 154 publicMethodCommentRequirement Required
82011 src/com/gps/hibernate/TripParameters.java 155 Local variable 'twoDForm' could be declared final
82012 src/com/gps/hibernate/TripParameters.java 157 Potential violation of Law of Demeter (object not created locally)
82013 src/com/gps/hibernate/TripParameters.java 162 publicMethodCommentRequirement Required
82014 src/com/gps/hibernate/TripParameters.java 166 Parameter 'heading' is not assigned and could be declared final
82015 src/com/gps/hibernate/TripParameters.java 166 publicMethodCommentRequirement Required
82016 src/com/gps/hibernate/TripParameters.java 170 publicMethodCommentRequirement Required
82017 src/com/gps/hibernate/TripParameters.java 174 Parameter 'altitude' is not assigned and could be declared final
82018 src/com/gps/hibernate/TripParameters.java 174 publicMethodCommentRequirement Required
82019 src/com/gps/hibernate/TripParameters.java 179 publicMethodCommentRequirement Required
82020 src/com/gps/hibernate/TripParameters.java 183 Parameter 'status' is not assigned and could be declared final
82021 src/com/gps/hibernate/TripParameters.java 183 publicMethodCommentRequirement Required
82022 src/com/gps/hibernate/TripParameters.java 188 publicMethodCommentRequirement Required
82023 src/com/gps/hibernate/TripParameters.java 192 Parameter 'engineStatus' is not assigned and could be declared final
82024 src/com/gps/hibernate/TripParameters.java 192 publicMethodCommentRequirement Required
82025 src/com/gps/hibernate/TripParameters.java 196 publicMethodCommentRequirement Required
82026 src/com/gps/hibernate/TripParameters.java 200 Parameter 'oilPreassure' is not assigned and could be declared final
82027 src/com/gps/hibernate/TripParameters.java 200 publicMethodCommentRequirement Required
82028 src/com/gps/hibernate/TripParameters.java 205 publicMethodCommentRequirement Required
82029 src/com/gps/hibernate/TripParameters.java 209 Parameter 'correctionFactor' is not assigned and could be declared final
82030 src/com/gps/hibernate/TripParameters.java 209 publicMethodCommentRequirement Required
82031 src/com/gps/hibernate/TripParameters.java 214 publicMethodCommentRequirement Required
82032 src/com/gps/hibernate/TripParameters.java 218 Parameter 'fuelContent' is not assigned and could be declared final
82033 src/com/gps/hibernate/TripParameters.java 218 publicMethodCommentRequirement Required
82034 src/com/gps/hibernate/TripParameters.java 222 publicMethodCommentRequirement Required
82035 src/com/gps/hibernate/TripParameters.java 226 Parameter 'brake' is not assigned and could be declared final
82036 src/com/gps/hibernate/TripParameters.java 226 publicMethodCommentRequirement Required
82037 src/com/gps/hibernate/TripParameters.java 230 publicMethodCommentRequirement Required
82038 src/com/gps/hibernate/TripParameters.java 234 Parameter 'creationTime' is not assigned and could be declared final
82039 src/com/gps/hibernate/TripParameters.java 234 publicMethodCommentRequirement Required
82040 src/com/gps/hibernate/TripParameters.java 238 publicMethodCommentRequirement Required
82041 src/com/gps/hibernate/TripParameters.java 242 Parameter 'brakelightStatus' is not assigned and could be declared final
82042 src/com/gps/hibernate/TripParameters.java 242 publicMethodCommentRequirement Required
82043 src/com/gps/hibernate/TripParameters.java 246 publicMethodCommentRequirement Required
82044 src/com/gps/hibernate/TripParameters.java 250 Parameter 'batteryStatus' is not assigned and could be declared final
82045 src/com/gps/hibernate/TripParameters.java 250 publicMethodCommentRequirement Required
82046 src/com/gps/hibernate/TripParameters.java 254 Parameter 'reportRef' is not assigned and could be declared final
82047 src/com/gps/hibernate/TripParameters.java 254 publicMethodCommentRequirement Required
82048 src/com/gps/hibernate/TripParameters.java 258 publicMethodCommentRequirement Required
82049 src/com/gps/hibernate/TripParameters.java 272 Parameter 'distance' is not assigned and could be declared final
82050 src/com/gps/hibernate/TripParametersDAO.java 3 Avoid unused imports such as 'java.util.Date'
82051 src/com/gps/hibernate/TripParametersDAO.java 11 Comment is too large: Too many lines
82052 src/com/gps/hibernate/TripParametersDAO.java 23 This class has too many methods, consider refactoring it.
82053 src/com/gps/hibernate/TripParametersDAO.java 24 Logger should be defined private static final and have the correct class
82054 src/com/gps/hibernate/TripParametersDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
82055 src/com/gps/hibernate/TripParametersDAO.java 24 fieldCommentRequirement Required
82056 src/com/gps/hibernate/TripParametersDAO.java 26 fieldCommentRequirement Required
82057 src/com/gps/hibernate/TripParametersDAO.java 27 fieldCommentRequirement Required
82058 src/com/gps/hibernate/TripParametersDAO.java 28 fieldCommentRequirement Required
82059 src/com/gps/hibernate/TripParametersDAO.java 29 fieldCommentRequirement Required
82060 src/com/gps/hibernate/TripParametersDAO.java 30 fieldCommentRequirement Required
82061 src/com/gps/hibernate/TripParametersDAO.java 31 fieldCommentRequirement Required
82062 src/com/gps/hibernate/TripParametersDAO.java 32 fieldCommentRequirement Required
82063 src/com/gps/hibernate/TripParametersDAO.java 33 fieldCommentRequirement Required
82064 src/com/gps/hibernate/TripParametersDAO.java 34 fieldCommentRequirement Required
82065 src/com/gps/hibernate/TripParametersDAO.java 35 fieldCommentRequirement Required
82066 src/com/gps/hibernate/TripParametersDAO.java 36 fieldCommentRequirement Required
82067 src/com/gps/hibernate/TripParametersDAO.java 37 fieldCommentRequirement Required
82068 src/com/gps/hibernate/TripParametersDAO.java 38 fieldCommentRequirement Required
82069 src/com/gps/hibernate/TripParametersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
82070 src/com/gps/hibernate/TripParametersDAO.java 40 publicMethodCommentRequirement Required
82071 src/com/gps/hibernate/TripParametersDAO.java 41 There is log block not surrounded by if
82072 src/com/gps/hibernate/TripParametersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82073 src/com/gps/hibernate/TripParametersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
82074 src/com/gps/hibernate/TripParametersDAO.java 44 There is log block not surrounded by if
82075 src/com/gps/hibernate/TripParametersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82076 src/com/gps/hibernate/TripParametersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82077 src/com/gps/hibernate/TripParametersDAO.java 46 There is log block not surrounded by if
82078 src/com/gps/hibernate/TripParametersDAO.java 51 Avoid excessively long variable names like persistentInstance
82079 src/com/gps/hibernate/TripParametersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
82080 src/com/gps/hibernate/TripParametersDAO.java 51 publicMethodCommentRequirement Required
82081 src/com/gps/hibernate/TripParametersDAO.java 52 There is log block not surrounded by if
82082 src/com/gps/hibernate/TripParametersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82083 src/com/gps/hibernate/TripParametersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
82084 src/com/gps/hibernate/TripParametersDAO.java 55 There is log block not surrounded by if
82085 src/com/gps/hibernate/TripParametersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82086 src/com/gps/hibernate/TripParametersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82087 src/com/gps/hibernate/TripParametersDAO.java 57 There is log block not surrounded by if
82088 src/com/gps/hibernate/TripParametersDAO.java 62 Avoid variables with short names like id
82089 src/com/gps/hibernate/TripParametersDAO.java 62 Parameter 'id' is not assigned and could be declared final
82090 src/com/gps/hibernate/TripParametersDAO.java 62 publicMethodCommentRequirement Required
82091 src/com/gps/hibernate/TripParametersDAO.java 63 There is log block not surrounded by if
82092 src/com/gps/hibernate/TripParametersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82093 src/com/gps/hibernate/TripParametersDAO.java 65 Local variable 'instance' could be declared final
82094 src/com/gps/hibernate/TripParametersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
82095 src/com/gps/hibernate/TripParametersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82096 src/com/gps/hibernate/TripParametersDAO.java 69 There is log block not surrounded by if
82097 src/com/gps/hibernate/TripParametersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
82098 src/com/gps/hibernate/TripParametersDAO.java 74 publicMethodCommentRequirement Required
82099 src/com/gps/hibernate/TripParametersDAO.java 75 There is log block not surrounded by if
82100 src/com/gps/hibernate/TripParametersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82101 src/com/gps/hibernate/TripParametersDAO.java 77 Local variable 'results' could be declared final
82102 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
82103 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
82104 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
82105 src/com/gps/hibernate/TripParametersDAO.java 80 There is log block not surrounded by if
82106 src/com/gps/hibernate/TripParametersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82107 src/com/gps/hibernate/TripParametersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
82108 src/com/gps/hibernate/TripParametersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82109 src/com/gps/hibernate/TripParametersDAO.java 84 There is log block not surrounded by if
82110 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
82111 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'value' is not assigned and could be declared final
82112 src/com/gps/hibernate/TripParametersDAO.java 89 publicMethodCommentRequirement Required
82113 src/com/gps/hibernate/TripParametersDAO.java 90 There is log block not surrounded by if
82114 src/com/gps/hibernate/TripParametersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82115 src/com/gps/hibernate/TripParametersDAO.java 93 Local variable 'queryString' could be declared final
82116 src/com/gps/hibernate/TripParametersDAO.java 95 Local variable 'queryObject' could be declared final
82117 src/com/gps/hibernate/TripParametersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
82118 src/com/gps/hibernate/TripParametersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
82119 src/com/gps/hibernate/TripParametersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
82120 src/com/gps/hibernate/TripParametersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82121 src/com/gps/hibernate/TripParametersDAO.java 99 There is log block not surrounded by if
82122 src/com/gps/hibernate/TripParametersDAO.java 104 Parameter 'lattitude' is not assigned and could be declared final
82123 src/com/gps/hibernate/TripParametersDAO.java 104 publicMethodCommentRequirement Required
82124 src/com/gps/hibernate/TripParametersDAO.java 108 Parameter 'longitude' is not assigned and could be declared final
82125 src/com/gps/hibernate/TripParametersDAO.java 108 publicMethodCommentRequirement Required
82126 src/com/gps/hibernate/TripParametersDAO.java 112 Parameter 'speed' is not assigned and could be declared final
82127 src/com/gps/hibernate/TripParametersDAO.java 112 publicMethodCommentRequirement Required
82128 src/com/gps/hibernate/TripParametersDAO.java 116 Parameter 'heading' is not assigned and could be declared final
82129 src/com/gps/hibernate/TripParametersDAO.java 116 publicMethodCommentRequirement Required
82130 src/com/gps/hibernate/TripParametersDAO.java 120 Parameter 'altitude' is not assigned and could be declared final
82131 src/com/gps/hibernate/TripParametersDAO.java 120 publicMethodCommentRequirement Required
82132 src/com/gps/hibernate/TripParametersDAO.java 124 Parameter 'address' is not assigned and could be declared final
82133 src/com/gps/hibernate/TripParametersDAO.java 124 publicMethodCommentRequirement Required
82134 src/com/gps/hibernate/TripParametersDAO.java 128 Parameter 'engineStatus' is not assigned and could be declared final
82135 src/com/gps/hibernate/TripParametersDAO.java 128 publicMethodCommentRequirement Required
82136 src/com/gps/hibernate/TripParametersDAO.java 132 Parameter 'oilPreassure' is not assigned and could be declared final
82137 src/com/gps/hibernate/TripParametersDAO.java 132 publicMethodCommentRequirement Required
82138 src/com/gps/hibernate/TripParametersDAO.java 136 Parameter 'waterTemp' is not assigned and could be declared final
82139 src/com/gps/hibernate/TripParametersDAO.java 136 publicMethodCommentRequirement Required
82140 src/com/gps/hibernate/TripParametersDAO.java 140 Parameter 'fuelContent' is not assigned and could be declared final
82141 src/com/gps/hibernate/TripParametersDAO.java 140 publicMethodCommentRequirement Required
82142 src/com/gps/hibernate/TripParametersDAO.java 144 Parameter 'brake' is not assigned and could be declared final
82143 src/com/gps/hibernate/TripParametersDAO.java 144 publicMethodCommentRequirement Required
82144 src/com/gps/hibernate/TripParametersDAO.java 148 Parameter 'brakelightStatus' is not assigned and could be declared final
82145 src/com/gps/hibernate/TripParametersDAO.java 148 publicMethodCommentRequirement Required
82146 src/com/gps/hibernate/TripParametersDAO.java 152 Parameter 'batteryStatus' is not assigned and could be declared final
82147 src/com/gps/hibernate/TripParametersDAO.java 152 publicMethodCommentRequirement Required
82148 src/com/gps/hibernate/TripParametersDAO.java 156 publicMethodCommentRequirement Required
82149 src/com/gps/hibernate/TripParametersDAO.java 157 There is log block not surrounded by if
82150 src/com/gps/hibernate/TripParametersDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82151 src/com/gps/hibernate/TripParametersDAO.java 159 Local variable 'queryString' could be declared final
82152 src/com/gps/hibernate/TripParametersDAO.java 160 Local variable 'queryObject' could be declared final
82153 src/com/gps/hibernate/TripParametersDAO.java 160 Potential violation of Law of Demeter (method chain calls)
82154 src/com/gps/hibernate/TripParametersDAO.java 161 Potential violation of Law of Demeter (object not created locally)
82155 src/com/gps/hibernate/TripParametersDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82156 src/com/gps/hibernate/TripParametersDAO.java 163 There is log block not surrounded by if
82157 src/com/gps/hibernate/TripParametersDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
82158 src/com/gps/hibernate/TripParametersDAO.java 168 publicMethodCommentRequirement Required
82159 src/com/gps/hibernate/TripParametersDAO.java 169 There is log block not surrounded by if
82160 src/com/gps/hibernate/TripParametersDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82161 src/com/gps/hibernate/TripParametersDAO.java 171 Local variable 'result' could be declared final
82162 src/com/gps/hibernate/TripParametersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
82163 src/com/gps/hibernate/TripParametersDAO.java 173 There is log block not surrounded by if
82164 src/com/gps/hibernate/TripParametersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82165 src/com/gps/hibernate/TripParametersDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82166 src/com/gps/hibernate/TripParametersDAO.java 176 There is log block not surrounded by if
82167 src/com/gps/hibernate/TripParametersDAO.java 181 Parameter 'instance' is not assigned and could be declared final
82168 src/com/gps/hibernate/TripParametersDAO.java 181 publicMethodCommentRequirement Required
82169 src/com/gps/hibernate/TripParametersDAO.java 182 There is log block not surrounded by if
82170 src/com/gps/hibernate/TripParametersDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82171 src/com/gps/hibernate/TripParametersDAO.java 184 Potential violation of Law of Demeter (method chain calls)
82172 src/com/gps/hibernate/TripParametersDAO.java 185 There is log block not surrounded by if
82173 src/com/gps/hibernate/TripParametersDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82174 src/com/gps/hibernate/TripParametersDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82175 src/com/gps/hibernate/TripParametersDAO.java 187 There is log block not surrounded by if
82176 src/com/gps/hibernate/TripParametersDAO.java 192 Parameter 'instance' is not assigned and could be declared final
82177 src/com/gps/hibernate/TripParametersDAO.java 192 publicMethodCommentRequirement Required
82178 src/com/gps/hibernate/TripParametersDAO.java 193 There is log block not surrounded by if
82179 src/com/gps/hibernate/TripParametersDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82180 src/com/gps/hibernate/TripParametersDAO.java 195 Potential violation of Law of Demeter (method chain calls)
82181 src/com/gps/hibernate/TripParametersDAO.java 196 There is log block not surrounded by if
82182 src/com/gps/hibernate/TripParametersDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82183 src/com/gps/hibernate/TripParametersDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82184 src/com/gps/hibernate/TripParametersDAO.java 198 There is log block not surrounded by if
82185 src/com/gps/hibernate/TripPreference.java 9 Classes implementing Serializable should set a serialVersionUID
82186 src/com/gps/hibernate/TripPreference.java 13 fieldCommentRequirement Required
82187 src/com/gps/hibernate/TripPreference.java 14 fieldCommentRequirement Required
82188 src/com/gps/hibernate/TripPreference.java 15 fieldCommentRequirement Required
82189 src/com/gps/hibernate/TripPreference.java 16 fieldCommentRequirement Required
82190 src/com/gps/hibernate/TripPreference.java 17 fieldCommentRequirement Required
82191 src/com/gps/hibernate/TripPreference.java 18 fieldCommentRequirement Required
82192 src/com/gps/hibernate/TripPreference.java 19 fieldCommentRequirement Required
82193 src/com/gps/hibernate/TripPreference.java 20 fieldCommentRequirement Required
82194 src/com/gps/hibernate/TripPreference.java 21 fieldCommentRequirement Required
82195 src/com/gps/hibernate/TripPreference.java 26 Document empty constructor
82196 src/com/gps/hibernate/TripPreference.java 30 Parameter 'genderPreference' is not assigned and could be declared final
82197 src/com/gps/hibernate/TripPreference.java 30 Parameter 'tripid' is not assigned and could be declared final
82198 src/com/gps/hibernate/TripPreference.java 36 Parameter 'pets' is not assigned and could be declared final
82199 src/com/gps/hibernate/TripPreference.java 36 Parameter 'smoking' is not assigned and could be declared final
82200 src/com/gps/hibernate/TripPreference.java 36 Parameter 'tripid' is not assigned and could be declared final
82201 src/com/gps/hibernate/TripPreference.java 37 Parameter 'music' is not assigned and could be declared final
82202 src/com/gps/hibernate/TripPreference.java 37 Parameter 'returnTimeFlex' is not assigned and could be declared final
82203 src/com/gps/hibernate/TripPreference.java 37 Parameter 'startTimeFlex' is not assigned and could be declared final
82204 src/com/gps/hibernate/TripPreference.java 38 Parameter 'drivingSpeed' is not assigned and could be declared final
82205 src/com/gps/hibernate/TripPreference.java 38 Parameter 'genderPreference' is not assigned and could be declared final
82206 src/com/gps/hibernate/TripPreference.java 51 publicMethodCommentRequirement Required
82207 src/com/gps/hibernate/TripPreference.java 55 Parameter 'tripPreferenceId' is not assigned and could be declared final
82208 src/com/gps/hibernate/TripPreference.java 55 publicMethodCommentRequirement Required
82209 src/com/gps/hibernate/TripPreference.java 59 publicMethodCommentRequirement Required
82210 src/com/gps/hibernate/TripPreference.java 63 Parameter 'tripid' is not assigned and could be declared final
82211 src/com/gps/hibernate/TripPreference.java 63 publicMethodCommentRequirement Required
82212 src/com/gps/hibernate/TripPreference.java 67 publicMethodCommentRequirement Required
82213 src/com/gps/hibernate/TripPreference.java 71 Parameter 'smoking' is not assigned and could be declared final
82214 src/com/gps/hibernate/TripPreference.java 71 publicMethodCommentRequirement Required
82215 src/com/gps/hibernate/TripPreference.java 75 publicMethodCommentRequirement Required
82216 src/com/gps/hibernate/TripPreference.java 79 Parameter 'pets' is not assigned and could be declared final
82217 src/com/gps/hibernate/TripPreference.java 79 publicMethodCommentRequirement Required
82218 src/com/gps/hibernate/TripPreference.java 83 publicMethodCommentRequirement Required
82219 src/com/gps/hibernate/TripPreference.java 87 Parameter 'startTimeFlex' is not assigned and could be declared final
82220 src/com/gps/hibernate/TripPreference.java 87 publicMethodCommentRequirement Required
82221 src/com/gps/hibernate/TripPreference.java 91 publicMethodCommentRequirement Required
82222 src/com/gps/hibernate/TripPreference.java 95 Parameter 'returnTimeFlex' is not assigned and could be declared final
82223 src/com/gps/hibernate/TripPreference.java 95 publicMethodCommentRequirement Required
82224 src/com/gps/hibernate/TripPreference.java 99 publicMethodCommentRequirement Required
82225 src/com/gps/hibernate/TripPreference.java 103 Parameter 'music' is not assigned and could be declared final
82226 src/com/gps/hibernate/TripPreference.java 103 publicMethodCommentRequirement Required
82227 src/com/gps/hibernate/TripPreference.java 107 publicMethodCommentRequirement Required
82228 src/com/gps/hibernate/TripPreference.java 111 Parameter 'genderPreference' is not assigned and could be declared final
82229 src/com/gps/hibernate/TripPreference.java 111 publicMethodCommentRequirement Required
82230 src/com/gps/hibernate/TripPreference.java 115 publicMethodCommentRequirement Required
82231 src/com/gps/hibernate/TripPreference.java 119 Parameter 'drivingSpeed' is not assigned and could be declared final
82232 src/com/gps/hibernate/TripPreference.java 119 publicMethodCommentRequirement Required
82233 src/com/gps/hibernate/TripPreferenceDAO.java 10 Comment is too large: Too many lines
82234 src/com/gps/hibernate/TripPreferenceDAO.java 22 This class has too many methods, consider refactoring it.
82235 src/com/gps/hibernate/TripPreferenceDAO.java 23 Logger should be defined private static final and have the correct class
82236 src/com/gps/hibernate/TripPreferenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
82237 src/com/gps/hibernate/TripPreferenceDAO.java 23 fieldCommentRequirement Required
82238 src/com/gps/hibernate/TripPreferenceDAO.java 25 fieldCommentRequirement Required
82239 src/com/gps/hibernate/TripPreferenceDAO.java 26 fieldCommentRequirement Required
82240 src/com/gps/hibernate/TripPreferenceDAO.java 27 fieldCommentRequirement Required
82241 src/com/gps/hibernate/TripPreferenceDAO.java 28 fieldCommentRequirement Required
82242 src/com/gps/hibernate/TripPreferenceDAO.java 29 fieldCommentRequirement Required
82243 src/com/gps/hibernate/TripPreferenceDAO.java 30 fieldCommentRequirement Required
82244 src/com/gps/hibernate/TripPreferenceDAO.java 31 fieldCommentRequirement Required
82245 src/com/gps/hibernate/TripPreferenceDAO.java 32 fieldCommentRequirement Required
82246 src/com/gps/hibernate/TripPreferenceDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
82247 src/com/gps/hibernate/TripPreferenceDAO.java 34 publicMethodCommentRequirement Required
82248 src/com/gps/hibernate/TripPreferenceDAO.java 35 There is log block not surrounded by if
82249 src/com/gps/hibernate/TripPreferenceDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82250 src/com/gps/hibernate/TripPreferenceDAO.java 37 Potential violation of Law of Demeter (method chain calls)
82251 src/com/gps/hibernate/TripPreferenceDAO.java 38 There is log block not surrounded by if
82252 src/com/gps/hibernate/TripPreferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82253 src/com/gps/hibernate/TripPreferenceDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82254 src/com/gps/hibernate/TripPreferenceDAO.java 40 There is log block not surrounded by if
82255 src/com/gps/hibernate/TripPreferenceDAO.java 45 Avoid excessively long variable names like persistentInstance
82256 src/com/gps/hibernate/TripPreferenceDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
82257 src/com/gps/hibernate/TripPreferenceDAO.java 45 publicMethodCommentRequirement Required
82258 src/com/gps/hibernate/TripPreferenceDAO.java 46 There is log block not surrounded by if
82259 src/com/gps/hibernate/TripPreferenceDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82260 src/com/gps/hibernate/TripPreferenceDAO.java 48 Potential violation of Law of Demeter (method chain calls)
82261 src/com/gps/hibernate/TripPreferenceDAO.java 49 There is log block not surrounded by if
82262 src/com/gps/hibernate/TripPreferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82263 src/com/gps/hibernate/TripPreferenceDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82264 src/com/gps/hibernate/TripPreferenceDAO.java 51 There is log block not surrounded by if
82265 src/com/gps/hibernate/TripPreferenceDAO.java 56 Avoid variables with short names like id
82266 src/com/gps/hibernate/TripPreferenceDAO.java 56 Parameter 'id' is not assigned and could be declared final
82267 src/com/gps/hibernate/TripPreferenceDAO.java 56 publicMethodCommentRequirement Required
82268 src/com/gps/hibernate/TripPreferenceDAO.java 57 There is log block not surrounded by if
82269 src/com/gps/hibernate/TripPreferenceDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82270 src/com/gps/hibernate/TripPreferenceDAO.java 59 Local variable 'instance' could be declared final
82271 src/com/gps/hibernate/TripPreferenceDAO.java 59 Potential violation of Law of Demeter (method chain calls)
82272 src/com/gps/hibernate/TripPreferenceDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82273 src/com/gps/hibernate/TripPreferenceDAO.java 63 There is log block not surrounded by if
82274 src/com/gps/hibernate/TripPreferenceDAO.java 68 Parameter 'instance' is not assigned and could be declared final
82275 src/com/gps/hibernate/TripPreferenceDAO.java 68 publicMethodCommentRequirement Required
82276 src/com/gps/hibernate/TripPreferenceDAO.java 69 There is log block not surrounded by if
82277 src/com/gps/hibernate/TripPreferenceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82278 src/com/gps/hibernate/TripPreferenceDAO.java 71 Local variable 'results' could be declared final
82279 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
82280 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
82281 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
82282 src/com/gps/hibernate/TripPreferenceDAO.java 74 There is log block not surrounded by if
82283 src/com/gps/hibernate/TripPreferenceDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82284 src/com/gps/hibernate/TripPreferenceDAO.java 75 Potential violation of Law of Demeter (object not created locally)
82285 src/com/gps/hibernate/TripPreferenceDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82286 src/com/gps/hibernate/TripPreferenceDAO.java 78 There is log block not surrounded by if
82287 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
82288 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'value' is not assigned and could be declared final
82289 src/com/gps/hibernate/TripPreferenceDAO.java 83 publicMethodCommentRequirement Required
82290 src/com/gps/hibernate/TripPreferenceDAO.java 84 There is log block not surrounded by if
82291 src/com/gps/hibernate/TripPreferenceDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82292 src/com/gps/hibernate/TripPreferenceDAO.java 87 Local variable 'queryString' could be declared final
82293 src/com/gps/hibernate/TripPreferenceDAO.java 89 Local variable 'queryObject' could be declared final
82294 src/com/gps/hibernate/TripPreferenceDAO.java 89 Potential violation of Law of Demeter (method chain calls)
82295 src/com/gps/hibernate/TripPreferenceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
82296 src/com/gps/hibernate/TripPreferenceDAO.java 91 Potential violation of Law of Demeter (object not created locally)
82297 src/com/gps/hibernate/TripPreferenceDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82298 src/com/gps/hibernate/TripPreferenceDAO.java 93 There is log block not surrounded by if
82299 src/com/gps/hibernate/TripPreferenceDAO.java 98 Parameter 'tripid' is not assigned and could be declared final
82300 src/com/gps/hibernate/TripPreferenceDAO.java 98 publicMethodCommentRequirement Required
82301 src/com/gps/hibernate/TripPreferenceDAO.java 102 Parameter 'smoking' is not assigned and could be declared final
82302 src/com/gps/hibernate/TripPreferenceDAO.java 102 publicMethodCommentRequirement Required
82303 src/com/gps/hibernate/TripPreferenceDAO.java 106 Parameter 'pets' is not assigned and could be declared final
82304 src/com/gps/hibernate/TripPreferenceDAO.java 106 publicMethodCommentRequirement Required
82305 src/com/gps/hibernate/TripPreferenceDAO.java 110 Parameter 'startTimeFlex' is not assigned and could be declared final
82306 src/com/gps/hibernate/TripPreferenceDAO.java 110 publicMethodCommentRequirement Required
82307 src/com/gps/hibernate/TripPreferenceDAO.java 114 Parameter 'returnTimeFlex' is not assigned and could be declared final
82308 src/com/gps/hibernate/TripPreferenceDAO.java 114 publicMethodCommentRequirement Required
82309 src/com/gps/hibernate/TripPreferenceDAO.java 118 Parameter 'music' is not assigned and could be declared final
82310 src/com/gps/hibernate/TripPreferenceDAO.java 118 publicMethodCommentRequirement Required
82311 src/com/gps/hibernate/TripPreferenceDAO.java 122 Parameter 'genderPreference' is not assigned and could be declared final
82312 src/com/gps/hibernate/TripPreferenceDAO.java 122 publicMethodCommentRequirement Required
82313 src/com/gps/hibernate/TripPreferenceDAO.java 126 Parameter 'drivingSpeed' is not assigned and could be declared final
82314 src/com/gps/hibernate/TripPreferenceDAO.java 126 publicMethodCommentRequirement Required
82315 src/com/gps/hibernate/TripPreferenceDAO.java 130 publicMethodCommentRequirement Required
82316 src/com/gps/hibernate/TripPreferenceDAO.java 131 There is log block not surrounded by if
82317 src/com/gps/hibernate/TripPreferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82318 src/com/gps/hibernate/TripPreferenceDAO.java 133 Local variable 'queryString' could be declared final
82319 src/com/gps/hibernate/TripPreferenceDAO.java 134 Local variable 'queryObject' could be declared final
82320 src/com/gps/hibernate/TripPreferenceDAO.java 134 Potential violation of Law of Demeter (method chain calls)
82321 src/com/gps/hibernate/TripPreferenceDAO.java 135 Potential violation of Law of Demeter (object not created locally)
82322 src/com/gps/hibernate/TripPreferenceDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82323 src/com/gps/hibernate/TripPreferenceDAO.java 137 There is log block not surrounded by if
82324 src/com/gps/hibernate/TripPreferenceDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
82325 src/com/gps/hibernate/TripPreferenceDAO.java 142 publicMethodCommentRequirement Required
82326 src/com/gps/hibernate/TripPreferenceDAO.java 143 There is log block not surrounded by if
82327 src/com/gps/hibernate/TripPreferenceDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82328 src/com/gps/hibernate/TripPreferenceDAO.java 145 Local variable 'result' could be declared final
82329 src/com/gps/hibernate/TripPreferenceDAO.java 145 Potential violation of Law of Demeter (method chain calls)
82330 src/com/gps/hibernate/TripPreferenceDAO.java 147 There is log block not surrounded by if
82331 src/com/gps/hibernate/TripPreferenceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82332 src/com/gps/hibernate/TripPreferenceDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82333 src/com/gps/hibernate/TripPreferenceDAO.java 150 There is log block not surrounded by if
82334 src/com/gps/hibernate/TripPreferenceDAO.java 155 Parameter 'instance' is not assigned and could be declared final
82335 src/com/gps/hibernate/TripPreferenceDAO.java 155 publicMethodCommentRequirement Required
82336 src/com/gps/hibernate/TripPreferenceDAO.java 156 There is log block not surrounded by if
82337 src/com/gps/hibernate/TripPreferenceDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82338 src/com/gps/hibernate/TripPreferenceDAO.java 158 Potential violation of Law of Demeter (method chain calls)
82339 src/com/gps/hibernate/TripPreferenceDAO.java 159 There is log block not surrounded by if
82340 src/com/gps/hibernate/TripPreferenceDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82341 src/com/gps/hibernate/TripPreferenceDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82342 src/com/gps/hibernate/TripPreferenceDAO.java 161 There is log block not surrounded by if
82343 src/com/gps/hibernate/TripPreferenceDAO.java 166 Parameter 'instance' is not assigned and could be declared final
82344 src/com/gps/hibernate/TripPreferenceDAO.java 166 publicMethodCommentRequirement Required
82345 src/com/gps/hibernate/TripPreferenceDAO.java 167 There is log block not surrounded by if
82346 src/com/gps/hibernate/TripPreferenceDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82347 src/com/gps/hibernate/TripPreferenceDAO.java 169 Potential violation of Law of Demeter (method chain calls)
82348 src/com/gps/hibernate/TripPreferenceDAO.java 170 There is log block not surrounded by if
82349 src/com/gps/hibernate/TripPreferenceDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82350 src/com/gps/hibernate/TripPreferenceDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82351 src/com/gps/hibernate/TripPreferenceDAO.java 172 There is log block not surrounded by if
82352 src/com/gps/hibernate/TripReference.java 17 fieldCommentRequirement Required
82353 src/com/gps/hibernate/TripReference.java 18 fieldCommentRequirement Required
82354 src/com/gps/hibernate/TripReference.java 19 fieldCommentRequirement Required
82355 src/com/gps/hibernate/TripReference.java 20 fieldCommentRequirement Required
82356 src/com/gps/hibernate/TripReference.java 21 fieldCommentRequirement Required
82357 src/com/gps/hibernate/TripReference.java 22 fieldCommentRequirement Required
82358 src/com/gps/hibernate/TripReference.java 23 fieldCommentRequirement Required
82359 src/com/gps/hibernate/TripReference.java 24 Avoid excessively long variable names like tripRecurrentLocations
82360 src/com/gps/hibernate/TripReference.java 24 fieldCommentRequirement Required
82361 src/com/gps/hibernate/TripReference.java 28 publicMethodCommentRequirement Required
82362 src/com/gps/hibernate/TripReference.java 32 Parameter 'tripPointId' is not assigned and could be declared final
82363 src/com/gps/hibernate/TripReference.java 32 publicMethodCommentRequirement Required
82364 src/com/gps/hibernate/TripReference.java 38 publicMethodCommentRequirement Required
82365 src/com/gps/hibernate/TripReference.java 42 Parameter 'tripDetails' is not assigned and could be declared final
82366 src/com/gps/hibernate/TripReference.java 42 publicMethodCommentRequirement Required
82367 src/com/gps/hibernate/TripReference.java 46 publicMethodCommentRequirement Required
82368 src/com/gps/hibernate/TripReference.java 50 Parameter 'tripPointName' is not assigned and could be declared final
82369 src/com/gps/hibernate/TripReference.java 50 publicMethodCommentRequirement Required
82370 src/com/gps/hibernate/TripReference.java 54 publicMethodCommentRequirement Required
82371 src/com/gps/hibernate/TripReference.java 58 Parameter 'latitude' is not assigned and could be declared final
82372 src/com/gps/hibernate/TripReference.java 58 publicMethodCommentRequirement Required
82373 src/com/gps/hibernate/TripReference.java 62 publicMethodCommentRequirement Required
82374 src/com/gps/hibernate/TripReference.java 66 Parameter 'longitude' is not assigned and could be declared final
82375 src/com/gps/hibernate/TripReference.java 66 publicMethodCommentRequirement Required
82376 src/com/gps/hibernate/TripReference.java 70 publicMethodCommentRequirement Required
82377 src/com/gps/hibernate/TripReference.java 74 Parameter 'tripPointTime' is not assigned and could be declared final
82378 src/com/gps/hibernate/TripReference.java 74 publicMethodCommentRequirement Required
82379 src/com/gps/hibernate/TripReference.java 78 publicMethodCommentRequirement Required
82380 src/com/gps/hibernate/TripReference.java 82 Parameter 'tripSession' is not assigned and could be declared final
82381 src/com/gps/hibernate/TripReference.java 82 publicMethodCommentRequirement Required
82382 src/com/gps/hibernate/TripReference.java 87 publicMethodCommentRequirement Required
82383 src/com/gps/hibernate/TripReference.java 91 Avoid excessively long variable names like tripRecurrentLocations
82384 src/com/gps/hibernate/TripReference.java 91 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
82385 src/com/gps/hibernate/TripReference.java 91 publicMethodCommentRequirement Required
82386 src/com/gps/hibernate/TripReference.java 99 Document empty constructor
82387 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripDetails' is not assigned and could be declared final
82388 src/com/gps/hibernate/TripReference.java 103 Parameter 'tripPointId' is not assigned and could be declared final
82389 src/com/gps/hibernate/TripReference.java 104 Parameter 'latitude' is not assigned and could be declared final
82390 src/com/gps/hibernate/TripReference.java 104 Parameter 'longitude' is not assigned and could be declared final
82391 src/com/gps/hibernate/TripReference.java 104 Parameter 'tripPointName' is not assigned and could be declared final
82392 src/com/gps/hibernate/TripReference.java 105 Avoid excessively long variable names like tripRecurrentLocations
82393 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripPointTime' is not assigned and could be declared final
82394 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
82395 src/com/gps/hibernate/TripReference.java 105 Parameter 'tripSession' is not assigned and could be declared final
82396 src/com/gps/hibernate/TripReferenceDAO.java 12 Comment is too large: Too many lines
82397 src/com/gps/hibernate/TripReferenceDAO.java 25 This class has too many methods, consider refactoring it.
82398 src/com/gps/hibernate/TripReferenceDAO.java 26 Logger should be defined private static final and have the correct class
82399 src/com/gps/hibernate/TripReferenceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
82400 src/com/gps/hibernate/TripReferenceDAO.java 26 fieldCommentRequirement Required
82401 src/com/gps/hibernate/TripReferenceDAO.java 29 fieldCommentRequirement Required
82402 src/com/gps/hibernate/TripReferenceDAO.java 30 fieldCommentRequirement Required
82403 src/com/gps/hibernate/TripReferenceDAO.java 31 fieldCommentRequirement Required
82404 src/com/gps/hibernate/TripReferenceDAO.java 32 fieldCommentRequirement Required
82405 src/com/gps/hibernate/TripReferenceDAO.java 33 fieldCommentRequirement Required
82406 src/com/gps/hibernate/TripReferenceDAO.java 34 fieldCommentRequirement Required
82407 src/com/gps/hibernate/TripReferenceDAO.java 35 Avoid excessively long variable names like TRIP_RECURRENT_LOCATIONS
82408 src/com/gps/hibernate/TripReferenceDAO.java 35 fieldCommentRequirement Required
82409 src/com/gps/hibernate/TripReferenceDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
82410 src/com/gps/hibernate/TripReferenceDAO.java 37 publicMethodCommentRequirement Required
82411 src/com/gps/hibernate/TripReferenceDAO.java 38 There is log block not surrounded by if
82412 src/com/gps/hibernate/TripReferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82413 src/com/gps/hibernate/TripReferenceDAO.java 40 Potential violation of Law of Demeter (method chain calls)
82414 src/com/gps/hibernate/TripReferenceDAO.java 41 There is log block not surrounded by if
82415 src/com/gps/hibernate/TripReferenceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82416 src/com/gps/hibernate/TripReferenceDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82417 src/com/gps/hibernate/TripReferenceDAO.java 43 There is log block not surrounded by if
82418 src/com/gps/hibernate/TripReferenceDAO.java 48 Avoid excessively long variable names like persistentInstance
82419 src/com/gps/hibernate/TripReferenceDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
82420 src/com/gps/hibernate/TripReferenceDAO.java 48 publicMethodCommentRequirement Required
82421 src/com/gps/hibernate/TripReferenceDAO.java 49 There is log block not surrounded by if
82422 src/com/gps/hibernate/TripReferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82423 src/com/gps/hibernate/TripReferenceDAO.java 51 Potential violation of Law of Demeter (method chain calls)
82424 src/com/gps/hibernate/TripReferenceDAO.java 52 There is log block not surrounded by if
82425 src/com/gps/hibernate/TripReferenceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82426 src/com/gps/hibernate/TripReferenceDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82427 src/com/gps/hibernate/TripReferenceDAO.java 54 There is log block not surrounded by if
82428 src/com/gps/hibernate/TripReferenceDAO.java 59 Avoid variables with short names like id
82429 src/com/gps/hibernate/TripReferenceDAO.java 59 Parameter 'id' is not assigned and could be declared final
82430 src/com/gps/hibernate/TripReferenceDAO.java 59 publicMethodCommentRequirement Required
82431 src/com/gps/hibernate/TripReferenceDAO.java 60 There is log block not surrounded by if
82432 src/com/gps/hibernate/TripReferenceDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82433 src/com/gps/hibernate/TripReferenceDAO.java 62 Local variable 'instance' could be declared final
82434 src/com/gps/hibernate/TripReferenceDAO.java 62 Potential violation of Law of Demeter (method chain calls)
82435 src/com/gps/hibernate/TripReferenceDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82436 src/com/gps/hibernate/TripReferenceDAO.java 66 There is log block not surrounded by if
82437 src/com/gps/hibernate/TripReferenceDAO.java 72 Parameter 'instance' is not assigned and could be declared final
82438 src/com/gps/hibernate/TripReferenceDAO.java 72 publicMethodCommentRequirement Required
82439 src/com/gps/hibernate/TripReferenceDAO.java 73 There is log block not surrounded by if
82440 src/com/gps/hibernate/TripReferenceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82441 src/com/gps/hibernate/TripReferenceDAO.java 75 Local variable 'results' could be declared final
82442 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
82443 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
82444 src/com/gps/hibernate/TripReferenceDAO.java 75 Potential violation of Law of Demeter (method chain calls)
82445 src/com/gps/hibernate/TripReferenceDAO.java 78 There is log block not surrounded by if
82446 src/com/gps/hibernate/TripReferenceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82447 src/com/gps/hibernate/TripReferenceDAO.java 79 Potential violation of Law of Demeter (object not created locally)
82448 src/com/gps/hibernate/TripReferenceDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82449 src/com/gps/hibernate/TripReferenceDAO.java 82 There is log block not surrounded by if
82450 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'propertyName' is not assigned and could be declared final
82451 src/com/gps/hibernate/TripReferenceDAO.java 88 Parameter 'value' is not assigned and could be declared final
82452 src/com/gps/hibernate/TripReferenceDAO.java 88 publicMethodCommentRequirement Required
82453 src/com/gps/hibernate/TripReferenceDAO.java 89 There is log block not surrounded by if
82454 src/com/gps/hibernate/TripReferenceDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82455 src/com/gps/hibernate/TripReferenceDAO.java 92 Local variable 'queryString' could be declared final
82456 src/com/gps/hibernate/TripReferenceDAO.java 94 Local variable 'queryObject' could be declared final
82457 src/com/gps/hibernate/TripReferenceDAO.java 94 Potential violation of Law of Demeter (method chain calls)
82458 src/com/gps/hibernate/TripReferenceDAO.java 95 Potential violation of Law of Demeter (object not created locally)
82459 src/com/gps/hibernate/TripReferenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
82460 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
82461 src/com/gps/hibernate/TripReferenceDAO.java 96 There is log block not surrounded by if
82462 src/com/gps/hibernate/TripReferenceDAO.java 97 Potential violation of Law of Demeter (object not created locally)
82463 src/com/gps/hibernate/TripReferenceDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82464 src/com/gps/hibernate/TripReferenceDAO.java 99 There is log block not surrounded by if
82465 src/com/gps/hibernate/TripReferenceDAO.java 105 Parameter 'tripPointName' is not assigned and could be declared final
82466 src/com/gps/hibernate/TripReferenceDAO.java 105 publicMethodCommentRequirement Required
82467 src/com/gps/hibernate/TripReferenceDAO.java 109 Parameter 'latitude' is not assigned and could be declared final
82468 src/com/gps/hibernate/TripReferenceDAO.java 109 publicMethodCommentRequirement Required
82469 src/com/gps/hibernate/TripReferenceDAO.java 113 Parameter 'longitude' is not assigned and could be declared final
82470 src/com/gps/hibernate/TripReferenceDAO.java 113 publicMethodCommentRequirement Required
82471 src/com/gps/hibernate/TripReferenceDAO.java 117 Parameter 'tripPointTime' is not assigned and could be declared final
82472 src/com/gps/hibernate/TripReferenceDAO.java 117 publicMethodCommentRequirement Required
82473 src/com/gps/hibernate/TripReferenceDAO.java 121 Parameter 'tripSession' is not assigned and could be declared final
82474 src/com/gps/hibernate/TripReferenceDAO.java 121 publicMethodCommentRequirement Required
82475 src/com/gps/hibernate/TripReferenceDAO.java 125 Avoid excessively long variable names like tripRecurrentLocations
82476 src/com/gps/hibernate/TripReferenceDAO.java 125 Parameter 'tripRecurrentLocations' is not assigned and could be declared final
82477 src/com/gps/hibernate/TripReferenceDAO.java 125 publicMethodCommentRequirement Required
82478 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'first' is not assigned and could be declared final
82479 src/com/gps/hibernate/TripReferenceDAO.java 129 Parameter 'last' is not assigned and could be declared final
82480 src/com/gps/hibernate/TripReferenceDAO.java 129 publicMethodCommentRequirement Required
82481 src/com/gps/hibernate/TripReferenceDAO.java 131 There is log block not surrounded by if
82482 src/com/gps/hibernate/TripReferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82483 src/com/gps/hibernate/TripReferenceDAO.java 134 Local variable 'queryString' could be declared final
82484 src/com/gps/hibernate/TripReferenceDAO.java 135 Local variable 'queryObject' could be declared final
82485 src/com/gps/hibernate/TripReferenceDAO.java 135 Potential violation of Law of Demeter (method chain calls)
82486 src/com/gps/hibernate/TripReferenceDAO.java 136 Potential violation of Law of Demeter (object not created locally)
82487 src/com/gps/hibernate/TripReferenceDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82488 src/com/gps/hibernate/TripReferenceDAO.java 138 There is log block not surrounded by if
82489 src/com/gps/hibernate/TripReferenceDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
82490 src/com/gps/hibernate/TripReferenceDAO.java 144 publicMethodCommentRequirement Required
82491 src/com/gps/hibernate/TripReferenceDAO.java 145 There is log block not surrounded by if
82492 src/com/gps/hibernate/TripReferenceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82493 src/com/gps/hibernate/TripReferenceDAO.java 147 Local variable 'result' could be declared final
82494 src/com/gps/hibernate/TripReferenceDAO.java 147 Potential violation of Law of Demeter (method chain calls)
82495 src/com/gps/hibernate/TripReferenceDAO.java 149 There is log block not surrounded by if
82496 src/com/gps/hibernate/TripReferenceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82497 src/com/gps/hibernate/TripReferenceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82498 src/com/gps/hibernate/TripReferenceDAO.java 152 There is log block not surrounded by if
82499 src/com/gps/hibernate/TripReferenceDAO.java 157 Parameter 'instance' is not assigned and could be declared final
82500 src/com/gps/hibernate/TripReferenceDAO.java 157 publicMethodCommentRequirement Required
82501 src/com/gps/hibernate/TripReferenceDAO.java 158 There is log block not surrounded by if
82502 src/com/gps/hibernate/TripReferenceDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82503 src/com/gps/hibernate/TripReferenceDAO.java 160 Potential violation of Law of Demeter (method chain calls)
82504 src/com/gps/hibernate/TripReferenceDAO.java 161 There is log block not surrounded by if
82505 src/com/gps/hibernate/TripReferenceDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82506 src/com/gps/hibernate/TripReferenceDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82507 src/com/gps/hibernate/TripReferenceDAO.java 163 There is log block not surrounded by if
82508 src/com/gps/hibernate/TripReferenceDAO.java 168 Parameter 'instance' is not assigned and could be declared final
82509 src/com/gps/hibernate/TripReferenceDAO.java 168 publicMethodCommentRequirement Required
82510 src/com/gps/hibernate/TripReferenceDAO.java 169 There is log block not surrounded by if
82511 src/com/gps/hibernate/TripReferenceDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82512 src/com/gps/hibernate/TripReferenceDAO.java 171 Potential violation of Law of Demeter (method chain calls)
82513 src/com/gps/hibernate/TripReferenceDAO.java 172 There is log block not surrounded by if
82514 src/com/gps/hibernate/TripReferenceDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82515 src/com/gps/hibernate/TripReferenceDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82516 src/com/gps/hibernate/TripReferenceDAO.java 174 There is log block not surrounded by if
82517 src/com/gps/hibernate/TripScraps.java 9 Classes implementing Serializable should set a serialVersionUID
82518 src/com/gps/hibernate/TripScraps.java 13 fieldCommentRequirement Required
82519 src/com/gps/hibernate/TripScraps.java 14 fieldCommentRequirement Required
82520 src/com/gps/hibernate/TripScraps.java 15 fieldCommentRequirement Required
82521 src/com/gps/hibernate/TripScraps.java 16 fieldCommentRequirement Required
82522 src/com/gps/hibernate/TripScraps.java 21 Document empty constructor
82523 src/com/gps/hibernate/TripScraps.java 25 Parameter 'tripDetails' is not assigned and could be declared final
82524 src/com/gps/hibernate/TripScraps.java 25 Parameter 'userid' is not assigned and could be declared final
82525 src/com/gps/hibernate/TripScraps.java 31 Parameter 'messages' is not assigned and could be declared final
82526 src/com/gps/hibernate/TripScraps.java 31 Parameter 'tripDetails' is not assigned and could be declared final
82527 src/com/gps/hibernate/TripScraps.java 31 Parameter 'userid' is not assigned and could be declared final
82528 src/com/gps/hibernate/TripScraps.java 39 publicMethodCommentRequirement Required
82529 src/com/gps/hibernate/TripScraps.java 43 Parameter 'scrapId' is not assigned and could be declared final
82530 src/com/gps/hibernate/TripScraps.java 43 publicMethodCommentRequirement Required
82531 src/com/gps/hibernate/TripScraps.java 47 publicMethodCommentRequirement Required
82532 src/com/gps/hibernate/TripScraps.java 51 Parameter 'tripDetails' is not assigned and could be declared final
82533 src/com/gps/hibernate/TripScraps.java 51 publicMethodCommentRequirement Required
82534 src/com/gps/hibernate/TripScraps.java 55 publicMethodCommentRequirement Required
82535 src/com/gps/hibernate/TripScraps.java 59 Parameter 'userid' is not assigned and could be declared final
82536 src/com/gps/hibernate/TripScraps.java 59 publicMethodCommentRequirement Required
82537 src/com/gps/hibernate/TripScraps.java 63 publicMethodCommentRequirement Required
82538 src/com/gps/hibernate/TripScraps.java 67 Parameter 'messages' is not assigned and could be declared final
82539 src/com/gps/hibernate/TripScraps.java 67 publicMethodCommentRequirement Required
82540 src/com/gps/hibernate/TripScrapsDAO.java 10 Comment is too large: Too many lines
82541 src/com/gps/hibernate/TripScrapsDAO.java 22 This class has too many methods, consider refactoring it.
82542 src/com/gps/hibernate/TripScrapsDAO.java 23 Logger should be defined private static final and have the correct class
82543 src/com/gps/hibernate/TripScrapsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
82544 src/com/gps/hibernate/TripScrapsDAO.java 23 fieldCommentRequirement Required
82545 src/com/gps/hibernate/TripScrapsDAO.java 25 fieldCommentRequirement Required
82546 src/com/gps/hibernate/TripScrapsDAO.java 26 fieldCommentRequirement Required
82547 src/com/gps/hibernate/TripScrapsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
82548 src/com/gps/hibernate/TripScrapsDAO.java 28 publicMethodCommentRequirement Required
82549 src/com/gps/hibernate/TripScrapsDAO.java 29 There is log block not surrounded by if
82550 src/com/gps/hibernate/TripScrapsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82551 src/com/gps/hibernate/TripScrapsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
82552 src/com/gps/hibernate/TripScrapsDAO.java 32 There is log block not surrounded by if
82553 src/com/gps/hibernate/TripScrapsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82554 src/com/gps/hibernate/TripScrapsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82555 src/com/gps/hibernate/TripScrapsDAO.java 34 There is log block not surrounded by if
82556 src/com/gps/hibernate/TripScrapsDAO.java 39 Avoid excessively long variable names like persistentInstance
82557 src/com/gps/hibernate/TripScrapsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
82558 src/com/gps/hibernate/TripScrapsDAO.java 39 publicMethodCommentRequirement Required
82559 src/com/gps/hibernate/TripScrapsDAO.java 40 There is log block not surrounded by if
82560 src/com/gps/hibernate/TripScrapsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82561 src/com/gps/hibernate/TripScrapsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
82562 src/com/gps/hibernate/TripScrapsDAO.java 43 There is log block not surrounded by if
82563 src/com/gps/hibernate/TripScrapsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82564 src/com/gps/hibernate/TripScrapsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82565 src/com/gps/hibernate/TripScrapsDAO.java 45 There is log block not surrounded by if
82566 src/com/gps/hibernate/TripScrapsDAO.java 50 Avoid variables with short names like id
82567 src/com/gps/hibernate/TripScrapsDAO.java 50 Parameter 'id' is not assigned and could be declared final
82568 src/com/gps/hibernate/TripScrapsDAO.java 50 publicMethodCommentRequirement Required
82569 src/com/gps/hibernate/TripScrapsDAO.java 51 There is log block not surrounded by if
82570 src/com/gps/hibernate/TripScrapsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82571 src/com/gps/hibernate/TripScrapsDAO.java 53 Local variable 'instance' could be declared final
82572 src/com/gps/hibernate/TripScrapsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
82573 src/com/gps/hibernate/TripScrapsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82574 src/com/gps/hibernate/TripScrapsDAO.java 57 There is log block not surrounded by if
82575 src/com/gps/hibernate/TripScrapsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
82576 src/com/gps/hibernate/TripScrapsDAO.java 62 publicMethodCommentRequirement Required
82577 src/com/gps/hibernate/TripScrapsDAO.java 63 There is log block not surrounded by if
82578 src/com/gps/hibernate/TripScrapsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82579 src/com/gps/hibernate/TripScrapsDAO.java 65 Local variable 'results' could be declared final
82580 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
82581 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
82582 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
82583 src/com/gps/hibernate/TripScrapsDAO.java 68 There is log block not surrounded by if
82584 src/com/gps/hibernate/TripScrapsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82585 src/com/gps/hibernate/TripScrapsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
82586 src/com/gps/hibernate/TripScrapsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82587 src/com/gps/hibernate/TripScrapsDAO.java 72 There is log block not surrounded by if
82588 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
82589 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'value' is not assigned and could be declared final
82590 src/com/gps/hibernate/TripScrapsDAO.java 77 publicMethodCommentRequirement Required
82591 src/com/gps/hibernate/TripScrapsDAO.java 78 There is log block not surrounded by if
82592 src/com/gps/hibernate/TripScrapsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82593 src/com/gps/hibernate/TripScrapsDAO.java 81 Local variable 'queryString' could be declared final
82594 src/com/gps/hibernate/TripScrapsDAO.java 83 Local variable 'queryObject' could be declared final
82595 src/com/gps/hibernate/TripScrapsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
82596 src/com/gps/hibernate/TripScrapsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
82597 src/com/gps/hibernate/TripScrapsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
82598 src/com/gps/hibernate/TripScrapsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82599 src/com/gps/hibernate/TripScrapsDAO.java 87 There is log block not surrounded by if
82600 src/com/gps/hibernate/TripScrapsDAO.java 92 Parameter 'userid' is not assigned and could be declared final
82601 src/com/gps/hibernate/TripScrapsDAO.java 92 publicMethodCommentRequirement Required
82602 src/com/gps/hibernate/TripScrapsDAO.java 96 Parameter 'messages' is not assigned and could be declared final
82603 src/com/gps/hibernate/TripScrapsDAO.java 96 publicMethodCommentRequirement Required
82604 src/com/gps/hibernate/TripScrapsDAO.java 100 publicMethodCommentRequirement Required
82605 src/com/gps/hibernate/TripScrapsDAO.java 101 There is log block not surrounded by if
82606 src/com/gps/hibernate/TripScrapsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82607 src/com/gps/hibernate/TripScrapsDAO.java 103 Local variable 'queryString' could be declared final
82608 src/com/gps/hibernate/TripScrapsDAO.java 104 Local variable 'queryObject' could be declared final
82609 src/com/gps/hibernate/TripScrapsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
82610 src/com/gps/hibernate/TripScrapsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
82611 src/com/gps/hibernate/TripScrapsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82612 src/com/gps/hibernate/TripScrapsDAO.java 107 There is log block not surrounded by if
82613 src/com/gps/hibernate/TripScrapsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
82614 src/com/gps/hibernate/TripScrapsDAO.java 112 publicMethodCommentRequirement Required
82615 src/com/gps/hibernate/TripScrapsDAO.java 113 There is log block not surrounded by if
82616 src/com/gps/hibernate/TripScrapsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82617 src/com/gps/hibernate/TripScrapsDAO.java 115 Local variable 'result' could be declared final
82618 src/com/gps/hibernate/TripScrapsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
82619 src/com/gps/hibernate/TripScrapsDAO.java 117 There is log block not surrounded by if
82620 src/com/gps/hibernate/TripScrapsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82621 src/com/gps/hibernate/TripScrapsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82622 src/com/gps/hibernate/TripScrapsDAO.java 120 There is log block not surrounded by if
82623 src/com/gps/hibernate/TripScrapsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
82624 src/com/gps/hibernate/TripScrapsDAO.java 125 publicMethodCommentRequirement Required
82625 src/com/gps/hibernate/TripScrapsDAO.java 126 There is log block not surrounded by if
82626 src/com/gps/hibernate/TripScrapsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82627 src/com/gps/hibernate/TripScrapsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
82628 src/com/gps/hibernate/TripScrapsDAO.java 129 There is log block not surrounded by if
82629 src/com/gps/hibernate/TripScrapsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82630 src/com/gps/hibernate/TripScrapsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82631 src/com/gps/hibernate/TripScrapsDAO.java 131 There is log block not surrounded by if
82632 src/com/gps/hibernate/TripScrapsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
82633 src/com/gps/hibernate/TripScrapsDAO.java 136 publicMethodCommentRequirement Required
82634 src/com/gps/hibernate/TripScrapsDAO.java 137 There is log block not surrounded by if
82635 src/com/gps/hibernate/TripScrapsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82636 src/com/gps/hibernate/TripScrapsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
82637 src/com/gps/hibernate/TripScrapsDAO.java 140 There is log block not surrounded by if
82638 src/com/gps/hibernate/TripScrapsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82639 src/com/gps/hibernate/TripScrapsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82640 src/com/gps/hibernate/TripScrapsDAO.java 142 There is log block not surrounded by if
82641 src/com/gps/hibernate/TripTravelerDetails.java 13 Classes implementing Serializable should set a serialVersionUID
82642 src/com/gps/hibernate/TripTravelerDetails.java 13 Too many fields
82643 src/com/gps/hibernate/TripTravelerDetails.java 17 fieldCommentRequirement Required
82644 src/com/gps/hibernate/TripTravelerDetails.java 18 fieldCommentRequirement Required
82645 src/com/gps/hibernate/TripTravelerDetails.java 19 fieldCommentRequirement Required
82646 src/com/gps/hibernate/TripTravelerDetails.java 20 fieldCommentRequirement Required
82647 src/com/gps/hibernate/TripTravelerDetails.java 21 Avoid excessively long variable names like travellerFrequency
82648 src/com/gps/hibernate/TripTravelerDetails.java 21 fieldCommentRequirement Required
82649 src/com/gps/hibernate/TripTravelerDetails.java 22 fieldCommentRequirement Required
82650 src/com/gps/hibernate/TripTravelerDetails.java 23 fieldCommentRequirement Required
82651 src/com/gps/hibernate/TripTravelerDetails.java 24 Avoid excessively long variable names like startTimeFlexibility
82652 src/com/gps/hibernate/TripTravelerDetails.java 24 fieldCommentRequirement Required
82653 src/com/gps/hibernate/TripTravelerDetails.java 25 fieldCommentRequirement Required
82654 src/com/gps/hibernate/TripTravelerDetails.java 26 fieldCommentRequirement Required
82655 src/com/gps/hibernate/TripTravelerDetails.java 27 fieldCommentRequirement Required
82656 src/com/gps/hibernate/TripTravelerDetails.java 28 Avoid excessively long variable names like coPassengerRelationship
82657 src/com/gps/hibernate/TripTravelerDetails.java 28 fieldCommentRequirement Required
82658 src/com/gps/hibernate/TripTravelerDetails.java 29 fieldCommentRequirement Required
82659 src/com/gps/hibernate/TripTravelerDetails.java 30 fieldCommentRequirement Required
82660 src/com/gps/hibernate/TripTravelerDetails.java 31 fieldCommentRequirement Required
82661 src/com/gps/hibernate/TripTravelerDetails.java 32 Avoid excessively long variable names like frequentTravellerDetailses
82662 src/com/gps/hibernate/TripTravelerDetails.java 32 fieldCommentRequirement Required
82663 src/com/gps/hibernate/TripTravelerDetails.java 37 Document empty constructor
82664 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'tripDetails' is not assigned and could be declared final
82665 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'userid' is not assigned and could be declared final
82666 src/com/gps/hibernate/TripTravelerDetails.java 47 Avoid long parameter lists.
82667 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'seatsRequested' is not assigned and could be declared final
82668 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'tripDetails' is not assigned and could be declared final
82669 src/com/gps/hibernate/TripTravelerDetails.java 48 Avoid excessively long variable names like travellerFrequency
82670 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'travellerFrequency' is not assigned and could be declared final
82671 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userStatus' is not assigned and could be declared final
82672 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userid' is not assigned and could be declared final
82673 src/com/gps/hibernate/TripTravelerDetails.java 49 Avoid excessively long variable names like startTimeFlexibility
82674 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'messageSubject' is not assigned and could be declared final
82675 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'startTimeFlexibility' is not assigned and could be declared final
82676 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'date' is not assigned and could be declared final
82677 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'gender' is not assigned and could be declared final
82678 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'message' is not assigned and could be declared final
82679 src/com/gps/hibernate/TripTravelerDetails.java 51 Avoid excessively long variable names like coPassengerRelationship
82680 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'coPassengerRelationship' is not assigned and could be declared final
82681 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'isreturn' is not assigned and could be declared final
82682 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'role' is not assigned and could be declared final
82683 src/com/gps/hibernate/TripTravelerDetails.java 52 Avoid excessively long variable names like frequentTravellerDetailses
82684 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
82685 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'genderCopy' is not assigned and could be declared final
82686 src/com/gps/hibernate/TripTravelerDetails.java 72 publicMethodCommentRequirement Required
82687 src/com/gps/hibernate/TripTravelerDetails.java 76 Parameter 'tripTravellerId' is not assigned and could be declared final
82688 src/com/gps/hibernate/TripTravelerDetails.java 76 publicMethodCommentRequirement Required
82689 src/com/gps/hibernate/TripTravelerDetails.java 80 publicMethodCommentRequirement Required
82690 src/com/gps/hibernate/TripTravelerDetails.java 84 Parameter 'tripDetails' is not assigned and could be declared final
82691 src/com/gps/hibernate/TripTravelerDetails.java 84 publicMethodCommentRequirement Required
82692 src/com/gps/hibernate/TripTravelerDetails.java 88 publicMethodCommentRequirement Required
82693 src/com/gps/hibernate/TripTravelerDetails.java 92 Parameter 'seatsRequested' is not assigned and could be declared final
82694 src/com/gps/hibernate/TripTravelerDetails.java 92 publicMethodCommentRequirement Required
82695 src/com/gps/hibernate/TripTravelerDetails.java 96 publicMethodCommentRequirement Required
82696 src/com/gps/hibernate/TripTravelerDetails.java 100 Parameter 'userid' is not assigned and could be declared final
82697 src/com/gps/hibernate/TripTravelerDetails.java 100 publicMethodCommentRequirement Required
82698 src/com/gps/hibernate/TripTravelerDetails.java 104 publicMethodCommentRequirement Required
82699 src/com/gps/hibernate/TripTravelerDetails.java 108 Avoid excessively long variable names like travellerFrequency
82700 src/com/gps/hibernate/TripTravelerDetails.java 108 Parameter 'travellerFrequency' is not assigned and could be declared final
82701 src/com/gps/hibernate/TripTravelerDetails.java 108 publicMethodCommentRequirement Required
82702 src/com/gps/hibernate/TripTravelerDetails.java 112 publicMethodCommentRequirement Required
82703 src/com/gps/hibernate/TripTravelerDetails.java 116 Parameter 'userStatus' is not assigned and could be declared final
82704 src/com/gps/hibernate/TripTravelerDetails.java 116 publicMethodCommentRequirement Required
82705 src/com/gps/hibernate/TripTravelerDetails.java 120 publicMethodCommentRequirement Required
82706 src/com/gps/hibernate/TripTravelerDetails.java 124 Parameter 'messageSubject' is not assigned and could be declared final
82707 src/com/gps/hibernate/TripTravelerDetails.java 124 publicMethodCommentRequirement Required
82708 src/com/gps/hibernate/TripTravelerDetails.java 128 publicMethodCommentRequirement Required
82709 src/com/gps/hibernate/TripTravelerDetails.java 132 Avoid excessively long variable names like startTimeFlexibility
82710 src/com/gps/hibernate/TripTravelerDetails.java 132 Parameter 'startTimeFlexibility' is not assigned and could be declared final
82711 src/com/gps/hibernate/TripTravelerDetails.java 132 publicMethodCommentRequirement Required
82712 src/com/gps/hibernate/TripTravelerDetails.java 136 publicMethodCommentRequirement Required
82713 src/com/gps/hibernate/TripTravelerDetails.java 140 Parameter 'message' is not assigned and could be declared final
82714 src/com/gps/hibernate/TripTravelerDetails.java 140 publicMethodCommentRequirement Required
82715 src/com/gps/hibernate/TripTravelerDetails.java 144 publicMethodCommentRequirement Required
82716 src/com/gps/hibernate/TripTravelerDetails.java 148 Parameter 'gender' is not assigned and could be declared final
82717 src/com/gps/hibernate/TripTravelerDetails.java 148 publicMethodCommentRequirement Required
82718 src/com/gps/hibernate/TripTravelerDetails.java 152 publicMethodCommentRequirement Required
82719 src/com/gps/hibernate/TripTravelerDetails.java 156 Parameter 'date' is not assigned and could be declared final
82720 src/com/gps/hibernate/TripTravelerDetails.java 156 publicMethodCommentRequirement Required
82721 src/com/gps/hibernate/TripTravelerDetails.java 160 publicMethodCommentRequirement Required
82722 src/com/gps/hibernate/TripTravelerDetails.java 164 Avoid excessively long variable names like coPassengerRelationship
82723 src/com/gps/hibernate/TripTravelerDetails.java 164 Parameter 'coPassengerRelationship' is not assigned and could be declared final
82724 src/com/gps/hibernate/TripTravelerDetails.java 164 publicMethodCommentRequirement Required
82725 src/com/gps/hibernate/TripTravelerDetails.java 168 publicMethodCommentRequirement Required
82726 src/com/gps/hibernate/TripTravelerDetails.java 172 Parameter 'isreturn' is not assigned and could be declared final
82727 src/com/gps/hibernate/TripTravelerDetails.java 172 publicMethodCommentRequirement Required
82728 src/com/gps/hibernate/TripTravelerDetails.java 176 publicMethodCommentRequirement Required
82729 src/com/gps/hibernate/TripTravelerDetails.java 180 Parameter 'role' is not assigned and could be declared final
82730 src/com/gps/hibernate/TripTravelerDetails.java 180 publicMethodCommentRequirement Required
82731 src/com/gps/hibernate/TripTravelerDetails.java 184 publicMethodCommentRequirement Required
82732 src/com/gps/hibernate/TripTravelerDetails.java 188 Parameter 'genderCopy' is not assigned and could be declared final
82733 src/com/gps/hibernate/TripTravelerDetails.java 188 publicMethodCommentRequirement Required
82734 src/com/gps/hibernate/TripTravelerDetails.java 192 publicMethodCommentRequirement Required
82735 src/com/gps/hibernate/TripTravelerDetails.java 196 Avoid excessively long variable names like frequentTravellerDetailses
82736 src/com/gps/hibernate/TripTravelerDetails.java 196 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
82737 src/com/gps/hibernate/TripTravelerDetails.java 196 publicMethodCommentRequirement Required
82738 src/com/gps/hibernate/TripTravelerDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
82739 src/com/gps/hibernate/TripTravelerDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
82740 src/com/gps/hibernate/TripTravelerDetailsDAO.java 12 Comment is too large: Too many lines
82741 src/com/gps/hibernate/TripTravelerDetailsDAO.java 24 This class has too many methods, consider refactoring it.
82742 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Logger should be defined private static final and have the correct class
82743 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
82744 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 fieldCommentRequirement Required
82745 src/com/gps/hibernate/TripTravelerDetailsDAO.java 28 fieldCommentRequirement Required
82746 src/com/gps/hibernate/TripTravelerDetailsDAO.java 29 fieldCommentRequirement Required
82747 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 Avoid excessively long variable names like TRAVELLER_FREQUENCY
82748 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 fieldCommentRequirement Required
82749 src/com/gps/hibernate/TripTravelerDetailsDAO.java 31 fieldCommentRequirement Required
82750 src/com/gps/hibernate/TripTravelerDetailsDAO.java 32 fieldCommentRequirement Required
82751 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 Avoid excessively long variable names like START_TIME_FLEXIBILITY
82752 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 fieldCommentRequirement Required
82753 src/com/gps/hibernate/TripTravelerDetailsDAO.java 34 fieldCommentRequirement Required
82754 src/com/gps/hibernate/TripTravelerDetailsDAO.java 35 fieldCommentRequirement Required
82755 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 Avoid excessively long variable names like CO_PASSENGER_RELATIONSHIP
82756 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 fieldCommentRequirement Required
82757 src/com/gps/hibernate/TripTravelerDetailsDAO.java 37 fieldCommentRequirement Required
82758 src/com/gps/hibernate/TripTravelerDetailsDAO.java 38 fieldCommentRequirement Required
82759 src/com/gps/hibernate/TripTravelerDetailsDAO.java 39 fieldCommentRequirement Required
82760 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
82761 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 publicMethodCommentRequirement Required
82762 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 There is log block not surrounded by if
82763 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82764 src/com/gps/hibernate/TripTravelerDetailsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
82765 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 There is log block not surrounded by if
82766 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82767 src/com/gps/hibernate/TripTravelerDetailsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82768 src/com/gps/hibernate/TripTravelerDetailsDAO.java 47 There is log block not surrounded by if
82769 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Avoid excessively long variable names like persistentInstance
82770 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
82771 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 publicMethodCommentRequirement Required
82772 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 There is log block not surrounded by if
82773 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82774 src/com/gps/hibernate/TripTravelerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
82775 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 There is log block not surrounded by if
82776 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82777 src/com/gps/hibernate/TripTravelerDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82778 src/com/gps/hibernate/TripTravelerDetailsDAO.java 58 There is log block not surrounded by if
82779 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Avoid variables with short names like id
82780 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Parameter 'id' is not assigned and could be declared final
82781 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 publicMethodCommentRequirement Required
82782 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 There is log block not surrounded by if
82783 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82784 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Local variable 'instance' could be declared final
82785 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
82786 src/com/gps/hibernate/TripTravelerDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82787 src/com/gps/hibernate/TripTravelerDetailsDAO.java 70 There is log block not surrounded by if
82788 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 Parameter 'instance' is not assigned and could be declared final
82789 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 publicMethodCommentRequirement Required
82790 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 There is log block not surrounded by if
82791 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82792 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Local variable 'results' could be declared final
82793 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
82794 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
82795 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
82796 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 There is log block not surrounded by if
82797 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82798 src/com/gps/hibernate/TripTravelerDetailsDAO.java 82 Potential violation of Law of Demeter (object not created locally)
82799 src/com/gps/hibernate/TripTravelerDetailsDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82800 src/com/gps/hibernate/TripTravelerDetailsDAO.java 85 There is log block not surrounded by if
82801 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
82802 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'value' is not assigned and could be declared final
82803 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 publicMethodCommentRequirement Required
82804 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 There is log block not surrounded by if
82805 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82806 src/com/gps/hibernate/TripTravelerDetailsDAO.java 94 Local variable 'queryString' could be declared final
82807 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Local variable 'queryObject' could be declared final
82808 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
82809 src/com/gps/hibernate/TripTravelerDetailsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
82810 src/com/gps/hibernate/TripTravelerDetailsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
82811 src/com/gps/hibernate/TripTravelerDetailsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82812 src/com/gps/hibernate/TripTravelerDetailsDAO.java 100 There is log block not surrounded by if
82813 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 Parameter 'seatsRequested' is not assigned and could be declared final
82814 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 publicMethodCommentRequirement Required
82815 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 Parameter 'userid' is not assigned and could be declared final
82816 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 publicMethodCommentRequirement Required
82817 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Avoid excessively long variable names like travellerFrequency
82818 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Parameter 'travellerFrequency' is not assigned and could be declared final
82819 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 publicMethodCommentRequirement Required
82820 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 Parameter 'userStatus' is not assigned and could be declared final
82821 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 publicMethodCommentRequirement Required
82822 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 Parameter 'messageSubject' is not assigned and could be declared final
82823 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 publicMethodCommentRequirement Required
82824 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Avoid excessively long variable names like startTimeFlexibility
82825 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Parameter 'startTimeFlexibility' is not assigned and could be declared final
82826 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 publicMethodCommentRequirement Required
82827 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 Parameter 'message' is not assigned and could be declared final
82828 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 publicMethodCommentRequirement Required
82829 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 Parameter 'gender' is not assigned and could be declared final
82830 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 publicMethodCommentRequirement Required
82831 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Avoid excessively long variable names like coPassengerRelationship
82832 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Parameter 'coPassengerRelationship' is not assigned and could be declared final
82833 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 publicMethodCommentRequirement Required
82834 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 Parameter 'isreturn' is not assigned and could be declared final
82835 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 publicMethodCommentRequirement Required
82836 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
82837 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 publicMethodCommentRequirement Required
82838 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 Parameter 'genderCopy' is not assigned and could be declared final
82839 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 publicMethodCommentRequirement Required
82840 src/com/gps/hibernate/TripTravelerDetailsDAO.java 154 publicMethodCommentRequirement Required
82841 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 There is log block not surrounded by if
82842 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82843 src/com/gps/hibernate/TripTravelerDetailsDAO.java 157 Local variable 'queryString' could be declared final
82844 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Local variable 'queryObject' could be declared final
82845 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Potential violation of Law of Demeter (method chain calls)
82846 src/com/gps/hibernate/TripTravelerDetailsDAO.java 159 Potential violation of Law of Demeter (object not created locally)
82847 src/com/gps/hibernate/TripTravelerDetailsDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82848 src/com/gps/hibernate/TripTravelerDetailsDAO.java 161 There is log block not surrounded by if
82849 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 Parameter 'detachedInstance' is not assigned and could be declared final
82850 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 publicMethodCommentRequirement Required
82851 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 There is log block not surrounded by if
82852 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82853 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Local variable 'result' could be declared final
82854 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Potential violation of Law of Demeter (method chain calls)
82855 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 There is log block not surrounded by if
82856 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82857 src/com/gps/hibernate/TripTravelerDetailsDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82858 src/com/gps/hibernate/TripTravelerDetailsDAO.java 174 There is log block not surrounded by if
82859 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 Parameter 'instance' is not assigned and could be declared final
82860 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 publicMethodCommentRequirement Required
82861 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 There is log block not surrounded by if
82862 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82863 src/com/gps/hibernate/TripTravelerDetailsDAO.java 182 Potential violation of Law of Demeter (method chain calls)
82864 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 There is log block not surrounded by if
82865 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82866 src/com/gps/hibernate/TripTravelerDetailsDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82867 src/com/gps/hibernate/TripTravelerDetailsDAO.java 185 There is log block not surrounded by if
82868 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 Parameter 'instance' is not assigned and could be declared final
82869 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 publicMethodCommentRequirement Required
82870 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 There is log block not surrounded by if
82871 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82872 src/com/gps/hibernate/TripTravelerDetailsDAO.java 193 Potential violation of Law of Demeter (method chain calls)
82873 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 There is log block not surrounded by if
82874 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82875 src/com/gps/hibernate/TripTravelerDetailsDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82876 src/com/gps/hibernate/TripTravelerDetailsDAO.java 196 There is log block not surrounded by if
82877 src/com/gps/hibernate/TripTraversal.java 17 fieldCommentRequirement Required
82878 src/com/gps/hibernate/TripTraversal.java 18 fieldCommentRequirement Required
82879 src/com/gps/hibernate/TripTraversal.java 19 fieldCommentRequirement Required
82880 src/com/gps/hibernate/TripTraversal.java 20 fieldCommentRequirement Required
82881 src/com/gps/hibernate/TripTraversal.java 21 fieldCommentRequirement Required
82882 src/com/gps/hibernate/TripTraversal.java 22 Avoid excessively long variable names like tripPointTraversalTime
82883 src/com/gps/hibernate/TripTraversal.java 22 fieldCommentRequirement Required
82884 src/com/gps/hibernate/TripTraversal.java 28 publicMethodCommentRequirement Required
82885 src/com/gps/hibernate/TripTraversal.java 32 Parameter 'tripTraversalId' is not assigned and could be declared final
82886 src/com/gps/hibernate/TripTraversal.java 32 publicMethodCommentRequirement Required
82887 src/com/gps/hibernate/TripTraversal.java 37 publicMethodCommentRequirement Required
82888 src/com/gps/hibernate/TripTraversal.java 41 Parameter 'tripReference' is not assigned and could be declared final
82889 src/com/gps/hibernate/TripTraversal.java 41 publicMethodCommentRequirement Required
82890 src/com/gps/hibernate/TripTraversal.java 47 publicMethodCommentRequirement Required
82891 src/com/gps/hibernate/TripTraversal.java 51 Parameter 'tripDetails' is not assigned and could be declared final
82892 src/com/gps/hibernate/TripTraversal.java 51 publicMethodCommentRequirement Required
82893 src/com/gps/hibernate/TripTraversal.java 55 publicMethodCommentRequirement Required
82894 src/com/gps/hibernate/TripTraversal.java 59 Parameter 'hasTraversed' is not assigned and could be declared final
82895 src/com/gps/hibernate/TripTraversal.java 59 publicMethodCommentRequirement Required
82896 src/com/gps/hibernate/TripTraversal.java 63 publicMethodCommentRequirement Required
82897 src/com/gps/hibernate/TripTraversal.java 67 Parameter 'isSupportTeamOk' is not assigned and could be declared final
82898 src/com/gps/hibernate/TripTraversal.java 67 publicMethodCommentRequirement Required
82899 src/com/gps/hibernate/TripTraversal.java 73 publicMethodCommentRequirement Required
82900 src/com/gps/hibernate/TripTraversal.java 77 Avoid excessively long variable names like tripPointTraversalTime
82901 src/com/gps/hibernate/TripTraversal.java 77 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
82902 src/com/gps/hibernate/TripTraversal.java 77 publicMethodCommentRequirement Required
82903 src/com/gps/hibernate/TripTraversal.java 84 Document empty constructor
82904 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripDetails' is not assigned and could be declared final
82905 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripReference' is not assigned and could be declared final
82906 src/com/gps/hibernate/TripTraversal.java 88 Parameter 'tripTraversalId' is not assigned and could be declared final
82907 src/com/gps/hibernate/TripTraversal.java 89 Avoid excessively long variable names like tripPointTraversalTime
82908 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'hasTraversed' is not assigned and could be declared final
82909 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'isSupportTeamOK' is not assigned and could be declared final
82910 src/com/gps/hibernate/TripTraversal.java 89 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
82911 src/com/gps/hibernate/TripTraversalDAO.java 12 Comment is too large: Too many lines
82912 src/com/gps/hibernate/TripTraversalDAO.java 25 This class has too many methods, consider refactoring it.
82913 src/com/gps/hibernate/TripTraversalDAO.java 26 Logger should be defined private static final and have the correct class
82914 src/com/gps/hibernate/TripTraversalDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
82915 src/com/gps/hibernate/TripTraversalDAO.java 26 fieldCommentRequirement Required
82916 src/com/gps/hibernate/TripTraversalDAO.java 29 fieldCommentRequirement Required
82917 src/com/gps/hibernate/TripTraversalDAO.java 30 fieldCommentRequirement Required
82918 src/com/gps/hibernate/TripTraversalDAO.java 31 Avoid excessively long variable names like IS_SUPPORT_TEAM_OK
82919 src/com/gps/hibernate/TripTraversalDAO.java 31 fieldCommentRequirement Required
82920 src/com/gps/hibernate/TripTraversalDAO.java 32 Avoid excessively long variable names like TRIP_POINT_TRAVERSAL_TIME
82921 src/com/gps/hibernate/TripTraversalDAO.java 32 fieldCommentRequirement Required
82922 src/com/gps/hibernate/TripTraversalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
82923 src/com/gps/hibernate/TripTraversalDAO.java 35 publicMethodCommentRequirement Required
82924 src/com/gps/hibernate/TripTraversalDAO.java 36 There is log block not surrounded by if
82925 src/com/gps/hibernate/TripTraversalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82926 src/com/gps/hibernate/TripTraversalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
82927 src/com/gps/hibernate/TripTraversalDAO.java 39 There is log block not surrounded by if
82928 src/com/gps/hibernate/TripTraversalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82929 src/com/gps/hibernate/TripTraversalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82930 src/com/gps/hibernate/TripTraversalDAO.java 41 There is log block not surrounded by if
82931 src/com/gps/hibernate/TripTraversalDAO.java 46 Avoid excessively long variable names like persistentInstance
82932 src/com/gps/hibernate/TripTraversalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
82933 src/com/gps/hibernate/TripTraversalDAO.java 46 publicMethodCommentRequirement Required
82934 src/com/gps/hibernate/TripTraversalDAO.java 47 There is log block not surrounded by if
82935 src/com/gps/hibernate/TripTraversalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82936 src/com/gps/hibernate/TripTraversalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
82937 src/com/gps/hibernate/TripTraversalDAO.java 50 There is log block not surrounded by if
82938 src/com/gps/hibernate/TripTraversalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82939 src/com/gps/hibernate/TripTraversalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82940 src/com/gps/hibernate/TripTraversalDAO.java 52 There is log block not surrounded by if
82941 src/com/gps/hibernate/TripTraversalDAO.java 57 Avoid variables with short names like id
82942 src/com/gps/hibernate/TripTraversalDAO.java 57 Parameter 'id' is not assigned and could be declared final
82943 src/com/gps/hibernate/TripTraversalDAO.java 57 publicMethodCommentRequirement Required
82944 src/com/gps/hibernate/TripTraversalDAO.java 58 There is log block not surrounded by if
82945 src/com/gps/hibernate/TripTraversalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82946 src/com/gps/hibernate/TripTraversalDAO.java 60 Local variable 'instance' could be declared final
82947 src/com/gps/hibernate/TripTraversalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
82948 src/com/gps/hibernate/TripTraversalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82949 src/com/gps/hibernate/TripTraversalDAO.java 64 There is log block not surrounded by if
82950 src/com/gps/hibernate/TripTraversalDAO.java 70 Parameter 'instance' is not assigned and could be declared final
82951 src/com/gps/hibernate/TripTraversalDAO.java 70 publicMethodCommentRequirement Required
82952 src/com/gps/hibernate/TripTraversalDAO.java 71 There is log block not surrounded by if
82953 src/com/gps/hibernate/TripTraversalDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82954 src/com/gps/hibernate/TripTraversalDAO.java 73 Local variable 'results' could be declared final
82955 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
82956 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
82957 src/com/gps/hibernate/TripTraversalDAO.java 73 Potential violation of Law of Demeter (method chain calls)
82958 src/com/gps/hibernate/TripTraversalDAO.java 76 There is log block not surrounded by if
82959 src/com/gps/hibernate/TripTraversalDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82960 src/com/gps/hibernate/TripTraversalDAO.java 77 Potential violation of Law of Demeter (object not created locally)
82961 src/com/gps/hibernate/TripTraversalDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82962 src/com/gps/hibernate/TripTraversalDAO.java 80 There is log block not surrounded by if
82963 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
82964 src/com/gps/hibernate/TripTraversalDAO.java 85 Parameter 'value' is not assigned and could be declared final
82965 src/com/gps/hibernate/TripTraversalDAO.java 85 publicMethodCommentRequirement Required
82966 src/com/gps/hibernate/TripTraversalDAO.java 86 There is log block not surrounded by if
82967 src/com/gps/hibernate/TripTraversalDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82968 src/com/gps/hibernate/TripTraversalDAO.java 89 Local variable 'queryString' could be declared final
82969 src/com/gps/hibernate/TripTraversalDAO.java 91 Local variable 'queryObject' could be declared final
82970 src/com/gps/hibernate/TripTraversalDAO.java 91 Potential violation of Law of Demeter (method chain calls)
82971 src/com/gps/hibernate/TripTraversalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
82972 src/com/gps/hibernate/TripTraversalDAO.java 93 Potential violation of Law of Demeter (object not created locally)
82973 src/com/gps/hibernate/TripTraversalDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82974 src/com/gps/hibernate/TripTraversalDAO.java 95 There is log block not surrounded by if
82975 src/com/gps/hibernate/TripTraversalDAO.java 100 Parameter 'hasTraversed' is not assigned and could be declared final
82976 src/com/gps/hibernate/TripTraversalDAO.java 100 publicMethodCommentRequirement Required
82977 src/com/gps/hibernate/TripTraversalDAO.java 104 Parameter 'isSupportTeamOk' is not assigned and could be declared final
82978 src/com/gps/hibernate/TripTraversalDAO.java 104 publicMethodCommentRequirement Required
82979 src/com/gps/hibernate/TripTraversalDAO.java 108 Avoid excessively long variable names like tripPointTraversalTime
82980 src/com/gps/hibernate/TripTraversalDAO.java 108 Parameter 'tripPointTraversalTime' is not assigned and could be declared final
82981 src/com/gps/hibernate/TripTraversalDAO.java 108 publicMethodCommentRequirement Required
82982 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'first' is not assigned and could be declared final
82983 src/com/gps/hibernate/TripTraversalDAO.java 112 Parameter 'last' is not assigned and could be declared final
82984 src/com/gps/hibernate/TripTraversalDAO.java 112 publicMethodCommentRequirement Required
82985 src/com/gps/hibernate/TripTraversalDAO.java 114 There is log block not surrounded by if
82986 src/com/gps/hibernate/TripTraversalDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82987 src/com/gps/hibernate/TripTraversalDAO.java 117 Local variable 'queryString' could be declared final
82988 src/com/gps/hibernate/TripTraversalDAO.java 118 Local variable 'queryObject' could be declared final
82989 src/com/gps/hibernate/TripTraversalDAO.java 118 Potential violation of Law of Demeter (method chain calls)
82990 src/com/gps/hibernate/TripTraversalDAO.java 121 Potential violation of Law of Demeter (object not created locally)
82991 src/com/gps/hibernate/TripTraversalDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
82992 src/com/gps/hibernate/TripTraversalDAO.java 123 There is log block not surrounded by if
82993 src/com/gps/hibernate/TripTraversalDAO.java 129 Parameter 'detachedInstance' is not assigned and could be declared final
82994 src/com/gps/hibernate/TripTraversalDAO.java 129 publicMethodCommentRequirement Required
82995 src/com/gps/hibernate/TripTraversalDAO.java 130 There is log block not surrounded by if
82996 src/com/gps/hibernate/TripTraversalDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
82997 src/com/gps/hibernate/TripTraversalDAO.java 132 Local variable 'result' could be declared final
82998 src/com/gps/hibernate/TripTraversalDAO.java 132 Potential violation of Law of Demeter (method chain calls)
82999 src/com/gps/hibernate/TripTraversalDAO.java 134 There is log block not surrounded by if
83000 src/com/gps/hibernate/TripTraversalDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83001 src/com/gps/hibernate/TripTraversalDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83002 src/com/gps/hibernate/TripTraversalDAO.java 137 There is log block not surrounded by if
83003 src/com/gps/hibernate/TripTraversalDAO.java 142 Parameter 'instance' is not assigned and could be declared final
83004 src/com/gps/hibernate/TripTraversalDAO.java 142 publicMethodCommentRequirement Required
83005 src/com/gps/hibernate/TripTraversalDAO.java 143 There is log block not surrounded by if
83006 src/com/gps/hibernate/TripTraversalDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83007 src/com/gps/hibernate/TripTraversalDAO.java 145 Potential violation of Law of Demeter (method chain calls)
83008 src/com/gps/hibernate/TripTraversalDAO.java 146 There is log block not surrounded by if
83009 src/com/gps/hibernate/TripTraversalDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83010 src/com/gps/hibernate/TripTraversalDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83011 src/com/gps/hibernate/TripTraversalDAO.java 148 There is log block not surrounded by if
83012 src/com/gps/hibernate/TripTraversalDAO.java 153 Parameter 'instance' is not assigned and could be declared final
83013 src/com/gps/hibernate/TripTraversalDAO.java 153 publicMethodCommentRequirement Required
83014 src/com/gps/hibernate/TripTraversalDAO.java 154 There is log block not surrounded by if
83015 src/com/gps/hibernate/TripTraversalDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83016 src/com/gps/hibernate/TripTraversalDAO.java 156 Potential violation of Law of Demeter (method chain calls)
83017 src/com/gps/hibernate/TripTraversalDAO.java 157 There is log block not surrounded by if
83018 src/com/gps/hibernate/TripTraversalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83019 src/com/gps/hibernate/TripTraversalDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83020 src/com/gps/hibernate/TripTraversalDAO.java 159 There is log block not surrounded by if
83021 src/com/gps/hibernate/TripVehicleMap.java 9 Classes implementing Serializable should set a serialVersionUID
83022 src/com/gps/hibernate/TripVehicleMap.java 13 Avoid variables with short names like id
83023 src/com/gps/hibernate/TripVehicleMap.java 13 fieldCommentRequirement Required
83024 src/com/gps/hibernate/TripVehicleMap.java 14 fieldCommentRequirement Required
83025 src/com/gps/hibernate/TripVehicleMap.java 15 fieldCommentRequirement Required
83026 src/com/gps/hibernate/TripVehicleMap.java 20 Document empty constructor
83027 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'tripDetails' is not assigned and could be declared final
83028 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'vehicleDetails' is not assigned and could be declared final
83029 src/com/gps/hibernate/TripVehicleMap.java 31 publicMethodCommentRequirement Required
83030 src/com/gps/hibernate/TripVehicleMap.java 35 Avoid variables with short names like id
83031 src/com/gps/hibernate/TripVehicleMap.java 35 Parameter 'id' is not assigned and could be declared final
83032 src/com/gps/hibernate/TripVehicleMap.java 35 publicMethodCommentRequirement Required
83033 src/com/gps/hibernate/TripVehicleMap.java 39 publicMethodCommentRequirement Required
83034 src/com/gps/hibernate/TripVehicleMap.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
83035 src/com/gps/hibernate/TripVehicleMap.java 43 publicMethodCommentRequirement Required
83036 src/com/gps/hibernate/TripVehicleMap.java 47 publicMethodCommentRequirement Required
83037 src/com/gps/hibernate/TripVehicleMap.java 51 Parameter 'tripDetails' is not assigned and could be declared final
83038 src/com/gps/hibernate/TripVehicleMap.java 51 publicMethodCommentRequirement Required
83039 src/com/gps/hibernate/TripVehicleMapDAO.java 10 Comment is too large: Too many lines
83040 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Logger should be defined private static final and have the correct class
83041 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
83042 src/com/gps/hibernate/TripVehicleMapDAO.java 23 fieldCommentRequirement Required
83043 src/com/gps/hibernate/TripVehicleMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
83044 src/com/gps/hibernate/TripVehicleMapDAO.java 27 publicMethodCommentRequirement Required
83045 src/com/gps/hibernate/TripVehicleMapDAO.java 28 There is log block not surrounded by if
83046 src/com/gps/hibernate/TripVehicleMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83047 src/com/gps/hibernate/TripVehicleMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
83048 src/com/gps/hibernate/TripVehicleMapDAO.java 31 There is log block not surrounded by if
83049 src/com/gps/hibernate/TripVehicleMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83050 src/com/gps/hibernate/TripVehicleMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83051 src/com/gps/hibernate/TripVehicleMapDAO.java 33 There is log block not surrounded by if
83052 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Avoid excessively long variable names like persistentInstance
83053 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
83054 src/com/gps/hibernate/TripVehicleMapDAO.java 38 publicMethodCommentRequirement Required
83055 src/com/gps/hibernate/TripVehicleMapDAO.java 39 There is log block not surrounded by if
83056 src/com/gps/hibernate/TripVehicleMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83057 src/com/gps/hibernate/TripVehicleMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
83058 src/com/gps/hibernate/TripVehicleMapDAO.java 42 There is log block not surrounded by if
83059 src/com/gps/hibernate/TripVehicleMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83060 src/com/gps/hibernate/TripVehicleMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83061 src/com/gps/hibernate/TripVehicleMapDAO.java 44 There is log block not surrounded by if
83062 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Avoid variables with short names like id
83063 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
83064 src/com/gps/hibernate/TripVehicleMapDAO.java 49 publicMethodCommentRequirement Required
83065 src/com/gps/hibernate/TripVehicleMapDAO.java 50 There is log block not surrounded by if
83066 src/com/gps/hibernate/TripVehicleMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83067 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Local variable 'instance' could be declared final
83068 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
83069 src/com/gps/hibernate/TripVehicleMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83070 src/com/gps/hibernate/TripVehicleMapDAO.java 56 There is log block not surrounded by if
83071 src/com/gps/hibernate/TripVehicleMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
83072 src/com/gps/hibernate/TripVehicleMapDAO.java 61 publicMethodCommentRequirement Required
83073 src/com/gps/hibernate/TripVehicleMapDAO.java 62 There is log block not surrounded by if
83074 src/com/gps/hibernate/TripVehicleMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83075 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Local variable 'results' could be declared final
83076 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83077 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83078 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83079 src/com/gps/hibernate/TripVehicleMapDAO.java 67 There is log block not surrounded by if
83080 src/com/gps/hibernate/TripVehicleMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83081 src/com/gps/hibernate/TripVehicleMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
83082 src/com/gps/hibernate/TripVehicleMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83083 src/com/gps/hibernate/TripVehicleMapDAO.java 71 There is log block not surrounded by if
83084 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
83085 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
83086 src/com/gps/hibernate/TripVehicleMapDAO.java 76 publicMethodCommentRequirement Required
83087 src/com/gps/hibernate/TripVehicleMapDAO.java 77 There is log block not surrounded by if
83088 src/com/gps/hibernate/TripVehicleMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83089 src/com/gps/hibernate/TripVehicleMapDAO.java 80 Local variable 'queryString' could be declared final
83090 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Local variable 'queryObject' could be declared final
83091 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
83092 src/com/gps/hibernate/TripVehicleMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
83093 src/com/gps/hibernate/TripVehicleMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
83094 src/com/gps/hibernate/TripVehicleMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83095 src/com/gps/hibernate/TripVehicleMapDAO.java 86 There is log block not surrounded by if
83096 src/com/gps/hibernate/TripVehicleMapDAO.java 91 publicMethodCommentRequirement Required
83097 src/com/gps/hibernate/TripVehicleMapDAO.java 92 There is log block not surrounded by if
83098 src/com/gps/hibernate/TripVehicleMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83099 src/com/gps/hibernate/TripVehicleMapDAO.java 94 Local variable 'queryString' could be declared final
83100 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Local variable 'queryObject' could be declared final
83101 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
83102 src/com/gps/hibernate/TripVehicleMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
83103 src/com/gps/hibernate/TripVehicleMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83104 src/com/gps/hibernate/TripVehicleMapDAO.java 98 There is log block not surrounded by if
83105 src/com/gps/hibernate/TripVehicleMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
83106 src/com/gps/hibernate/TripVehicleMapDAO.java 103 publicMethodCommentRequirement Required
83107 src/com/gps/hibernate/TripVehicleMapDAO.java 104 There is log block not surrounded by if
83108 src/com/gps/hibernate/TripVehicleMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83109 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Local variable 'result' could be declared final
83110 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
83111 src/com/gps/hibernate/TripVehicleMapDAO.java 108 There is log block not surrounded by if
83112 src/com/gps/hibernate/TripVehicleMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83113 src/com/gps/hibernate/TripVehicleMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83114 src/com/gps/hibernate/TripVehicleMapDAO.java 111 There is log block not surrounded by if
83115 src/com/gps/hibernate/TripVehicleMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
83116 src/com/gps/hibernate/TripVehicleMapDAO.java 116 publicMethodCommentRequirement Required
83117 src/com/gps/hibernate/TripVehicleMapDAO.java 117 There is log block not surrounded by if
83118 src/com/gps/hibernate/TripVehicleMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83119 src/com/gps/hibernate/TripVehicleMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
83120 src/com/gps/hibernate/TripVehicleMapDAO.java 120 There is log block not surrounded by if
83121 src/com/gps/hibernate/TripVehicleMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83122 src/com/gps/hibernate/TripVehicleMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83123 src/com/gps/hibernate/TripVehicleMapDAO.java 122 There is log block not surrounded by if
83124 src/com/gps/hibernate/TripVehicleMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
83125 src/com/gps/hibernate/TripVehicleMapDAO.java 127 publicMethodCommentRequirement Required
83126 src/com/gps/hibernate/TripVehicleMapDAO.java 128 There is log block not surrounded by if
83127 src/com/gps/hibernate/TripVehicleMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83128 src/com/gps/hibernate/TripVehicleMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
83129 src/com/gps/hibernate/TripVehicleMapDAO.java 131 There is log block not surrounded by if
83130 src/com/gps/hibernate/TripVehicleMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83131 src/com/gps/hibernate/TripVehicleMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83132 src/com/gps/hibernate/TripVehicleMapDAO.java 133 There is log block not surrounded by if
83133 src/com/gps/hibernate/User.java 1 This class has a bunch of public methods and attributes
83134 src/com/gps/hibernate/User.java 13 A Classname should have a minimum of five characters
83135 src/com/gps/hibernate/User.java 13 Classes implementing Serializable should set a serialVersionUID
83136 src/com/gps/hibernate/User.java 13 Too many fields
83137 src/com/gps/hibernate/User.java 17 fieldCommentRequirement Required
83138 src/com/gps/hibernate/User.java 18 fieldCommentRequirement Required
83139 src/com/gps/hibernate/User.java 19 fieldCommentRequirement Required
83140 src/com/gps/hibernate/User.java 20 fieldCommentRequirement Required
83141 src/com/gps/hibernate/User.java 21 fieldCommentRequirement Required
83142 src/com/gps/hibernate/User.java 22 fieldCommentRequirement Required
83143 src/com/gps/hibernate/User.java 23 fieldCommentRequirement Required
83144 src/com/gps/hibernate/User.java 24 fieldCommentRequirement Required
83145 src/com/gps/hibernate/User.java 25 fieldCommentRequirement Required
83146 src/com/gps/hibernate/User.java 26 fieldCommentRequirement Required
83147 src/com/gps/hibernate/User.java 27 Avoid excessively long variable names like passwordModifiedDate
83148 src/com/gps/hibernate/User.java 27 fieldCommentRequirement Required
83149 src/com/gps/hibernate/User.java 28 Avoid excessively long variable names like reminderQueryQuestion
83150 src/com/gps/hibernate/User.java 28 fieldCommentRequirement Required
83151 src/com/gps/hibernate/User.java 29 Avoid excessively long variable names like reminderQueryAnswer
83152 src/com/gps/hibernate/User.java 29 fieldCommentRequirement Required
83153 src/com/gps/hibernate/User.java 30 fieldCommentRequirement Required
83154 src/com/gps/hibernate/User.java 31 fieldCommentRequirement Required
83155 src/com/gps/hibernate/User.java 32 fieldCommentRequirement Required
83156 src/com/gps/hibernate/User.java 33 fieldCommentRequirement Required
83157 src/com/gps/hibernate/User.java 34 fieldCommentRequirement Required
83158 src/com/gps/hibernate/User.java 35 fieldCommentRequirement Required
83159 src/com/gps/hibernate/User.java 36 fieldCommentRequirement Required
83160 src/com/gps/hibernate/User.java 37 fieldCommentRequirement Required
83161 src/com/gps/hibernate/User.java 38 fieldCommentRequirement Required
83162 src/com/gps/hibernate/User.java 39 fieldCommentRequirement Required
83163 src/com/gps/hibernate/User.java 40 fieldCommentRequirement Required
83164 src/com/gps/hibernate/User.java 41 fieldCommentRequirement Required
83165 src/com/gps/hibernate/User.java 42 fieldCommentRequirement Required
83166 src/com/gps/hibernate/User.java 43 fieldCommentRequirement Required
83167 src/com/gps/hibernate/User.java 44 fieldCommentRequirement Required
83168 src/com/gps/hibernate/User.java 45 fieldCommentRequirement Required
83169 src/com/gps/hibernate/User.java 46 fieldCommentRequirement Required
83170 src/com/gps/hibernate/User.java 47 Avoid excessively long variable names like lastFailedLoginDate
83171 src/com/gps/hibernate/User.java 47 fieldCommentRequirement Required
83172 src/com/gps/hibernate/User.java 48 Avoid excessively long variable names like failedLoginAttempts
83173 src/com/gps/hibernate/User.java 48 fieldCommentRequirement Required
83174 src/com/gps/hibernate/User.java 49 fieldCommentRequirement Required
83175 src/com/gps/hibernate/User.java 50 fieldCommentRequirement Required
83176 src/com/gps/hibernate/User.java 51 Avoid excessively long variable names like agreedToTermsOfUse
83177 src/com/gps/hibernate/User.java 51 fieldCommentRequirement Required
83178 src/com/gps/hibernate/User.java 52 fieldCommentRequirement Required
83179 src/com/gps/hibernate/User.java 53 fieldCommentRequirement Required
83180 src/com/gps/hibernate/User.java 54 fieldCommentRequirement Required
83181 src/com/gps/hibernate/User.java 55 fieldCommentRequirement Required
83182 src/com/gps/hibernate/User.java 56 fieldCommentRequirement Required
83183 src/com/gps/hibernate/User.java 61 Document empty constructor
83184 src/com/gps/hibernate/User.java 65 Parameter 'userId' is not assigned and could be declared final
83185 src/com/gps/hibernate/User.java 70 Avoid long parameter lists.
83186 src/com/gps/hibernate/User.java 70 Parameter 'companyId' is not assigned and could be declared final
83187 src/com/gps/hibernate/User.java 70 Parameter 'createDate' is not assigned and could be declared final
83188 src/com/gps/hibernate/User.java 70 Parameter 'userId' is not assigned and could be declared final
83189 src/com/gps/hibernate/User.java 70 Parameter 'uuid' is not assigned and could be declared final
83190 src/com/gps/hibernate/User.java 71 Parameter 'contactId' is not assigned and could be declared final
83191 src/com/gps/hibernate/User.java 71 Parameter 'defaultUser' is not assigned and could be declared final
83192 src/com/gps/hibernate/User.java 71 Parameter 'modifiedDate' is not assigned and could be declared final
83193 src/com/gps/hibernate/User.java 72 Parameter 'password' is not assigned and could be declared final
83194 src/com/gps/hibernate/User.java 72 Parameter 'passwordEncrypted' is not assigned and could be declared final
83195 src/com/gps/hibernate/User.java 72 Parameter 'passwordReset' is not assigned and could be declared final
83196 src/com/gps/hibernate/User.java 73 Avoid excessively long variable names like passwordModifiedDate
83197 src/com/gps/hibernate/User.java 73 Avoid excessively long variable names like reminderQueryQuestion
83198 src/com/gps/hibernate/User.java 73 Parameter 'passwordModifiedDate' is not assigned and could be declared final
83199 src/com/gps/hibernate/User.java 73 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
83200 src/com/gps/hibernate/User.java 74 Avoid excessively long variable names like reminderQueryAnswer
83201 src/com/gps/hibernate/User.java 74 Parameter 'graceLoginCount' is not assigned and could be declared final
83202 src/com/gps/hibernate/User.java 74 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
83203 src/com/gps/hibernate/User.java 75 Parameter 'emailAddress' is not assigned and could be declared final
83204 src/com/gps/hibernate/User.java 75 Parameter 'openId' is not assigned and could be declared final
83205 src/com/gps/hibernate/User.java 75 Parameter 'screenName' is not assigned and could be declared final
83206 src/com/gps/hibernate/User.java 76 Parameter 'languageId' is not assigned and could be declared final
83207 src/com/gps/hibernate/User.java 76 Parameter 'portraitId' is not assigned and could be declared final
83208 src/com/gps/hibernate/User.java 76 Parameter 'timeZoneId' is not assigned and could be declared final
83209 src/com/gps/hibernate/User.java 77 Parameter 'comments' is not assigned and could be declared final
83210 src/com/gps/hibernate/User.java 77 Parameter 'firstName' is not assigned and could be declared final
83211 src/com/gps/hibernate/User.java 77 Parameter 'greeting' is not assigned and could be declared final
83212 src/com/gps/hibernate/User.java 78 Parameter 'jobTitle' is not assigned and could be declared final
83213 src/com/gps/hibernate/User.java 78 Parameter 'lastName' is not assigned and could be declared final
83214 src/com/gps/hibernate/User.java 78 Parameter 'middleName' is not assigned and could be declared final
83215 src/com/gps/hibernate/User.java 79 Parameter 'lastLoginDate' is not assigned and could be declared final
83216 src/com/gps/hibernate/User.java 79 Parameter 'loginDate' is not assigned and could be declared final
83217 src/com/gps/hibernate/User.java 79 Parameter 'loginIp' is not assigned and could be declared final
83218 src/com/gps/hibernate/User.java 80 Avoid excessively long variable names like lastFailedLoginDate
83219 src/com/gps/hibernate/User.java 80 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
83220 src/com/gps/hibernate/User.java 80 Parameter 'lastLoginIp' is not assigned and could be declared final
83221 src/com/gps/hibernate/User.java 81 Avoid excessively long variable names like failedLoginAttempts
83222 src/com/gps/hibernate/User.java 81 Parameter 'failedLoginAttempts' is not assigned and could be declared final
83223 src/com/gps/hibernate/User.java 81 Parameter 'lockout' is not assigned and could be declared final
83224 src/com/gps/hibernate/User.java 81 Parameter 'lockoutDate' is not assigned and could be declared final
83225 src/com/gps/hibernate/User.java 82 Avoid excessively long variable names like agreedToTermsOfUse
83226 src/com/gps/hibernate/User.java 82 Parameter 'active' is not assigned and could be declared final
83227 src/com/gps/hibernate/User.java 82 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
83228 src/com/gps/hibernate/User.java 82 Parameter 'vehicleDetailses' is not assigned and could be declared final
83229 src/com/gps/hibernate/User.java 83 Parameter 'tripDetailses' is not assigned and could be declared final
83230 src/com/gps/hibernate/User.java 83 Parameter 'usersGeofences' is not assigned and could be declared final
83231 src/com/gps/hibernate/User.java 83 Parameter 'usersTripses' is not assigned and could be declared final
83232 src/com/gps/hibernate/User.java 128 publicMethodCommentRequirement Required
83233 src/com/gps/hibernate/User.java 132 Parameter 'userId' is not assigned and could be declared final
83234 src/com/gps/hibernate/User.java 132 publicMethodCommentRequirement Required
83235 src/com/gps/hibernate/User.java 136 publicMethodCommentRequirement Required
83236 src/com/gps/hibernate/User.java 140 Parameter 'uuid' is not assigned and could be declared final
83237 src/com/gps/hibernate/User.java 140 publicMethodCommentRequirement Required
83238 src/com/gps/hibernate/User.java 144 publicMethodCommentRequirement Required
83239 src/com/gps/hibernate/User.java 148 Parameter 'companyId' is not assigned and could be declared final
83240 src/com/gps/hibernate/User.java 148 publicMethodCommentRequirement Required
83241 src/com/gps/hibernate/User.java 152 publicMethodCommentRequirement Required
83242 src/com/gps/hibernate/User.java 156 Parameter 'createDate' is not assigned and could be declared final
83243 src/com/gps/hibernate/User.java 156 publicMethodCommentRequirement Required
83244 src/com/gps/hibernate/User.java 160 publicMethodCommentRequirement Required
83245 src/com/gps/hibernate/User.java 164 Parameter 'modifiedDate' is not assigned and could be declared final
83246 src/com/gps/hibernate/User.java 164 publicMethodCommentRequirement Required
83247 src/com/gps/hibernate/User.java 168 publicMethodCommentRequirement Required
83248 src/com/gps/hibernate/User.java 172 Parameter 'defaultUser' is not assigned and could be declared final
83249 src/com/gps/hibernate/User.java 172 publicMethodCommentRequirement Required
83250 src/com/gps/hibernate/User.java 176 publicMethodCommentRequirement Required
83251 src/com/gps/hibernate/User.java 180 Parameter 'contactId' is not assigned and could be declared final
83252 src/com/gps/hibernate/User.java 180 publicMethodCommentRequirement Required
83253 src/com/gps/hibernate/User.java 184 publicMethodCommentRequirement Required
83254 src/com/gps/hibernate/User.java 188 Parameter 'password' is not assigned and could be declared final
83255 src/com/gps/hibernate/User.java 188 publicMethodCommentRequirement Required
83256 src/com/gps/hibernate/User.java 192 publicMethodCommentRequirement Required
83257 src/com/gps/hibernate/User.java 196 Parameter 'passwordEncrypted' is not assigned and could be declared final
83258 src/com/gps/hibernate/User.java 196 publicMethodCommentRequirement Required
83259 src/com/gps/hibernate/User.java 200 publicMethodCommentRequirement Required
83260 src/com/gps/hibernate/User.java 204 Parameter 'passwordReset' is not assigned and could be declared final
83261 src/com/gps/hibernate/User.java 204 publicMethodCommentRequirement Required
83262 src/com/gps/hibernate/User.java 208 publicMethodCommentRequirement Required
83263 src/com/gps/hibernate/User.java 212 Avoid excessively long variable names like passwordModifiedDate
83264 src/com/gps/hibernate/User.java 212 Parameter 'passwordModifiedDate' is not assigned and could be declared final
83265 src/com/gps/hibernate/User.java 212 publicMethodCommentRequirement Required
83266 src/com/gps/hibernate/User.java 216 publicMethodCommentRequirement Required
83267 src/com/gps/hibernate/User.java 220 Avoid excessively long variable names like reminderQueryQuestion
83268 src/com/gps/hibernate/User.java 220 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
83269 src/com/gps/hibernate/User.java 220 publicMethodCommentRequirement Required
83270 src/com/gps/hibernate/User.java 224 publicMethodCommentRequirement Required
83271 src/com/gps/hibernate/User.java 228 Avoid excessively long variable names like reminderQueryAnswer
83272 src/com/gps/hibernate/User.java 228 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
83273 src/com/gps/hibernate/User.java 228 publicMethodCommentRequirement Required
83274 src/com/gps/hibernate/User.java 232 publicMethodCommentRequirement Required
83275 src/com/gps/hibernate/User.java 236 Parameter 'graceLoginCount' is not assigned and could be declared final
83276 src/com/gps/hibernate/User.java 236 publicMethodCommentRequirement Required
83277 src/com/gps/hibernate/User.java 240 publicMethodCommentRequirement Required
83278 src/com/gps/hibernate/User.java 244 Parameter 'screenName' is not assigned and could be declared final
83279 src/com/gps/hibernate/User.java 244 publicMethodCommentRequirement Required
83280 src/com/gps/hibernate/User.java 248 publicMethodCommentRequirement Required
83281 src/com/gps/hibernate/User.java 252 Parameter 'emailAddress' is not assigned and could be declared final
83282 src/com/gps/hibernate/User.java 252 publicMethodCommentRequirement Required
83283 src/com/gps/hibernate/User.java 256 publicMethodCommentRequirement Required
83284 src/com/gps/hibernate/User.java 260 Parameter 'openId' is not assigned and could be declared final
83285 src/com/gps/hibernate/User.java 260 publicMethodCommentRequirement Required
83286 src/com/gps/hibernate/User.java 264 publicMethodCommentRequirement Required
83287 src/com/gps/hibernate/User.java 268 Parameter 'portraitId' is not assigned and could be declared final
83288 src/com/gps/hibernate/User.java 268 publicMethodCommentRequirement Required
83289 src/com/gps/hibernate/User.java 272 publicMethodCommentRequirement Required
83290 src/com/gps/hibernate/User.java 276 Parameter 'languageId' is not assigned and could be declared final
83291 src/com/gps/hibernate/User.java 276 publicMethodCommentRequirement Required
83292 src/com/gps/hibernate/User.java 280 publicMethodCommentRequirement Required
83293 src/com/gps/hibernate/User.java 284 Parameter 'timeZoneId' is not assigned and could be declared final
83294 src/com/gps/hibernate/User.java 284 publicMethodCommentRequirement Required
83295 src/com/gps/hibernate/User.java 288 publicMethodCommentRequirement Required
83296 src/com/gps/hibernate/User.java 292 Parameter 'greeting' is not assigned and could be declared final
83297 src/com/gps/hibernate/User.java 292 publicMethodCommentRequirement Required
83298 src/com/gps/hibernate/User.java 296 publicMethodCommentRequirement Required
83299 src/com/gps/hibernate/User.java 300 Parameter 'comments' is not assigned and could be declared final
83300 src/com/gps/hibernate/User.java 300 publicMethodCommentRequirement Required
83301 src/com/gps/hibernate/User.java 304 publicMethodCommentRequirement Required
83302 src/com/gps/hibernate/User.java 308 Parameter 'firstName' is not assigned and could be declared final
83303 src/com/gps/hibernate/User.java 308 publicMethodCommentRequirement Required
83304 src/com/gps/hibernate/User.java 312 publicMethodCommentRequirement Required
83305 src/com/gps/hibernate/User.java 316 Parameter 'middleName' is not assigned and could be declared final
83306 src/com/gps/hibernate/User.java 316 publicMethodCommentRequirement Required
83307 src/com/gps/hibernate/User.java 320 publicMethodCommentRequirement Required
83308 src/com/gps/hibernate/User.java 324 Parameter 'lastName' is not assigned and could be declared final
83309 src/com/gps/hibernate/User.java 324 publicMethodCommentRequirement Required
83310 src/com/gps/hibernate/User.java 328 publicMethodCommentRequirement Required
83311 src/com/gps/hibernate/User.java 332 Parameter 'jobTitle' is not assigned and could be declared final
83312 src/com/gps/hibernate/User.java 332 publicMethodCommentRequirement Required
83313 src/com/gps/hibernate/User.java 336 publicMethodCommentRequirement Required
83314 src/com/gps/hibernate/User.java 340 Parameter 'loginDate' is not assigned and could be declared final
83315 src/com/gps/hibernate/User.java 340 publicMethodCommentRequirement Required
83316 src/com/gps/hibernate/User.java 344 publicMethodCommentRequirement Required
83317 src/com/gps/hibernate/User.java 348 Parameter 'loginIp' is not assigned and could be declared final
83318 src/com/gps/hibernate/User.java 348 publicMethodCommentRequirement Required
83319 src/com/gps/hibernate/User.java 352 publicMethodCommentRequirement Required
83320 src/com/gps/hibernate/User.java 356 Parameter 'lastLoginDate' is not assigned and could be declared final
83321 src/com/gps/hibernate/User.java 356 publicMethodCommentRequirement Required
83322 src/com/gps/hibernate/User.java 360 publicMethodCommentRequirement Required
83323 src/com/gps/hibernate/User.java 364 Parameter 'lastLoginIp' is not assigned and could be declared final
83324 src/com/gps/hibernate/User.java 364 publicMethodCommentRequirement Required
83325 src/com/gps/hibernate/User.java 368 publicMethodCommentRequirement Required
83326 src/com/gps/hibernate/User.java 372 Avoid excessively long variable names like lastFailedLoginDate
83327 src/com/gps/hibernate/User.java 372 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
83328 src/com/gps/hibernate/User.java 372 publicMethodCommentRequirement Required
83329 src/com/gps/hibernate/User.java 376 publicMethodCommentRequirement Required
83330 src/com/gps/hibernate/User.java 380 Avoid excessively long variable names like failedLoginAttempts
83331 src/com/gps/hibernate/User.java 380 Parameter 'failedLoginAttempts' is not assigned and could be declared final
83332 src/com/gps/hibernate/User.java 380 publicMethodCommentRequirement Required
83333 src/com/gps/hibernate/User.java 384 publicMethodCommentRequirement Required
83334 src/com/gps/hibernate/User.java 388 Parameter 'lockout' is not assigned and could be declared final
83335 src/com/gps/hibernate/User.java 388 publicMethodCommentRequirement Required
83336 src/com/gps/hibernate/User.java 392 publicMethodCommentRequirement Required
83337 src/com/gps/hibernate/User.java 396 Parameter 'lockoutDate' is not assigned and could be declared final
83338 src/com/gps/hibernate/User.java 396 publicMethodCommentRequirement Required
83339 src/com/gps/hibernate/User.java 400 publicMethodCommentRequirement Required
83340 src/com/gps/hibernate/User.java 404 Avoid excessively long variable names like agreedToTermsOfUse
83341 src/com/gps/hibernate/User.java 404 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
83342 src/com/gps/hibernate/User.java 404 publicMethodCommentRequirement Required
83343 src/com/gps/hibernate/User.java 408 publicMethodCommentRequirement Required
83344 src/com/gps/hibernate/User.java 412 Parameter 'active' is not assigned and could be declared final
83345 src/com/gps/hibernate/User.java 412 publicMethodCommentRequirement Required
83346 src/com/gps/hibernate/User.java 416 publicMethodCommentRequirement Required
83347 src/com/gps/hibernate/User.java 420 Parameter 'vehicleDetailses' is not assigned and could be declared final
83348 src/com/gps/hibernate/User.java 420 publicMethodCommentRequirement Required
83349 src/com/gps/hibernate/User.java 424 publicMethodCommentRequirement Required
83350 src/com/gps/hibernate/User.java 428 Parameter 'usersGeofences' is not assigned and could be declared final
83351 src/com/gps/hibernate/User.java 428 publicMethodCommentRequirement Required
83352 src/com/gps/hibernate/User.java 432 publicMethodCommentRequirement Required
83353 src/com/gps/hibernate/User.java 436 Parameter 'tripDetailses' is not assigned and could be declared final
83354 src/com/gps/hibernate/User.java 436 publicMethodCommentRequirement Required
83355 src/com/gps/hibernate/User.java 440 publicMethodCommentRequirement Required
83356 src/com/gps/hibernate/User.java 444 Parameter 'usersTripses' is not assigned and could be declared final
83357 src/com/gps/hibernate/User.java 444 publicMethodCommentRequirement Required
83358 src/com/gps/hibernate/UserDAO.java 3 Avoid unused imports such as 'java.util.Date'
83359 src/com/gps/hibernate/UserDAO.java 5 Avoid unused imports such as 'java.util.Set'
83360 src/com/gps/hibernate/UserDAO.java 12 Comment is too large: Too many lines
83361 src/com/gps/hibernate/UserDAO.java 24 This class has too many methods, consider refactoring it.
83362 src/com/gps/hibernate/UserDAO.java 25 Logger should be defined private static final and have the correct class
83363 src/com/gps/hibernate/UserDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
83364 src/com/gps/hibernate/UserDAO.java 25 fieldCommentRequirement Required
83365 src/com/gps/hibernate/UserDAO.java 27 fieldCommentRequirement Required
83366 src/com/gps/hibernate/UserDAO.java 28 fieldCommentRequirement Required
83367 src/com/gps/hibernate/UserDAO.java 29 fieldCommentRequirement Required
83368 src/com/gps/hibernate/UserDAO.java 30 fieldCommentRequirement Required
83369 src/com/gps/hibernate/UserDAO.java 31 fieldCommentRequirement Required
83370 src/com/gps/hibernate/UserDAO.java 32 Avoid excessively long variable names like PASSWORD_ENCRYPTED
83371 src/com/gps/hibernate/UserDAO.java 32 fieldCommentRequirement Required
83372 src/com/gps/hibernate/UserDAO.java 33 fieldCommentRequirement Required
83373 src/com/gps/hibernate/UserDAO.java 34 Avoid excessively long variable names like REMINDER_QUERY_QUESTION
83374 src/com/gps/hibernate/UserDAO.java 34 fieldCommentRequirement Required
83375 src/com/gps/hibernate/UserDAO.java 35 Avoid excessively long variable names like REMINDER_QUERY_ANSWER
83376 src/com/gps/hibernate/UserDAO.java 35 fieldCommentRequirement Required
83377 src/com/gps/hibernate/UserDAO.java 36 fieldCommentRequirement Required
83378 src/com/gps/hibernate/UserDAO.java 37 fieldCommentRequirement Required
83379 src/com/gps/hibernate/UserDAO.java 38 fieldCommentRequirement Required
83380 src/com/gps/hibernate/UserDAO.java 39 fieldCommentRequirement Required
83381 src/com/gps/hibernate/UserDAO.java 40 fieldCommentRequirement Required
83382 src/com/gps/hibernate/UserDAO.java 41 fieldCommentRequirement Required
83383 src/com/gps/hibernate/UserDAO.java 42 fieldCommentRequirement Required
83384 src/com/gps/hibernate/UserDAO.java 43 fieldCommentRequirement Required
83385 src/com/gps/hibernate/UserDAO.java 44 fieldCommentRequirement Required
83386 src/com/gps/hibernate/UserDAO.java 45 fieldCommentRequirement Required
83387 src/com/gps/hibernate/UserDAO.java 46 fieldCommentRequirement Required
83388 src/com/gps/hibernate/UserDAO.java 47 fieldCommentRequirement Required
83389 src/com/gps/hibernate/UserDAO.java 48 fieldCommentRequirement Required
83390 src/com/gps/hibernate/UserDAO.java 49 fieldCommentRequirement Required
83391 src/com/gps/hibernate/UserDAO.java 50 fieldCommentRequirement Required
83392 src/com/gps/hibernate/UserDAO.java 51 Avoid excessively long variable names like FAILED_LOGIN_ATTEMPTS
83393 src/com/gps/hibernate/UserDAO.java 51 fieldCommentRequirement Required
83394 src/com/gps/hibernate/UserDAO.java 52 fieldCommentRequirement Required
83395 src/com/gps/hibernate/UserDAO.java 53 Avoid excessively long variable names like AGREED_TO_TERMS_OF_USE
83396 src/com/gps/hibernate/UserDAO.java 53 fieldCommentRequirement Required
83397 src/com/gps/hibernate/UserDAO.java 54 fieldCommentRequirement Required
83398 src/com/gps/hibernate/UserDAO.java 56 Parameter 'transientInstance' is not assigned and could be declared final
83399 src/com/gps/hibernate/UserDAO.java 56 publicMethodCommentRequirement Required
83400 src/com/gps/hibernate/UserDAO.java 57 There is log block not surrounded by if
83401 src/com/gps/hibernate/UserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83402 src/com/gps/hibernate/UserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
83403 src/com/gps/hibernate/UserDAO.java 60 There is log block not surrounded by if
83404 src/com/gps/hibernate/UserDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83405 src/com/gps/hibernate/UserDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83406 src/com/gps/hibernate/UserDAO.java 62 There is log block not surrounded by if
83407 src/com/gps/hibernate/UserDAO.java 67 Avoid excessively long variable names like persistentInstance
83408 src/com/gps/hibernate/UserDAO.java 67 Parameter 'persistentInstance' is not assigned and could be declared final
83409 src/com/gps/hibernate/UserDAO.java 67 publicMethodCommentRequirement Required
83410 src/com/gps/hibernate/UserDAO.java 68 There is log block not surrounded by if
83411 src/com/gps/hibernate/UserDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83412 src/com/gps/hibernate/UserDAO.java 70 Potential violation of Law of Demeter (method chain calls)
83413 src/com/gps/hibernate/UserDAO.java 71 There is log block not surrounded by if
83414 src/com/gps/hibernate/UserDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83415 src/com/gps/hibernate/UserDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83416 src/com/gps/hibernate/UserDAO.java 73 There is log block not surrounded by if
83417 src/com/gps/hibernate/UserDAO.java 78 Avoid variables with short names like id
83418 src/com/gps/hibernate/UserDAO.java 78 Parameter 'id' is not assigned and could be declared final
83419 src/com/gps/hibernate/UserDAO.java 78 publicMethodCommentRequirement Required
83420 src/com/gps/hibernate/UserDAO.java 79 There is log block not surrounded by if
83421 src/com/gps/hibernate/UserDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83422 src/com/gps/hibernate/UserDAO.java 81 Local variable 'instance' could be declared final
83423 src/com/gps/hibernate/UserDAO.java 81 Potential violation of Law of Demeter (method chain calls)
83424 src/com/gps/hibernate/UserDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83425 src/com/gps/hibernate/UserDAO.java 85 There is log block not surrounded by if
83426 src/com/gps/hibernate/UserDAO.java 90 Parameter 'instance' is not assigned and could be declared final
83427 src/com/gps/hibernate/UserDAO.java 90 publicMethodCommentRequirement Required
83428 src/com/gps/hibernate/UserDAO.java 91 There is log block not surrounded by if
83429 src/com/gps/hibernate/UserDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83430 src/com/gps/hibernate/UserDAO.java 93 Local variable 'results' could be declared final
83431 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
83432 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
83433 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
83434 src/com/gps/hibernate/UserDAO.java 96 There is log block not surrounded by if
83435 src/com/gps/hibernate/UserDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83436 src/com/gps/hibernate/UserDAO.java 97 Potential violation of Law of Demeter (object not created locally)
83437 src/com/gps/hibernate/UserDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83438 src/com/gps/hibernate/UserDAO.java 100 There is log block not surrounded by if
83439 src/com/gps/hibernate/UserDAO.java 105 Parameter 'propertyName' is not assigned and could be declared final
83440 src/com/gps/hibernate/UserDAO.java 105 Parameter 'value' is not assigned and could be declared final
83441 src/com/gps/hibernate/UserDAO.java 105 publicMethodCommentRequirement Required
83442 src/com/gps/hibernate/UserDAO.java 106 There is log block not surrounded by if
83443 src/com/gps/hibernate/UserDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83444 src/com/gps/hibernate/UserDAO.java 109 Local variable 'queryString' could be declared final
83445 src/com/gps/hibernate/UserDAO.java 111 Local variable 'queryObject' could be declared final
83446 src/com/gps/hibernate/UserDAO.java 111 Potential violation of Law of Demeter (method chain calls)
83447 src/com/gps/hibernate/UserDAO.java 112 Potential violation of Law of Demeter (object not created locally)
83448 src/com/gps/hibernate/UserDAO.java 113 Potential violation of Law of Demeter (object not created locally)
83449 src/com/gps/hibernate/UserDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83450 src/com/gps/hibernate/UserDAO.java 115 There is log block not surrounded by if
83451 src/com/gps/hibernate/UserDAO.java 120 Parameter 'uuid' is not assigned and could be declared final
83452 src/com/gps/hibernate/UserDAO.java 120 publicMethodCommentRequirement Required
83453 src/com/gps/hibernate/UserDAO.java 124 Parameter 'companyId' is not assigned and could be declared final
83454 src/com/gps/hibernate/UserDAO.java 124 publicMethodCommentRequirement Required
83455 src/com/gps/hibernate/UserDAO.java 128 Parameter 'defaultUser' is not assigned and could be declared final
83456 src/com/gps/hibernate/UserDAO.java 128 publicMethodCommentRequirement Required
83457 src/com/gps/hibernate/UserDAO.java 132 Parameter 'contactId' is not assigned and could be declared final
83458 src/com/gps/hibernate/UserDAO.java 132 publicMethodCommentRequirement Required
83459 src/com/gps/hibernate/UserDAO.java 136 Parameter 'password' is not assigned and could be declared final
83460 src/com/gps/hibernate/UserDAO.java 136 publicMethodCommentRequirement Required
83461 src/com/gps/hibernate/UserDAO.java 140 Parameter 'passwordEncrypted' is not assigned and could be declared final
83462 src/com/gps/hibernate/UserDAO.java 140 publicMethodCommentRequirement Required
83463 src/com/gps/hibernate/UserDAO.java 144 Parameter 'passwordReset' is not assigned and could be declared final
83464 src/com/gps/hibernate/UserDAO.java 144 publicMethodCommentRequirement Required
83465 src/com/gps/hibernate/UserDAO.java 148 Avoid excessively long variable names like reminderQueryQuestion
83466 src/com/gps/hibernate/UserDAO.java 148 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
83467 src/com/gps/hibernate/UserDAO.java 148 publicMethodCommentRequirement Required
83468 src/com/gps/hibernate/UserDAO.java 152 Avoid excessively long variable names like reminderQueryAnswer
83469 src/com/gps/hibernate/UserDAO.java 152 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
83470 src/com/gps/hibernate/UserDAO.java 152 publicMethodCommentRequirement Required
83471 src/com/gps/hibernate/UserDAO.java 156 Parameter 'graceLoginCount' is not assigned and could be declared final
83472 src/com/gps/hibernate/UserDAO.java 156 publicMethodCommentRequirement Required
83473 src/com/gps/hibernate/UserDAO.java 160 Parameter 'screenName' is not assigned and could be declared final
83474 src/com/gps/hibernate/UserDAO.java 160 publicMethodCommentRequirement Required
83475 src/com/gps/hibernate/UserDAO.java 164 Parameter 'emailAddress' is not assigned and could be declared final
83476 src/com/gps/hibernate/UserDAO.java 164 publicMethodCommentRequirement Required
83477 src/com/gps/hibernate/UserDAO.java 168 Parameter 'openId' is not assigned and could be declared final
83478 src/com/gps/hibernate/UserDAO.java 168 publicMethodCommentRequirement Required
83479 src/com/gps/hibernate/UserDAO.java 172 Parameter 'portraitId' is not assigned and could be declared final
83480 src/com/gps/hibernate/UserDAO.java 172 publicMethodCommentRequirement Required
83481 src/com/gps/hibernate/UserDAO.java 176 Parameter 'languageId' is not assigned and could be declared final
83482 src/com/gps/hibernate/UserDAO.java 176 publicMethodCommentRequirement Required
83483 src/com/gps/hibernate/UserDAO.java 180 Parameter 'timeZoneId' is not assigned and could be declared final
83484 src/com/gps/hibernate/UserDAO.java 180 publicMethodCommentRequirement Required
83485 src/com/gps/hibernate/UserDAO.java 184 Parameter 'greeting' is not assigned and could be declared final
83486 src/com/gps/hibernate/UserDAO.java 184 publicMethodCommentRequirement Required
83487 src/com/gps/hibernate/UserDAO.java 188 Parameter 'comments' is not assigned and could be declared final
83488 src/com/gps/hibernate/UserDAO.java 188 publicMethodCommentRequirement Required
83489 src/com/gps/hibernate/UserDAO.java 192 Parameter 'firstName' is not assigned and could be declared final
83490 src/com/gps/hibernate/UserDAO.java 192 publicMethodCommentRequirement Required
83491 src/com/gps/hibernate/UserDAO.java 196 Parameter 'middleName' is not assigned and could be declared final
83492 src/com/gps/hibernate/UserDAO.java 196 publicMethodCommentRequirement Required
83493 src/com/gps/hibernate/UserDAO.java 200 Parameter 'lastName' is not assigned and could be declared final
83494 src/com/gps/hibernate/UserDAO.java 200 publicMethodCommentRequirement Required
83495 src/com/gps/hibernate/UserDAO.java 204 Parameter 'jobTitle' is not assigned and could be declared final
83496 src/com/gps/hibernate/UserDAO.java 204 publicMethodCommentRequirement Required
83497 src/com/gps/hibernate/UserDAO.java 208 Parameter 'loginIp' is not assigned and could be declared final
83498 src/com/gps/hibernate/UserDAO.java 208 publicMethodCommentRequirement Required
83499 src/com/gps/hibernate/UserDAO.java 212 Parameter 'lastLoginIp' is not assigned and could be declared final
83500 src/com/gps/hibernate/UserDAO.java 212 publicMethodCommentRequirement Required
83501 src/com/gps/hibernate/UserDAO.java 216 Avoid excessively long variable names like failedLoginAttempts
83502 src/com/gps/hibernate/UserDAO.java 216 Parameter 'failedLoginAttempts' is not assigned and could be declared final
83503 src/com/gps/hibernate/UserDAO.java 216 publicMethodCommentRequirement Required
83504 src/com/gps/hibernate/UserDAO.java 220 Parameter 'lockout' is not assigned and could be declared final
83505 src/com/gps/hibernate/UserDAO.java 220 publicMethodCommentRequirement Required
83506 src/com/gps/hibernate/UserDAO.java 224 Avoid excessively long variable names like agreedToTermsOfUse
83507 src/com/gps/hibernate/UserDAO.java 224 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
83508 src/com/gps/hibernate/UserDAO.java 224 publicMethodCommentRequirement Required
83509 src/com/gps/hibernate/UserDAO.java 228 Parameter 'active' is not assigned and could be declared final
83510 src/com/gps/hibernate/UserDAO.java 228 publicMethodCommentRequirement Required
83511 src/com/gps/hibernate/UserDAO.java 232 publicMethodCommentRequirement Required
83512 src/com/gps/hibernate/UserDAO.java 233 There is log block not surrounded by if
83513 src/com/gps/hibernate/UserDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83514 src/com/gps/hibernate/UserDAO.java 235 Local variable 'queryString' could be declared final
83515 src/com/gps/hibernate/UserDAO.java 236 Local variable 'queryObject' could be declared final
83516 src/com/gps/hibernate/UserDAO.java 236 Potential violation of Law of Demeter (method chain calls)
83517 src/com/gps/hibernate/UserDAO.java 237 Potential violation of Law of Demeter (object not created locally)
83518 src/com/gps/hibernate/UserDAO.java 238 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83519 src/com/gps/hibernate/UserDAO.java 239 There is log block not surrounded by if
83520 src/com/gps/hibernate/UserDAO.java 244 Parameter 'detachedInstance' is not assigned and could be declared final
83521 src/com/gps/hibernate/UserDAO.java 244 publicMethodCommentRequirement Required
83522 src/com/gps/hibernate/UserDAO.java 245 There is log block not surrounded by if
83523 src/com/gps/hibernate/UserDAO.java 245 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83524 src/com/gps/hibernate/UserDAO.java 247 Local variable 'result' could be declared final
83525 src/com/gps/hibernate/UserDAO.java 247 Potential violation of Law of Demeter (method chain calls)
83526 src/com/gps/hibernate/UserDAO.java 248 There is log block not surrounded by if
83527 src/com/gps/hibernate/UserDAO.java 248 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83528 src/com/gps/hibernate/UserDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83529 src/com/gps/hibernate/UserDAO.java 251 There is log block not surrounded by if
83530 src/com/gps/hibernate/UserDAO.java 256 Parameter 'instance' is not assigned and could be declared final
83531 src/com/gps/hibernate/UserDAO.java 256 publicMethodCommentRequirement Required
83532 src/com/gps/hibernate/UserDAO.java 257 There is log block not surrounded by if
83533 src/com/gps/hibernate/UserDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83534 src/com/gps/hibernate/UserDAO.java 259 Potential violation of Law of Demeter (method chain calls)
83535 src/com/gps/hibernate/UserDAO.java 260 There is log block not surrounded by if
83536 src/com/gps/hibernate/UserDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83537 src/com/gps/hibernate/UserDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83538 src/com/gps/hibernate/UserDAO.java 262 There is log block not surrounded by if
83539 src/com/gps/hibernate/UserDAO.java 267 Parameter 'instance' is not assigned and could be declared final
83540 src/com/gps/hibernate/UserDAO.java 267 publicMethodCommentRequirement Required
83541 src/com/gps/hibernate/UserDAO.java 268 There is log block not surrounded by if
83542 src/com/gps/hibernate/UserDAO.java 268 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83543 src/com/gps/hibernate/UserDAO.java 270 Potential violation of Law of Demeter (method chain calls)
83544 src/com/gps/hibernate/UserDAO.java 271 There is log block not surrounded by if
83545 src/com/gps/hibernate/UserDAO.java 271 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83546 src/com/gps/hibernate/UserDAO.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83547 src/com/gps/hibernate/UserDAO.java 273 There is log block not surrounded by if
83548 src/com/gps/hibernate/UserDetails.java 1 This class has a bunch of public methods and attributes
83549 src/com/gps/hibernate/UserDetails.java 13 Classes implementing Serializable should set a serialVersionUID
83550 src/com/gps/hibernate/UserDetails.java 13 Too many fields
83551 src/com/gps/hibernate/UserDetails.java 17 fieldCommentRequirement Required
83552 src/com/gps/hibernate/UserDetails.java 18 fieldCommentRequirement Required
83553 src/com/gps/hibernate/UserDetails.java 19 fieldCommentRequirement Required
83554 src/com/gps/hibernate/UserDetails.java 20 fieldCommentRequirement Required
83555 src/com/gps/hibernate/UserDetails.java 21 fieldCommentRequirement Required
83556 src/com/gps/hibernate/UserDetails.java 22 fieldCommentRequirement Required
83557 src/com/gps/hibernate/UserDetails.java 23 fieldCommentRequirement Required
83558 src/com/gps/hibernate/UserDetails.java 24 fieldCommentRequirement Required
83559 src/com/gps/hibernate/UserDetails.java 25 fieldCommentRequirement Required
83560 src/com/gps/hibernate/UserDetails.java 26 fieldCommentRequirement Required
83561 src/com/gps/hibernate/UserDetails.java 27 fieldCommentRequirement Required
83562 src/com/gps/hibernate/UserDetails.java 28 fieldCommentRequirement Required
83563 src/com/gps/hibernate/UserDetails.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
83564 src/com/gps/hibernate/UserDetails.java 29 fieldCommentRequirement Required
83565 src/com/gps/hibernate/UserDetails.java 30 fieldCommentRequirement Required
83566 src/com/gps/hibernate/UserDetails.java 31 fieldCommentRequirement Required
83567 src/com/gps/hibernate/UserDetails.java 32 fieldCommentRequirement Required
83568 src/com/gps/hibernate/UserDetails.java 33 fieldCommentRequirement Required
83569 src/com/gps/hibernate/UserDetails.java 34 fieldCommentRequirement Required
83570 src/com/gps/hibernate/UserDetails.java 35 fieldCommentRequirement Required
83571 src/com/gps/hibernate/UserDetails.java 36 fieldCommentRequirement Required
83572 src/com/gps/hibernate/UserDetails.java 37 fieldCommentRequirement Required
83573 src/com/gps/hibernate/UserDetails.java 38 fieldCommentRequirement Required
83574 src/com/gps/hibernate/UserDetails.java 39 fieldCommentRequirement Required
83575 src/com/gps/hibernate/UserDetails.java 40 fieldCommentRequirement Required
83576 src/com/gps/hibernate/UserDetails.java 41 fieldCommentRequirement Required
83577 src/com/gps/hibernate/UserDetails.java 42 fieldCommentRequirement Required
83578 src/com/gps/hibernate/UserDetails.java 43 fieldCommentRequirement Required
83579 src/com/gps/hibernate/UserDetails.java 44 fieldCommentRequirement Required
83580 src/com/gps/hibernate/UserDetails.java 45 fieldCommentRequirement Required
83581 src/com/gps/hibernate/UserDetails.java 46 fieldCommentRequirement Required
83582 src/com/gps/hibernate/UserDetails.java 47 fieldCommentRequirement Required
83583 src/com/gps/hibernate/UserDetails.java 48 fieldCommentRequirement Required
83584 src/com/gps/hibernate/UserDetails.java 49 fieldCommentRequirement Required
83585 src/com/gps/hibernate/UserDetails.java 50 fieldCommentRequirement Required
83586 src/com/gps/hibernate/UserDetails.java 55 Document empty constructor
83587 src/com/gps/hibernate/UserDetails.java 59 Parameter 'email' is not assigned and could be declared final
83588 src/com/gps/hibernate/UserDetails.java 59 Parameter 'userStatus' is not assigned and could be declared final
83589 src/com/gps/hibernate/UserDetails.java 59 Parameter 'username' is not assigned and could be declared final
83590 src/com/gps/hibernate/UserDetails.java 60 Parameter 'accCreationTime' is not assigned and could be declared final
83591 src/com/gps/hibernate/UserDetails.java 60 Parameter 'lastLoginTime' is not assigned and could be declared final
83592 src/com/gps/hibernate/UserDetails.java 60 Parameter 'password' is not assigned and could be declared final
83593 src/com/gps/hibernate/UserDetails.java 61 Parameter 'lastUpdateTime' is not assigned and could be declared final
83594 src/com/gps/hibernate/UserDetails.java 72 Avoid long parameter lists.
83595 src/com/gps/hibernate/UserDetails.java 72 Parameter 'organization' is not assigned and could be declared final
83596 src/com/gps/hibernate/UserDetails.java 72 Parameter 'username' is not assigned and could be declared final
83597 src/com/gps/hibernate/UserDetails.java 73 Parameter 'email' is not assigned and could be declared final
83598 src/com/gps/hibernate/UserDetails.java 73 Parameter 'gender' is not assigned and could be declared final
83599 src/com/gps/hibernate/UserDetails.java 73 Parameter 'loginname' is not assigned and could be declared final
83600 src/com/gps/hibernate/UserDetails.java 73 Parameter 'userStatus' is not assigned and could be declared final
83601 src/com/gps/hibernate/UserDetails.java 74 Parameter 'chatId' is not assigned and could be declared final
83602 src/com/gps/hibernate/UserDetails.java 74 Parameter 'phNumber' is not assigned and could be declared final
83603 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secAnswer' is not assigned and could be declared final
83604 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secQuest' is not assigned and could be declared final
83605 src/com/gps/hibernate/UserDetails.java 75 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
83606 src/com/gps/hibernate/UserDetails.java 75 Parameter 'age' is not assigned and could be declared final
83607 src/com/gps/hibernate/UserDetails.java 75 Parameter 'organization_1' is not assigned and could be declared final
83608 src/com/gps/hibernate/UserDetails.java 75 Parameter 'role' is not assigned and could be declared final
83609 src/com/gps/hibernate/UserDetails.java 75 Parameter 'userImage' is not assigned and could be declared final
83610 src/com/gps/hibernate/UserDetails.java 76 Parameter 'accCreationTime' is not assigned and could be declared final
83611 src/com/gps/hibernate/UserDetails.java 76 Parameter 'password' is not assigned and could be declared final
83612 src/com/gps/hibernate/UserDetails.java 76 Parameter 'smsStatus' is not assigned and could be declared final
83613 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastLoginTime' is not assigned and could be declared final
83614 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastUpdateTime' is not assigned and could be declared final
83615 src/com/gps/hibernate/UserDetails.java 77 Parameter 'timezone' is not assigned and could be declared final
83616 src/com/gps/hibernate/UserDetails.java 78 Parameter 'firstname' is not assigned and could be declared final
83617 src/com/gps/hibernate/UserDetails.java 78 Parameter 'lastname' is not assigned and could be declared final
83618 src/com/gps/hibernate/UserDetails.java 78 Parameter 'userPreferenceses' is not assigned and could be declared final
83619 src/com/gps/hibernate/UserDetails.java 79 Parameter 'geofences' is not assigned and could be declared final
83620 src/com/gps/hibernate/UserDetails.java 79 Parameter 'tripDetailses' is not assigned and could be declared final
83621 src/com/gps/hibernate/UserDetails.java 79 Parameter 'userGeofenceMaps' is not assigned and could be declared final
83622 src/com/gps/hibernate/UserDetails.java 80 Parameter 'feedbacks' is not assigned and could be declared final
83623 src/com/gps/hibernate/UserDetails.java 80 Parameter 'inboxes' is not assigned and could be declared final
83624 src/com/gps/hibernate/UserDetails.java 80 Parameter 'savingStatuses' is not assigned and could be declared final
83625 src/com/gps/hibernate/UserDetails.java 81 Parameter 'charityBarometers' is not assigned and could be declared final
83626 src/com/gps/hibernate/UserDetails.java 81 Parameter 'speedparameters' is not assigned and could be declared final
83627 src/com/gps/hibernate/UserDetails.java 81 Parameter 'vehicleDetailses' is not assigned and could be declared final
83628 src/com/gps/hibernate/UserDetails.java 82 Parameter 'userLandmarkses' is not assigned and could be declared final
83629 src/com/gps/hibernate/UserDetails.java 120 publicMethodCommentRequirement Required
83630 src/com/gps/hibernate/UserDetails.java 124 Parameter 'userid' is not assigned and could be declared final
83631 src/com/gps/hibernate/UserDetails.java 124 publicMethodCommentRequirement Required
83632 src/com/gps/hibernate/UserDetails.java 128 publicMethodCommentRequirement Required
83633 src/com/gps/hibernate/UserDetails.java 132 Parameter 'organization' is not assigned and could be declared final
83634 src/com/gps/hibernate/UserDetails.java 132 publicMethodCommentRequirement Required
83635 src/com/gps/hibernate/UserDetails.java 136 publicMethodCommentRequirement Required
83636 src/com/gps/hibernate/UserDetails.java 140 Parameter 'username' is not assigned and could be declared final
83637 src/com/gps/hibernate/UserDetails.java 140 publicMethodCommentRequirement Required
83638 src/com/gps/hibernate/UserDetails.java 144 publicMethodCommentRequirement Required
83639 src/com/gps/hibernate/UserDetails.java 148 Parameter 'loginname' is not assigned and could be declared final
83640 src/com/gps/hibernate/UserDetails.java 148 publicMethodCommentRequirement Required
83641 src/com/gps/hibernate/UserDetails.java 152 publicMethodCommentRequirement Required
83642 src/com/gps/hibernate/UserDetails.java 156 Parameter 'userStatus' is not assigned and could be declared final
83643 src/com/gps/hibernate/UserDetails.java 156 publicMethodCommentRequirement Required
83644 src/com/gps/hibernate/UserDetails.java 160 publicMethodCommentRequirement Required
83645 src/com/gps/hibernate/UserDetails.java 164 Parameter 'email' is not assigned and could be declared final
83646 src/com/gps/hibernate/UserDetails.java 164 publicMethodCommentRequirement Required
83647 src/com/gps/hibernate/UserDetails.java 168 publicMethodCommentRequirement Required
83648 src/com/gps/hibernate/UserDetails.java 172 Parameter 'gender' is not assigned and could be declared final
83649 src/com/gps/hibernate/UserDetails.java 172 publicMethodCommentRequirement Required
83650 src/com/gps/hibernate/UserDetails.java 176 publicMethodCommentRequirement Required
83651 src/com/gps/hibernate/UserDetails.java 180 Parameter 'phNumber' is not assigned and could be declared final
83652 src/com/gps/hibernate/UserDetails.java 180 publicMethodCommentRequirement Required
83653 src/com/gps/hibernate/UserDetails.java 184 publicMethodCommentRequirement Required
83654 src/com/gps/hibernate/UserDetails.java 188 Parameter 'chatId' is not assigned and could be declared final
83655 src/com/gps/hibernate/UserDetails.java 188 publicMethodCommentRequirement Required
83656 src/com/gps/hibernate/UserDetails.java 192 publicMethodCommentRequirement Required
83657 src/com/gps/hibernate/UserDetails.java 196 Parameter 'secQuest' is not assigned and could be declared final
83658 src/com/gps/hibernate/UserDetails.java 196 publicMethodCommentRequirement Required
83659 src/com/gps/hibernate/UserDetails.java 200 publicMethodCommentRequirement Required
83660 src/com/gps/hibernate/UserDetails.java 204 Parameter 'secAnswer' is not assigned and could be declared final
83661 src/com/gps/hibernate/UserDetails.java 204 publicMethodCommentRequirement Required
83662 src/com/gps/hibernate/UserDetails.java 208 publicMethodCommentRequirement Required
83663 src/com/gps/hibernate/UserDetails.java 212 Parameter 'role' is not assigned and could be declared final
83664 src/com/gps/hibernate/UserDetails.java 212 publicMethodCommentRequirement Required
83665 src/com/gps/hibernate/UserDetails.java 216 Method names should not contain underscores
83666 src/com/gps/hibernate/UserDetails.java 216 publicMethodCommentRequirement Required
83667 src/com/gps/hibernate/UserDetails.java 220 Method names should not contain underscores
83668 src/com/gps/hibernate/UserDetails.java 220 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
83669 src/com/gps/hibernate/UserDetails.java 220 Parameter 'organization_1' is not assigned and could be declared final
83670 src/com/gps/hibernate/UserDetails.java 220 publicMethodCommentRequirement Required
83671 src/com/gps/hibernate/UserDetails.java 224 publicMethodCommentRequirement Required
83672 src/com/gps/hibernate/UserDetails.java 228 Parameter 'age' is not assigned and could be declared final
83673 src/com/gps/hibernate/UserDetails.java 228 publicMethodCommentRequirement Required
83674 src/com/gps/hibernate/UserDetails.java 232 publicMethodCommentRequirement Required
83675 src/com/gps/hibernate/UserDetails.java 236 Parameter 'userImage' is not assigned and could be declared final
83676 src/com/gps/hibernate/UserDetails.java 236 publicMethodCommentRequirement Required
83677 src/com/gps/hibernate/UserDetails.java 240 publicMethodCommentRequirement Required
83678 src/com/gps/hibernate/UserDetails.java 244 Parameter 'password' is not assigned and could be declared final
83679 src/com/gps/hibernate/UserDetails.java 244 publicMethodCommentRequirement Required
83680 src/com/gps/hibernate/UserDetails.java 248 publicMethodCommentRequirement Required
83681 src/com/gps/hibernate/UserDetails.java 252 Parameter 'accCreationTime' is not assigned and could be declared final
83682 src/com/gps/hibernate/UserDetails.java 252 publicMethodCommentRequirement Required
83683 src/com/gps/hibernate/UserDetails.java 256 publicMethodCommentRequirement Required
83684 src/com/gps/hibernate/UserDetails.java 260 Parameter 'smsStatus' is not assigned and could be declared final
83685 src/com/gps/hibernate/UserDetails.java 260 publicMethodCommentRequirement Required
83686 src/com/gps/hibernate/UserDetails.java 264 publicMethodCommentRequirement Required
83687 src/com/gps/hibernate/UserDetails.java 268 Parameter 'lastLoginTime' is not assigned and could be declared final
83688 src/com/gps/hibernate/UserDetails.java 268 publicMethodCommentRequirement Required
83689 src/com/gps/hibernate/UserDetails.java 272 publicMethodCommentRequirement Required
83690 src/com/gps/hibernate/UserDetails.java 276 Parameter 'lastUpdateTime' is not assigned and could be declared final
83691 src/com/gps/hibernate/UserDetails.java 276 publicMethodCommentRequirement Required
83692 src/com/gps/hibernate/UserDetails.java 280 publicMethodCommentRequirement Required
83693 src/com/gps/hibernate/UserDetails.java 284 Parameter 'timezone' is not assigned and could be declared final
83694 src/com/gps/hibernate/UserDetails.java 284 publicMethodCommentRequirement Required
83695 src/com/gps/hibernate/UserDetails.java 288 publicMethodCommentRequirement Required
83696 src/com/gps/hibernate/UserDetails.java 292 Parameter 'firstname' is not assigned and could be declared final
83697 src/com/gps/hibernate/UserDetails.java 292 publicMethodCommentRequirement Required
83698 src/com/gps/hibernate/UserDetails.java 296 publicMethodCommentRequirement Required
83699 src/com/gps/hibernate/UserDetails.java 300 Parameter 'lastname' is not assigned and could be declared final
83700 src/com/gps/hibernate/UserDetails.java 300 publicMethodCommentRequirement Required
83701 src/com/gps/hibernate/UserDetails.java 304 publicMethodCommentRequirement Required
83702 src/com/gps/hibernate/UserDetails.java 308 Parameter 'userPreferenceses' is not assigned and could be declared final
83703 src/com/gps/hibernate/UserDetails.java 308 publicMethodCommentRequirement Required
83704 src/com/gps/hibernate/UserDetails.java 312 publicMethodCommentRequirement Required
83705 src/com/gps/hibernate/UserDetails.java 316 Parameter 'tripDetailses' is not assigned and could be declared final
83706 src/com/gps/hibernate/UserDetails.java 316 publicMethodCommentRequirement Required
83707 src/com/gps/hibernate/UserDetails.java 320 publicMethodCommentRequirement Required
83708 src/com/gps/hibernate/UserDetails.java 324 Parameter 'geofences' is not assigned and could be declared final
83709 src/com/gps/hibernate/UserDetails.java 324 publicMethodCommentRequirement Required
83710 src/com/gps/hibernate/UserDetails.java 328 publicMethodCommentRequirement Required
83711 src/com/gps/hibernate/UserDetails.java 332 Parameter 'userGeofenceMaps' is not assigned and could be declared final
83712 src/com/gps/hibernate/UserDetails.java 332 publicMethodCommentRequirement Required
83713 src/com/gps/hibernate/UserDetails.java 336 publicMethodCommentRequirement Required
83714 src/com/gps/hibernate/UserDetails.java 340 Parameter 'feedbacks' is not assigned and could be declared final
83715 src/com/gps/hibernate/UserDetails.java 340 publicMethodCommentRequirement Required
83716 src/com/gps/hibernate/UserDetails.java 344 publicMethodCommentRequirement Required
83717 src/com/gps/hibernate/UserDetails.java 348 Parameter 'savingStatuses' is not assigned and could be declared final
83718 src/com/gps/hibernate/UserDetails.java 348 publicMethodCommentRequirement Required
83719 src/com/gps/hibernate/UserDetails.java 352 publicMethodCommentRequirement Required
83720 src/com/gps/hibernate/UserDetails.java 356 Parameter 'inboxes' is not assigned and could be declared final
83721 src/com/gps/hibernate/UserDetails.java 356 publicMethodCommentRequirement Required
83722 src/com/gps/hibernate/UserDetails.java 360 publicMethodCommentRequirement Required
83723 src/com/gps/hibernate/UserDetails.java 364 Parameter 'speedparameters' is not assigned and could be declared final
83724 src/com/gps/hibernate/UserDetails.java 364 publicMethodCommentRequirement Required
83725 src/com/gps/hibernate/UserDetails.java 368 publicMethodCommentRequirement Required
83726 src/com/gps/hibernate/UserDetails.java 372 Parameter 'charityBarometers' is not assigned and could be declared final
83727 src/com/gps/hibernate/UserDetails.java 372 publicMethodCommentRequirement Required
83728 src/com/gps/hibernate/UserDetails.java 376 publicMethodCommentRequirement Required
83729 src/com/gps/hibernate/UserDetails.java 380 Parameter 'vehicleDetailses' is not assigned and could be declared final
83730 src/com/gps/hibernate/UserDetails.java 380 publicMethodCommentRequirement Required
83731 src/com/gps/hibernate/UserDetails.java 384 publicMethodCommentRequirement Required
83732 src/com/gps/hibernate/UserDetails.java 388 Parameter 'userLandmarkses' is not assigned and could be declared final
83733 src/com/gps/hibernate/UserDetails.java 388 publicMethodCommentRequirement Required
83734 src/com/gps/hibernate/UserDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
83735 src/com/gps/hibernate/UserDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
83736 src/com/gps/hibernate/UserDetailsDAO.java 12 Comment is too large: Too many lines
83737 src/com/gps/hibernate/UserDetailsDAO.java 24 This class has too many methods, consider refactoring it.
83738 src/com/gps/hibernate/UserDetailsDAO.java 25 Logger should be defined private static final and have the correct class
83739 src/com/gps/hibernate/UserDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
83740 src/com/gps/hibernate/UserDetailsDAO.java 25 fieldCommentRequirement Required
83741 src/com/gps/hibernate/UserDetailsDAO.java 27 fieldCommentRequirement Required
83742 src/com/gps/hibernate/UserDetailsDAO.java 28 fieldCommentRequirement Required
83743 src/com/gps/hibernate/UserDetailsDAO.java 29 fieldCommentRequirement Required
83744 src/com/gps/hibernate/UserDetailsDAO.java 30 fieldCommentRequirement Required
83745 src/com/gps/hibernate/UserDetailsDAO.java 31 fieldCommentRequirement Required
83746 src/com/gps/hibernate/UserDetailsDAO.java 32 fieldCommentRequirement Required
83747 src/com/gps/hibernate/UserDetailsDAO.java 33 fieldCommentRequirement Required
83748 src/com/gps/hibernate/UserDetailsDAO.java 34 fieldCommentRequirement Required
83749 src/com/gps/hibernate/UserDetailsDAO.java 35 fieldCommentRequirement Required
83750 src/com/gps/hibernate/UserDetailsDAO.java 36 fieldCommentRequirement Required
83751 src/com/gps/hibernate/UserDetailsDAO.java 37 fieldCommentRequirement Required
83752 src/com/gps/hibernate/UserDetailsDAO.java 38 fieldCommentRequirement Required
83753 src/com/gps/hibernate/UserDetailsDAO.java 39 fieldCommentRequirement Required
83754 src/com/gps/hibernate/UserDetailsDAO.java 40 fieldCommentRequirement Required
83755 src/com/gps/hibernate/UserDetailsDAO.java 41 fieldCommentRequirement Required
83756 src/com/gps/hibernate/UserDetailsDAO.java 42 fieldCommentRequirement Required
83757 src/com/gps/hibernate/UserDetailsDAO.java 43 fieldCommentRequirement Required
83758 src/com/gps/hibernate/UserDetailsDAO.java 44 fieldCommentRequirement Required
83759 src/com/gps/hibernate/UserDetailsDAO.java 46 Parameter 'transientInstance' is not assigned and could be declared final
83760 src/com/gps/hibernate/UserDetailsDAO.java 46 publicMethodCommentRequirement Required
83761 src/com/gps/hibernate/UserDetailsDAO.java 47 There is log block not surrounded by if
83762 src/com/gps/hibernate/UserDetailsDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83763 src/com/gps/hibernate/UserDetailsDAO.java 49 Potential violation of Law of Demeter (method chain calls)
83764 src/com/gps/hibernate/UserDetailsDAO.java 50 There is log block not surrounded by if
83765 src/com/gps/hibernate/UserDetailsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83766 src/com/gps/hibernate/UserDetailsDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83767 src/com/gps/hibernate/UserDetailsDAO.java 52 There is log block not surrounded by if
83768 src/com/gps/hibernate/UserDetailsDAO.java 57 Avoid excessively long variable names like persistentInstance
83769 src/com/gps/hibernate/UserDetailsDAO.java 57 Parameter 'persistentInstance' is not assigned and could be declared final
83770 src/com/gps/hibernate/UserDetailsDAO.java 57 publicMethodCommentRequirement Required
83771 src/com/gps/hibernate/UserDetailsDAO.java 58 There is log block not surrounded by if
83772 src/com/gps/hibernate/UserDetailsDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83773 src/com/gps/hibernate/UserDetailsDAO.java 60 Potential violation of Law of Demeter (method chain calls)
83774 src/com/gps/hibernate/UserDetailsDAO.java 61 There is log block not surrounded by if
83775 src/com/gps/hibernate/UserDetailsDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83776 src/com/gps/hibernate/UserDetailsDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83777 src/com/gps/hibernate/UserDetailsDAO.java 63 There is log block not surrounded by if
83778 src/com/gps/hibernate/UserDetailsDAO.java 68 Avoid variables with short names like id
83779 src/com/gps/hibernate/UserDetailsDAO.java 68 Parameter 'id' is not assigned and could be declared final
83780 src/com/gps/hibernate/UserDetailsDAO.java 68 publicMethodCommentRequirement Required
83781 src/com/gps/hibernate/UserDetailsDAO.java 69 There is log block not surrounded by if
83782 src/com/gps/hibernate/UserDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83783 src/com/gps/hibernate/UserDetailsDAO.java 71 Local variable 'instance' could be declared final
83784 src/com/gps/hibernate/UserDetailsDAO.java 71 Potential violation of Law of Demeter (method chain calls)
83785 src/com/gps/hibernate/UserDetailsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83786 src/com/gps/hibernate/UserDetailsDAO.java 75 There is log block not surrounded by if
83787 src/com/gps/hibernate/UserDetailsDAO.java 80 Parameter 'instance' is not assigned and could be declared final
83788 src/com/gps/hibernate/UserDetailsDAO.java 80 publicMethodCommentRequirement Required
83789 src/com/gps/hibernate/UserDetailsDAO.java 81 There is log block not surrounded by if
83790 src/com/gps/hibernate/UserDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83791 src/com/gps/hibernate/UserDetailsDAO.java 83 Local variable 'results' could be declared final
83792 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
83793 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
83794 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
83795 src/com/gps/hibernate/UserDetailsDAO.java 86 There is log block not surrounded by if
83796 src/com/gps/hibernate/UserDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83797 src/com/gps/hibernate/UserDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
83798 src/com/gps/hibernate/UserDetailsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83799 src/com/gps/hibernate/UserDetailsDAO.java 90 There is log block not surrounded by if
83800 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'propertyName' is not assigned and could be declared final
83801 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'value' is not assigned and could be declared final
83802 src/com/gps/hibernate/UserDetailsDAO.java 95 publicMethodCommentRequirement Required
83803 src/com/gps/hibernate/UserDetailsDAO.java 96 There is log block not surrounded by if
83804 src/com/gps/hibernate/UserDetailsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83805 src/com/gps/hibernate/UserDetailsDAO.java 99 Local variable 'queryString' could be declared final
83806 src/com/gps/hibernate/UserDetailsDAO.java 101 Local variable 'queryObject' could be declared final
83807 src/com/gps/hibernate/UserDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
83808 src/com/gps/hibernate/UserDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
83809 src/com/gps/hibernate/UserDetailsDAO.java 103 Potential violation of Law of Demeter (object not created locally)
83810 src/com/gps/hibernate/UserDetailsDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83811 src/com/gps/hibernate/UserDetailsDAO.java 105 There is log block not surrounded by if
83812 src/com/gps/hibernate/UserDetailsDAO.java 110 Parameter 'username' is not assigned and could be declared final
83813 src/com/gps/hibernate/UserDetailsDAO.java 110 publicMethodCommentRequirement Required
83814 src/com/gps/hibernate/UserDetailsDAO.java 114 Parameter 'loginname' is not assigned and could be declared final
83815 src/com/gps/hibernate/UserDetailsDAO.java 114 publicMethodCommentRequirement Required
83816 src/com/gps/hibernate/UserDetailsDAO.java 118 Parameter 'userStatus' is not assigned and could be declared final
83817 src/com/gps/hibernate/UserDetailsDAO.java 118 publicMethodCommentRequirement Required
83818 src/com/gps/hibernate/UserDetailsDAO.java 122 Parameter 'email' is not assigned and could be declared final
83819 src/com/gps/hibernate/UserDetailsDAO.java 122 publicMethodCommentRequirement Required
83820 src/com/gps/hibernate/UserDetailsDAO.java 126 Parameter 'gender' is not assigned and could be declared final
83821 src/com/gps/hibernate/UserDetailsDAO.java 126 publicMethodCommentRequirement Required
83822 src/com/gps/hibernate/UserDetailsDAO.java 130 Parameter 'phNumber' is not assigned and could be declared final
83823 src/com/gps/hibernate/UserDetailsDAO.java 130 publicMethodCommentRequirement Required
83824 src/com/gps/hibernate/UserDetailsDAO.java 134 Parameter 'chatId' is not assigned and could be declared final
83825 src/com/gps/hibernate/UserDetailsDAO.java 134 publicMethodCommentRequirement Required
83826 src/com/gps/hibernate/UserDetailsDAO.java 138 Parameter 'secQuest' is not assigned and could be declared final
83827 src/com/gps/hibernate/UserDetailsDAO.java 138 publicMethodCommentRequirement Required
83828 src/com/gps/hibernate/UserDetailsDAO.java 142 Parameter 'secAnswer' is not assigned and could be declared final
83829 src/com/gps/hibernate/UserDetailsDAO.java 142 publicMethodCommentRequirement Required
83830 src/com/gps/hibernate/UserDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
83831 src/com/gps/hibernate/UserDetailsDAO.java 146 publicMethodCommentRequirement Required
83832 src/com/gps/hibernate/UserDetailsDAO.java 150 Method names should not contain underscores
83833 src/com/gps/hibernate/UserDetailsDAO.java 150 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
83834 src/com/gps/hibernate/UserDetailsDAO.java 150 Parameter 'organization_1' is not assigned and could be declared final
83835 src/com/gps/hibernate/UserDetailsDAO.java 150 publicMethodCommentRequirement Required
83836 src/com/gps/hibernate/UserDetailsDAO.java 154 Parameter 'age' is not assigned and could be declared final
83837 src/com/gps/hibernate/UserDetailsDAO.java 154 publicMethodCommentRequirement Required
83838 src/com/gps/hibernate/UserDetailsDAO.java 158 Parameter 'userImage' is not assigned and could be declared final
83839 src/com/gps/hibernate/UserDetailsDAO.java 158 publicMethodCommentRequirement Required
83840 src/com/gps/hibernate/UserDetailsDAO.java 162 Parameter 'password' is not assigned and could be declared final
83841 src/com/gps/hibernate/UserDetailsDAO.java 162 publicMethodCommentRequirement Required
83842 src/com/gps/hibernate/UserDetailsDAO.java 166 Parameter 'smsStatus' is not assigned and could be declared final
83843 src/com/gps/hibernate/UserDetailsDAO.java 166 publicMethodCommentRequirement Required
83844 src/com/gps/hibernate/UserDetailsDAO.java 170 Parameter 'timezone' is not assigned and could be declared final
83845 src/com/gps/hibernate/UserDetailsDAO.java 170 publicMethodCommentRequirement Required
83846 src/com/gps/hibernate/UserDetailsDAO.java 174 Parameter 'firstname' is not assigned and could be declared final
83847 src/com/gps/hibernate/UserDetailsDAO.java 174 publicMethodCommentRequirement Required
83848 src/com/gps/hibernate/UserDetailsDAO.java 178 Parameter 'lastname' is not assigned and could be declared final
83849 src/com/gps/hibernate/UserDetailsDAO.java 178 publicMethodCommentRequirement Required
83850 src/com/gps/hibernate/UserDetailsDAO.java 182 publicMethodCommentRequirement Required
83851 src/com/gps/hibernate/UserDetailsDAO.java 183 There is log block not surrounded by if
83852 src/com/gps/hibernate/UserDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83853 src/com/gps/hibernate/UserDetailsDAO.java 185 Local variable 'queryString' could be declared final
83854 src/com/gps/hibernate/UserDetailsDAO.java 186 Local variable 'queryObject' could be declared final
83855 src/com/gps/hibernate/UserDetailsDAO.java 186 Potential violation of Law of Demeter (method chain calls)
83856 src/com/gps/hibernate/UserDetailsDAO.java 187 Potential violation of Law of Demeter (object not created locally)
83857 src/com/gps/hibernate/UserDetailsDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83858 src/com/gps/hibernate/UserDetailsDAO.java 189 There is log block not surrounded by if
83859 src/com/gps/hibernate/UserDetailsDAO.java 194 Parameter 'detachedInstance' is not assigned and could be declared final
83860 src/com/gps/hibernate/UserDetailsDAO.java 194 publicMethodCommentRequirement Required
83861 src/com/gps/hibernate/UserDetailsDAO.java 195 There is log block not surrounded by if
83862 src/com/gps/hibernate/UserDetailsDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83863 src/com/gps/hibernate/UserDetailsDAO.java 197 Local variable 'result' could be declared final
83864 src/com/gps/hibernate/UserDetailsDAO.java 197 Potential violation of Law of Demeter (method chain calls)
83865 src/com/gps/hibernate/UserDetailsDAO.java 199 There is log block not surrounded by if
83866 src/com/gps/hibernate/UserDetailsDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83867 src/com/gps/hibernate/UserDetailsDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83868 src/com/gps/hibernate/UserDetailsDAO.java 202 There is log block not surrounded by if
83869 src/com/gps/hibernate/UserDetailsDAO.java 207 Parameter 'instance' is not assigned and could be declared final
83870 src/com/gps/hibernate/UserDetailsDAO.java 207 publicMethodCommentRequirement Required
83871 src/com/gps/hibernate/UserDetailsDAO.java 208 There is log block not surrounded by if
83872 src/com/gps/hibernate/UserDetailsDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83873 src/com/gps/hibernate/UserDetailsDAO.java 210 Potential violation of Law of Demeter (method chain calls)
83874 src/com/gps/hibernate/UserDetailsDAO.java 211 There is log block not surrounded by if
83875 src/com/gps/hibernate/UserDetailsDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83876 src/com/gps/hibernate/UserDetailsDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83877 src/com/gps/hibernate/UserDetailsDAO.java 213 There is log block not surrounded by if
83878 src/com/gps/hibernate/UserDetailsDAO.java 218 Parameter 'instance' is not assigned and could be declared final
83879 src/com/gps/hibernate/UserDetailsDAO.java 218 publicMethodCommentRequirement Required
83880 src/com/gps/hibernate/UserDetailsDAO.java 219 There is log block not surrounded by if
83881 src/com/gps/hibernate/UserDetailsDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83882 src/com/gps/hibernate/UserDetailsDAO.java 221 Potential violation of Law of Demeter (method chain calls)
83883 src/com/gps/hibernate/UserDetailsDAO.java 222 There is log block not surrounded by if
83884 src/com/gps/hibernate/UserDetailsDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83885 src/com/gps/hibernate/UserDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83886 src/com/gps/hibernate/UserDetailsDAO.java 224 There is log block not surrounded by if
83887 src/com/gps/hibernate/UserGeofenceMap.java 9 Classes implementing Serializable should set a serialVersionUID
83888 src/com/gps/hibernate/UserGeofenceMap.java 13 fieldCommentRequirement Required
83889 src/com/gps/hibernate/UserGeofenceMap.java 14 fieldCommentRequirement Required
83890 src/com/gps/hibernate/UserGeofenceMap.java 15 fieldCommentRequirement Required
83891 src/com/gps/hibernate/UserGeofenceMap.java 20 Document empty constructor
83892 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'geofence' is not assigned and could be declared final
83893 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'userDetails' is not assigned and could be declared final
83894 src/com/gps/hibernate/UserGeofenceMap.java 31 publicMethodCommentRequirement Required
83895 src/com/gps/hibernate/UserGeofenceMap.java 35 Parameter 'ugmapid' is not assigned and could be declared final
83896 src/com/gps/hibernate/UserGeofenceMap.java 35 publicMethodCommentRequirement Required
83897 src/com/gps/hibernate/UserGeofenceMap.java 39 publicMethodCommentRequirement Required
83898 src/com/gps/hibernate/UserGeofenceMap.java 43 Parameter 'userDetails' is not assigned and could be declared final
83899 src/com/gps/hibernate/UserGeofenceMap.java 43 publicMethodCommentRequirement Required
83900 src/com/gps/hibernate/UserGeofenceMap.java 47 publicMethodCommentRequirement Required
83901 src/com/gps/hibernate/UserGeofenceMap.java 51 Parameter 'geofence' is not assigned and could be declared final
83902 src/com/gps/hibernate/UserGeofenceMap.java 51 publicMethodCommentRequirement Required
83903 src/com/gps/hibernate/UserGeofenceMapDAO.java 10 Comment is too large: Too many lines
83904 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Logger should be defined private static final and have the correct class
83905 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
83906 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 fieldCommentRequirement Required
83907 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
83908 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 publicMethodCommentRequirement Required
83909 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 There is log block not surrounded by if
83910 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83911 src/com/gps/hibernate/UserGeofenceMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
83912 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 There is log block not surrounded by if
83913 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83914 src/com/gps/hibernate/UserGeofenceMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83915 src/com/gps/hibernate/UserGeofenceMapDAO.java 33 There is log block not surrounded by if
83916 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Avoid excessively long variable names like persistentInstance
83917 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
83918 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 publicMethodCommentRequirement Required
83919 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 There is log block not surrounded by if
83920 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83921 src/com/gps/hibernate/UserGeofenceMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
83922 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 There is log block not surrounded by if
83923 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83924 src/com/gps/hibernate/UserGeofenceMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83925 src/com/gps/hibernate/UserGeofenceMapDAO.java 44 There is log block not surrounded by if
83926 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Avoid variables with short names like id
83927 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
83928 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 publicMethodCommentRequirement Required
83929 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 There is log block not surrounded by if
83930 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83931 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Local variable 'instance' could be declared final
83932 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
83933 src/com/gps/hibernate/UserGeofenceMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83934 src/com/gps/hibernate/UserGeofenceMapDAO.java 56 There is log block not surrounded by if
83935 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
83936 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 publicMethodCommentRequirement Required
83937 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 There is log block not surrounded by if
83938 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83939 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Local variable 'results' could be declared final
83940 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83941 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83942 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
83943 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 There is log block not surrounded by if
83944 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83945 src/com/gps/hibernate/UserGeofenceMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
83946 src/com/gps/hibernate/UserGeofenceMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83947 src/com/gps/hibernate/UserGeofenceMapDAO.java 71 There is log block not surrounded by if
83948 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
83949 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
83950 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 publicMethodCommentRequirement Required
83951 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 There is log block not surrounded by if
83952 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83953 src/com/gps/hibernate/UserGeofenceMapDAO.java 80 Local variable 'queryString' could be declared final
83954 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Local variable 'queryObject' could be declared final
83955 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
83956 src/com/gps/hibernate/UserGeofenceMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
83957 src/com/gps/hibernate/UserGeofenceMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
83958 src/com/gps/hibernate/UserGeofenceMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83959 src/com/gps/hibernate/UserGeofenceMapDAO.java 86 There is log block not surrounded by if
83960 src/com/gps/hibernate/UserGeofenceMapDAO.java 91 publicMethodCommentRequirement Required
83961 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 There is log block not surrounded by if
83962 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83963 src/com/gps/hibernate/UserGeofenceMapDAO.java 94 Local variable 'queryString' could be declared final
83964 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Local variable 'queryObject' could be declared final
83965 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
83966 src/com/gps/hibernate/UserGeofenceMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
83967 src/com/gps/hibernate/UserGeofenceMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83968 src/com/gps/hibernate/UserGeofenceMapDAO.java 98 There is log block not surrounded by if
83969 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
83970 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 publicMethodCommentRequirement Required
83971 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 There is log block not surrounded by if
83972 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83973 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Local variable 'result' could be declared final
83974 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
83975 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 There is log block not surrounded by if
83976 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83977 src/com/gps/hibernate/UserGeofenceMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83978 src/com/gps/hibernate/UserGeofenceMapDAO.java 111 There is log block not surrounded by if
83979 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
83980 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 publicMethodCommentRequirement Required
83981 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 There is log block not surrounded by if
83982 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83983 src/com/gps/hibernate/UserGeofenceMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
83984 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 There is log block not surrounded by if
83985 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83986 src/com/gps/hibernate/UserGeofenceMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83987 src/com/gps/hibernate/UserGeofenceMapDAO.java 122 There is log block not surrounded by if
83988 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
83989 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 publicMethodCommentRequirement Required
83990 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 There is log block not surrounded by if
83991 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83992 src/com/gps/hibernate/UserGeofenceMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
83993 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 There is log block not surrounded by if
83994 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
83995 src/com/gps/hibernate/UserGeofenceMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
83996 src/com/gps/hibernate/UserGeofenceMapDAO.java 133 There is log block not surrounded by if
83997 src/com/gps/hibernate/UserLandmarks.java 9 Classes implementing Serializable should set a serialVersionUID
83998 src/com/gps/hibernate/UserLandmarks.java 13 fieldCommentRequirement Required
83999 src/com/gps/hibernate/UserLandmarks.java 14 fieldCommentRequirement Required
84000 src/com/gps/hibernate/UserLandmarks.java 15 fieldCommentRequirement Required
84001 src/com/gps/hibernate/UserLandmarks.java 16 fieldCommentRequirement Required
84002 src/com/gps/hibernate/UserLandmarks.java 17 fieldCommentRequirement Required
84003 src/com/gps/hibernate/UserLandmarks.java 18 fieldCommentRequirement Required
84004 src/com/gps/hibernate/UserLandmarks.java 23 Document empty constructor
84005 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'description' is not assigned and could be declared final
84006 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'userDetails' is not assigned and could be declared final
84007 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'description' is not assigned and could be declared final
84008 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'userDetails' is not assigned and could be declared final
84009 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'landmark' is not assigned and could be declared final
84010 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'latitude' is not assigned and could be declared final
84011 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'longitude' is not assigned and could be declared final
84012 src/com/gps/hibernate/UserLandmarks.java 44 publicMethodCommentRequirement Required
84013 src/com/gps/hibernate/UserLandmarks.java 48 Parameter 'landmarkid' is not assigned and could be declared final
84014 src/com/gps/hibernate/UserLandmarks.java 48 publicMethodCommentRequirement Required
84015 src/com/gps/hibernate/UserLandmarks.java 52 publicMethodCommentRequirement Required
84016 src/com/gps/hibernate/UserLandmarks.java 56 Parameter 'userDetails' is not assigned and could be declared final
84017 src/com/gps/hibernate/UserLandmarks.java 56 publicMethodCommentRequirement Required
84018 src/com/gps/hibernate/UserLandmarks.java 60 publicMethodCommentRequirement Required
84019 src/com/gps/hibernate/UserLandmarks.java 64 Parameter 'description' is not assigned and could be declared final
84020 src/com/gps/hibernate/UserLandmarks.java 64 publicMethodCommentRequirement Required
84021 src/com/gps/hibernate/UserLandmarks.java 68 publicMethodCommentRequirement Required
84022 src/com/gps/hibernate/UserLandmarks.java 72 Parameter 'landmark' is not assigned and could be declared final
84023 src/com/gps/hibernate/UserLandmarks.java 72 publicMethodCommentRequirement Required
84024 src/com/gps/hibernate/UserLandmarks.java 76 publicMethodCommentRequirement Required
84025 src/com/gps/hibernate/UserLandmarks.java 80 Parameter 'latitude' is not assigned and could be declared final
84026 src/com/gps/hibernate/UserLandmarks.java 80 publicMethodCommentRequirement Required
84027 src/com/gps/hibernate/UserLandmarks.java 84 publicMethodCommentRequirement Required
84028 src/com/gps/hibernate/UserLandmarks.java 88 Parameter 'longitude' is not assigned and could be declared final
84029 src/com/gps/hibernate/UserLandmarks.java 88 publicMethodCommentRequirement Required
84030 src/com/gps/hibernate/UserLandmarksDAO.java 10 Comment is too large: Too many lines
84031 src/com/gps/hibernate/UserLandmarksDAO.java 22 This class has too many methods, consider refactoring it.
84032 src/com/gps/hibernate/UserLandmarksDAO.java 23 Logger should be defined private static final and have the correct class
84033 src/com/gps/hibernate/UserLandmarksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84034 src/com/gps/hibernate/UserLandmarksDAO.java 23 fieldCommentRequirement Required
84035 src/com/gps/hibernate/UserLandmarksDAO.java 25 fieldCommentRequirement Required
84036 src/com/gps/hibernate/UserLandmarksDAO.java 26 fieldCommentRequirement Required
84037 src/com/gps/hibernate/UserLandmarksDAO.java 27 fieldCommentRequirement Required
84038 src/com/gps/hibernate/UserLandmarksDAO.java 28 fieldCommentRequirement Required
84039 src/com/gps/hibernate/UserLandmarksDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
84040 src/com/gps/hibernate/UserLandmarksDAO.java 30 publicMethodCommentRequirement Required
84041 src/com/gps/hibernate/UserLandmarksDAO.java 31 There is log block not surrounded by if
84042 src/com/gps/hibernate/UserLandmarksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84043 src/com/gps/hibernate/UserLandmarksDAO.java 33 Potential violation of Law of Demeter (method chain calls)
84044 src/com/gps/hibernate/UserLandmarksDAO.java 34 There is log block not surrounded by if
84045 src/com/gps/hibernate/UserLandmarksDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84046 src/com/gps/hibernate/UserLandmarksDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84047 src/com/gps/hibernate/UserLandmarksDAO.java 36 There is log block not surrounded by if
84048 src/com/gps/hibernate/UserLandmarksDAO.java 41 Avoid excessively long variable names like persistentInstance
84049 src/com/gps/hibernate/UserLandmarksDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
84050 src/com/gps/hibernate/UserLandmarksDAO.java 41 publicMethodCommentRequirement Required
84051 src/com/gps/hibernate/UserLandmarksDAO.java 42 There is log block not surrounded by if
84052 src/com/gps/hibernate/UserLandmarksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84053 src/com/gps/hibernate/UserLandmarksDAO.java 44 Potential violation of Law of Demeter (method chain calls)
84054 src/com/gps/hibernate/UserLandmarksDAO.java 45 There is log block not surrounded by if
84055 src/com/gps/hibernate/UserLandmarksDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84056 src/com/gps/hibernate/UserLandmarksDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84057 src/com/gps/hibernate/UserLandmarksDAO.java 47 There is log block not surrounded by if
84058 src/com/gps/hibernate/UserLandmarksDAO.java 52 Avoid variables with short names like id
84059 src/com/gps/hibernate/UserLandmarksDAO.java 52 Parameter 'id' is not assigned and could be declared final
84060 src/com/gps/hibernate/UserLandmarksDAO.java 52 publicMethodCommentRequirement Required
84061 src/com/gps/hibernate/UserLandmarksDAO.java 53 There is log block not surrounded by if
84062 src/com/gps/hibernate/UserLandmarksDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84063 src/com/gps/hibernate/UserLandmarksDAO.java 55 Local variable 'instance' could be declared final
84064 src/com/gps/hibernate/UserLandmarksDAO.java 55 Potential violation of Law of Demeter (method chain calls)
84065 src/com/gps/hibernate/UserLandmarksDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84066 src/com/gps/hibernate/UserLandmarksDAO.java 59 There is log block not surrounded by if
84067 src/com/gps/hibernate/UserLandmarksDAO.java 64 Parameter 'instance' is not assigned and could be declared final
84068 src/com/gps/hibernate/UserLandmarksDAO.java 64 publicMethodCommentRequirement Required
84069 src/com/gps/hibernate/UserLandmarksDAO.java 65 There is log block not surrounded by if
84070 src/com/gps/hibernate/UserLandmarksDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84071 src/com/gps/hibernate/UserLandmarksDAO.java 67 Local variable 'results' could be declared final
84072 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84073 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84074 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84075 src/com/gps/hibernate/UserLandmarksDAO.java 70 There is log block not surrounded by if
84076 src/com/gps/hibernate/UserLandmarksDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84077 src/com/gps/hibernate/UserLandmarksDAO.java 71 Potential violation of Law of Demeter (object not created locally)
84078 src/com/gps/hibernate/UserLandmarksDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84079 src/com/gps/hibernate/UserLandmarksDAO.java 74 There is log block not surrounded by if
84080 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
84081 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'value' is not assigned and could be declared final
84082 src/com/gps/hibernate/UserLandmarksDAO.java 79 publicMethodCommentRequirement Required
84083 src/com/gps/hibernate/UserLandmarksDAO.java 80 There is log block not surrounded by if
84084 src/com/gps/hibernate/UserLandmarksDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84085 src/com/gps/hibernate/UserLandmarksDAO.java 83 Local variable 'queryString' could be declared final
84086 src/com/gps/hibernate/UserLandmarksDAO.java 85 Local variable 'queryObject' could be declared final
84087 src/com/gps/hibernate/UserLandmarksDAO.java 85 Potential violation of Law of Demeter (method chain calls)
84088 src/com/gps/hibernate/UserLandmarksDAO.java 86 Potential violation of Law of Demeter (object not created locally)
84089 src/com/gps/hibernate/UserLandmarksDAO.java 87 Potential violation of Law of Demeter (object not created locally)
84090 src/com/gps/hibernate/UserLandmarksDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84091 src/com/gps/hibernate/UserLandmarksDAO.java 89 There is log block not surrounded by if
84092 src/com/gps/hibernate/UserLandmarksDAO.java 94 Parameter 'description' is not assigned and could be declared final
84093 src/com/gps/hibernate/UserLandmarksDAO.java 94 publicMethodCommentRequirement Required
84094 src/com/gps/hibernate/UserLandmarksDAO.java 98 Parameter 'landmark' is not assigned and could be declared final
84095 src/com/gps/hibernate/UserLandmarksDAO.java 98 publicMethodCommentRequirement Required
84096 src/com/gps/hibernate/UserLandmarksDAO.java 102 Parameter 'latitude' is not assigned and could be declared final
84097 src/com/gps/hibernate/UserLandmarksDAO.java 102 publicMethodCommentRequirement Required
84098 src/com/gps/hibernate/UserLandmarksDAO.java 106 Parameter 'longitude' is not assigned and could be declared final
84099 src/com/gps/hibernate/UserLandmarksDAO.java 106 publicMethodCommentRequirement Required
84100 src/com/gps/hibernate/UserLandmarksDAO.java 110 publicMethodCommentRequirement Required
84101 src/com/gps/hibernate/UserLandmarksDAO.java 111 There is log block not surrounded by if
84102 src/com/gps/hibernate/UserLandmarksDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84103 src/com/gps/hibernate/UserLandmarksDAO.java 113 Local variable 'queryString' could be declared final
84104 src/com/gps/hibernate/UserLandmarksDAO.java 114 Local variable 'queryObject' could be declared final
84105 src/com/gps/hibernate/UserLandmarksDAO.java 114 Potential violation of Law of Demeter (method chain calls)
84106 src/com/gps/hibernate/UserLandmarksDAO.java 115 Potential violation of Law of Demeter (object not created locally)
84107 src/com/gps/hibernate/UserLandmarksDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84108 src/com/gps/hibernate/UserLandmarksDAO.java 117 There is log block not surrounded by if
84109 src/com/gps/hibernate/UserLandmarksDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
84110 src/com/gps/hibernate/UserLandmarksDAO.java 122 publicMethodCommentRequirement Required
84111 src/com/gps/hibernate/UserLandmarksDAO.java 123 There is log block not surrounded by if
84112 src/com/gps/hibernate/UserLandmarksDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84113 src/com/gps/hibernate/UserLandmarksDAO.java 125 Local variable 'result' could be declared final
84114 src/com/gps/hibernate/UserLandmarksDAO.java 125 Potential violation of Law of Demeter (method chain calls)
84115 src/com/gps/hibernate/UserLandmarksDAO.java 127 There is log block not surrounded by if
84116 src/com/gps/hibernate/UserLandmarksDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84117 src/com/gps/hibernate/UserLandmarksDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84118 src/com/gps/hibernate/UserLandmarksDAO.java 130 There is log block not surrounded by if
84119 src/com/gps/hibernate/UserLandmarksDAO.java 135 Parameter 'instance' is not assigned and could be declared final
84120 src/com/gps/hibernate/UserLandmarksDAO.java 135 publicMethodCommentRequirement Required
84121 src/com/gps/hibernate/UserLandmarksDAO.java 136 There is log block not surrounded by if
84122 src/com/gps/hibernate/UserLandmarksDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84123 src/com/gps/hibernate/UserLandmarksDAO.java 138 Potential violation of Law of Demeter (method chain calls)
84124 src/com/gps/hibernate/UserLandmarksDAO.java 139 There is log block not surrounded by if
84125 src/com/gps/hibernate/UserLandmarksDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84126 src/com/gps/hibernate/UserLandmarksDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84127 src/com/gps/hibernate/UserLandmarksDAO.java 141 There is log block not surrounded by if
84128 src/com/gps/hibernate/UserLandmarksDAO.java 146 Parameter 'instance' is not assigned and could be declared final
84129 src/com/gps/hibernate/UserLandmarksDAO.java 146 publicMethodCommentRequirement Required
84130 src/com/gps/hibernate/UserLandmarksDAO.java 147 There is log block not surrounded by if
84131 src/com/gps/hibernate/UserLandmarksDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84132 src/com/gps/hibernate/UserLandmarksDAO.java 149 Potential violation of Law of Demeter (method chain calls)
84133 src/com/gps/hibernate/UserLandmarksDAO.java 150 There is log block not surrounded by if
84134 src/com/gps/hibernate/UserLandmarksDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84135 src/com/gps/hibernate/UserLandmarksDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84136 src/com/gps/hibernate/UserLandmarksDAO.java 152 There is log block not surrounded by if
84137 src/com/gps/hibernate/UserPreferences.java 9 Classes implementing Serializable should set a serialVersionUID
84138 src/com/gps/hibernate/UserPreferences.java 9 Too many fields
84139 src/com/gps/hibernate/UserPreferences.java 13 fieldCommentRequirement Required
84140 src/com/gps/hibernate/UserPreferences.java 14 fieldCommentRequirement Required
84141 src/com/gps/hibernate/UserPreferences.java 15 fieldCommentRequirement Required
84142 src/com/gps/hibernate/UserPreferences.java 16 fieldCommentRequirement Required
84143 src/com/gps/hibernate/UserPreferences.java 17 Avoid excessively long variable names like searchPreferenceStatus
84144 src/com/gps/hibernate/UserPreferences.java 17 fieldCommentRequirement Required
84145 src/com/gps/hibernate/UserPreferences.java 18 fieldCommentRequirement Required
84146 src/com/gps/hibernate/UserPreferences.java 19 Avoid excessively long variable names like startDistanceLimit
84147 src/com/gps/hibernate/UserPreferences.java 19 fieldCommentRequirement Required
84148 src/com/gps/hibernate/UserPreferences.java 20 Avoid excessively long variable names like distancePreferenceStatus
84149 src/com/gps/hibernate/UserPreferences.java 20 fieldCommentRequirement Required
84150 src/com/gps/hibernate/UserPreferences.java 21 fieldCommentRequirement Required
84151 src/com/gps/hibernate/UserPreferences.java 22 fieldCommentRequirement Required
84152 src/com/gps/hibernate/UserPreferences.java 23 fieldCommentRequirement Required
84153 src/com/gps/hibernate/UserPreferences.java 24 fieldCommentRequirement Required
84154 src/com/gps/hibernate/UserPreferences.java 25 fieldCommentRequirement Required
84155 src/com/gps/hibernate/UserPreferences.java 26 fieldCommentRequirement Required
84156 src/com/gps/hibernate/UserPreferences.java 27 fieldCommentRequirement Required
84157 src/com/gps/hibernate/UserPreferences.java 28 fieldCommentRequirement Required
84158 src/com/gps/hibernate/UserPreferences.java 29 fieldCommentRequirement Required
84159 src/com/gps/hibernate/UserPreferences.java 34 Document empty constructor
84160 src/com/gps/hibernate/UserPreferences.java 38 Parameter 'userDetails' is not assigned and could be declared final
84161 src/com/gps/hibernate/UserPreferences.java 43 Avoid long parameter lists.
84162 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'sourceLocation' is not assigned and could be declared final
84163 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'userDetails' is not assigned and could be declared final
84164 src/com/gps/hibernate/UserPreferences.java 44 Avoid excessively long variable names like searchPreferenceStatus
84165 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'destination' is not assigned and could be declared final
84166 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
84167 src/com/gps/hibernate/UserPreferences.java 45 Avoid excessively long variable names like startDistanceLimit
84168 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'destinationLimit' is not assigned and could be declared final
84169 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'startDistanceLimit' is not assigned and could be declared final
84170 src/com/gps/hibernate/UserPreferences.java 46 Avoid excessively long variable names like distancePreferenceStatus
84171 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
84172 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'roleType' is not assigned and could be declared final
84173 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'genderPreference' is not assigned and could be declared final
84174 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'smokingPreference' is not assigned and could be declared final
84175 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'emailAlert' is not assigned and could be declared final
84176 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'smsAlert' is not assigned and could be declared final
84177 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'tripFrequency' is not assigned and could be declared final
84178 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'drivingPreference' is not assigned and could be declared final
84179 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'speedLimit' is not assigned and could be declared final
84180 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'stopLimit' is not assigned and could be declared final
84181 src/com/gps/hibernate/UserPreferences.java 70 publicMethodCommentRequirement Required
84182 src/com/gps/hibernate/UserPreferences.java 74 Parameter 'userPrefId' is not assigned and could be declared final
84183 src/com/gps/hibernate/UserPreferences.java 74 publicMethodCommentRequirement Required
84184 src/com/gps/hibernate/UserPreferences.java 78 publicMethodCommentRequirement Required
84185 src/com/gps/hibernate/UserPreferences.java 82 Parameter 'userDetails' is not assigned and could be declared final
84186 src/com/gps/hibernate/UserPreferences.java 82 publicMethodCommentRequirement Required
84187 src/com/gps/hibernate/UserPreferences.java 86 publicMethodCommentRequirement Required
84188 src/com/gps/hibernate/UserPreferences.java 90 Parameter 'sourceLocation' is not assigned and could be declared final
84189 src/com/gps/hibernate/UserPreferences.java 90 publicMethodCommentRequirement Required
84190 src/com/gps/hibernate/UserPreferences.java 94 publicMethodCommentRequirement Required
84191 src/com/gps/hibernate/UserPreferences.java 98 Parameter 'destination' is not assigned and could be declared final
84192 src/com/gps/hibernate/UserPreferences.java 98 publicMethodCommentRequirement Required
84193 src/com/gps/hibernate/UserPreferences.java 102 publicMethodCommentRequirement Required
84194 src/com/gps/hibernate/UserPreferences.java 106 Avoid excessively long variable names like searchPreferenceStatus
84195 src/com/gps/hibernate/UserPreferences.java 106 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
84196 src/com/gps/hibernate/UserPreferences.java 106 publicMethodCommentRequirement Required
84197 src/com/gps/hibernate/UserPreferences.java 110 publicMethodCommentRequirement Required
84198 src/com/gps/hibernate/UserPreferences.java 114 Parameter 'destinationLimit' is not assigned and could be declared final
84199 src/com/gps/hibernate/UserPreferences.java 114 publicMethodCommentRequirement Required
84200 src/com/gps/hibernate/UserPreferences.java 118 publicMethodCommentRequirement Required
84201 src/com/gps/hibernate/UserPreferences.java 122 Avoid excessively long variable names like startDistanceLimit
84202 src/com/gps/hibernate/UserPreferences.java 122 Parameter 'startDistanceLimit' is not assigned and could be declared final
84203 src/com/gps/hibernate/UserPreferences.java 122 publicMethodCommentRequirement Required
84204 src/com/gps/hibernate/UserPreferences.java 126 publicMethodCommentRequirement Required
84205 src/com/gps/hibernate/UserPreferences.java 130 Avoid excessively long variable names like distancePreferenceStatus
84206 src/com/gps/hibernate/UserPreferences.java 130 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
84207 src/com/gps/hibernate/UserPreferences.java 130 publicMethodCommentRequirement Required
84208 src/com/gps/hibernate/UserPreferences.java 134 publicMethodCommentRequirement Required
84209 src/com/gps/hibernate/UserPreferences.java 138 Parameter 'roleType' is not assigned and could be declared final
84210 src/com/gps/hibernate/UserPreferences.java 138 publicMethodCommentRequirement Required
84211 src/com/gps/hibernate/UserPreferences.java 142 publicMethodCommentRequirement Required
84212 src/com/gps/hibernate/UserPreferences.java 146 Parameter 'smokingPreference' is not assigned and could be declared final
84213 src/com/gps/hibernate/UserPreferences.java 146 publicMethodCommentRequirement Required
84214 src/com/gps/hibernate/UserPreferences.java 150 publicMethodCommentRequirement Required
84215 src/com/gps/hibernate/UserPreferences.java 154 Parameter 'genderPreference' is not assigned and could be declared final
84216 src/com/gps/hibernate/UserPreferences.java 154 publicMethodCommentRequirement Required
84217 src/com/gps/hibernate/UserPreferences.java 158 publicMethodCommentRequirement Required
84218 src/com/gps/hibernate/UserPreferences.java 162 Parameter 'emailAlert' is not assigned and could be declared final
84219 src/com/gps/hibernate/UserPreferences.java 162 publicMethodCommentRequirement Required
84220 src/com/gps/hibernate/UserPreferences.java 166 publicMethodCommentRequirement Required
84221 src/com/gps/hibernate/UserPreferences.java 170 Parameter 'smsAlert' is not assigned and could be declared final
84222 src/com/gps/hibernate/UserPreferences.java 170 publicMethodCommentRequirement Required
84223 src/com/gps/hibernate/UserPreferences.java 174 publicMethodCommentRequirement Required
84224 src/com/gps/hibernate/UserPreferences.java 178 Parameter 'tripFrequency' is not assigned and could be declared final
84225 src/com/gps/hibernate/UserPreferences.java 178 publicMethodCommentRequirement Required
84226 src/com/gps/hibernate/UserPreferences.java 182 publicMethodCommentRequirement Required
84227 src/com/gps/hibernate/UserPreferences.java 186 Parameter 'drivingPreference' is not assigned and could be declared final
84228 src/com/gps/hibernate/UserPreferences.java 186 publicMethodCommentRequirement Required
84229 src/com/gps/hibernate/UserPreferences.java 190 publicMethodCommentRequirement Required
84230 src/com/gps/hibernate/UserPreferences.java 194 Parameter 'speedLimit' is not assigned and could be declared final
84231 src/com/gps/hibernate/UserPreferences.java 194 publicMethodCommentRequirement Required
84232 src/com/gps/hibernate/UserPreferences.java 198 publicMethodCommentRequirement Required
84233 src/com/gps/hibernate/UserPreferences.java 202 Parameter 'stopLimit' is not assigned and could be declared final
84234 src/com/gps/hibernate/UserPreferences.java 202 publicMethodCommentRequirement Required
84235 src/com/gps/hibernate/UserPreferencesDAO.java 10 Comment is too large: Too many lines
84236 src/com/gps/hibernate/UserPreferencesDAO.java 22 This class has too many methods, consider refactoring it.
84237 src/com/gps/hibernate/UserPreferencesDAO.java 23 Logger should be defined private static final and have the correct class
84238 src/com/gps/hibernate/UserPreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84239 src/com/gps/hibernate/UserPreferencesDAO.java 23 fieldCommentRequirement Required
84240 src/com/gps/hibernate/UserPreferencesDAO.java 25 fieldCommentRequirement Required
84241 src/com/gps/hibernate/UserPreferencesDAO.java 26 fieldCommentRequirement Required
84242 src/com/gps/hibernate/UserPreferencesDAO.java 27 Avoid excessively long variable names like SEARCH_PREFERENCE_STATUS
84243 src/com/gps/hibernate/UserPreferencesDAO.java 27 fieldCommentRequirement Required
84244 src/com/gps/hibernate/UserPreferencesDAO.java 28 fieldCommentRequirement Required
84245 src/com/gps/hibernate/UserPreferencesDAO.java 29 Avoid excessively long variable names like START_DISTANCE_LIMIT
84246 src/com/gps/hibernate/UserPreferencesDAO.java 29 fieldCommentRequirement Required
84247 src/com/gps/hibernate/UserPreferencesDAO.java 30 Avoid excessively long variable names like DISTANCE_PREFERENCE_STATUS
84248 src/com/gps/hibernate/UserPreferencesDAO.java 30 fieldCommentRequirement Required
84249 src/com/gps/hibernate/UserPreferencesDAO.java 31 fieldCommentRequirement Required
84250 src/com/gps/hibernate/UserPreferencesDAO.java 32 Avoid excessively long variable names like SMOKING_PREFERENCE
84251 src/com/gps/hibernate/UserPreferencesDAO.java 32 fieldCommentRequirement Required
84252 src/com/gps/hibernate/UserPreferencesDAO.java 33 fieldCommentRequirement Required
84253 src/com/gps/hibernate/UserPreferencesDAO.java 34 fieldCommentRequirement Required
84254 src/com/gps/hibernate/UserPreferencesDAO.java 35 fieldCommentRequirement Required
84255 src/com/gps/hibernate/UserPreferencesDAO.java 36 fieldCommentRequirement Required
84256 src/com/gps/hibernate/UserPreferencesDAO.java 37 Avoid excessively long variable names like DRIVING_PREFERENCE
84257 src/com/gps/hibernate/UserPreferencesDAO.java 37 fieldCommentRequirement Required
84258 src/com/gps/hibernate/UserPreferencesDAO.java 38 fieldCommentRequirement Required
84259 src/com/gps/hibernate/UserPreferencesDAO.java 39 fieldCommentRequirement Required
84260 src/com/gps/hibernate/UserPreferencesDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
84261 src/com/gps/hibernate/UserPreferencesDAO.java 41 publicMethodCommentRequirement Required
84262 src/com/gps/hibernate/UserPreferencesDAO.java 42 There is log block not surrounded by if
84263 src/com/gps/hibernate/UserPreferencesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84264 src/com/gps/hibernate/UserPreferencesDAO.java 44 Potential violation of Law of Demeter (method chain calls)
84265 src/com/gps/hibernate/UserPreferencesDAO.java 45 There is log block not surrounded by if
84266 src/com/gps/hibernate/UserPreferencesDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84267 src/com/gps/hibernate/UserPreferencesDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84268 src/com/gps/hibernate/UserPreferencesDAO.java 47 There is log block not surrounded by if
84269 src/com/gps/hibernate/UserPreferencesDAO.java 52 Avoid excessively long variable names like persistentInstance
84270 src/com/gps/hibernate/UserPreferencesDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
84271 src/com/gps/hibernate/UserPreferencesDAO.java 52 publicMethodCommentRequirement Required
84272 src/com/gps/hibernate/UserPreferencesDAO.java 53 There is log block not surrounded by if
84273 src/com/gps/hibernate/UserPreferencesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84274 src/com/gps/hibernate/UserPreferencesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
84275 src/com/gps/hibernate/UserPreferencesDAO.java 56 There is log block not surrounded by if
84276 src/com/gps/hibernate/UserPreferencesDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84277 src/com/gps/hibernate/UserPreferencesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84278 src/com/gps/hibernate/UserPreferencesDAO.java 58 There is log block not surrounded by if
84279 src/com/gps/hibernate/UserPreferencesDAO.java 63 Avoid variables with short names like id
84280 src/com/gps/hibernate/UserPreferencesDAO.java 63 Parameter 'id' is not assigned and could be declared final
84281 src/com/gps/hibernate/UserPreferencesDAO.java 63 publicMethodCommentRequirement Required
84282 src/com/gps/hibernate/UserPreferencesDAO.java 64 There is log block not surrounded by if
84283 src/com/gps/hibernate/UserPreferencesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84284 src/com/gps/hibernate/UserPreferencesDAO.java 66 Local variable 'instance' could be declared final
84285 src/com/gps/hibernate/UserPreferencesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
84286 src/com/gps/hibernate/UserPreferencesDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84287 src/com/gps/hibernate/UserPreferencesDAO.java 70 There is log block not surrounded by if
84288 src/com/gps/hibernate/UserPreferencesDAO.java 75 Parameter 'instance' is not assigned and could be declared final
84289 src/com/gps/hibernate/UserPreferencesDAO.java 75 publicMethodCommentRequirement Required
84290 src/com/gps/hibernate/UserPreferencesDAO.java 76 There is log block not surrounded by if
84291 src/com/gps/hibernate/UserPreferencesDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84292 src/com/gps/hibernate/UserPreferencesDAO.java 78 Local variable 'results' could be declared final
84293 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
84294 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
84295 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
84296 src/com/gps/hibernate/UserPreferencesDAO.java 81 There is log block not surrounded by if
84297 src/com/gps/hibernate/UserPreferencesDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84298 src/com/gps/hibernate/UserPreferencesDAO.java 82 Potential violation of Law of Demeter (object not created locally)
84299 src/com/gps/hibernate/UserPreferencesDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84300 src/com/gps/hibernate/UserPreferencesDAO.java 85 There is log block not surrounded by if
84301 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
84302 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'value' is not assigned and could be declared final
84303 src/com/gps/hibernate/UserPreferencesDAO.java 90 publicMethodCommentRequirement Required
84304 src/com/gps/hibernate/UserPreferencesDAO.java 91 There is log block not surrounded by if
84305 src/com/gps/hibernate/UserPreferencesDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84306 src/com/gps/hibernate/UserPreferencesDAO.java 94 Local variable 'queryString' could be declared final
84307 src/com/gps/hibernate/UserPreferencesDAO.java 96 Local variable 'queryObject' could be declared final
84308 src/com/gps/hibernate/UserPreferencesDAO.java 96 Potential violation of Law of Demeter (method chain calls)
84309 src/com/gps/hibernate/UserPreferencesDAO.java 97 Potential violation of Law of Demeter (object not created locally)
84310 src/com/gps/hibernate/UserPreferencesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
84311 src/com/gps/hibernate/UserPreferencesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84312 src/com/gps/hibernate/UserPreferencesDAO.java 100 There is log block not surrounded by if
84313 src/com/gps/hibernate/UserPreferencesDAO.java 105 Parameter 'sourceLocation' is not assigned and could be declared final
84314 src/com/gps/hibernate/UserPreferencesDAO.java 105 publicMethodCommentRequirement Required
84315 src/com/gps/hibernate/UserPreferencesDAO.java 109 Parameter 'destination' is not assigned and could be declared final
84316 src/com/gps/hibernate/UserPreferencesDAO.java 109 publicMethodCommentRequirement Required
84317 src/com/gps/hibernate/UserPreferencesDAO.java 113 Avoid excessively long variable names like searchPreferenceStatus
84318 src/com/gps/hibernate/UserPreferencesDAO.java 113 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
84319 src/com/gps/hibernate/UserPreferencesDAO.java 113 publicMethodCommentRequirement Required
84320 src/com/gps/hibernate/UserPreferencesDAO.java 117 Parameter 'destinationLimit' is not assigned and could be declared final
84321 src/com/gps/hibernate/UserPreferencesDAO.java 117 publicMethodCommentRequirement Required
84322 src/com/gps/hibernate/UserPreferencesDAO.java 121 Avoid excessively long variable names like startDistanceLimit
84323 src/com/gps/hibernate/UserPreferencesDAO.java 121 Parameter 'startDistanceLimit' is not assigned and could be declared final
84324 src/com/gps/hibernate/UserPreferencesDAO.java 121 publicMethodCommentRequirement Required
84325 src/com/gps/hibernate/UserPreferencesDAO.java 125 Avoid excessively long variable names like distancePreferenceStatus
84326 src/com/gps/hibernate/UserPreferencesDAO.java 125 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
84327 src/com/gps/hibernate/UserPreferencesDAO.java 125 publicMethodCommentRequirement Required
84328 src/com/gps/hibernate/UserPreferencesDAO.java 130 Parameter 'roleType' is not assigned and could be declared final
84329 src/com/gps/hibernate/UserPreferencesDAO.java 130 publicMethodCommentRequirement Required
84330 src/com/gps/hibernate/UserPreferencesDAO.java 134 Parameter 'smokingPreference' is not assigned and could be declared final
84331 src/com/gps/hibernate/UserPreferencesDAO.java 134 publicMethodCommentRequirement Required
84332 src/com/gps/hibernate/UserPreferencesDAO.java 138 Parameter 'genderPreference' is not assigned and could be declared final
84333 src/com/gps/hibernate/UserPreferencesDAO.java 138 publicMethodCommentRequirement Required
84334 src/com/gps/hibernate/UserPreferencesDAO.java 142 Parameter 'emailAlert' is not assigned and could be declared final
84335 src/com/gps/hibernate/UserPreferencesDAO.java 142 publicMethodCommentRequirement Required
84336 src/com/gps/hibernate/UserPreferencesDAO.java 146 Parameter 'smsAlert' is not assigned and could be declared final
84337 src/com/gps/hibernate/UserPreferencesDAO.java 146 publicMethodCommentRequirement Required
84338 src/com/gps/hibernate/UserPreferencesDAO.java 150 Parameter 'tripFrequency' is not assigned and could be declared final
84339 src/com/gps/hibernate/UserPreferencesDAO.java 150 publicMethodCommentRequirement Required
84340 src/com/gps/hibernate/UserPreferencesDAO.java 154 Parameter 'drivingPreference' is not assigned and could be declared final
84341 src/com/gps/hibernate/UserPreferencesDAO.java 154 publicMethodCommentRequirement Required
84342 src/com/gps/hibernate/UserPreferencesDAO.java 158 Parameter 'speedLimit' is not assigned and could be declared final
84343 src/com/gps/hibernate/UserPreferencesDAO.java 158 publicMethodCommentRequirement Required
84344 src/com/gps/hibernate/UserPreferencesDAO.java 162 Parameter 'stopLimit' is not assigned and could be declared final
84345 src/com/gps/hibernate/UserPreferencesDAO.java 162 publicMethodCommentRequirement Required
84346 src/com/gps/hibernate/UserPreferencesDAO.java 166 publicMethodCommentRequirement Required
84347 src/com/gps/hibernate/UserPreferencesDAO.java 167 There is log block not surrounded by if
84348 src/com/gps/hibernate/UserPreferencesDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84349 src/com/gps/hibernate/UserPreferencesDAO.java 169 Local variable 'queryString' could be declared final
84350 src/com/gps/hibernate/UserPreferencesDAO.java 170 Local variable 'queryObject' could be declared final
84351 src/com/gps/hibernate/UserPreferencesDAO.java 170 Potential violation of Law of Demeter (method chain calls)
84352 src/com/gps/hibernate/UserPreferencesDAO.java 171 Potential violation of Law of Demeter (object not created locally)
84353 src/com/gps/hibernate/UserPreferencesDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84354 src/com/gps/hibernate/UserPreferencesDAO.java 173 There is log block not surrounded by if
84355 src/com/gps/hibernate/UserPreferencesDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
84356 src/com/gps/hibernate/UserPreferencesDAO.java 178 publicMethodCommentRequirement Required
84357 src/com/gps/hibernate/UserPreferencesDAO.java 179 There is log block not surrounded by if
84358 src/com/gps/hibernate/UserPreferencesDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84359 src/com/gps/hibernate/UserPreferencesDAO.java 181 Local variable 'result' could be declared final
84360 src/com/gps/hibernate/UserPreferencesDAO.java 181 Potential violation of Law of Demeter (method chain calls)
84361 src/com/gps/hibernate/UserPreferencesDAO.java 183 There is log block not surrounded by if
84362 src/com/gps/hibernate/UserPreferencesDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84363 src/com/gps/hibernate/UserPreferencesDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84364 src/com/gps/hibernate/UserPreferencesDAO.java 186 There is log block not surrounded by if
84365 src/com/gps/hibernate/UserPreferencesDAO.java 191 Parameter 'instance' is not assigned and could be declared final
84366 src/com/gps/hibernate/UserPreferencesDAO.java 191 publicMethodCommentRequirement Required
84367 src/com/gps/hibernate/UserPreferencesDAO.java 192 There is log block not surrounded by if
84368 src/com/gps/hibernate/UserPreferencesDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84369 src/com/gps/hibernate/UserPreferencesDAO.java 194 Potential violation of Law of Demeter (method chain calls)
84370 src/com/gps/hibernate/UserPreferencesDAO.java 195 There is log block not surrounded by if
84371 src/com/gps/hibernate/UserPreferencesDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84372 src/com/gps/hibernate/UserPreferencesDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84373 src/com/gps/hibernate/UserPreferencesDAO.java 197 There is log block not surrounded by if
84374 src/com/gps/hibernate/UserPreferencesDAO.java 202 Parameter 'instance' is not assigned and could be declared final
84375 src/com/gps/hibernate/UserPreferencesDAO.java 202 publicMethodCommentRequirement Required
84376 src/com/gps/hibernate/UserPreferencesDAO.java 203 There is log block not surrounded by if
84377 src/com/gps/hibernate/UserPreferencesDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84378 src/com/gps/hibernate/UserPreferencesDAO.java 205 Potential violation of Law of Demeter (method chain calls)
84379 src/com/gps/hibernate/UserPreferencesDAO.java 206 There is log block not surrounded by if
84380 src/com/gps/hibernate/UserPreferencesDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84381 src/com/gps/hibernate/UserPreferencesDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84382 src/com/gps/hibernate/UserPreferencesDAO.java 208 There is log block not surrounded by if
84383 src/com/gps/hibernate/UserRfid.java 3 Avoid unused imports such as 'java.util.HashSet'
84384 src/com/gps/hibernate/UserRfid.java 4 Avoid unused imports such as 'java.util.Set'
84385 src/com/gps/hibernate/UserRfid.java 6 Classes implementing Serializable should set a serialVersionUID
84386 src/com/gps/hibernate/UserRfid.java 6 headerCommentRequirement Required
84387 src/com/gps/hibernate/UserRfid.java 11 Avoid variables with short names like id
84388 src/com/gps/hibernate/UserRfid.java 11 fieldCommentRequirement Required
84389 src/com/gps/hibernate/UserRfid.java 12 fieldCommentRequirement Required
84390 src/com/gps/hibernate/UserRfid.java 13 fieldCommentRequirement Required
84391 src/com/gps/hibernate/UserRfid.java 14 fieldCommentRequirement Required
84392 src/com/gps/hibernate/UserRfid.java 15 fieldCommentRequirement Required
84393 src/com/gps/hibernate/UserRfid.java 21 Document empty constructor
84394 src/com/gps/hibernate/UserRfid.java 25 Avoid variables with short names like id
84395 src/com/gps/hibernate/UserRfid.java 25 Parameter 'id' is not assigned and could be declared final
84396 src/com/gps/hibernate/UserRfid.java 25 Parameter 'rfidNo' is not assigned and could be declared final
84397 src/com/gps/hibernate/UserRfid.java 25 Parameter 'status' is not assigned and could be declared final
84398 src/com/gps/hibernate/UserRfid.java 25 Parameter 'user' is not assigned and could be declared final
84399 src/com/gps/hibernate/UserRfid.java 38 publicMethodCommentRequirement Required
84400 src/com/gps/hibernate/UserRfid.java 42 Avoid variables with short names like id
84401 src/com/gps/hibernate/UserRfid.java 42 Parameter 'id' is not assigned and could be declared final
84402 src/com/gps/hibernate/UserRfid.java 42 publicMethodCommentRequirement Required
84403 src/com/gps/hibernate/UserRfid.java 46 publicMethodCommentRequirement Required
84404 src/com/gps/hibernate/UserRfid.java 50 Parameter 'user' is not assigned and could be declared final
84405 src/com/gps/hibernate/UserRfid.java 50 publicMethodCommentRequirement Required
84406 src/com/gps/hibernate/UserRfid.java 54 publicMethodCommentRequirement Required
84407 src/com/gps/hibernate/UserRfid.java 58 Parameter 'rfidNo' is not assigned and could be declared final
84408 src/com/gps/hibernate/UserRfid.java 58 publicMethodCommentRequirement Required
84409 src/com/gps/hibernate/UserRfid.java 62 publicMethodCommentRequirement Required
84410 src/com/gps/hibernate/UserRfid.java 66 Parameter 'status' is not assigned and could be declared final
84411 src/com/gps/hibernate/UserRfid.java 66 publicMethodCommentRequirement Required
84412 src/com/gps/hibernate/UserRfid.java 80 Parameter 'tripSession' is not assigned and could be declared final
84413 src/com/gps/hibernate/UserRfidDAO.java 21 Logger should be defined private static final and have the correct class
84414 src/com/gps/hibernate/UserRfidDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
84415 src/com/gps/hibernate/UserRfidDAO.java 21 fieldCommentRequirement Required
84416 src/com/gps/hibernate/UserRfidDAO.java 23 fieldCommentRequirement Required
84417 src/com/gps/hibernate/UserRfidDAO.java 25 protectedMethodCommentRequirement Required
84418 src/com/gps/hibernate/UserRfidDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84419 src/com/gps/hibernate/UserRfidDAO.java 30 There is log block not surrounded by if
84420 src/com/gps/hibernate/UserRfidDAO.java 31 New exception is thrown in catch block, original stack trace may be lost
84421 src/com/gps/hibernate/UserRfidDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
84422 src/com/gps/hibernate/UserRfidDAO.java 35 publicMethodCommentRequirement Required
84423 src/com/gps/hibernate/UserRfidDAO.java 36 There is log block not surrounded by if
84424 src/com/gps/hibernate/UserRfidDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84425 src/com/gps/hibernate/UserRfidDAO.java 38 Potential violation of Law of Demeter (method chain calls)
84426 src/com/gps/hibernate/UserRfidDAO.java 39 There is log block not surrounded by if
84427 src/com/gps/hibernate/UserRfidDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84428 src/com/gps/hibernate/UserRfidDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84429 src/com/gps/hibernate/UserRfidDAO.java 42 There is log block not surrounded by if
84430 src/com/gps/hibernate/UserRfidDAO.java 47 Parameter 'instance' is not assigned and could be declared final
84431 src/com/gps/hibernate/UserRfidDAO.java 47 publicMethodCommentRequirement Required
84432 src/com/gps/hibernate/UserRfidDAO.java 48 There is log block not surrounded by if
84433 src/com/gps/hibernate/UserRfidDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84434 src/com/gps/hibernate/UserRfidDAO.java 50 Potential violation of Law of Demeter (method chain calls)
84435 src/com/gps/hibernate/UserRfidDAO.java 51 There is log block not surrounded by if
84436 src/com/gps/hibernate/UserRfidDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84437 src/com/gps/hibernate/UserRfidDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84438 src/com/gps/hibernate/UserRfidDAO.java 54 There is log block not surrounded by if
84439 src/com/gps/hibernate/UserRfidDAO.java 59 Parameter 'instance' is not assigned and could be declared final
84440 src/com/gps/hibernate/UserRfidDAO.java 59 publicMethodCommentRequirement Required
84441 src/com/gps/hibernate/UserRfidDAO.java 60 There is log block not surrounded by if
84442 src/com/gps/hibernate/UserRfidDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84443 src/com/gps/hibernate/UserRfidDAO.java 62 Potential violation of Law of Demeter (method chain calls)
84444 src/com/gps/hibernate/UserRfidDAO.java 63 There is log block not surrounded by if
84445 src/com/gps/hibernate/UserRfidDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84446 src/com/gps/hibernate/UserRfidDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84447 src/com/gps/hibernate/UserRfidDAO.java 66 There is log block not surrounded by if
84448 src/com/gps/hibernate/UserRfidDAO.java 71 Avoid excessively long variable names like persistentInstance
84449 src/com/gps/hibernate/UserRfidDAO.java 71 Parameter 'persistentInstance' is not assigned and could be declared final
84450 src/com/gps/hibernate/UserRfidDAO.java 71 publicMethodCommentRequirement Required
84451 src/com/gps/hibernate/UserRfidDAO.java 72 There is log block not surrounded by if
84452 src/com/gps/hibernate/UserRfidDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84453 src/com/gps/hibernate/UserRfidDAO.java 74 Potential violation of Law of Demeter (method chain calls)
84454 src/com/gps/hibernate/UserRfidDAO.java 75 There is log block not surrounded by if
84455 src/com/gps/hibernate/UserRfidDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84456 src/com/gps/hibernate/UserRfidDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84457 src/com/gps/hibernate/UserRfidDAO.java 78 There is log block not surrounded by if
84458 src/com/gps/hibernate/UserRfidDAO.java 83 Parameter 'detachedInstance' is not assigned and could be declared final
84459 src/com/gps/hibernate/UserRfidDAO.java 83 publicMethodCommentRequirement Required
84460 src/com/gps/hibernate/UserRfidDAO.java 84 There is log block not surrounded by if
84461 src/com/gps/hibernate/UserRfidDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84462 src/com/gps/hibernate/UserRfidDAO.java 86 Local variable 'result' could be declared final
84463 src/com/gps/hibernate/UserRfidDAO.java 86 Potential violation of Law of Demeter (method chain calls)
84464 src/com/gps/hibernate/UserRfidDAO.java 88 There is log block not surrounded by if
84465 src/com/gps/hibernate/UserRfidDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84466 src/com/gps/hibernate/UserRfidDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84467 src/com/gps/hibernate/UserRfidDAO.java 92 There is log block not surrounded by if
84468 src/com/gps/hibernate/UserRfidDAO.java 97 Avoid variables with short names like id
84469 src/com/gps/hibernate/UserRfidDAO.java 97 Parameter 'id' is not assigned and could be declared final
84470 src/com/gps/hibernate/UserRfidDAO.java 97 publicMethodCommentRequirement Required
84471 src/com/gps/hibernate/UserRfidDAO.java 98 There is log block not surrounded by if
84472 src/com/gps/hibernate/UserRfidDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84473 src/com/gps/hibernate/UserRfidDAO.java 100 Local variable 'instance' could be declared final
84474 src/com/gps/hibernate/UserRfidDAO.java 100 Potential violation of Law of Demeter (method chain calls)
84475 src/com/gps/hibernate/UserRfidDAO.java 103 There is log block not surrounded by if
84476 src/com/gps/hibernate/UserRfidDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84477 src/com/gps/hibernate/UserRfidDAO.java 106 There is log block not surrounded by if
84478 src/com/gps/hibernate/UserRfidDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84479 src/com/gps/hibernate/UserRfidDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84480 src/com/gps/hibernate/UserRfidDAO.java 111 There is log block not surrounded by if
84481 src/com/gps/hibernate/UserRfidDAO.java 117 Parameter 'instance' is not assigned and could be declared final
84482 src/com/gps/hibernate/UserRfidDAO.java 117 publicMethodCommentRequirement Required
84483 src/com/gps/hibernate/UserRfidDAO.java 118 There is log block not surrounded by if
84484 src/com/gps/hibernate/UserRfidDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84485 src/com/gps/hibernate/UserRfidDAO.java 120 Local variable 'results' could be declared final
84486 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
84487 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
84488 src/com/gps/hibernate/UserRfidDAO.java 120 Potential violation of Law of Demeter (method chain calls)
84489 src/com/gps/hibernate/UserRfidDAO.java 124 Potential violation of Law of Demeter (object not created locally)
84490 src/com/gps/hibernate/UserRfidDAO.java 124 There is log block not surrounded by if
84491 src/com/gps/hibernate/UserRfidDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84492 src/com/gps/hibernate/UserRfidDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84493 src/com/gps/hibernate/UserRfidDAO.java 128 There is log block not surrounded by if
84494 src/com/gps/hibernate/Usergroup.java 9 Classes implementing Serializable should set a serialVersionUID
84495 src/com/gps/hibernate/Usergroup.java 13 fieldCommentRequirement Required
84496 src/com/gps/hibernate/Usergroup.java 14 fieldCommentRequirement Required
84497 src/com/gps/hibernate/Usergroup.java 15 fieldCommentRequirement Required
84498 src/com/gps/hibernate/Usergroup.java 16 fieldCommentRequirement Required
84499 src/com/gps/hibernate/Usergroup.java 17 fieldCommentRequirement Required
84500 src/com/gps/hibernate/Usergroup.java 22 Document empty constructor
84501 src/com/gps/hibernate/Usergroup.java 26 Parameter 'userGroupId' is not assigned and could be declared final
84502 src/com/gps/hibernate/Usergroup.java 31 Parameter 'companyId' is not assigned and could be declared final
84503 src/com/gps/hibernate/Usergroup.java 31 Parameter 'parentUserGroupId' is not assigned and could be declared final
84504 src/com/gps/hibernate/Usergroup.java 31 Parameter 'userGroupId' is not assigned and could be declared final
84505 src/com/gps/hibernate/Usergroup.java 32 Parameter 'description' is not assigned and could be declared final
84506 src/com/gps/hibernate/Usergroup.java 32 Parameter 'name' is not assigned and could be declared final
84507 src/com/gps/hibernate/Usergroup.java 42 publicMethodCommentRequirement Required
84508 src/com/gps/hibernate/Usergroup.java 46 Parameter 'userGroupId' is not assigned and could be declared final
84509 src/com/gps/hibernate/Usergroup.java 46 publicMethodCommentRequirement Required
84510 src/com/gps/hibernate/Usergroup.java 50 publicMethodCommentRequirement Required
84511 src/com/gps/hibernate/Usergroup.java 54 Parameter 'companyId' is not assigned and could be declared final
84512 src/com/gps/hibernate/Usergroup.java 54 publicMethodCommentRequirement Required
84513 src/com/gps/hibernate/Usergroup.java 58 publicMethodCommentRequirement Required
84514 src/com/gps/hibernate/Usergroup.java 62 Parameter 'parentUserGroupId' is not assigned and could be declared final
84515 src/com/gps/hibernate/Usergroup.java 62 publicMethodCommentRequirement Required
84516 src/com/gps/hibernate/Usergroup.java 66 publicMethodCommentRequirement Required
84517 src/com/gps/hibernate/Usergroup.java 70 Parameter 'name' is not assigned and could be declared final
84518 src/com/gps/hibernate/Usergroup.java 70 publicMethodCommentRequirement Required
84519 src/com/gps/hibernate/Usergroup.java 74 publicMethodCommentRequirement Required
84520 src/com/gps/hibernate/Usergroup.java 78 Parameter 'description' is not assigned and could be declared final
84521 src/com/gps/hibernate/Usergroup.java 78 publicMethodCommentRequirement Required
84522 src/com/gps/hibernate/UsergroupDAO.java 10 Comment is too large: Too many lines
84523 src/com/gps/hibernate/UsergroupDAO.java 22 This class has too many methods, consider refactoring it.
84524 src/com/gps/hibernate/UsergroupDAO.java 23 Logger should be defined private static final and have the correct class
84525 src/com/gps/hibernate/UsergroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84526 src/com/gps/hibernate/UsergroupDAO.java 23 fieldCommentRequirement Required
84527 src/com/gps/hibernate/UsergroupDAO.java 25 fieldCommentRequirement Required
84528 src/com/gps/hibernate/UsergroupDAO.java 26 Avoid excessively long variable names like PARENT_USER_GROUP_ID
84529 src/com/gps/hibernate/UsergroupDAO.java 26 fieldCommentRequirement Required
84530 src/com/gps/hibernate/UsergroupDAO.java 27 fieldCommentRequirement Required
84531 src/com/gps/hibernate/UsergroupDAO.java 28 fieldCommentRequirement Required
84532 src/com/gps/hibernate/UsergroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
84533 src/com/gps/hibernate/UsergroupDAO.java 30 publicMethodCommentRequirement Required
84534 src/com/gps/hibernate/UsergroupDAO.java 31 There is log block not surrounded by if
84535 src/com/gps/hibernate/UsergroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84536 src/com/gps/hibernate/UsergroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
84537 src/com/gps/hibernate/UsergroupDAO.java 34 There is log block not surrounded by if
84538 src/com/gps/hibernate/UsergroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84539 src/com/gps/hibernate/UsergroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84540 src/com/gps/hibernate/UsergroupDAO.java 36 There is log block not surrounded by if
84541 src/com/gps/hibernate/UsergroupDAO.java 41 Avoid excessively long variable names like persistentInstance
84542 src/com/gps/hibernate/UsergroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
84543 src/com/gps/hibernate/UsergroupDAO.java 41 publicMethodCommentRequirement Required
84544 src/com/gps/hibernate/UsergroupDAO.java 42 There is log block not surrounded by if
84545 src/com/gps/hibernate/UsergroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84546 src/com/gps/hibernate/UsergroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
84547 src/com/gps/hibernate/UsergroupDAO.java 45 There is log block not surrounded by if
84548 src/com/gps/hibernate/UsergroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84549 src/com/gps/hibernate/UsergroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84550 src/com/gps/hibernate/UsergroupDAO.java 47 There is log block not surrounded by if
84551 src/com/gps/hibernate/UsergroupDAO.java 52 Avoid variables with short names like id
84552 src/com/gps/hibernate/UsergroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
84553 src/com/gps/hibernate/UsergroupDAO.java 52 publicMethodCommentRequirement Required
84554 src/com/gps/hibernate/UsergroupDAO.java 53 There is log block not surrounded by if
84555 src/com/gps/hibernate/UsergroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84556 src/com/gps/hibernate/UsergroupDAO.java 55 Local variable 'instance' could be declared final
84557 src/com/gps/hibernate/UsergroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
84558 src/com/gps/hibernate/UsergroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84559 src/com/gps/hibernate/UsergroupDAO.java 59 There is log block not surrounded by if
84560 src/com/gps/hibernate/UsergroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
84561 src/com/gps/hibernate/UsergroupDAO.java 64 publicMethodCommentRequirement Required
84562 src/com/gps/hibernate/UsergroupDAO.java 65 There is log block not surrounded by if
84563 src/com/gps/hibernate/UsergroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84564 src/com/gps/hibernate/UsergroupDAO.java 67 Local variable 'results' could be declared final
84565 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84566 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84567 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84568 src/com/gps/hibernate/UsergroupDAO.java 70 There is log block not surrounded by if
84569 src/com/gps/hibernate/UsergroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84570 src/com/gps/hibernate/UsergroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
84571 src/com/gps/hibernate/UsergroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84572 src/com/gps/hibernate/UsergroupDAO.java 74 There is log block not surrounded by if
84573 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
84574 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
84575 src/com/gps/hibernate/UsergroupDAO.java 79 publicMethodCommentRequirement Required
84576 src/com/gps/hibernate/UsergroupDAO.java 80 There is log block not surrounded by if
84577 src/com/gps/hibernate/UsergroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84578 src/com/gps/hibernate/UsergroupDAO.java 83 Local variable 'queryString' could be declared final
84579 src/com/gps/hibernate/UsergroupDAO.java 85 Local variable 'queryObject' could be declared final
84580 src/com/gps/hibernate/UsergroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
84581 src/com/gps/hibernate/UsergroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
84582 src/com/gps/hibernate/UsergroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
84583 src/com/gps/hibernate/UsergroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84584 src/com/gps/hibernate/UsergroupDAO.java 89 There is log block not surrounded by if
84585 src/com/gps/hibernate/UsergroupDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
84586 src/com/gps/hibernate/UsergroupDAO.java 94 publicMethodCommentRequirement Required
84587 src/com/gps/hibernate/UsergroupDAO.java 98 Parameter 'parentUserGroupId' is not assigned and could be declared final
84588 src/com/gps/hibernate/UsergroupDAO.java 98 publicMethodCommentRequirement Required
84589 src/com/gps/hibernate/UsergroupDAO.java 102 Parameter 'name' is not assigned and could be declared final
84590 src/com/gps/hibernate/UsergroupDAO.java 102 publicMethodCommentRequirement Required
84591 src/com/gps/hibernate/UsergroupDAO.java 106 Parameter 'description' is not assigned and could be declared final
84592 src/com/gps/hibernate/UsergroupDAO.java 106 publicMethodCommentRequirement Required
84593 src/com/gps/hibernate/UsergroupDAO.java 110 publicMethodCommentRequirement Required
84594 src/com/gps/hibernate/UsergroupDAO.java 111 There is log block not surrounded by if
84595 src/com/gps/hibernate/UsergroupDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84596 src/com/gps/hibernate/UsergroupDAO.java 113 Local variable 'queryString' could be declared final
84597 src/com/gps/hibernate/UsergroupDAO.java 114 Local variable 'queryObject' could be declared final
84598 src/com/gps/hibernate/UsergroupDAO.java 114 Potential violation of Law of Demeter (method chain calls)
84599 src/com/gps/hibernate/UsergroupDAO.java 115 Potential violation of Law of Demeter (object not created locally)
84600 src/com/gps/hibernate/UsergroupDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84601 src/com/gps/hibernate/UsergroupDAO.java 117 There is log block not surrounded by if
84602 src/com/gps/hibernate/UsergroupDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
84603 src/com/gps/hibernate/UsergroupDAO.java 122 publicMethodCommentRequirement Required
84604 src/com/gps/hibernate/UsergroupDAO.java 123 There is log block not surrounded by if
84605 src/com/gps/hibernate/UsergroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84606 src/com/gps/hibernate/UsergroupDAO.java 125 Local variable 'result' could be declared final
84607 src/com/gps/hibernate/UsergroupDAO.java 125 Potential violation of Law of Demeter (method chain calls)
84608 src/com/gps/hibernate/UsergroupDAO.java 126 There is log block not surrounded by if
84609 src/com/gps/hibernate/UsergroupDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84610 src/com/gps/hibernate/UsergroupDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84611 src/com/gps/hibernate/UsergroupDAO.java 129 There is log block not surrounded by if
84612 src/com/gps/hibernate/UsergroupDAO.java 134 Parameter 'instance' is not assigned and could be declared final
84613 src/com/gps/hibernate/UsergroupDAO.java 134 publicMethodCommentRequirement Required
84614 src/com/gps/hibernate/UsergroupDAO.java 135 There is log block not surrounded by if
84615 src/com/gps/hibernate/UsergroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84616 src/com/gps/hibernate/UsergroupDAO.java 137 Potential violation of Law of Demeter (method chain calls)
84617 src/com/gps/hibernate/UsergroupDAO.java 138 There is log block not surrounded by if
84618 src/com/gps/hibernate/UsergroupDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84619 src/com/gps/hibernate/UsergroupDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84620 src/com/gps/hibernate/UsergroupDAO.java 140 There is log block not surrounded by if
84621 src/com/gps/hibernate/UsergroupDAO.java 145 Parameter 'instance' is not assigned and could be declared final
84622 src/com/gps/hibernate/UsergroupDAO.java 145 publicMethodCommentRequirement Required
84623 src/com/gps/hibernate/UsergroupDAO.java 146 There is log block not surrounded by if
84624 src/com/gps/hibernate/UsergroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84625 src/com/gps/hibernate/UsergroupDAO.java 148 Potential violation of Law of Demeter (method chain calls)
84626 src/com/gps/hibernate/UsergroupDAO.java 149 There is log block not surrounded by if
84627 src/com/gps/hibernate/UsergroupDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84628 src/com/gps/hibernate/UsergroupDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84629 src/com/gps/hibernate/UsergroupDAO.java 151 There is log block not surrounded by if
84630 src/com/gps/hibernate/Usergrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
84631 src/com/gps/hibernate/Usergrouprole.java 13 Avoid variables with short names like id
84632 src/com/gps/hibernate/Usergrouprole.java 13 fieldCommentRequirement Required
84633 src/com/gps/hibernate/Usergrouprole.java 18 Document empty constructor
84634 src/com/gps/hibernate/Usergrouprole.java 22 Avoid variables with short names like id
84635 src/com/gps/hibernate/Usergrouprole.java 22 Parameter 'id' is not assigned and could be declared final
84636 src/com/gps/hibernate/Usergrouprole.java 28 publicMethodCommentRequirement Required
84637 src/com/gps/hibernate/Usergrouprole.java 32 Avoid variables with short names like id
84638 src/com/gps/hibernate/Usergrouprole.java 32 Parameter 'id' is not assigned and could be declared final
84639 src/com/gps/hibernate/Usergrouprole.java 32 publicMethodCommentRequirement Required
84640 src/com/gps/hibernate/UsergrouproleDAO.java 10 Comment is too large: Too many lines
84641 src/com/gps/hibernate/UsergrouproleDAO.java 23 Logger should be defined private static final and have the correct class
84642 src/com/gps/hibernate/UsergrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84643 src/com/gps/hibernate/UsergrouproleDAO.java 23 fieldCommentRequirement Required
84644 src/com/gps/hibernate/UsergrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
84645 src/com/gps/hibernate/UsergrouproleDAO.java 27 publicMethodCommentRequirement Required
84646 src/com/gps/hibernate/UsergrouproleDAO.java 28 There is log block not surrounded by if
84647 src/com/gps/hibernate/UsergrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84648 src/com/gps/hibernate/UsergrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
84649 src/com/gps/hibernate/UsergrouproleDAO.java 31 There is log block not surrounded by if
84650 src/com/gps/hibernate/UsergrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84651 src/com/gps/hibernate/UsergrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84652 src/com/gps/hibernate/UsergrouproleDAO.java 33 There is log block not surrounded by if
84653 src/com/gps/hibernate/UsergrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
84654 src/com/gps/hibernate/UsergrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
84655 src/com/gps/hibernate/UsergrouproleDAO.java 38 publicMethodCommentRequirement Required
84656 src/com/gps/hibernate/UsergrouproleDAO.java 39 There is log block not surrounded by if
84657 src/com/gps/hibernate/UsergrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84658 src/com/gps/hibernate/UsergrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
84659 src/com/gps/hibernate/UsergrouproleDAO.java 42 There is log block not surrounded by if
84660 src/com/gps/hibernate/UsergrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84661 src/com/gps/hibernate/UsergrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84662 src/com/gps/hibernate/UsergrouproleDAO.java 44 There is log block not surrounded by if
84663 src/com/gps/hibernate/UsergrouproleDAO.java 49 Avoid variables with short names like id
84664 src/com/gps/hibernate/UsergrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
84665 src/com/gps/hibernate/UsergrouproleDAO.java 49 publicMethodCommentRequirement Required
84666 src/com/gps/hibernate/UsergrouproleDAO.java 50 There is log block not surrounded by if
84667 src/com/gps/hibernate/UsergrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84668 src/com/gps/hibernate/UsergrouproleDAO.java 52 Local variable 'instance' could be declared final
84669 src/com/gps/hibernate/UsergrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
84670 src/com/gps/hibernate/UsergrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84671 src/com/gps/hibernate/UsergrouproleDAO.java 56 There is log block not surrounded by if
84672 src/com/gps/hibernate/UsergrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
84673 src/com/gps/hibernate/UsergrouproleDAO.java 61 publicMethodCommentRequirement Required
84674 src/com/gps/hibernate/UsergrouproleDAO.java 62 There is log block not surrounded by if
84675 src/com/gps/hibernate/UsergrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84676 src/com/gps/hibernate/UsergrouproleDAO.java 64 Local variable 'results' could be declared final
84677 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84678 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84679 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84680 src/com/gps/hibernate/UsergrouproleDAO.java 67 There is log block not surrounded by if
84681 src/com/gps/hibernate/UsergrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84682 src/com/gps/hibernate/UsergrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
84683 src/com/gps/hibernate/UsergrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84684 src/com/gps/hibernate/UsergrouproleDAO.java 71 There is log block not surrounded by if
84685 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
84686 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
84687 src/com/gps/hibernate/UsergrouproleDAO.java 76 publicMethodCommentRequirement Required
84688 src/com/gps/hibernate/UsergrouproleDAO.java 77 There is log block not surrounded by if
84689 src/com/gps/hibernate/UsergrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84690 src/com/gps/hibernate/UsergrouproleDAO.java 80 Local variable 'queryString' could be declared final
84691 src/com/gps/hibernate/UsergrouproleDAO.java 82 Local variable 'queryObject' could be declared final
84692 src/com/gps/hibernate/UsergrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
84693 src/com/gps/hibernate/UsergrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
84694 src/com/gps/hibernate/UsergrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
84695 src/com/gps/hibernate/UsergrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84696 src/com/gps/hibernate/UsergrouproleDAO.java 86 There is log block not surrounded by if
84697 src/com/gps/hibernate/UsergrouproleDAO.java 91 publicMethodCommentRequirement Required
84698 src/com/gps/hibernate/UsergrouproleDAO.java 92 There is log block not surrounded by if
84699 src/com/gps/hibernate/UsergrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84700 src/com/gps/hibernate/UsergrouproleDAO.java 94 Local variable 'queryString' could be declared final
84701 src/com/gps/hibernate/UsergrouproleDAO.java 95 Local variable 'queryObject' could be declared final
84702 src/com/gps/hibernate/UsergrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
84703 src/com/gps/hibernate/UsergrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
84704 src/com/gps/hibernate/UsergrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84705 src/com/gps/hibernate/UsergrouproleDAO.java 98 There is log block not surrounded by if
84706 src/com/gps/hibernate/UsergrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
84707 src/com/gps/hibernate/UsergrouproleDAO.java 103 publicMethodCommentRequirement Required
84708 src/com/gps/hibernate/UsergrouproleDAO.java 104 There is log block not surrounded by if
84709 src/com/gps/hibernate/UsergrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84710 src/com/gps/hibernate/UsergrouproleDAO.java 106 Local variable 'result' could be declared final
84711 src/com/gps/hibernate/UsergrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
84712 src/com/gps/hibernate/UsergrouproleDAO.java 108 There is log block not surrounded by if
84713 src/com/gps/hibernate/UsergrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84714 src/com/gps/hibernate/UsergrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84715 src/com/gps/hibernate/UsergrouproleDAO.java 111 There is log block not surrounded by if
84716 src/com/gps/hibernate/UsergrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
84717 src/com/gps/hibernate/UsergrouproleDAO.java 116 publicMethodCommentRequirement Required
84718 src/com/gps/hibernate/UsergrouproleDAO.java 117 There is log block not surrounded by if
84719 src/com/gps/hibernate/UsergrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84720 src/com/gps/hibernate/UsergrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
84721 src/com/gps/hibernate/UsergrouproleDAO.java 120 There is log block not surrounded by if
84722 src/com/gps/hibernate/UsergrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84723 src/com/gps/hibernate/UsergrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84724 src/com/gps/hibernate/UsergrouproleDAO.java 122 There is log block not surrounded by if
84725 src/com/gps/hibernate/UsergrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
84726 src/com/gps/hibernate/UsergrouproleDAO.java 127 publicMethodCommentRequirement Required
84727 src/com/gps/hibernate/UsergrouproleDAO.java 128 There is log block not surrounded by if
84728 src/com/gps/hibernate/UsergrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84729 src/com/gps/hibernate/UsergrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
84730 src/com/gps/hibernate/UsergrouproleDAO.java 131 There is log block not surrounded by if
84731 src/com/gps/hibernate/UsergrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84732 src/com/gps/hibernate/UsergrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84733 src/com/gps/hibernate/UsergrouproleDAO.java 133 There is log block not surrounded by if
84734 src/com/gps/hibernate/UsergrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
84735 src/com/gps/hibernate/UsergrouproleId.java 13 fieldCommentRequirement Required
84736 src/com/gps/hibernate/UsergrouproleId.java 14 fieldCommentRequirement Required
84737 src/com/gps/hibernate/UsergrouproleId.java 15 fieldCommentRequirement Required
84738 src/com/gps/hibernate/UsergrouproleId.java 20 Document empty constructor
84739 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
84740 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
84741 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'userId' is not assigned and could be declared final
84742 src/com/gps/hibernate/UsergrouproleId.java 32 publicMethodCommentRequirement Required
84743 src/com/gps/hibernate/UsergrouproleId.java 36 Parameter 'userId' is not assigned and could be declared final
84744 src/com/gps/hibernate/UsergrouproleId.java 36 publicMethodCommentRequirement Required
84745 src/com/gps/hibernate/UsergrouproleId.java 40 publicMethodCommentRequirement Required
84746 src/com/gps/hibernate/UsergrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
84747 src/com/gps/hibernate/UsergrouproleId.java 44 publicMethodCommentRequirement Required
84748 src/com/gps/hibernate/UsergrouproleId.java 48 publicMethodCommentRequirement Required
84749 src/com/gps/hibernate/UsergrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
84750 src/com/gps/hibernate/UsergrouproleId.java 52 publicMethodCommentRequirement Required
84751 src/com/gps/hibernate/UsergrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
84752 src/com/gps/hibernate/UsergrouproleId.java 56 publicMethodCommentRequirement Required
84753 src/com/gps/hibernate/UsergrouproleId.java 57 Avoid using if statements without curly braces
84754 src/com/gps/hibernate/UsergrouproleId.java 57 Useless parentheses.
84755 src/com/gps/hibernate/UsergrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
84756 src/com/gps/hibernate/UsergrouproleId.java 59 Avoid using if statements without curly braces
84757 src/com/gps/hibernate/UsergrouproleId.java 59 Useless parentheses.
84758 src/com/gps/hibernate/UsergrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
84759 src/com/gps/hibernate/UsergrouproleId.java 61 Avoid using if statements without curly braces
84760 src/com/gps/hibernate/UsergrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
84761 src/com/gps/hibernate/UsergrouproleId.java 63 Local variable 'castOther' could be declared final
84762 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
84763 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
84764 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
84765 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
84766 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
84767 src/com/gps/hibernate/UsergrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
84768 src/com/gps/hibernate/UsergrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
84769 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
84770 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
84771 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
84772 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
84773 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
84774 src/com/gps/hibernate/UsergrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
84775 src/com/gps/hibernate/UsergrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
84776 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
84777 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
84778 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
84779 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
84780 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
84781 src/com/gps/hibernate/UsergrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
84782 src/com/gps/hibernate/UsergrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
84783 src/com/gps/hibernate/UsergrouproleId.java 79 publicMethodCommentRequirement Required
84784 src/com/gps/hibernate/UsergrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
84785 src/com/gps/hibernate/Useridmapper.java 9 Classes implementing Serializable should set a serialVersionUID
84786 src/com/gps/hibernate/Useridmapper.java 13 fieldCommentRequirement Required
84787 src/com/gps/hibernate/Useridmapper.java 14 fieldCommentRequirement Required
84788 src/com/gps/hibernate/Useridmapper.java 15 fieldCommentRequirement Required
84789 src/com/gps/hibernate/Useridmapper.java 16 fieldCommentRequirement Required
84790 src/com/gps/hibernate/Useridmapper.java 17 fieldCommentRequirement Required
84791 src/com/gps/hibernate/Useridmapper.java 22 Document empty constructor
84792 src/com/gps/hibernate/Useridmapper.java 26 Parameter 'userIdMapperId' is not assigned and could be declared final
84793 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'type' is not assigned and could be declared final
84794 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userId' is not assigned and could be declared final
84795 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userIdMapperId' is not assigned and could be declared final
84796 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'description' is not assigned and could be declared final
84797 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'externalUserId' is not assigned and could be declared final
84798 src/com/gps/hibernate/Useridmapper.java 42 publicMethodCommentRequirement Required
84799 src/com/gps/hibernate/Useridmapper.java 46 Parameter 'userIdMapperId' is not assigned and could be declared final
84800 src/com/gps/hibernate/Useridmapper.java 46 publicMethodCommentRequirement Required
84801 src/com/gps/hibernate/Useridmapper.java 50 publicMethodCommentRequirement Required
84802 src/com/gps/hibernate/Useridmapper.java 54 Parameter 'userId' is not assigned and could be declared final
84803 src/com/gps/hibernate/Useridmapper.java 54 publicMethodCommentRequirement Required
84804 src/com/gps/hibernate/Useridmapper.java 58 publicMethodCommentRequirement Required
84805 src/com/gps/hibernate/Useridmapper.java 62 Parameter 'type' is not assigned and could be declared final
84806 src/com/gps/hibernate/Useridmapper.java 62 publicMethodCommentRequirement Required
84807 src/com/gps/hibernate/Useridmapper.java 66 publicMethodCommentRequirement Required
84808 src/com/gps/hibernate/Useridmapper.java 70 Parameter 'description' is not assigned and could be declared final
84809 src/com/gps/hibernate/Useridmapper.java 70 publicMethodCommentRequirement Required
84810 src/com/gps/hibernate/Useridmapper.java 74 publicMethodCommentRequirement Required
84811 src/com/gps/hibernate/Useridmapper.java 78 Parameter 'externalUserId' is not assigned and could be declared final
84812 src/com/gps/hibernate/Useridmapper.java 78 publicMethodCommentRequirement Required
84813 src/com/gps/hibernate/UseridmapperDAO.java 10 Comment is too large: Too many lines
84814 src/com/gps/hibernate/UseridmapperDAO.java 22 This class has too many methods, consider refactoring it.
84815 src/com/gps/hibernate/UseridmapperDAO.java 23 Logger should be defined private static final and have the correct class
84816 src/com/gps/hibernate/UseridmapperDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84817 src/com/gps/hibernate/UseridmapperDAO.java 23 fieldCommentRequirement Required
84818 src/com/gps/hibernate/UseridmapperDAO.java 25 fieldCommentRequirement Required
84819 src/com/gps/hibernate/UseridmapperDAO.java 26 fieldCommentRequirement Required
84820 src/com/gps/hibernate/UseridmapperDAO.java 27 fieldCommentRequirement Required
84821 src/com/gps/hibernate/UseridmapperDAO.java 28 fieldCommentRequirement Required
84822 src/com/gps/hibernate/UseridmapperDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
84823 src/com/gps/hibernate/UseridmapperDAO.java 30 publicMethodCommentRequirement Required
84824 src/com/gps/hibernate/UseridmapperDAO.java 31 There is log block not surrounded by if
84825 src/com/gps/hibernate/UseridmapperDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84826 src/com/gps/hibernate/UseridmapperDAO.java 33 Potential violation of Law of Demeter (method chain calls)
84827 src/com/gps/hibernate/UseridmapperDAO.java 34 There is log block not surrounded by if
84828 src/com/gps/hibernate/UseridmapperDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84829 src/com/gps/hibernate/UseridmapperDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84830 src/com/gps/hibernate/UseridmapperDAO.java 36 There is log block not surrounded by if
84831 src/com/gps/hibernate/UseridmapperDAO.java 41 Avoid excessively long variable names like persistentInstance
84832 src/com/gps/hibernate/UseridmapperDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
84833 src/com/gps/hibernate/UseridmapperDAO.java 41 publicMethodCommentRequirement Required
84834 src/com/gps/hibernate/UseridmapperDAO.java 42 There is log block not surrounded by if
84835 src/com/gps/hibernate/UseridmapperDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84836 src/com/gps/hibernate/UseridmapperDAO.java 44 Potential violation of Law of Demeter (method chain calls)
84837 src/com/gps/hibernate/UseridmapperDAO.java 45 There is log block not surrounded by if
84838 src/com/gps/hibernate/UseridmapperDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84839 src/com/gps/hibernate/UseridmapperDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84840 src/com/gps/hibernate/UseridmapperDAO.java 47 There is log block not surrounded by if
84841 src/com/gps/hibernate/UseridmapperDAO.java 52 Avoid variables with short names like id
84842 src/com/gps/hibernate/UseridmapperDAO.java 52 Parameter 'id' is not assigned and could be declared final
84843 src/com/gps/hibernate/UseridmapperDAO.java 52 publicMethodCommentRequirement Required
84844 src/com/gps/hibernate/UseridmapperDAO.java 53 There is log block not surrounded by if
84845 src/com/gps/hibernate/UseridmapperDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84846 src/com/gps/hibernate/UseridmapperDAO.java 55 Local variable 'instance' could be declared final
84847 src/com/gps/hibernate/UseridmapperDAO.java 55 Potential violation of Law of Demeter (method chain calls)
84848 src/com/gps/hibernate/UseridmapperDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84849 src/com/gps/hibernate/UseridmapperDAO.java 59 There is log block not surrounded by if
84850 src/com/gps/hibernate/UseridmapperDAO.java 64 Parameter 'instance' is not assigned and could be declared final
84851 src/com/gps/hibernate/UseridmapperDAO.java 64 publicMethodCommentRequirement Required
84852 src/com/gps/hibernate/UseridmapperDAO.java 65 There is log block not surrounded by if
84853 src/com/gps/hibernate/UseridmapperDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84854 src/com/gps/hibernate/UseridmapperDAO.java 67 Local variable 'results' could be declared final
84855 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84856 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84857 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
84858 src/com/gps/hibernate/UseridmapperDAO.java 70 There is log block not surrounded by if
84859 src/com/gps/hibernate/UseridmapperDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84860 src/com/gps/hibernate/UseridmapperDAO.java 71 Potential violation of Law of Demeter (object not created locally)
84861 src/com/gps/hibernate/UseridmapperDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84862 src/com/gps/hibernate/UseridmapperDAO.java 74 There is log block not surrounded by if
84863 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
84864 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'value' is not assigned and could be declared final
84865 src/com/gps/hibernate/UseridmapperDAO.java 79 publicMethodCommentRequirement Required
84866 src/com/gps/hibernate/UseridmapperDAO.java 80 There is log block not surrounded by if
84867 src/com/gps/hibernate/UseridmapperDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84868 src/com/gps/hibernate/UseridmapperDAO.java 83 Local variable 'queryString' could be declared final
84869 src/com/gps/hibernate/UseridmapperDAO.java 85 Local variable 'queryObject' could be declared final
84870 src/com/gps/hibernate/UseridmapperDAO.java 85 Potential violation of Law of Demeter (method chain calls)
84871 src/com/gps/hibernate/UseridmapperDAO.java 86 Potential violation of Law of Demeter (object not created locally)
84872 src/com/gps/hibernate/UseridmapperDAO.java 87 Potential violation of Law of Demeter (object not created locally)
84873 src/com/gps/hibernate/UseridmapperDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84874 src/com/gps/hibernate/UseridmapperDAO.java 89 There is log block not surrounded by if
84875 src/com/gps/hibernate/UseridmapperDAO.java 94 Parameter 'userId' is not assigned and could be declared final
84876 src/com/gps/hibernate/UseridmapperDAO.java 94 publicMethodCommentRequirement Required
84877 src/com/gps/hibernate/UseridmapperDAO.java 98 Parameter 'type' is not assigned and could be declared final
84878 src/com/gps/hibernate/UseridmapperDAO.java 98 publicMethodCommentRequirement Required
84879 src/com/gps/hibernate/UseridmapperDAO.java 102 Parameter 'description' is not assigned and could be declared final
84880 src/com/gps/hibernate/UseridmapperDAO.java 102 publicMethodCommentRequirement Required
84881 src/com/gps/hibernate/UseridmapperDAO.java 106 Parameter 'externalUserId' is not assigned and could be declared final
84882 src/com/gps/hibernate/UseridmapperDAO.java 106 publicMethodCommentRequirement Required
84883 src/com/gps/hibernate/UseridmapperDAO.java 110 publicMethodCommentRequirement Required
84884 src/com/gps/hibernate/UseridmapperDAO.java 111 There is log block not surrounded by if
84885 src/com/gps/hibernate/UseridmapperDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84886 src/com/gps/hibernate/UseridmapperDAO.java 113 Local variable 'queryString' could be declared final
84887 src/com/gps/hibernate/UseridmapperDAO.java 114 Local variable 'queryObject' could be declared final
84888 src/com/gps/hibernate/UseridmapperDAO.java 114 Potential violation of Law of Demeter (method chain calls)
84889 src/com/gps/hibernate/UseridmapperDAO.java 115 Potential violation of Law of Demeter (object not created locally)
84890 src/com/gps/hibernate/UseridmapperDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84891 src/com/gps/hibernate/UseridmapperDAO.java 117 There is log block not surrounded by if
84892 src/com/gps/hibernate/UseridmapperDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
84893 src/com/gps/hibernate/UseridmapperDAO.java 122 publicMethodCommentRequirement Required
84894 src/com/gps/hibernate/UseridmapperDAO.java 123 There is log block not surrounded by if
84895 src/com/gps/hibernate/UseridmapperDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84896 src/com/gps/hibernate/UseridmapperDAO.java 125 Local variable 'result' could be declared final
84897 src/com/gps/hibernate/UseridmapperDAO.java 125 Potential violation of Law of Demeter (method chain calls)
84898 src/com/gps/hibernate/UseridmapperDAO.java 127 There is log block not surrounded by if
84899 src/com/gps/hibernate/UseridmapperDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84900 src/com/gps/hibernate/UseridmapperDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84901 src/com/gps/hibernate/UseridmapperDAO.java 130 There is log block not surrounded by if
84902 src/com/gps/hibernate/UseridmapperDAO.java 135 Parameter 'instance' is not assigned and could be declared final
84903 src/com/gps/hibernate/UseridmapperDAO.java 135 publicMethodCommentRequirement Required
84904 src/com/gps/hibernate/UseridmapperDAO.java 136 There is log block not surrounded by if
84905 src/com/gps/hibernate/UseridmapperDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84906 src/com/gps/hibernate/UseridmapperDAO.java 138 Potential violation of Law of Demeter (method chain calls)
84907 src/com/gps/hibernate/UseridmapperDAO.java 139 There is log block not surrounded by if
84908 src/com/gps/hibernate/UseridmapperDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84909 src/com/gps/hibernate/UseridmapperDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84910 src/com/gps/hibernate/UseridmapperDAO.java 141 There is log block not surrounded by if
84911 src/com/gps/hibernate/UseridmapperDAO.java 146 Parameter 'instance' is not assigned and could be declared final
84912 src/com/gps/hibernate/UseridmapperDAO.java 146 publicMethodCommentRequirement Required
84913 src/com/gps/hibernate/UseridmapperDAO.java 147 There is log block not surrounded by if
84914 src/com/gps/hibernate/UseridmapperDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84915 src/com/gps/hibernate/UseridmapperDAO.java 149 Potential violation of Law of Demeter (method chain calls)
84916 src/com/gps/hibernate/UseridmapperDAO.java 150 There is log block not surrounded by if
84917 src/com/gps/hibernate/UseridmapperDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84918 src/com/gps/hibernate/UseridmapperDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84919 src/com/gps/hibernate/UseridmapperDAO.java 152 There is log block not surrounded by if
84920 src/com/gps/hibernate/UsersGeofence.java 9 Classes implementing Serializable should set a serialVersionUID
84921 src/com/gps/hibernate/UsersGeofence.java 13 fieldCommentRequirement Required
84922 src/com/gps/hibernate/UsersGeofence.java 14 fieldCommentRequirement Required
84923 src/com/gps/hibernate/UsersGeofence.java 15 fieldCommentRequirement Required
84924 src/com/gps/hibernate/UsersGeofence.java 16 fieldCommentRequirement Required
84925 src/com/gps/hibernate/UsersGeofence.java 17 fieldCommentRequirement Required
84926 src/com/gps/hibernate/UsersGeofence.java 19 fieldCommentRequirement Required
84927 src/com/gps/hibernate/UsersGeofence.java 24 Document empty constructor
84928 src/com/gps/hibernate/UsersGeofence.java 28 Parameter 'geofence' is not assigned and could be declared final
84929 src/com/gps/hibernate/UsersGeofence.java 28 Parameter 'user' is not assigned and could be declared final
84930 src/com/gps/hibernate/UsersGeofence.java 35 publicMethodCommentRequirement Required
84931 src/com/gps/hibernate/UsersGeofence.java 39 Parameter 'usersGeoId' is not assigned and could be declared final
84932 src/com/gps/hibernate/UsersGeofence.java 39 publicMethodCommentRequirement Required
84933 src/com/gps/hibernate/UsersGeofence.java 43 publicMethodCommentRequirement Required
84934 src/com/gps/hibernate/UsersGeofence.java 47 Parameter 'user' is not assigned and could be declared final
84935 src/com/gps/hibernate/UsersGeofence.java 47 publicMethodCommentRequirement Required
84936 src/com/gps/hibernate/UsersGeofence.java 51 publicMethodCommentRequirement Required
84937 src/com/gps/hibernate/UsersGeofence.java 55 Parameter 'geofence' is not assigned and could be declared final
84938 src/com/gps/hibernate/UsersGeofence.java 55 publicMethodCommentRequirement Required
84939 src/com/gps/hibernate/UsersGeofence.java 69 Parameter 'mobileNo' is not assigned and could be declared final
84940 src/com/gps/hibernate/UsersGeofence.java 73 Parameter 'intrSession' is not assigned and could be declared final
84941 src/com/gps/hibernate/UsersGeofence.java 73 publicMethodCommentRequirement Required
84942 src/com/gps/hibernate/UsersGeofence.java 77 publicMethodCommentRequirement Required
84943 src/com/gps/hibernate/UsersGeofence.java 81 publicMethodCommentRequirement Required
84944 src/com/gps/hibernate/UsersGeofence.java 85 Parameter 'alertType' is not assigned and could be declared final
84945 src/com/gps/hibernate/UsersGeofence.java 85 publicMethodCommentRequirement Required
84946 src/com/gps/hibernate/UsersGeofenceDAO.java 10 Comment is too large: Too many lines
84947 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Logger should be defined private static final and have the correct class
84948 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
84949 src/com/gps/hibernate/UsersGeofenceDAO.java 23 fieldCommentRequirement Required
84950 src/com/gps/hibernate/UsersGeofenceDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
84951 src/com/gps/hibernate/UsersGeofenceDAO.java 27 publicMethodCommentRequirement Required
84952 src/com/gps/hibernate/UsersGeofenceDAO.java 28 There is log block not surrounded by if
84953 src/com/gps/hibernate/UsersGeofenceDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84954 src/com/gps/hibernate/UsersGeofenceDAO.java 30 Potential violation of Law of Demeter (method chain calls)
84955 src/com/gps/hibernate/UsersGeofenceDAO.java 31 There is log block not surrounded by if
84956 src/com/gps/hibernate/UsersGeofenceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84957 src/com/gps/hibernate/UsersGeofenceDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84958 src/com/gps/hibernate/UsersGeofenceDAO.java 33 There is log block not surrounded by if
84959 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Avoid excessively long variable names like persistentInstance
84960 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
84961 src/com/gps/hibernate/UsersGeofenceDAO.java 38 publicMethodCommentRequirement Required
84962 src/com/gps/hibernate/UsersGeofenceDAO.java 39 There is log block not surrounded by if
84963 src/com/gps/hibernate/UsersGeofenceDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84964 src/com/gps/hibernate/UsersGeofenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
84965 src/com/gps/hibernate/UsersGeofenceDAO.java 42 There is log block not surrounded by if
84966 src/com/gps/hibernate/UsersGeofenceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84967 src/com/gps/hibernate/UsersGeofenceDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84968 src/com/gps/hibernate/UsersGeofenceDAO.java 44 There is log block not surrounded by if
84969 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Avoid variables with short names like id
84970 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Parameter 'id' is not assigned and could be declared final
84971 src/com/gps/hibernate/UsersGeofenceDAO.java 49 publicMethodCommentRequirement Required
84972 src/com/gps/hibernate/UsersGeofenceDAO.java 50 There is log block not surrounded by if
84973 src/com/gps/hibernate/UsersGeofenceDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84974 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Local variable 'instance' could be declared final
84975 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Potential violation of Law of Demeter (method chain calls)
84976 src/com/gps/hibernate/UsersGeofenceDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84977 src/com/gps/hibernate/UsersGeofenceDAO.java 56 There is log block not surrounded by if
84978 src/com/gps/hibernate/UsersGeofenceDAO.java 61 Parameter 'instance' is not assigned and could be declared final
84979 src/com/gps/hibernate/UsersGeofenceDAO.java 61 publicMethodCommentRequirement Required
84980 src/com/gps/hibernate/UsersGeofenceDAO.java 62 There is log block not surrounded by if
84981 src/com/gps/hibernate/UsersGeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84982 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Local variable 'results' could be declared final
84983 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84984 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84985 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
84986 src/com/gps/hibernate/UsersGeofenceDAO.java 67 There is log block not surrounded by if
84987 src/com/gps/hibernate/UsersGeofenceDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84988 src/com/gps/hibernate/UsersGeofenceDAO.java 68 Potential violation of Law of Demeter (object not created locally)
84989 src/com/gps/hibernate/UsersGeofenceDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
84990 src/com/gps/hibernate/UsersGeofenceDAO.java 71 There is log block not surrounded by if
84991 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
84992 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'value' is not assigned and could be declared final
84993 src/com/gps/hibernate/UsersGeofenceDAO.java 76 publicMethodCommentRequirement Required
84994 src/com/gps/hibernate/UsersGeofenceDAO.java 77 There is log block not surrounded by if
84995 src/com/gps/hibernate/UsersGeofenceDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
84996 src/com/gps/hibernate/UsersGeofenceDAO.java 80 Local variable 'queryString' could be declared final
84997 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Local variable 'queryObject' could be declared final
84998 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Potential violation of Law of Demeter (method chain calls)
84999 src/com/gps/hibernate/UsersGeofenceDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85000 src/com/gps/hibernate/UsersGeofenceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85001 src/com/gps/hibernate/UsersGeofenceDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85002 src/com/gps/hibernate/UsersGeofenceDAO.java 86 There is log block not surrounded by if
85003 src/com/gps/hibernate/UsersGeofenceDAO.java 91 publicMethodCommentRequirement Required
85004 src/com/gps/hibernate/UsersGeofenceDAO.java 92 There is log block not surrounded by if
85005 src/com/gps/hibernate/UsersGeofenceDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85006 src/com/gps/hibernate/UsersGeofenceDAO.java 94 Local variable 'queryString' could be declared final
85007 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Local variable 'queryObject' could be declared final
85008 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85009 src/com/gps/hibernate/UsersGeofenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85010 src/com/gps/hibernate/UsersGeofenceDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85011 src/com/gps/hibernate/UsersGeofenceDAO.java 98 There is log block not surrounded by if
85012 src/com/gps/hibernate/UsersGeofenceDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85013 src/com/gps/hibernate/UsersGeofenceDAO.java 103 publicMethodCommentRequirement Required
85014 src/com/gps/hibernate/UsersGeofenceDAO.java 104 There is log block not surrounded by if
85015 src/com/gps/hibernate/UsersGeofenceDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85016 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Local variable 'result' could be declared final
85017 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85018 src/com/gps/hibernate/UsersGeofenceDAO.java 108 There is log block not surrounded by if
85019 src/com/gps/hibernate/UsersGeofenceDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85020 src/com/gps/hibernate/UsersGeofenceDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85021 src/com/gps/hibernate/UsersGeofenceDAO.java 111 There is log block not surrounded by if
85022 src/com/gps/hibernate/UsersGeofenceDAO.java 116 Parameter 'instance' is not assigned and could be declared final
85023 src/com/gps/hibernate/UsersGeofenceDAO.java 116 publicMethodCommentRequirement Required
85024 src/com/gps/hibernate/UsersGeofenceDAO.java 117 There is log block not surrounded by if
85025 src/com/gps/hibernate/UsersGeofenceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85026 src/com/gps/hibernate/UsersGeofenceDAO.java 119 Potential violation of Law of Demeter (method chain calls)
85027 src/com/gps/hibernate/UsersGeofenceDAO.java 120 There is log block not surrounded by if
85028 src/com/gps/hibernate/UsersGeofenceDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85029 src/com/gps/hibernate/UsersGeofenceDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85030 src/com/gps/hibernate/UsersGeofenceDAO.java 122 There is log block not surrounded by if
85031 src/com/gps/hibernate/UsersGeofenceDAO.java 127 Parameter 'instance' is not assigned and could be declared final
85032 src/com/gps/hibernate/UsersGeofenceDAO.java 127 publicMethodCommentRequirement Required
85033 src/com/gps/hibernate/UsersGeofenceDAO.java 128 There is log block not surrounded by if
85034 src/com/gps/hibernate/UsersGeofenceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85035 src/com/gps/hibernate/UsersGeofenceDAO.java 130 Potential violation of Law of Demeter (method chain calls)
85036 src/com/gps/hibernate/UsersGeofenceDAO.java 131 There is log block not surrounded by if
85037 src/com/gps/hibernate/UsersGeofenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85038 src/com/gps/hibernate/UsersGeofenceDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85039 src/com/gps/hibernate/UsersGeofenceDAO.java 133 There is log block not surrounded by if
85040 src/com/gps/hibernate/UsersGroups.java 9 Classes implementing Serializable should set a serialVersionUID
85041 src/com/gps/hibernate/UsersGroups.java 13 Avoid variables with short names like id
85042 src/com/gps/hibernate/UsersGroups.java 13 fieldCommentRequirement Required
85043 src/com/gps/hibernate/UsersGroups.java 18 Document empty constructor
85044 src/com/gps/hibernate/UsersGroups.java 22 Avoid variables with short names like id
85045 src/com/gps/hibernate/UsersGroups.java 22 Parameter 'id' is not assigned and could be declared final
85046 src/com/gps/hibernate/UsersGroups.java 28 publicMethodCommentRequirement Required
85047 src/com/gps/hibernate/UsersGroups.java 32 Avoid variables with short names like id
85048 src/com/gps/hibernate/UsersGroups.java 32 Parameter 'id' is not assigned and could be declared final
85049 src/com/gps/hibernate/UsersGroups.java 32 publicMethodCommentRequirement Required
85050 src/com/gps/hibernate/UsersGroupsDAO.java 10 Comment is too large: Too many lines
85051 src/com/gps/hibernate/UsersGroupsDAO.java 23 Logger should be defined private static final and have the correct class
85052 src/com/gps/hibernate/UsersGroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
85053 src/com/gps/hibernate/UsersGroupsDAO.java 23 fieldCommentRequirement Required
85054 src/com/gps/hibernate/UsersGroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
85055 src/com/gps/hibernate/UsersGroupsDAO.java 27 publicMethodCommentRequirement Required
85056 src/com/gps/hibernate/UsersGroupsDAO.java 28 There is log block not surrounded by if
85057 src/com/gps/hibernate/UsersGroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85058 src/com/gps/hibernate/UsersGroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
85059 src/com/gps/hibernate/UsersGroupsDAO.java 31 There is log block not surrounded by if
85060 src/com/gps/hibernate/UsersGroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85061 src/com/gps/hibernate/UsersGroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85062 src/com/gps/hibernate/UsersGroupsDAO.java 33 There is log block not surrounded by if
85063 src/com/gps/hibernate/UsersGroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
85064 src/com/gps/hibernate/UsersGroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
85065 src/com/gps/hibernate/UsersGroupsDAO.java 38 publicMethodCommentRequirement Required
85066 src/com/gps/hibernate/UsersGroupsDAO.java 39 There is log block not surrounded by if
85067 src/com/gps/hibernate/UsersGroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85068 src/com/gps/hibernate/UsersGroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
85069 src/com/gps/hibernate/UsersGroupsDAO.java 42 There is log block not surrounded by if
85070 src/com/gps/hibernate/UsersGroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85071 src/com/gps/hibernate/UsersGroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85072 src/com/gps/hibernate/UsersGroupsDAO.java 44 There is log block not surrounded by if
85073 src/com/gps/hibernate/UsersGroupsDAO.java 49 Avoid variables with short names like id
85074 src/com/gps/hibernate/UsersGroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
85075 src/com/gps/hibernate/UsersGroupsDAO.java 49 publicMethodCommentRequirement Required
85076 src/com/gps/hibernate/UsersGroupsDAO.java 50 There is log block not surrounded by if
85077 src/com/gps/hibernate/UsersGroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85078 src/com/gps/hibernate/UsersGroupsDAO.java 52 Local variable 'instance' could be declared final
85079 src/com/gps/hibernate/UsersGroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
85080 src/com/gps/hibernate/UsersGroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85081 src/com/gps/hibernate/UsersGroupsDAO.java 56 There is log block not surrounded by if
85082 src/com/gps/hibernate/UsersGroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
85083 src/com/gps/hibernate/UsersGroupsDAO.java 61 publicMethodCommentRequirement Required
85084 src/com/gps/hibernate/UsersGroupsDAO.java 62 There is log block not surrounded by if
85085 src/com/gps/hibernate/UsersGroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85086 src/com/gps/hibernate/UsersGroupsDAO.java 64 Local variable 'results' could be declared final
85087 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85088 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85089 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85090 src/com/gps/hibernate/UsersGroupsDAO.java 67 There is log block not surrounded by if
85091 src/com/gps/hibernate/UsersGroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85092 src/com/gps/hibernate/UsersGroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
85093 src/com/gps/hibernate/UsersGroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85094 src/com/gps/hibernate/UsersGroupsDAO.java 71 There is log block not surrounded by if
85095 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
85096 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
85097 src/com/gps/hibernate/UsersGroupsDAO.java 76 publicMethodCommentRequirement Required
85098 src/com/gps/hibernate/UsersGroupsDAO.java 77 There is log block not surrounded by if
85099 src/com/gps/hibernate/UsersGroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85100 src/com/gps/hibernate/UsersGroupsDAO.java 80 Local variable 'queryString' could be declared final
85101 src/com/gps/hibernate/UsersGroupsDAO.java 82 Local variable 'queryObject' could be declared final
85102 src/com/gps/hibernate/UsersGroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
85103 src/com/gps/hibernate/UsersGroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85104 src/com/gps/hibernate/UsersGroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85105 src/com/gps/hibernate/UsersGroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85106 src/com/gps/hibernate/UsersGroupsDAO.java 86 There is log block not surrounded by if
85107 src/com/gps/hibernate/UsersGroupsDAO.java 91 publicMethodCommentRequirement Required
85108 src/com/gps/hibernate/UsersGroupsDAO.java 92 There is log block not surrounded by if
85109 src/com/gps/hibernate/UsersGroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85110 src/com/gps/hibernate/UsersGroupsDAO.java 94 Local variable 'queryString' could be declared final
85111 src/com/gps/hibernate/UsersGroupsDAO.java 95 Local variable 'queryObject' could be declared final
85112 src/com/gps/hibernate/UsersGroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85113 src/com/gps/hibernate/UsersGroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85114 src/com/gps/hibernate/UsersGroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85115 src/com/gps/hibernate/UsersGroupsDAO.java 98 There is log block not surrounded by if
85116 src/com/gps/hibernate/UsersGroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85117 src/com/gps/hibernate/UsersGroupsDAO.java 103 publicMethodCommentRequirement Required
85118 src/com/gps/hibernate/UsersGroupsDAO.java 104 There is log block not surrounded by if
85119 src/com/gps/hibernate/UsersGroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85120 src/com/gps/hibernate/UsersGroupsDAO.java 106 Local variable 'result' could be declared final
85121 src/com/gps/hibernate/UsersGroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85122 src/com/gps/hibernate/UsersGroupsDAO.java 108 There is log block not surrounded by if
85123 src/com/gps/hibernate/UsersGroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85124 src/com/gps/hibernate/UsersGroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85125 src/com/gps/hibernate/UsersGroupsDAO.java 111 There is log block not surrounded by if
85126 src/com/gps/hibernate/UsersGroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
85127 src/com/gps/hibernate/UsersGroupsDAO.java 116 publicMethodCommentRequirement Required
85128 src/com/gps/hibernate/UsersGroupsDAO.java 117 There is log block not surrounded by if
85129 src/com/gps/hibernate/UsersGroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85130 src/com/gps/hibernate/UsersGroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
85131 src/com/gps/hibernate/UsersGroupsDAO.java 120 There is log block not surrounded by if
85132 src/com/gps/hibernate/UsersGroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85133 src/com/gps/hibernate/UsersGroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85134 src/com/gps/hibernate/UsersGroupsDAO.java 122 There is log block not surrounded by if
85135 src/com/gps/hibernate/UsersGroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
85136 src/com/gps/hibernate/UsersGroupsDAO.java 127 publicMethodCommentRequirement Required
85137 src/com/gps/hibernate/UsersGroupsDAO.java 128 There is log block not surrounded by if
85138 src/com/gps/hibernate/UsersGroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85139 src/com/gps/hibernate/UsersGroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
85140 src/com/gps/hibernate/UsersGroupsDAO.java 131 There is log block not surrounded by if
85141 src/com/gps/hibernate/UsersGroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85142 src/com/gps/hibernate/UsersGroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85143 src/com/gps/hibernate/UsersGroupsDAO.java 133 There is log block not surrounded by if
85144 src/com/gps/hibernate/UsersGroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
85145 src/com/gps/hibernate/UsersGroupsId.java 13 fieldCommentRequirement Required
85146 src/com/gps/hibernate/UsersGroupsId.java 14 fieldCommentRequirement Required
85147 src/com/gps/hibernate/UsersGroupsId.java 19 Document empty constructor
85148 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
85149 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
85150 src/com/gps/hibernate/UsersGroupsId.java 30 publicMethodCommentRequirement Required
85151 src/com/gps/hibernate/UsersGroupsId.java 34 Parameter 'userId' is not assigned and could be declared final
85152 src/com/gps/hibernate/UsersGroupsId.java 34 publicMethodCommentRequirement Required
85153 src/com/gps/hibernate/UsersGroupsId.java 38 publicMethodCommentRequirement Required
85154 src/com/gps/hibernate/UsersGroupsId.java 42 Parameter 'groupId' is not assigned and could be declared final
85155 src/com/gps/hibernate/UsersGroupsId.java 42 publicMethodCommentRequirement Required
85156 src/com/gps/hibernate/UsersGroupsId.java 46 Parameter 'other' is not assigned and could be declared final
85157 src/com/gps/hibernate/UsersGroupsId.java 46 publicMethodCommentRequirement Required
85158 src/com/gps/hibernate/UsersGroupsId.java 47 Avoid using if statements without curly braces
85159 src/com/gps/hibernate/UsersGroupsId.java 47 Useless parentheses.
85160 src/com/gps/hibernate/UsersGroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
85161 src/com/gps/hibernate/UsersGroupsId.java 49 Avoid using if statements without curly braces
85162 src/com/gps/hibernate/UsersGroupsId.java 49 Useless parentheses.
85163 src/com/gps/hibernate/UsersGroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
85164 src/com/gps/hibernate/UsersGroupsId.java 51 Avoid using if statements without curly braces
85165 src/com/gps/hibernate/UsersGroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
85166 src/com/gps/hibernate/UsersGroupsId.java 53 Local variable 'castOther' could be declared final
85167 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
85168 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
85169 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
85170 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
85171 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
85172 src/com/gps/hibernate/UsersGroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
85173 src/com/gps/hibernate/UsersGroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
85174 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
85175 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
85176 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
85177 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
85178 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
85179 src/com/gps/hibernate/UsersGroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
85180 src/com/gps/hibernate/UsersGroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
85181 src/com/gps/hibernate/UsersGroupsId.java 65 publicMethodCommentRequirement Required
85182 src/com/gps/hibernate/UsersGroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
85183 src/com/gps/hibernate/UsersOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
85184 src/com/gps/hibernate/UsersOrgs.java 13 Avoid variables with short names like id
85185 src/com/gps/hibernate/UsersOrgs.java 13 fieldCommentRequirement Required
85186 src/com/gps/hibernate/UsersOrgs.java 18 Document empty constructor
85187 src/com/gps/hibernate/UsersOrgs.java 22 Avoid variables with short names like id
85188 src/com/gps/hibernate/UsersOrgs.java 22 Parameter 'id' is not assigned and could be declared final
85189 src/com/gps/hibernate/UsersOrgs.java 28 publicMethodCommentRequirement Required
85190 src/com/gps/hibernate/UsersOrgs.java 32 Avoid variables with short names like id
85191 src/com/gps/hibernate/UsersOrgs.java 32 Parameter 'id' is not assigned and could be declared final
85192 src/com/gps/hibernate/UsersOrgs.java 32 publicMethodCommentRequirement Required
85193 src/com/gps/hibernate/UsersOrgsDAO.java 10 Comment is too large: Too many lines
85194 src/com/gps/hibernate/UsersOrgsDAO.java 23 Logger should be defined private static final and have the correct class
85195 src/com/gps/hibernate/UsersOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
85196 src/com/gps/hibernate/UsersOrgsDAO.java 23 fieldCommentRequirement Required
85197 src/com/gps/hibernate/UsersOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
85198 src/com/gps/hibernate/UsersOrgsDAO.java 27 publicMethodCommentRequirement Required
85199 src/com/gps/hibernate/UsersOrgsDAO.java 28 There is log block not surrounded by if
85200 src/com/gps/hibernate/UsersOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85201 src/com/gps/hibernate/UsersOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
85202 src/com/gps/hibernate/UsersOrgsDAO.java 31 There is log block not surrounded by if
85203 src/com/gps/hibernate/UsersOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85204 src/com/gps/hibernate/UsersOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85205 src/com/gps/hibernate/UsersOrgsDAO.java 33 There is log block not surrounded by if
85206 src/com/gps/hibernate/UsersOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
85207 src/com/gps/hibernate/UsersOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
85208 src/com/gps/hibernate/UsersOrgsDAO.java 38 publicMethodCommentRequirement Required
85209 src/com/gps/hibernate/UsersOrgsDAO.java 39 There is log block not surrounded by if
85210 src/com/gps/hibernate/UsersOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85211 src/com/gps/hibernate/UsersOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
85212 src/com/gps/hibernate/UsersOrgsDAO.java 42 There is log block not surrounded by if
85213 src/com/gps/hibernate/UsersOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85214 src/com/gps/hibernate/UsersOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85215 src/com/gps/hibernate/UsersOrgsDAO.java 44 There is log block not surrounded by if
85216 src/com/gps/hibernate/UsersOrgsDAO.java 49 Avoid variables with short names like id
85217 src/com/gps/hibernate/UsersOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
85218 src/com/gps/hibernate/UsersOrgsDAO.java 49 publicMethodCommentRequirement Required
85219 src/com/gps/hibernate/UsersOrgsDAO.java 50 There is log block not surrounded by if
85220 src/com/gps/hibernate/UsersOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85221 src/com/gps/hibernate/UsersOrgsDAO.java 52 Local variable 'instance' could be declared final
85222 src/com/gps/hibernate/UsersOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
85223 src/com/gps/hibernate/UsersOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85224 src/com/gps/hibernate/UsersOrgsDAO.java 56 There is log block not surrounded by if
85225 src/com/gps/hibernate/UsersOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
85226 src/com/gps/hibernate/UsersOrgsDAO.java 61 publicMethodCommentRequirement Required
85227 src/com/gps/hibernate/UsersOrgsDAO.java 62 There is log block not surrounded by if
85228 src/com/gps/hibernate/UsersOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85229 src/com/gps/hibernate/UsersOrgsDAO.java 64 Local variable 'results' could be declared final
85230 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85231 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85232 src/com/gps/hibernate/UsersOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85233 src/com/gps/hibernate/UsersOrgsDAO.java 67 There is log block not surrounded by if
85234 src/com/gps/hibernate/UsersOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85235 src/com/gps/hibernate/UsersOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
85236 src/com/gps/hibernate/UsersOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85237 src/com/gps/hibernate/UsersOrgsDAO.java 71 There is log block not surrounded by if
85238 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
85239 src/com/gps/hibernate/UsersOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
85240 src/com/gps/hibernate/UsersOrgsDAO.java 76 publicMethodCommentRequirement Required
85241 src/com/gps/hibernate/UsersOrgsDAO.java 77 There is log block not surrounded by if
85242 src/com/gps/hibernate/UsersOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85243 src/com/gps/hibernate/UsersOrgsDAO.java 80 Local variable 'queryString' could be declared final
85244 src/com/gps/hibernate/UsersOrgsDAO.java 82 Local variable 'queryObject' could be declared final
85245 src/com/gps/hibernate/UsersOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
85246 src/com/gps/hibernate/UsersOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85247 src/com/gps/hibernate/UsersOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85248 src/com/gps/hibernate/UsersOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85249 src/com/gps/hibernate/UsersOrgsDAO.java 86 There is log block not surrounded by if
85250 src/com/gps/hibernate/UsersOrgsDAO.java 91 publicMethodCommentRequirement Required
85251 src/com/gps/hibernate/UsersOrgsDAO.java 92 There is log block not surrounded by if
85252 src/com/gps/hibernate/UsersOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85253 src/com/gps/hibernate/UsersOrgsDAO.java 94 Local variable 'queryString' could be declared final
85254 src/com/gps/hibernate/UsersOrgsDAO.java 95 Local variable 'queryObject' could be declared final
85255 src/com/gps/hibernate/UsersOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85256 src/com/gps/hibernate/UsersOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85257 src/com/gps/hibernate/UsersOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85258 src/com/gps/hibernate/UsersOrgsDAO.java 98 There is log block not surrounded by if
85259 src/com/gps/hibernate/UsersOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85260 src/com/gps/hibernate/UsersOrgsDAO.java 103 publicMethodCommentRequirement Required
85261 src/com/gps/hibernate/UsersOrgsDAO.java 104 There is log block not surrounded by if
85262 src/com/gps/hibernate/UsersOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85263 src/com/gps/hibernate/UsersOrgsDAO.java 106 Local variable 'result' could be declared final
85264 src/com/gps/hibernate/UsersOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85265 src/com/gps/hibernate/UsersOrgsDAO.java 107 There is log block not surrounded by if
85266 src/com/gps/hibernate/UsersOrgsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85267 src/com/gps/hibernate/UsersOrgsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85268 src/com/gps/hibernate/UsersOrgsDAO.java 110 There is log block not surrounded by if
85269 src/com/gps/hibernate/UsersOrgsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
85270 src/com/gps/hibernate/UsersOrgsDAO.java 115 publicMethodCommentRequirement Required
85271 src/com/gps/hibernate/UsersOrgsDAO.java 116 There is log block not surrounded by if
85272 src/com/gps/hibernate/UsersOrgsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85273 src/com/gps/hibernate/UsersOrgsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
85274 src/com/gps/hibernate/UsersOrgsDAO.java 119 There is log block not surrounded by if
85275 src/com/gps/hibernate/UsersOrgsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85276 src/com/gps/hibernate/UsersOrgsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85277 src/com/gps/hibernate/UsersOrgsDAO.java 121 There is log block not surrounded by if
85278 src/com/gps/hibernate/UsersOrgsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
85279 src/com/gps/hibernate/UsersOrgsDAO.java 126 publicMethodCommentRequirement Required
85280 src/com/gps/hibernate/UsersOrgsDAO.java 127 There is log block not surrounded by if
85281 src/com/gps/hibernate/UsersOrgsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85282 src/com/gps/hibernate/UsersOrgsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
85283 src/com/gps/hibernate/UsersOrgsDAO.java 130 There is log block not surrounded by if
85284 src/com/gps/hibernate/UsersOrgsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85285 src/com/gps/hibernate/UsersOrgsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85286 src/com/gps/hibernate/UsersOrgsDAO.java 132 There is log block not surrounded by if
85287 src/com/gps/hibernate/UsersOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
85288 src/com/gps/hibernate/UsersOrgsId.java 13 fieldCommentRequirement Required
85289 src/com/gps/hibernate/UsersOrgsId.java 14 fieldCommentRequirement Required
85290 src/com/gps/hibernate/UsersOrgsId.java 19 Document empty constructor
85291 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
85292 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'userId' is not assigned and could be declared final
85293 src/com/gps/hibernate/UsersOrgsId.java 30 publicMethodCommentRequirement Required
85294 src/com/gps/hibernate/UsersOrgsId.java 34 Parameter 'userId' is not assigned and could be declared final
85295 src/com/gps/hibernate/UsersOrgsId.java 34 publicMethodCommentRequirement Required
85296 src/com/gps/hibernate/UsersOrgsId.java 38 publicMethodCommentRequirement Required
85297 src/com/gps/hibernate/UsersOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
85298 src/com/gps/hibernate/UsersOrgsId.java 42 publicMethodCommentRequirement Required
85299 src/com/gps/hibernate/UsersOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
85300 src/com/gps/hibernate/UsersOrgsId.java 46 publicMethodCommentRequirement Required
85301 src/com/gps/hibernate/UsersOrgsId.java 47 Avoid using if statements without curly braces
85302 src/com/gps/hibernate/UsersOrgsId.java 47 Useless parentheses.
85303 src/com/gps/hibernate/UsersOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
85304 src/com/gps/hibernate/UsersOrgsId.java 49 Avoid using if statements without curly braces
85305 src/com/gps/hibernate/UsersOrgsId.java 49 Useless parentheses.
85306 src/com/gps/hibernate/UsersOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
85307 src/com/gps/hibernate/UsersOrgsId.java 51 Avoid using if statements without curly braces
85308 src/com/gps/hibernate/UsersOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
85309 src/com/gps/hibernate/UsersOrgsId.java 53 Local variable 'castOther' could be declared final
85310 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
85311 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
85312 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
85313 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
85314 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
85315 src/com/gps/hibernate/UsersOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
85316 src/com/gps/hibernate/UsersOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
85317 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
85318 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
85319 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
85320 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
85321 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
85322 src/com/gps/hibernate/UsersOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
85323 src/com/gps/hibernate/UsersOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
85324 src/com/gps/hibernate/UsersOrgsId.java 66 publicMethodCommentRequirement Required
85325 src/com/gps/hibernate/UsersOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
85326 src/com/gps/hibernate/UsersPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
85327 src/com/gps/hibernate/UsersPermissions.java 13 Avoid variables with short names like id
85328 src/com/gps/hibernate/UsersPermissions.java 13 fieldCommentRequirement Required
85329 src/com/gps/hibernate/UsersPermissions.java 18 Document empty constructor
85330 src/com/gps/hibernate/UsersPermissions.java 22 Avoid variables with short names like id
85331 src/com/gps/hibernate/UsersPermissions.java 22 Parameter 'id' is not assigned and could be declared final
85332 src/com/gps/hibernate/UsersPermissions.java 28 publicMethodCommentRequirement Required
85333 src/com/gps/hibernate/UsersPermissions.java 32 Avoid variables with short names like id
85334 src/com/gps/hibernate/UsersPermissions.java 32 Parameter 'id' is not assigned and could be declared final
85335 src/com/gps/hibernate/UsersPermissions.java 32 publicMethodCommentRequirement Required
85336 src/com/gps/hibernate/UsersPermissionsDAO.java 10 Comment is too large: Too many lines
85337 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
85338 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
85339 src/com/gps/hibernate/UsersPermissionsDAO.java 23 fieldCommentRequirement Required
85340 src/com/gps/hibernate/UsersPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
85341 src/com/gps/hibernate/UsersPermissionsDAO.java 27 publicMethodCommentRequirement Required
85342 src/com/gps/hibernate/UsersPermissionsDAO.java 28 There is log block not surrounded by if
85343 src/com/gps/hibernate/UsersPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85344 src/com/gps/hibernate/UsersPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
85345 src/com/gps/hibernate/UsersPermissionsDAO.java 31 There is log block not surrounded by if
85346 src/com/gps/hibernate/UsersPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85347 src/com/gps/hibernate/UsersPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85348 src/com/gps/hibernate/UsersPermissionsDAO.java 33 There is log block not surrounded by if
85349 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
85350 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
85351 src/com/gps/hibernate/UsersPermissionsDAO.java 38 publicMethodCommentRequirement Required
85352 src/com/gps/hibernate/UsersPermissionsDAO.java 39 There is log block not surrounded by if
85353 src/com/gps/hibernate/UsersPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85354 src/com/gps/hibernate/UsersPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
85355 src/com/gps/hibernate/UsersPermissionsDAO.java 42 There is log block not surrounded by if
85356 src/com/gps/hibernate/UsersPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85357 src/com/gps/hibernate/UsersPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85358 src/com/gps/hibernate/UsersPermissionsDAO.java 44 There is log block not surrounded by if
85359 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Avoid variables with short names like id
85360 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
85361 src/com/gps/hibernate/UsersPermissionsDAO.java 49 publicMethodCommentRequirement Required
85362 src/com/gps/hibernate/UsersPermissionsDAO.java 50 There is log block not surrounded by if
85363 src/com/gps/hibernate/UsersPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85364 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Local variable 'instance' could be declared final
85365 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
85366 src/com/gps/hibernate/UsersPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85367 src/com/gps/hibernate/UsersPermissionsDAO.java 56 There is log block not surrounded by if
85368 src/com/gps/hibernate/UsersPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
85369 src/com/gps/hibernate/UsersPermissionsDAO.java 61 publicMethodCommentRequirement Required
85370 src/com/gps/hibernate/UsersPermissionsDAO.java 62 There is log block not surrounded by if
85371 src/com/gps/hibernate/UsersPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85372 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Local variable 'results' could be declared final
85373 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85374 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85375 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85376 src/com/gps/hibernate/UsersPermissionsDAO.java 67 There is log block not surrounded by if
85377 src/com/gps/hibernate/UsersPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85378 src/com/gps/hibernate/UsersPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
85379 src/com/gps/hibernate/UsersPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85380 src/com/gps/hibernate/UsersPermissionsDAO.java 71 There is log block not surrounded by if
85381 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
85382 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
85383 src/com/gps/hibernate/UsersPermissionsDAO.java 76 publicMethodCommentRequirement Required
85384 src/com/gps/hibernate/UsersPermissionsDAO.java 77 There is log block not surrounded by if
85385 src/com/gps/hibernate/UsersPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85386 src/com/gps/hibernate/UsersPermissionsDAO.java 80 Local variable 'queryString' could be declared final
85387 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
85388 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
85389 src/com/gps/hibernate/UsersPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85390 src/com/gps/hibernate/UsersPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85391 src/com/gps/hibernate/UsersPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85392 src/com/gps/hibernate/UsersPermissionsDAO.java 86 There is log block not surrounded by if
85393 src/com/gps/hibernate/UsersPermissionsDAO.java 91 publicMethodCommentRequirement Required
85394 src/com/gps/hibernate/UsersPermissionsDAO.java 92 There is log block not surrounded by if
85395 src/com/gps/hibernate/UsersPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85396 src/com/gps/hibernate/UsersPermissionsDAO.java 94 Local variable 'queryString' could be declared final
85397 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
85398 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85399 src/com/gps/hibernate/UsersPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85400 src/com/gps/hibernate/UsersPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85401 src/com/gps/hibernate/UsersPermissionsDAO.java 98 There is log block not surrounded by if
85402 src/com/gps/hibernate/UsersPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85403 src/com/gps/hibernate/UsersPermissionsDAO.java 103 publicMethodCommentRequirement Required
85404 src/com/gps/hibernate/UsersPermissionsDAO.java 104 There is log block not surrounded by if
85405 src/com/gps/hibernate/UsersPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85406 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Local variable 'result' could be declared final
85407 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85408 src/com/gps/hibernate/UsersPermissionsDAO.java 108 There is log block not surrounded by if
85409 src/com/gps/hibernate/UsersPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85410 src/com/gps/hibernate/UsersPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85411 src/com/gps/hibernate/UsersPermissionsDAO.java 111 There is log block not surrounded by if
85412 src/com/gps/hibernate/UsersPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
85413 src/com/gps/hibernate/UsersPermissionsDAO.java 116 publicMethodCommentRequirement Required
85414 src/com/gps/hibernate/UsersPermissionsDAO.java 117 There is log block not surrounded by if
85415 src/com/gps/hibernate/UsersPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85416 src/com/gps/hibernate/UsersPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
85417 src/com/gps/hibernate/UsersPermissionsDAO.java 120 There is log block not surrounded by if
85418 src/com/gps/hibernate/UsersPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85419 src/com/gps/hibernate/UsersPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85420 src/com/gps/hibernate/UsersPermissionsDAO.java 122 There is log block not surrounded by if
85421 src/com/gps/hibernate/UsersPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
85422 src/com/gps/hibernate/UsersPermissionsDAO.java 127 publicMethodCommentRequirement Required
85423 src/com/gps/hibernate/UsersPermissionsDAO.java 128 There is log block not surrounded by if
85424 src/com/gps/hibernate/UsersPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85425 src/com/gps/hibernate/UsersPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
85426 src/com/gps/hibernate/UsersPermissionsDAO.java 131 There is log block not surrounded by if
85427 src/com/gps/hibernate/UsersPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85428 src/com/gps/hibernate/UsersPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85429 src/com/gps/hibernate/UsersPermissionsDAO.java 133 There is log block not surrounded by if
85430 src/com/gps/hibernate/UsersPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
85431 src/com/gps/hibernate/UsersPermissionsId.java 13 fieldCommentRequirement Required
85432 src/com/gps/hibernate/UsersPermissionsId.java 14 fieldCommentRequirement Required
85433 src/com/gps/hibernate/UsersPermissionsId.java 19 Document empty constructor
85434 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
85435 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'userId' is not assigned and could be declared final
85436 src/com/gps/hibernate/UsersPermissionsId.java 30 publicMethodCommentRequirement Required
85437 src/com/gps/hibernate/UsersPermissionsId.java 34 Parameter 'userId' is not assigned and could be declared final
85438 src/com/gps/hibernate/UsersPermissionsId.java 34 publicMethodCommentRequirement Required
85439 src/com/gps/hibernate/UsersPermissionsId.java 38 publicMethodCommentRequirement Required
85440 src/com/gps/hibernate/UsersPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
85441 src/com/gps/hibernate/UsersPermissionsId.java 42 publicMethodCommentRequirement Required
85442 src/com/gps/hibernate/UsersPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
85443 src/com/gps/hibernate/UsersPermissionsId.java 46 publicMethodCommentRequirement Required
85444 src/com/gps/hibernate/UsersPermissionsId.java 47 Avoid using if statements without curly braces
85445 src/com/gps/hibernate/UsersPermissionsId.java 47 Useless parentheses.
85446 src/com/gps/hibernate/UsersPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
85447 src/com/gps/hibernate/UsersPermissionsId.java 49 Avoid using if statements without curly braces
85448 src/com/gps/hibernate/UsersPermissionsId.java 49 Useless parentheses.
85449 src/com/gps/hibernate/UsersPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
85450 src/com/gps/hibernate/UsersPermissionsId.java 51 Avoid using if statements without curly braces
85451 src/com/gps/hibernate/UsersPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
85452 src/com/gps/hibernate/UsersPermissionsId.java 53 Local variable 'castOther' could be declared final
85453 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
85454 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
85455 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
85456 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
85457 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
85458 src/com/gps/hibernate/UsersPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
85459 src/com/gps/hibernate/UsersPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
85460 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
85461 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
85462 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
85463 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
85464 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
85465 src/com/gps/hibernate/UsersPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
85466 src/com/gps/hibernate/UsersPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
85467 src/com/gps/hibernate/UsersPermissionsId.java 65 publicMethodCommentRequirement Required
85468 src/com/gps/hibernate/UsersPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
85469 src/com/gps/hibernate/UsersRoles.java 9 Classes implementing Serializable should set a serialVersionUID
85470 src/com/gps/hibernate/UsersRoles.java 13 Avoid variables with short names like id
85471 src/com/gps/hibernate/UsersRoles.java 13 fieldCommentRequirement Required
85472 src/com/gps/hibernate/UsersRoles.java 18 Document empty constructor
85473 src/com/gps/hibernate/UsersRoles.java 22 Avoid variables with short names like id
85474 src/com/gps/hibernate/UsersRoles.java 22 Parameter 'id' is not assigned and could be declared final
85475 src/com/gps/hibernate/UsersRoles.java 28 publicMethodCommentRequirement Required
85476 src/com/gps/hibernate/UsersRoles.java 32 Avoid variables with short names like id
85477 src/com/gps/hibernate/UsersRoles.java 32 Parameter 'id' is not assigned and could be declared final
85478 src/com/gps/hibernate/UsersRoles.java 32 publicMethodCommentRequirement Required
85479 src/com/gps/hibernate/UsersRolesDAO.java 10 Comment is too large: Too many lines
85480 src/com/gps/hibernate/UsersRolesDAO.java 23 Logger should be defined private static final and have the correct class
85481 src/com/gps/hibernate/UsersRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
85482 src/com/gps/hibernate/UsersRolesDAO.java 23 fieldCommentRequirement Required
85483 src/com/gps/hibernate/UsersRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
85484 src/com/gps/hibernate/UsersRolesDAO.java 27 publicMethodCommentRequirement Required
85485 src/com/gps/hibernate/UsersRolesDAO.java 28 There is log block not surrounded by if
85486 src/com/gps/hibernate/UsersRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85487 src/com/gps/hibernate/UsersRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
85488 src/com/gps/hibernate/UsersRolesDAO.java 31 There is log block not surrounded by if
85489 src/com/gps/hibernate/UsersRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85490 src/com/gps/hibernate/UsersRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85491 src/com/gps/hibernate/UsersRolesDAO.java 33 There is log block not surrounded by if
85492 src/com/gps/hibernate/UsersRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
85493 src/com/gps/hibernate/UsersRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
85494 src/com/gps/hibernate/UsersRolesDAO.java 38 publicMethodCommentRequirement Required
85495 src/com/gps/hibernate/UsersRolesDAO.java 39 There is log block not surrounded by if
85496 src/com/gps/hibernate/UsersRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85497 src/com/gps/hibernate/UsersRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
85498 src/com/gps/hibernate/UsersRolesDAO.java 42 There is log block not surrounded by if
85499 src/com/gps/hibernate/UsersRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85500 src/com/gps/hibernate/UsersRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85501 src/com/gps/hibernate/UsersRolesDAO.java 44 There is log block not surrounded by if
85502 src/com/gps/hibernate/UsersRolesDAO.java 49 Avoid variables with short names like id
85503 src/com/gps/hibernate/UsersRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
85504 src/com/gps/hibernate/UsersRolesDAO.java 49 publicMethodCommentRequirement Required
85505 src/com/gps/hibernate/UsersRolesDAO.java 50 There is log block not surrounded by if
85506 src/com/gps/hibernate/UsersRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85507 src/com/gps/hibernate/UsersRolesDAO.java 52 Local variable 'instance' could be declared final
85508 src/com/gps/hibernate/UsersRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
85509 src/com/gps/hibernate/UsersRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85510 src/com/gps/hibernate/UsersRolesDAO.java 56 There is log block not surrounded by if
85511 src/com/gps/hibernate/UsersRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
85512 src/com/gps/hibernate/UsersRolesDAO.java 61 publicMethodCommentRequirement Required
85513 src/com/gps/hibernate/UsersRolesDAO.java 62 There is log block not surrounded by if
85514 src/com/gps/hibernate/UsersRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85515 src/com/gps/hibernate/UsersRolesDAO.java 64 Local variable 'results' could be declared final
85516 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85517 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85518 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85519 src/com/gps/hibernate/UsersRolesDAO.java 67 There is log block not surrounded by if
85520 src/com/gps/hibernate/UsersRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85521 src/com/gps/hibernate/UsersRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
85522 src/com/gps/hibernate/UsersRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85523 src/com/gps/hibernate/UsersRolesDAO.java 71 There is log block not surrounded by if
85524 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
85525 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
85526 src/com/gps/hibernate/UsersRolesDAO.java 76 publicMethodCommentRequirement Required
85527 src/com/gps/hibernate/UsersRolesDAO.java 77 There is log block not surrounded by if
85528 src/com/gps/hibernate/UsersRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85529 src/com/gps/hibernate/UsersRolesDAO.java 80 Local variable 'queryString' could be declared final
85530 src/com/gps/hibernate/UsersRolesDAO.java 82 Local variable 'queryObject' could be declared final
85531 src/com/gps/hibernate/UsersRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
85532 src/com/gps/hibernate/UsersRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85533 src/com/gps/hibernate/UsersRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85534 src/com/gps/hibernate/UsersRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85535 src/com/gps/hibernate/UsersRolesDAO.java 86 There is log block not surrounded by if
85536 src/com/gps/hibernate/UsersRolesDAO.java 91 publicMethodCommentRequirement Required
85537 src/com/gps/hibernate/UsersRolesDAO.java 92 There is log block not surrounded by if
85538 src/com/gps/hibernate/UsersRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85539 src/com/gps/hibernate/UsersRolesDAO.java 94 Local variable 'queryString' could be declared final
85540 src/com/gps/hibernate/UsersRolesDAO.java 95 Local variable 'queryObject' could be declared final
85541 src/com/gps/hibernate/UsersRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85542 src/com/gps/hibernate/UsersRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85543 src/com/gps/hibernate/UsersRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85544 src/com/gps/hibernate/UsersRolesDAO.java 98 There is log block not surrounded by if
85545 src/com/gps/hibernate/UsersRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85546 src/com/gps/hibernate/UsersRolesDAO.java 103 publicMethodCommentRequirement Required
85547 src/com/gps/hibernate/UsersRolesDAO.java 104 There is log block not surrounded by if
85548 src/com/gps/hibernate/UsersRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85549 src/com/gps/hibernate/UsersRolesDAO.java 106 Local variable 'result' could be declared final
85550 src/com/gps/hibernate/UsersRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85551 src/com/gps/hibernate/UsersRolesDAO.java 108 There is log block not surrounded by if
85552 src/com/gps/hibernate/UsersRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85553 src/com/gps/hibernate/UsersRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85554 src/com/gps/hibernate/UsersRolesDAO.java 111 There is log block not surrounded by if
85555 src/com/gps/hibernate/UsersRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
85556 src/com/gps/hibernate/UsersRolesDAO.java 116 publicMethodCommentRequirement Required
85557 src/com/gps/hibernate/UsersRolesDAO.java 117 There is log block not surrounded by if
85558 src/com/gps/hibernate/UsersRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85559 src/com/gps/hibernate/UsersRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
85560 src/com/gps/hibernate/UsersRolesDAO.java 120 There is log block not surrounded by if
85561 src/com/gps/hibernate/UsersRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85562 src/com/gps/hibernate/UsersRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85563 src/com/gps/hibernate/UsersRolesDAO.java 122 There is log block not surrounded by if
85564 src/com/gps/hibernate/UsersRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
85565 src/com/gps/hibernate/UsersRolesDAO.java 127 publicMethodCommentRequirement Required
85566 src/com/gps/hibernate/UsersRolesDAO.java 128 There is log block not surrounded by if
85567 src/com/gps/hibernate/UsersRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85568 src/com/gps/hibernate/UsersRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
85569 src/com/gps/hibernate/UsersRolesDAO.java 131 There is log block not surrounded by if
85570 src/com/gps/hibernate/UsersRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85571 src/com/gps/hibernate/UsersRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85572 src/com/gps/hibernate/UsersRolesDAO.java 133 There is log block not surrounded by if
85573 src/com/gps/hibernate/UsersRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
85574 src/com/gps/hibernate/UsersRolesId.java 13 fieldCommentRequirement Required
85575 src/com/gps/hibernate/UsersRolesId.java 14 fieldCommentRequirement Required
85576 src/com/gps/hibernate/UsersRolesId.java 19 Document empty constructor
85577 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
85578 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'userId' is not assigned and could be declared final
85579 src/com/gps/hibernate/UsersRolesId.java 30 publicMethodCommentRequirement Required
85580 src/com/gps/hibernate/UsersRolesId.java 34 Parameter 'userId' is not assigned and could be declared final
85581 src/com/gps/hibernate/UsersRolesId.java 34 publicMethodCommentRequirement Required
85582 src/com/gps/hibernate/UsersRolesId.java 38 publicMethodCommentRequirement Required
85583 src/com/gps/hibernate/UsersRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
85584 src/com/gps/hibernate/UsersRolesId.java 42 publicMethodCommentRequirement Required
85585 src/com/gps/hibernate/UsersRolesId.java 46 Parameter 'other' is not assigned and could be declared final
85586 src/com/gps/hibernate/UsersRolesId.java 46 publicMethodCommentRequirement Required
85587 src/com/gps/hibernate/UsersRolesId.java 47 Avoid using if statements without curly braces
85588 src/com/gps/hibernate/UsersRolesId.java 47 Useless parentheses.
85589 src/com/gps/hibernate/UsersRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
85590 src/com/gps/hibernate/UsersRolesId.java 49 Avoid using if statements without curly braces
85591 src/com/gps/hibernate/UsersRolesId.java 49 Useless parentheses.
85592 src/com/gps/hibernate/UsersRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
85593 src/com/gps/hibernate/UsersRolesId.java 51 Avoid using if statements without curly braces
85594 src/com/gps/hibernate/UsersRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
85595 src/com/gps/hibernate/UsersRolesId.java 53 Local variable 'castOther' could be declared final
85596 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
85597 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
85598 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
85599 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
85600 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
85601 src/com/gps/hibernate/UsersRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
85602 src/com/gps/hibernate/UsersRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
85603 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
85604 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
85605 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
85606 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
85607 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
85608 src/com/gps/hibernate/UsersRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
85609 src/com/gps/hibernate/UsersRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
85610 src/com/gps/hibernate/UsersRolesId.java 65 publicMethodCommentRequirement Required
85611 src/com/gps/hibernate/UsersRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
85612 src/com/gps/hibernate/UsersTrips.java 9 Classes implementing Serializable should set a serialVersionUID
85613 src/com/gps/hibernate/UsersTrips.java 13 fieldCommentRequirement Required
85614 src/com/gps/hibernate/UsersTrips.java 14 fieldCommentRequirement Required
85615 src/com/gps/hibernate/UsersTrips.java 15 fieldCommentRequirement Required
85616 src/com/gps/hibernate/UsersTrips.java 20 Document empty constructor
85617 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'tripDetails' is not assigned and could be declared final
85618 src/com/gps/hibernate/UsersTrips.java 24 Parameter 'user' is not assigned and could be declared final
85619 src/com/gps/hibernate/UsersTrips.java 31 publicMethodCommentRequirement Required
85620 src/com/gps/hibernate/UsersTrips.java 35 Parameter 'usersTripsId' is not assigned and could be declared final
85621 src/com/gps/hibernate/UsersTrips.java 35 publicMethodCommentRequirement Required
85622 src/com/gps/hibernate/UsersTrips.java 39 publicMethodCommentRequirement Required
85623 src/com/gps/hibernate/UsersTrips.java 43 Parameter 'user' is not assigned and could be declared final
85624 src/com/gps/hibernate/UsersTrips.java 43 publicMethodCommentRequirement Required
85625 src/com/gps/hibernate/UsersTrips.java 47 publicMethodCommentRequirement Required
85626 src/com/gps/hibernate/UsersTrips.java 51 Parameter 'tripDetails' is not assigned and could be declared final
85627 src/com/gps/hibernate/UsersTrips.java 51 publicMethodCommentRequirement Required
85628 src/com/gps/hibernate/UsersTripsDAO.java 12 Comment is too large: Too many lines
85629 src/com/gps/hibernate/UsersTripsDAO.java 25 Logger should be defined private static final and have the correct class
85630 src/com/gps/hibernate/UsersTripsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
85631 src/com/gps/hibernate/UsersTripsDAO.java 25 fieldCommentRequirement Required
85632 src/com/gps/hibernate/UsersTripsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
85633 src/com/gps/hibernate/UsersTripsDAO.java 29 publicMethodCommentRequirement Required
85634 src/com/gps/hibernate/UsersTripsDAO.java 30 There is log block not surrounded by if
85635 src/com/gps/hibernate/UsersTripsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85636 src/com/gps/hibernate/UsersTripsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
85637 src/com/gps/hibernate/UsersTripsDAO.java 33 There is log block not surrounded by if
85638 src/com/gps/hibernate/UsersTripsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85639 src/com/gps/hibernate/UsersTripsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85640 src/com/gps/hibernate/UsersTripsDAO.java 35 There is log block not surrounded by if
85641 src/com/gps/hibernate/UsersTripsDAO.java 40 Avoid excessively long variable names like persistentInstance
85642 src/com/gps/hibernate/UsersTripsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
85643 src/com/gps/hibernate/UsersTripsDAO.java 40 publicMethodCommentRequirement Required
85644 src/com/gps/hibernate/UsersTripsDAO.java 41 There is log block not surrounded by if
85645 src/com/gps/hibernate/UsersTripsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85646 src/com/gps/hibernate/UsersTripsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
85647 src/com/gps/hibernate/UsersTripsDAO.java 44 There is log block not surrounded by if
85648 src/com/gps/hibernate/UsersTripsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85649 src/com/gps/hibernate/UsersTripsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85650 src/com/gps/hibernate/UsersTripsDAO.java 46 There is log block not surrounded by if
85651 src/com/gps/hibernate/UsersTripsDAO.java 51 Avoid variables with short names like id
85652 src/com/gps/hibernate/UsersTripsDAO.java 51 Parameter 'id' is not assigned and could be declared final
85653 src/com/gps/hibernate/UsersTripsDAO.java 51 publicMethodCommentRequirement Required
85654 src/com/gps/hibernate/UsersTripsDAO.java 52 There is log block not surrounded by if
85655 src/com/gps/hibernate/UsersTripsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85656 src/com/gps/hibernate/UsersTripsDAO.java 54 Local variable 'instance' could be declared final
85657 src/com/gps/hibernate/UsersTripsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
85658 src/com/gps/hibernate/UsersTripsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85659 src/com/gps/hibernate/UsersTripsDAO.java 58 There is log block not surrounded by if
85660 src/com/gps/hibernate/UsersTripsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
85661 src/com/gps/hibernate/UsersTripsDAO.java 63 publicMethodCommentRequirement Required
85662 src/com/gps/hibernate/UsersTripsDAO.java 64 There is log block not surrounded by if
85663 src/com/gps/hibernate/UsersTripsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85664 src/com/gps/hibernate/UsersTripsDAO.java 66 Local variable 'results' could be declared final
85665 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
85666 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
85667 src/com/gps/hibernate/UsersTripsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
85668 src/com/gps/hibernate/UsersTripsDAO.java 69 There is log block not surrounded by if
85669 src/com/gps/hibernate/UsersTripsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85670 src/com/gps/hibernate/UsersTripsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
85671 src/com/gps/hibernate/UsersTripsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85672 src/com/gps/hibernate/UsersTripsDAO.java 73 There is log block not surrounded by if
85673 src/com/gps/hibernate/UsersTripsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
85674 src/com/gps/hibernate/UsersTripsDAO.java 78 Parameter 'value' is not assigned and could be declared final
85675 src/com/gps/hibernate/UsersTripsDAO.java 78 publicMethodCommentRequirement Required
85676 src/com/gps/hibernate/UsersTripsDAO.java 79 There is log block not surrounded by if
85677 src/com/gps/hibernate/UsersTripsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85678 src/com/gps/hibernate/UsersTripsDAO.java 82 Local variable 'queryString' could be declared final
85679 src/com/gps/hibernate/UsersTripsDAO.java 84 Local variable 'queryObject' could be declared final
85680 src/com/gps/hibernate/UsersTripsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
85681 src/com/gps/hibernate/UsersTripsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
85682 src/com/gps/hibernate/UsersTripsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
85683 src/com/gps/hibernate/UsersTripsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85684 src/com/gps/hibernate/UsersTripsDAO.java 88 There is log block not surrounded by if
85685 src/com/gps/hibernate/UsersTripsDAO.java 93 publicMethodCommentRequirement Required
85686 src/com/gps/hibernate/UsersTripsDAO.java 94 There is log block not surrounded by if
85687 src/com/gps/hibernate/UsersTripsDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85688 src/com/gps/hibernate/UsersTripsDAO.java 96 Local variable 'queryString' could be declared final
85689 src/com/gps/hibernate/UsersTripsDAO.java 97 Local variable 'queryObject' could be declared final
85690 src/com/gps/hibernate/UsersTripsDAO.java 97 Potential violation of Law of Demeter (method chain calls)
85691 src/com/gps/hibernate/UsersTripsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
85692 src/com/gps/hibernate/UsersTripsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85693 src/com/gps/hibernate/UsersTripsDAO.java 100 There is log block not surrounded by if
85694 src/com/gps/hibernate/UsersTripsDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
85695 src/com/gps/hibernate/UsersTripsDAO.java 105 publicMethodCommentRequirement Required
85696 src/com/gps/hibernate/UsersTripsDAO.java 106 There is log block not surrounded by if
85697 src/com/gps/hibernate/UsersTripsDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85698 src/com/gps/hibernate/UsersTripsDAO.java 108 Local variable 'result' could be declared final
85699 src/com/gps/hibernate/UsersTripsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
85700 src/com/gps/hibernate/UsersTripsDAO.java 110 There is log block not surrounded by if
85701 src/com/gps/hibernate/UsersTripsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85702 src/com/gps/hibernate/UsersTripsDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85703 src/com/gps/hibernate/UsersTripsDAO.java 113 There is log block not surrounded by if
85704 src/com/gps/hibernate/UsersTripsDAO.java 118 A method/constructor shouldnt explicitly throw java.lang.Exception
85705 src/com/gps/hibernate/UsersTripsDAO.java 118 Found 'UR'-anomaly for variable 'usertrip' (lines '118'-'136').
85706 src/com/gps/hibernate/UsersTripsDAO.java 118 Parameter 'orgId' is not assigned and could be declared final
85707 src/com/gps/hibernate/UsersTripsDAO.java 118 Parameter 'userid' is not assigned and could be declared final
85708 src/com/gps/hibernate/UsersTripsDAO.java 118 publicMethodCommentRequirement Required
85709 src/com/gps/hibernate/UsersTripsDAO.java 120 Local variable 'utdao' could be declared final
85710 src/com/gps/hibernate/UsersTripsDAO.java 121 Found 'DD'-anomaly for variable 'selectedTripList' (lines '121'-'131').
85711 src/com/gps/hibernate/UsersTripsDAO.java 122 Local variable 'slist' could be declared final
85712 src/com/gps/hibernate/UsersTripsDAO.java 123 Found 'DD'-anomaly for variable 'sess' (lines '123'-'128').
85713 src/com/gps/hibernate/UsersTripsDAO.java 127 Potential violation of Law of Demeter (method chain calls)
85714 src/com/gps/hibernate/UsersTripsDAO.java 127 Potential violation of Law of Demeter (object not created locally)
85715 src/com/gps/hibernate/UsersTripsDAO.java 128 Potential violation of Law of Demeter (object not created locally)
85716 src/com/gps/hibernate/UsersTripsDAO.java 129 Local variable 'query' could be declared final
85717 src/com/gps/hibernate/UsersTripsDAO.java 129 Potential violation of Law of Demeter (object not created locally)
85718 src/com/gps/hibernate/UsersTripsDAO.java 130 Potential violation of Law of Demeter (object not created locally)
85719 src/com/gps/hibernate/UsersTripsDAO.java 131 Potential violation of Law of Demeter (object not created locally)
85720 src/com/gps/hibernate/UsersTripsDAO.java 132 There is log block not surrounded by if
85721 src/com/gps/hibernate/UsersTripsDAO.java 132 There is log block not surrounded by if
85722 src/com/gps/hibernate/UsersTripsDAO.java 133 Potential violation of Law of Demeter (object not created locally)
85723 src/com/gps/hibernate/UsersTripsDAO.java 133 There is log block not surrounded by if
85724 src/com/gps/hibernate/UsersTripsDAO.java 133 There is log block not surrounded by if
85725 src/com/gps/hibernate/UsersTripsDAO.java 134 Local variable 'usertrip' could be declared final
85726 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
85727 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
85728 src/com/gps/hibernate/UsersTripsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
85729 src/com/gps/hibernate/UsersTripsDAO.java 138 Local variable 'trip' could be declared final
85730 src/com/gps/hibernate/UsersTripsDAO.java 138 Potential violation of Law of Demeter (method chain calls)
85731 src/com/gps/hibernate/UsersTripsDAO.java 139 Potential violation of Law of Demeter (object not created locally)
85732 src/com/gps/hibernate/UsersTripsDAO.java 142 There is log block not surrounded by if
85733 src/com/gps/hibernate/UsersTripsDAO.java 142 There is log block not surrounded by if
85734 src/com/gps/hibernate/UsersTripsDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85735 src/com/gps/hibernate/UsersTripsDAO.java 149 Avoid printStackTrace(); use a logger call instead.
85736 src/com/gps/hibernate/UsersTripsDAO.java 149 Potential violation of Law of Demeter (object not created locally)
85737 src/com/gps/hibernate/UsersTripsDAO.java 156 Parameter 'instance' is not assigned and could be declared final
85738 src/com/gps/hibernate/UsersTripsDAO.java 156 publicMethodCommentRequirement Required
85739 src/com/gps/hibernate/UsersTripsDAO.java 157 There is log block not surrounded by if
85740 src/com/gps/hibernate/UsersTripsDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85741 src/com/gps/hibernate/UsersTripsDAO.java 159 Potential violation of Law of Demeter (method chain calls)
85742 src/com/gps/hibernate/UsersTripsDAO.java 160 There is log block not surrounded by if
85743 src/com/gps/hibernate/UsersTripsDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85744 src/com/gps/hibernate/UsersTripsDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85745 src/com/gps/hibernate/UsersTripsDAO.java 162 There is log block not surrounded by if
85746 src/com/gps/hibernate/UsersTripsDAO.java 167 Parameter 'instance' is not assigned and could be declared final
85747 src/com/gps/hibernate/UsersTripsDAO.java 167 publicMethodCommentRequirement Required
85748 src/com/gps/hibernate/UsersTripsDAO.java 168 There is log block not surrounded by if
85749 src/com/gps/hibernate/UsersTripsDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85750 src/com/gps/hibernate/UsersTripsDAO.java 170 Potential violation of Law of Demeter (method chain calls)
85751 src/com/gps/hibernate/UsersTripsDAO.java 171 There is log block not surrounded by if
85752 src/com/gps/hibernate/UsersTripsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85753 src/com/gps/hibernate/UsersTripsDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85754 src/com/gps/hibernate/UsersTripsDAO.java 173 There is log block not surrounded by if
85755 src/com/gps/hibernate/UsersUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
85756 src/com/gps/hibernate/UsersUsergroups.java 13 Avoid variables with short names like id
85757 src/com/gps/hibernate/UsersUsergroups.java 13 fieldCommentRequirement Required
85758 src/com/gps/hibernate/UsersUsergroups.java 18 Document empty constructor
85759 src/com/gps/hibernate/UsersUsergroups.java 22 Avoid variables with short names like id
85760 src/com/gps/hibernate/UsersUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
85761 src/com/gps/hibernate/UsersUsergroups.java 28 publicMethodCommentRequirement Required
85762 src/com/gps/hibernate/UsersUsergroups.java 32 Avoid variables with short names like id
85763 src/com/gps/hibernate/UsersUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
85764 src/com/gps/hibernate/UsersUsergroups.java 32 publicMethodCommentRequirement Required
85765 src/com/gps/hibernate/UsersUsergroupsDAO.java 10 Comment is too large: Too many lines
85766 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
85767 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
85768 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 fieldCommentRequirement Required
85769 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
85770 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 publicMethodCommentRequirement Required
85771 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 There is log block not surrounded by if
85772 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85773 src/com/gps/hibernate/UsersUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
85774 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 There is log block not surrounded by if
85775 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85776 src/com/gps/hibernate/UsersUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85777 src/com/gps/hibernate/UsersUsergroupsDAO.java 33 There is log block not surrounded by if
85778 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
85779 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
85780 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 publicMethodCommentRequirement Required
85781 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 There is log block not surrounded by if
85782 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85783 src/com/gps/hibernate/UsersUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
85784 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 There is log block not surrounded by if
85785 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85786 src/com/gps/hibernate/UsersUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85787 src/com/gps/hibernate/UsersUsergroupsDAO.java 44 There is log block not surrounded by if
85788 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Avoid variables with short names like id
85789 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
85790 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 publicMethodCommentRequirement Required
85791 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 There is log block not surrounded by if
85792 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85793 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Local variable 'instance' could be declared final
85794 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
85795 src/com/gps/hibernate/UsersUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85796 src/com/gps/hibernate/UsersUsergroupsDAO.java 56 There is log block not surrounded by if
85797 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
85798 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 publicMethodCommentRequirement Required
85799 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 There is log block not surrounded by if
85800 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85801 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Local variable 'results' could be declared final
85802 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85803 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85804 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
85805 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 There is log block not surrounded by if
85806 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85807 src/com/gps/hibernate/UsersUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
85808 src/com/gps/hibernate/UsersUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85809 src/com/gps/hibernate/UsersUsergroupsDAO.java 71 There is log block not surrounded by if
85810 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
85811 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
85812 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 publicMethodCommentRequirement Required
85813 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 There is log block not surrounded by if
85814 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85815 src/com/gps/hibernate/UsersUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
85816 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
85817 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
85818 src/com/gps/hibernate/UsersUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
85819 src/com/gps/hibernate/UsersUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
85820 src/com/gps/hibernate/UsersUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85821 src/com/gps/hibernate/UsersUsergroupsDAO.java 86 There is log block not surrounded by if
85822 src/com/gps/hibernate/UsersUsergroupsDAO.java 91 publicMethodCommentRequirement Required
85823 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 There is log block not surrounded by if
85824 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85825 src/com/gps/hibernate/UsersUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
85826 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
85827 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
85828 src/com/gps/hibernate/UsersUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
85829 src/com/gps/hibernate/UsersUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85830 src/com/gps/hibernate/UsersUsergroupsDAO.java 98 There is log block not surrounded by if
85831 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
85832 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 publicMethodCommentRequirement Required
85833 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 There is log block not surrounded by if
85834 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85835 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Local variable 'result' could be declared final
85836 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
85837 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 There is log block not surrounded by if
85838 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85839 src/com/gps/hibernate/UsersUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85840 src/com/gps/hibernate/UsersUsergroupsDAO.java 111 There is log block not surrounded by if
85841 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
85842 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 publicMethodCommentRequirement Required
85843 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 There is log block not surrounded by if
85844 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85845 src/com/gps/hibernate/UsersUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
85846 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 There is log block not surrounded by if
85847 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85848 src/com/gps/hibernate/UsersUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85849 src/com/gps/hibernate/UsersUsergroupsDAO.java 122 There is log block not surrounded by if
85850 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
85851 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 publicMethodCommentRequirement Required
85852 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 There is log block not surrounded by if
85853 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85854 src/com/gps/hibernate/UsersUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
85855 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 There is log block not surrounded by if
85856 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85857 src/com/gps/hibernate/UsersUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85858 src/com/gps/hibernate/UsersUsergroupsDAO.java 133 There is log block not surrounded by if
85859 src/com/gps/hibernate/UsersUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
85860 src/com/gps/hibernate/UsersUsergroupsId.java 13 fieldCommentRequirement Required
85861 src/com/gps/hibernate/UsersUsergroupsId.java 14 fieldCommentRequirement Required
85862 src/com/gps/hibernate/UsersUsergroupsId.java 19 Document empty constructor
85863 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
85864 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
85865 src/com/gps/hibernate/UsersUsergroupsId.java 30 publicMethodCommentRequirement Required
85866 src/com/gps/hibernate/UsersUsergroupsId.java 34 Parameter 'userGroupId' is not assigned and could be declared final
85867 src/com/gps/hibernate/UsersUsergroupsId.java 34 publicMethodCommentRequirement Required
85868 src/com/gps/hibernate/UsersUsergroupsId.java 38 publicMethodCommentRequirement Required
85869 src/com/gps/hibernate/UsersUsergroupsId.java 42 Parameter 'userId' is not assigned and could be declared final
85870 src/com/gps/hibernate/UsersUsergroupsId.java 42 publicMethodCommentRequirement Required
85871 src/com/gps/hibernate/UsersUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
85872 src/com/gps/hibernate/UsersUsergroupsId.java 46 publicMethodCommentRequirement Required
85873 src/com/gps/hibernate/UsersUsergroupsId.java 47 Avoid using if statements without curly braces
85874 src/com/gps/hibernate/UsersUsergroupsId.java 47 Useless parentheses.
85875 src/com/gps/hibernate/UsersUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
85876 src/com/gps/hibernate/UsersUsergroupsId.java 49 Avoid using if statements without curly braces
85877 src/com/gps/hibernate/UsersUsergroupsId.java 49 Useless parentheses.
85878 src/com/gps/hibernate/UsersUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
85879 src/com/gps/hibernate/UsersUsergroupsId.java 51 Avoid using if statements without curly braces
85880 src/com/gps/hibernate/UsersUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
85881 src/com/gps/hibernate/UsersUsergroupsId.java 53 Local variable 'castOther' could be declared final
85882 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
85883 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
85884 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
85885 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
85886 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
85887 src/com/gps/hibernate/UsersUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
85888 src/com/gps/hibernate/UsersUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
85889 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
85890 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
85891 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
85892 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
85893 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
85894 src/com/gps/hibernate/UsersUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
85895 src/com/gps/hibernate/UsersUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
85896 src/com/gps/hibernate/UsersUsergroupsId.java 65 publicMethodCommentRequirement Required
85897 src/com/gps/hibernate/UsersUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
85898 src/com/gps/hibernate/Usertracker.java 11 Classes implementing Serializable should set a serialVersionUID
85899 src/com/gps/hibernate/Usertracker.java 15 fieldCommentRequirement Required
85900 src/com/gps/hibernate/Usertracker.java 16 fieldCommentRequirement Required
85901 src/com/gps/hibernate/Usertracker.java 17 fieldCommentRequirement Required
85902 src/com/gps/hibernate/Usertracker.java 18 fieldCommentRequirement Required
85903 src/com/gps/hibernate/Usertracker.java 19 fieldCommentRequirement Required
85904 src/com/gps/hibernate/Usertracker.java 20 fieldCommentRequirement Required
85905 src/com/gps/hibernate/Usertracker.java 21 fieldCommentRequirement Required
85906 src/com/gps/hibernate/Usertracker.java 22 fieldCommentRequirement Required
85907 src/com/gps/hibernate/Usertracker.java 27 Document empty constructor
85908 src/com/gps/hibernate/Usertracker.java 31 Parameter 'userTrackerId' is not assigned and could be declared final
85909 src/com/gps/hibernate/Usertracker.java 36 Parameter 'companyId' is not assigned and could be declared final
85910 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userId' is not assigned and could be declared final
85911 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userTrackerId' is not assigned and could be declared final
85912 src/com/gps/hibernate/Usertracker.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
85913 src/com/gps/hibernate/Usertracker.java 37 Parameter 'remoteAddr' is not assigned and could be declared final
85914 src/com/gps/hibernate/Usertracker.java 37 Parameter 'sessionId' is not assigned and could be declared final
85915 src/com/gps/hibernate/Usertracker.java 38 Parameter 'remoteHost' is not assigned and could be declared final
85916 src/com/gps/hibernate/Usertracker.java 38 Parameter 'userAgent' is not assigned and could be declared final
85917 src/com/gps/hibernate/Usertracker.java 51 publicMethodCommentRequirement Required
85918 src/com/gps/hibernate/Usertracker.java 55 Parameter 'userTrackerId' is not assigned and could be declared final
85919 src/com/gps/hibernate/Usertracker.java 55 publicMethodCommentRequirement Required
85920 src/com/gps/hibernate/Usertracker.java 59 publicMethodCommentRequirement Required
85921 src/com/gps/hibernate/Usertracker.java 63 Parameter 'companyId' is not assigned and could be declared final
85922 src/com/gps/hibernate/Usertracker.java 63 publicMethodCommentRequirement Required
85923 src/com/gps/hibernate/Usertracker.java 67 publicMethodCommentRequirement Required
85924 src/com/gps/hibernate/Usertracker.java 71 Parameter 'userId' is not assigned and could be declared final
85925 src/com/gps/hibernate/Usertracker.java 71 publicMethodCommentRequirement Required
85926 src/com/gps/hibernate/Usertracker.java 75 publicMethodCommentRequirement Required
85927 src/com/gps/hibernate/Usertracker.java 79 Parameter 'modifiedDate' is not assigned and could be declared final
85928 src/com/gps/hibernate/Usertracker.java 79 publicMethodCommentRequirement Required
85929 src/com/gps/hibernate/Usertracker.java 83 publicMethodCommentRequirement Required
85930 src/com/gps/hibernate/Usertracker.java 87 Parameter 'sessionId' is not assigned and could be declared final
85931 src/com/gps/hibernate/Usertracker.java 87 publicMethodCommentRequirement Required
85932 src/com/gps/hibernate/Usertracker.java 91 publicMethodCommentRequirement Required
85933 src/com/gps/hibernate/Usertracker.java 95 Parameter 'remoteAddr' is not assigned and could be declared final
85934 src/com/gps/hibernate/Usertracker.java 95 publicMethodCommentRequirement Required
85935 src/com/gps/hibernate/Usertracker.java 99 publicMethodCommentRequirement Required
85936 src/com/gps/hibernate/Usertracker.java 103 Parameter 'remoteHost' is not assigned and could be declared final
85937 src/com/gps/hibernate/Usertracker.java 103 publicMethodCommentRequirement Required
85938 src/com/gps/hibernate/Usertracker.java 107 publicMethodCommentRequirement Required
85939 src/com/gps/hibernate/Usertracker.java 111 Parameter 'userAgent' is not assigned and could be declared final
85940 src/com/gps/hibernate/Usertracker.java 111 publicMethodCommentRequirement Required
85941 src/com/gps/hibernate/UsertrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
85942 src/com/gps/hibernate/UsertrackerDAO.java 11 Comment is too large: Too many lines
85943 src/com/gps/hibernate/UsertrackerDAO.java 23 This class has too many methods, consider refactoring it.
85944 src/com/gps/hibernate/UsertrackerDAO.java 24 Logger should be defined private static final and have the correct class
85945 src/com/gps/hibernate/UsertrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
85946 src/com/gps/hibernate/UsertrackerDAO.java 24 fieldCommentRequirement Required
85947 src/com/gps/hibernate/UsertrackerDAO.java 26 fieldCommentRequirement Required
85948 src/com/gps/hibernate/UsertrackerDAO.java 27 fieldCommentRequirement Required
85949 src/com/gps/hibernate/UsertrackerDAO.java 28 fieldCommentRequirement Required
85950 src/com/gps/hibernate/UsertrackerDAO.java 29 fieldCommentRequirement Required
85951 src/com/gps/hibernate/UsertrackerDAO.java 30 fieldCommentRequirement Required
85952 src/com/gps/hibernate/UsertrackerDAO.java 31 fieldCommentRequirement Required
85953 src/com/gps/hibernate/UsertrackerDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
85954 src/com/gps/hibernate/UsertrackerDAO.java 33 publicMethodCommentRequirement Required
85955 src/com/gps/hibernate/UsertrackerDAO.java 34 There is log block not surrounded by if
85956 src/com/gps/hibernate/UsertrackerDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85957 src/com/gps/hibernate/UsertrackerDAO.java 36 Potential violation of Law of Demeter (method chain calls)
85958 src/com/gps/hibernate/UsertrackerDAO.java 37 There is log block not surrounded by if
85959 src/com/gps/hibernate/UsertrackerDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85960 src/com/gps/hibernate/UsertrackerDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85961 src/com/gps/hibernate/UsertrackerDAO.java 39 There is log block not surrounded by if
85962 src/com/gps/hibernate/UsertrackerDAO.java 44 Avoid excessively long variable names like persistentInstance
85963 src/com/gps/hibernate/UsertrackerDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
85964 src/com/gps/hibernate/UsertrackerDAO.java 44 publicMethodCommentRequirement Required
85965 src/com/gps/hibernate/UsertrackerDAO.java 45 There is log block not surrounded by if
85966 src/com/gps/hibernate/UsertrackerDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85967 src/com/gps/hibernate/UsertrackerDAO.java 47 Potential violation of Law of Demeter (method chain calls)
85968 src/com/gps/hibernate/UsertrackerDAO.java 48 There is log block not surrounded by if
85969 src/com/gps/hibernate/UsertrackerDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85970 src/com/gps/hibernate/UsertrackerDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85971 src/com/gps/hibernate/UsertrackerDAO.java 50 There is log block not surrounded by if
85972 src/com/gps/hibernate/UsertrackerDAO.java 55 Avoid variables with short names like id
85973 src/com/gps/hibernate/UsertrackerDAO.java 55 Parameter 'id' is not assigned and could be declared final
85974 src/com/gps/hibernate/UsertrackerDAO.java 55 publicMethodCommentRequirement Required
85975 src/com/gps/hibernate/UsertrackerDAO.java 56 There is log block not surrounded by if
85976 src/com/gps/hibernate/UsertrackerDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85977 src/com/gps/hibernate/UsertrackerDAO.java 58 Local variable 'instance' could be declared final
85978 src/com/gps/hibernate/UsertrackerDAO.java 58 Potential violation of Law of Demeter (method chain calls)
85979 src/com/gps/hibernate/UsertrackerDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85980 src/com/gps/hibernate/UsertrackerDAO.java 62 There is log block not surrounded by if
85981 src/com/gps/hibernate/UsertrackerDAO.java 67 Parameter 'instance' is not assigned and could be declared final
85982 src/com/gps/hibernate/UsertrackerDAO.java 67 publicMethodCommentRequirement Required
85983 src/com/gps/hibernate/UsertrackerDAO.java 68 There is log block not surrounded by if
85984 src/com/gps/hibernate/UsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85985 src/com/gps/hibernate/UsertrackerDAO.java 70 Local variable 'results' could be declared final
85986 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
85987 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
85988 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
85989 src/com/gps/hibernate/UsertrackerDAO.java 73 There is log block not surrounded by if
85990 src/com/gps/hibernate/UsertrackerDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85991 src/com/gps/hibernate/UsertrackerDAO.java 74 Potential violation of Law of Demeter (object not created locally)
85992 src/com/gps/hibernate/UsertrackerDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
85993 src/com/gps/hibernate/UsertrackerDAO.java 77 There is log block not surrounded by if
85994 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
85995 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'value' is not assigned and could be declared final
85996 src/com/gps/hibernate/UsertrackerDAO.java 82 publicMethodCommentRequirement Required
85997 src/com/gps/hibernate/UsertrackerDAO.java 83 There is log block not surrounded by if
85998 src/com/gps/hibernate/UsertrackerDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
85999 src/com/gps/hibernate/UsertrackerDAO.java 86 Local variable 'queryString' could be declared final
86000 src/com/gps/hibernate/UsertrackerDAO.java 88 Local variable 'queryObject' could be declared final
86001 src/com/gps/hibernate/UsertrackerDAO.java 88 Potential violation of Law of Demeter (method chain calls)
86002 src/com/gps/hibernate/UsertrackerDAO.java 89 Potential violation of Law of Demeter (object not created locally)
86003 src/com/gps/hibernate/UsertrackerDAO.java 90 Potential violation of Law of Demeter (object not created locally)
86004 src/com/gps/hibernate/UsertrackerDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86005 src/com/gps/hibernate/UsertrackerDAO.java 92 There is log block not surrounded by if
86006 src/com/gps/hibernate/UsertrackerDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
86007 src/com/gps/hibernate/UsertrackerDAO.java 97 publicMethodCommentRequirement Required
86008 src/com/gps/hibernate/UsertrackerDAO.java 101 Parameter 'userId' is not assigned and could be declared final
86009 src/com/gps/hibernate/UsertrackerDAO.java 101 publicMethodCommentRequirement Required
86010 src/com/gps/hibernate/UsertrackerDAO.java 105 Parameter 'sessionId' is not assigned and could be declared final
86011 src/com/gps/hibernate/UsertrackerDAO.java 105 publicMethodCommentRequirement Required
86012 src/com/gps/hibernate/UsertrackerDAO.java 109 Parameter 'remoteAddr' is not assigned and could be declared final
86013 src/com/gps/hibernate/UsertrackerDAO.java 109 publicMethodCommentRequirement Required
86014 src/com/gps/hibernate/UsertrackerDAO.java 113 Parameter 'remoteHost' is not assigned and could be declared final
86015 src/com/gps/hibernate/UsertrackerDAO.java 113 publicMethodCommentRequirement Required
86016 src/com/gps/hibernate/UsertrackerDAO.java 117 Parameter 'userAgent' is not assigned and could be declared final
86017 src/com/gps/hibernate/UsertrackerDAO.java 117 publicMethodCommentRequirement Required
86018 src/com/gps/hibernate/UsertrackerDAO.java 121 publicMethodCommentRequirement Required
86019 src/com/gps/hibernate/UsertrackerDAO.java 122 There is log block not surrounded by if
86020 src/com/gps/hibernate/UsertrackerDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86021 src/com/gps/hibernate/UsertrackerDAO.java 124 Local variable 'queryString' could be declared final
86022 src/com/gps/hibernate/UsertrackerDAO.java 125 Local variable 'queryObject' could be declared final
86023 src/com/gps/hibernate/UsertrackerDAO.java 125 Potential violation of Law of Demeter (method chain calls)
86024 src/com/gps/hibernate/UsertrackerDAO.java 126 Potential violation of Law of Demeter (object not created locally)
86025 src/com/gps/hibernate/UsertrackerDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86026 src/com/gps/hibernate/UsertrackerDAO.java 128 There is log block not surrounded by if
86027 src/com/gps/hibernate/UsertrackerDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
86028 src/com/gps/hibernate/UsertrackerDAO.java 133 publicMethodCommentRequirement Required
86029 src/com/gps/hibernate/UsertrackerDAO.java 134 There is log block not surrounded by if
86030 src/com/gps/hibernate/UsertrackerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86031 src/com/gps/hibernate/UsertrackerDAO.java 136 Local variable 'result' could be declared final
86032 src/com/gps/hibernate/UsertrackerDAO.java 136 Potential violation of Law of Demeter (method chain calls)
86033 src/com/gps/hibernate/UsertrackerDAO.java 138 There is log block not surrounded by if
86034 src/com/gps/hibernate/UsertrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86035 src/com/gps/hibernate/UsertrackerDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86036 src/com/gps/hibernate/UsertrackerDAO.java 141 There is log block not surrounded by if
86037 src/com/gps/hibernate/UsertrackerDAO.java 146 Parameter 'instance' is not assigned and could be declared final
86038 src/com/gps/hibernate/UsertrackerDAO.java 146 publicMethodCommentRequirement Required
86039 src/com/gps/hibernate/UsertrackerDAO.java 147 There is log block not surrounded by if
86040 src/com/gps/hibernate/UsertrackerDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86041 src/com/gps/hibernate/UsertrackerDAO.java 149 Potential violation of Law of Demeter (method chain calls)
86042 src/com/gps/hibernate/UsertrackerDAO.java 150 There is log block not surrounded by if
86043 src/com/gps/hibernate/UsertrackerDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86044 src/com/gps/hibernate/UsertrackerDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86045 src/com/gps/hibernate/UsertrackerDAO.java 152 There is log block not surrounded by if
86046 src/com/gps/hibernate/UsertrackerDAO.java 157 Parameter 'instance' is not assigned and could be declared final
86047 src/com/gps/hibernate/UsertrackerDAO.java 157 publicMethodCommentRequirement Required
86048 src/com/gps/hibernate/UsertrackerDAO.java 158 There is log block not surrounded by if
86049 src/com/gps/hibernate/UsertrackerDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86050 src/com/gps/hibernate/UsertrackerDAO.java 160 Potential violation of Law of Demeter (method chain calls)
86051 src/com/gps/hibernate/UsertrackerDAO.java 161 There is log block not surrounded by if
86052 src/com/gps/hibernate/UsertrackerDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86053 src/com/gps/hibernate/UsertrackerDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86054 src/com/gps/hibernate/UsertrackerDAO.java 163 There is log block not surrounded by if
86055 src/com/gps/hibernate/Usertrackerpath.java 11 Classes implementing Serializable should set a serialVersionUID
86056 src/com/gps/hibernate/Usertrackerpath.java 15 fieldCommentRequirement Required
86057 src/com/gps/hibernate/Usertrackerpath.java 16 fieldCommentRequirement Required
86058 src/com/gps/hibernate/Usertrackerpath.java 17 fieldCommentRequirement Required
86059 src/com/gps/hibernate/Usertrackerpath.java 18 fieldCommentRequirement Required
86060 src/com/gps/hibernate/Usertrackerpath.java 23 Document empty constructor
86061 src/com/gps/hibernate/Usertrackerpath.java 27 Parameter 'userTrackerPathId' is not assigned and could be declared final
86062 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerId' is not assigned and could be declared final
86063 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerPathId' is not assigned and could be declared final
86064 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'path' is not assigned and could be declared final
86065 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'pathDate' is not assigned and could be declared final
86066 src/com/gps/hibernate/Usertrackerpath.java 42 publicMethodCommentRequirement Required
86067 src/com/gps/hibernate/Usertrackerpath.java 46 Parameter 'userTrackerPathId' is not assigned and could be declared final
86068 src/com/gps/hibernate/Usertrackerpath.java 46 publicMethodCommentRequirement Required
86069 src/com/gps/hibernate/Usertrackerpath.java 50 publicMethodCommentRequirement Required
86070 src/com/gps/hibernate/Usertrackerpath.java 54 Parameter 'userTrackerId' is not assigned and could be declared final
86071 src/com/gps/hibernate/Usertrackerpath.java 54 publicMethodCommentRequirement Required
86072 src/com/gps/hibernate/Usertrackerpath.java 58 publicMethodCommentRequirement Required
86073 src/com/gps/hibernate/Usertrackerpath.java 62 Parameter 'path' is not assigned and could be declared final
86074 src/com/gps/hibernate/Usertrackerpath.java 62 publicMethodCommentRequirement Required
86075 src/com/gps/hibernate/Usertrackerpath.java 66 publicMethodCommentRequirement Required
86076 src/com/gps/hibernate/Usertrackerpath.java 70 Parameter 'pathDate' is not assigned and could be declared final
86077 src/com/gps/hibernate/Usertrackerpath.java 70 publicMethodCommentRequirement Required
86078 src/com/gps/hibernate/UsertrackerpathDAO.java 3 Avoid unused imports such as 'java.util.Date'
86079 src/com/gps/hibernate/UsertrackerpathDAO.java 11 Comment is too large: Too many lines
86080 src/com/gps/hibernate/UsertrackerpathDAO.java 23 This class has too many methods, consider refactoring it.
86081 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Logger should be defined private static final and have the correct class
86082 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86083 src/com/gps/hibernate/UsertrackerpathDAO.java 24 fieldCommentRequirement Required
86084 src/com/gps/hibernate/UsertrackerpathDAO.java 26 fieldCommentRequirement Required
86085 src/com/gps/hibernate/UsertrackerpathDAO.java 27 fieldCommentRequirement Required
86086 src/com/gps/hibernate/UsertrackerpathDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
86087 src/com/gps/hibernate/UsertrackerpathDAO.java 29 publicMethodCommentRequirement Required
86088 src/com/gps/hibernate/UsertrackerpathDAO.java 30 There is log block not surrounded by if
86089 src/com/gps/hibernate/UsertrackerpathDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86090 src/com/gps/hibernate/UsertrackerpathDAO.java 32 Potential violation of Law of Demeter (method chain calls)
86091 src/com/gps/hibernate/UsertrackerpathDAO.java 33 There is log block not surrounded by if
86092 src/com/gps/hibernate/UsertrackerpathDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86093 src/com/gps/hibernate/UsertrackerpathDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86094 src/com/gps/hibernate/UsertrackerpathDAO.java 35 There is log block not surrounded by if
86095 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Avoid excessively long variable names like persistentInstance
86096 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
86097 src/com/gps/hibernate/UsertrackerpathDAO.java 40 publicMethodCommentRequirement Required
86098 src/com/gps/hibernate/UsertrackerpathDAO.java 41 There is log block not surrounded by if
86099 src/com/gps/hibernate/UsertrackerpathDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86100 src/com/gps/hibernate/UsertrackerpathDAO.java 43 Potential violation of Law of Demeter (method chain calls)
86101 src/com/gps/hibernate/UsertrackerpathDAO.java 44 There is log block not surrounded by if
86102 src/com/gps/hibernate/UsertrackerpathDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86103 src/com/gps/hibernate/UsertrackerpathDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86104 src/com/gps/hibernate/UsertrackerpathDAO.java 46 There is log block not surrounded by if
86105 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Avoid variables with short names like id
86106 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Parameter 'id' is not assigned and could be declared final
86107 src/com/gps/hibernate/UsertrackerpathDAO.java 51 publicMethodCommentRequirement Required
86108 src/com/gps/hibernate/UsertrackerpathDAO.java 52 There is log block not surrounded by if
86109 src/com/gps/hibernate/UsertrackerpathDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86110 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Local variable 'instance' could be declared final
86111 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Potential violation of Law of Demeter (method chain calls)
86112 src/com/gps/hibernate/UsertrackerpathDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86113 src/com/gps/hibernate/UsertrackerpathDAO.java 58 There is log block not surrounded by if
86114 src/com/gps/hibernate/UsertrackerpathDAO.java 63 Parameter 'instance' is not assigned and could be declared final
86115 src/com/gps/hibernate/UsertrackerpathDAO.java 63 publicMethodCommentRequirement Required
86116 src/com/gps/hibernate/UsertrackerpathDAO.java 64 There is log block not surrounded by if
86117 src/com/gps/hibernate/UsertrackerpathDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86118 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Local variable 'results' could be declared final
86119 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
86120 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
86121 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
86122 src/com/gps/hibernate/UsertrackerpathDAO.java 69 There is log block not surrounded by if
86123 src/com/gps/hibernate/UsertrackerpathDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86124 src/com/gps/hibernate/UsertrackerpathDAO.java 70 Potential violation of Law of Demeter (object not created locally)
86125 src/com/gps/hibernate/UsertrackerpathDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86126 src/com/gps/hibernate/UsertrackerpathDAO.java 73 There is log block not surrounded by if
86127 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
86128 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'value' is not assigned and could be declared final
86129 src/com/gps/hibernate/UsertrackerpathDAO.java 78 publicMethodCommentRequirement Required
86130 src/com/gps/hibernate/UsertrackerpathDAO.java 79 There is log block not surrounded by if
86131 src/com/gps/hibernate/UsertrackerpathDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86132 src/com/gps/hibernate/UsertrackerpathDAO.java 82 Local variable 'queryString' could be declared final
86133 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Local variable 'queryObject' could be declared final
86134 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Potential violation of Law of Demeter (method chain calls)
86135 src/com/gps/hibernate/UsertrackerpathDAO.java 85 Potential violation of Law of Demeter (object not created locally)
86136 src/com/gps/hibernate/UsertrackerpathDAO.java 86 Potential violation of Law of Demeter (object not created locally)
86137 src/com/gps/hibernate/UsertrackerpathDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86138 src/com/gps/hibernate/UsertrackerpathDAO.java 88 There is log block not surrounded by if
86139 src/com/gps/hibernate/UsertrackerpathDAO.java 93 Parameter 'userTrackerId' is not assigned and could be declared final
86140 src/com/gps/hibernate/UsertrackerpathDAO.java 93 publicMethodCommentRequirement Required
86141 src/com/gps/hibernate/UsertrackerpathDAO.java 97 Parameter 'path' is not assigned and could be declared final
86142 src/com/gps/hibernate/UsertrackerpathDAO.java 97 publicMethodCommentRequirement Required
86143 src/com/gps/hibernate/UsertrackerpathDAO.java 101 publicMethodCommentRequirement Required
86144 src/com/gps/hibernate/UsertrackerpathDAO.java 102 There is log block not surrounded by if
86145 src/com/gps/hibernate/UsertrackerpathDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86146 src/com/gps/hibernate/UsertrackerpathDAO.java 104 Local variable 'queryString' could be declared final
86147 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Local variable 'queryObject' could be declared final
86148 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Potential violation of Law of Demeter (method chain calls)
86149 src/com/gps/hibernate/UsertrackerpathDAO.java 106 Potential violation of Law of Demeter (object not created locally)
86150 src/com/gps/hibernate/UsertrackerpathDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86151 src/com/gps/hibernate/UsertrackerpathDAO.java 108 There is log block not surrounded by if
86152 src/com/gps/hibernate/UsertrackerpathDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
86153 src/com/gps/hibernate/UsertrackerpathDAO.java 113 publicMethodCommentRequirement Required
86154 src/com/gps/hibernate/UsertrackerpathDAO.java 114 There is log block not surrounded by if
86155 src/com/gps/hibernate/UsertrackerpathDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86156 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Local variable 'result' could be declared final
86157 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Potential violation of Law of Demeter (method chain calls)
86158 src/com/gps/hibernate/UsertrackerpathDAO.java 118 There is log block not surrounded by if
86159 src/com/gps/hibernate/UsertrackerpathDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86160 src/com/gps/hibernate/UsertrackerpathDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86161 src/com/gps/hibernate/UsertrackerpathDAO.java 121 There is log block not surrounded by if
86162 src/com/gps/hibernate/UsertrackerpathDAO.java 126 Parameter 'instance' is not assigned and could be declared final
86163 src/com/gps/hibernate/UsertrackerpathDAO.java 126 publicMethodCommentRequirement Required
86164 src/com/gps/hibernate/UsertrackerpathDAO.java 127 There is log block not surrounded by if
86165 src/com/gps/hibernate/UsertrackerpathDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86166 src/com/gps/hibernate/UsertrackerpathDAO.java 129 Potential violation of Law of Demeter (method chain calls)
86167 src/com/gps/hibernate/UsertrackerpathDAO.java 130 There is log block not surrounded by if
86168 src/com/gps/hibernate/UsertrackerpathDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86169 src/com/gps/hibernate/UsertrackerpathDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86170 src/com/gps/hibernate/UsertrackerpathDAO.java 132 There is log block not surrounded by if
86171 src/com/gps/hibernate/UsertrackerpathDAO.java 137 Parameter 'instance' is not assigned and could be declared final
86172 src/com/gps/hibernate/UsertrackerpathDAO.java 137 publicMethodCommentRequirement Required
86173 src/com/gps/hibernate/UsertrackerpathDAO.java 138 There is log block not surrounded by if
86174 src/com/gps/hibernate/UsertrackerpathDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86175 src/com/gps/hibernate/UsertrackerpathDAO.java 140 Potential violation of Law of Demeter (method chain calls)
86176 src/com/gps/hibernate/UsertrackerpathDAO.java 141 There is log block not surrounded by if
86177 src/com/gps/hibernate/UsertrackerpathDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86178 src/com/gps/hibernate/UsertrackerpathDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86179 src/com/gps/hibernate/UsertrackerpathDAO.java 143 There is log block not surrounded by if
86180 src/com/gps/hibernate/VehicleDetails.java 10 This class has a bunch of public methods and attributes
86181 src/com/gps/hibernate/VehicleDetails.java 21 Classes implementing Serializable should set a serialVersionUID
86182 src/com/gps/hibernate/VehicleDetails.java 21 Too many fields
86183 src/com/gps/hibernate/VehicleDetails.java 25 fieldCommentRequirement Required
86184 src/com/gps/hibernate/VehicleDetails.java 26 fieldCommentRequirement Required
86185 src/com/gps/hibernate/VehicleDetails.java 27 fieldCommentRequirement Required
86186 src/com/gps/hibernate/VehicleDetails.java 28 fieldCommentRequirement Required
86187 src/com/gps/hibernate/VehicleDetails.java 29 fieldCommentRequirement Required
86188 src/com/gps/hibernate/VehicleDetails.java 30 fieldCommentRequirement Required
86189 src/com/gps/hibernate/VehicleDetails.java 31 fieldCommentRequirement Required
86190 src/com/gps/hibernate/VehicleDetails.java 32 fieldCommentRequirement Required
86191 src/com/gps/hibernate/VehicleDetails.java 33 fieldCommentRequirement Required
86192 src/com/gps/hibernate/VehicleDetails.java 34 fieldCommentRequirement Required
86193 src/com/gps/hibernate/VehicleDetails.java 35 fieldCommentRequirement Required
86194 src/com/gps/hibernate/VehicleDetails.java 36 fieldCommentRequirement Required
86195 src/com/gps/hibernate/VehicleDetails.java 37 fieldCommentRequirement Required
86196 src/com/gps/hibernate/VehicleDetails.java 38 fieldCommentRequirement Required
86197 src/com/gps/hibernate/VehicleDetails.java 39 fieldCommentRequirement Required
86198 src/com/gps/hibernate/VehicleDetails.java 40 fieldCommentRequirement Required
86199 src/com/gps/hibernate/VehicleDetails.java 41 fieldCommentRequirement Required
86200 src/com/gps/hibernate/VehicleDetails.java 42 fieldCommentRequirement Required
86201 src/com/gps/hibernate/VehicleDetails.java 43 fieldCommentRequirement Required
86202 src/com/gps/hibernate/VehicleDetails.java 44 fieldCommentRequirement Required
86203 src/com/gps/hibernate/VehicleDetails.java 45 fieldCommentRequirement Required
86204 src/com/gps/hibernate/VehicleDetails.java 46 fieldCommentRequirement Required
86205 src/com/gps/hibernate/VehicleDetails.java 47 fieldCommentRequirement Required
86206 src/com/gps/hibernate/VehicleDetails.java 48 fieldCommentRequirement Required
86207 src/com/gps/hibernate/VehicleDetails.java 49 fieldCommentRequirement Required
86208 src/com/gps/hibernate/VehicleDetails.java 51 Use explicit scoping instead of the default package private level
86209 src/com/gps/hibernate/VehicleDetails.java 51 fieldCommentRequirement Required
86210 src/com/gps/hibernate/VehicleDetails.java 56 Document empty constructor
86211 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'regNo' is not assigned and could be declared final
86212 src/com/gps/hibernate/VehicleDetails.java 60 Parameter 'totalSeats' is not assigned and could be declared final
86213 src/com/gps/hibernate/VehicleDetails.java 66 Avoid long parameter lists.
86214 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'organization' is not assigned and could be declared final
86215 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'user' is not assigned and could be declared final
86216 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'device' is not assigned and could be declared final
86217 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'totalSeats' is not assigned and could be declared final
86218 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'vehicleGroup' is not assigned and could be declared final
86219 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'carMileage' is not assigned and could be declared final
86220 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'carType' is not assigned and could be declared final
86221 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'musicStatus' is not assigned and could be declared final
86222 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'acStatus' is not assigned and could be declared final
86223 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'amFmStatus' is not assigned and could be declared final
86224 src/com/gps/hibernate/VehicleDetails.java 69 Parameter 'cdDvdStatus' is not assigned and could be declared final
86225 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'color' is not assigned and could be declared final
86226 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'imeiNumber' is not assigned and could be declared final
86227 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'regNo' is not assigned and could be declared final
86228 src/com/gps/hibernate/VehicleDetails.java 70 Parameter 'vehicleName' is not assigned and could be declared final
86229 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'companyName' is not assigned and could be declared final
86230 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'runningStatus' is not assigned and could be declared final
86231 src/com/gps/hibernate/VehicleDetails.java 71 Parameter 'useStatus' is not assigned and could be declared final
86232 src/com/gps/hibernate/VehicleDetails.java 72 Parameter 'geovehicleMaps' is not assigned and could be declared final
86233 src/com/gps/hibernate/VehicleDetails.java 72 Parameter 'tripDetailses' is not assigned and could be declared final
86234 src/com/gps/hibernate/VehicleDetails.java 95 Parameter 'carType' is not assigned and could be declared final
86235 src/com/gps/hibernate/VehicleDetails.java 95 Parameter 'vehicleId' is not assigned and could be declared final
86236 src/com/gps/hibernate/VehicleDetails.java 95 publicMethodCommentRequirement Required
86237 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'color' is not assigned and could be declared final
86238 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'imeiNumber' is not assigned and could be declared final
86239 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'regNo' is not assigned and could be declared final
86240 src/com/gps/hibernate/VehicleDetails.java 96 Parameter 'vehicleName' is not assigned and could be declared final
86241 src/com/gps/hibernate/VehicleDetails.java 97 Parameter 'companyName' is not assigned and could be declared final
86242 src/com/gps/hibernate/VehicleDetails.java 110 publicMethodCommentRequirement Required
86243 src/com/gps/hibernate/VehicleDetails.java 114 Parameter 'vehicleId' is not assigned and could be declared final
86244 src/com/gps/hibernate/VehicleDetails.java 114 publicMethodCommentRequirement Required
86245 src/com/gps/hibernate/VehicleDetails.java 118 publicMethodCommentRequirement Required
86246 src/com/gps/hibernate/VehicleDetails.java 122 Parameter 'user' is not assigned and could be declared final
86247 src/com/gps/hibernate/VehicleDetails.java 122 publicMethodCommentRequirement Required
86248 src/com/gps/hibernate/VehicleDetails.java 126 publicMethodCommentRequirement Required
86249 src/com/gps/hibernate/VehicleDetails.java 130 Parameter 'organization' is not assigned and could be declared final
86250 src/com/gps/hibernate/VehicleDetails.java 130 publicMethodCommentRequirement Required
86251 src/com/gps/hibernate/VehicleDetails.java 134 publicMethodCommentRequirement Required
86252 src/com/gps/hibernate/VehicleDetails.java 138 Parameter 'vehicleGroup' is not assigned and could be declared final
86253 src/com/gps/hibernate/VehicleDetails.java 138 publicMethodCommentRequirement Required
86254 src/com/gps/hibernate/VehicleDetails.java 142 publicMethodCommentRequirement Required
86255 src/com/gps/hibernate/VehicleDetails.java 146 Parameter 'device' is not assigned and could be declared final
86256 src/com/gps/hibernate/VehicleDetails.java 146 publicMethodCommentRequirement Required
86257 src/com/gps/hibernate/VehicleDetails.java 150 publicMethodCommentRequirement Required
86258 src/com/gps/hibernate/VehicleDetails.java 154 Parameter 'totalSeats' is not assigned and could be declared final
86259 src/com/gps/hibernate/VehicleDetails.java 154 publicMethodCommentRequirement Required
86260 src/com/gps/hibernate/VehicleDetails.java 158 publicMethodCommentRequirement Required
86261 src/com/gps/hibernate/VehicleDetails.java 162 Parameter 'musicStatus' is not assigned and could be declared final
86262 src/com/gps/hibernate/VehicleDetails.java 162 publicMethodCommentRequirement Required
86263 src/com/gps/hibernate/VehicleDetails.java 166 publicMethodCommentRequirement Required
86264 src/com/gps/hibernate/VehicleDetails.java 170 Parameter 'carMileage' is not assigned and could be declared final
86265 src/com/gps/hibernate/VehicleDetails.java 170 publicMethodCommentRequirement Required
86266 src/com/gps/hibernate/VehicleDetails.java 174 publicMethodCommentRequirement Required
86267 src/com/gps/hibernate/VehicleDetails.java 178 Parameter 'carType' is not assigned and could be declared final
86268 src/com/gps/hibernate/VehicleDetails.java 178 publicMethodCommentRequirement Required
86269 src/com/gps/hibernate/VehicleDetails.java 182 publicMethodCommentRequirement Required
86270 src/com/gps/hibernate/VehicleDetails.java 186 Parameter 'acStatus' is not assigned and could be declared final
86271 src/com/gps/hibernate/VehicleDetails.java 186 publicMethodCommentRequirement Required
86272 src/com/gps/hibernate/VehicleDetails.java 190 publicMethodCommentRequirement Required
86273 src/com/gps/hibernate/VehicleDetails.java 194 Parameter 'cdDvdStatus' is not assigned and could be declared final
86274 src/com/gps/hibernate/VehicleDetails.java 194 publicMethodCommentRequirement Required
86275 src/com/gps/hibernate/VehicleDetails.java 198 publicMethodCommentRequirement Required
86276 src/com/gps/hibernate/VehicleDetails.java 202 Parameter 'amFmStatus' is not assigned and could be declared final
86277 src/com/gps/hibernate/VehicleDetails.java 202 publicMethodCommentRequirement Required
86278 src/com/gps/hibernate/VehicleDetails.java 206 publicMethodCommentRequirement Required
86279 src/com/gps/hibernate/VehicleDetails.java 210 Parameter 'vehicleName' is not assigned and could be declared final
86280 src/com/gps/hibernate/VehicleDetails.java 210 publicMethodCommentRequirement Required
86281 src/com/gps/hibernate/VehicleDetails.java 214 publicMethodCommentRequirement Required
86282 src/com/gps/hibernate/VehicleDetails.java 218 Parameter 'imeiNumber' is not assigned and could be declared final
86283 src/com/gps/hibernate/VehicleDetails.java 218 publicMethodCommentRequirement Required
86284 src/com/gps/hibernate/VehicleDetails.java 222 publicMethodCommentRequirement Required
86285 src/com/gps/hibernate/VehicleDetails.java 226 Parameter 'hasDamping' is not assigned and could be declared final
86286 src/com/gps/hibernate/VehicleDetails.java 226 publicMethodCommentRequirement Required
86287 src/com/gps/hibernate/VehicleDetails.java 230 publicMethodCommentRequirement Required
86288 src/com/gps/hibernate/VehicleDetails.java 234 Parameter 'color' is not assigned and could be declared final
86289 src/com/gps/hibernate/VehicleDetails.java 234 publicMethodCommentRequirement Required
86290 src/com/gps/hibernate/VehicleDetails.java 238 publicMethodCommentRequirement Required
86291 src/com/gps/hibernate/VehicleDetails.java 242 Parameter 'regNo' is not assigned and could be declared final
86292 src/com/gps/hibernate/VehicleDetails.java 242 publicMethodCommentRequirement Required
86293 src/com/gps/hibernate/VehicleDetails.java 246 publicMethodCommentRequirement Required
86294 src/com/gps/hibernate/VehicleDetails.java 250 Parameter 'companyName' is not assigned and could be declared final
86295 src/com/gps/hibernate/VehicleDetails.java 250 publicMethodCommentRequirement Required
86296 src/com/gps/hibernate/VehicleDetails.java 254 publicMethodCommentRequirement Required
86297 src/com/gps/hibernate/VehicleDetails.java 258 Parameter 'runningStatus' is not assigned and could be declared final
86298 src/com/gps/hibernate/VehicleDetails.java 258 publicMethodCommentRequirement Required
86299 src/com/gps/hibernate/VehicleDetails.java 262 publicMethodCommentRequirement Required
86300 src/com/gps/hibernate/VehicleDetails.java 266 Parameter 'useStatus' is not assigned and could be declared final
86301 src/com/gps/hibernate/VehicleDetails.java 266 publicMethodCommentRequirement Required
86302 src/com/gps/hibernate/VehicleDetails.java 280 Parameter 'resetDistance' is not assigned and could be declared final
86303 src/com/gps/hibernate/VehicleDetails.java 294 Parameter 'stableFuelValue' is not assigned and could be declared final
86304 src/com/gps/hibernate/VehicleDetails.java 299 publicMethodCommentRequirement Required
86305 src/com/gps/hibernate/VehicleDetails.java 303 Parameter 'tripDetailses' is not assigned and could be declared final
86306 src/com/gps/hibernate/VehicleDetails.java 303 publicMethodCommentRequirement Required
86307 src/com/gps/hibernate/VehicleDetails.java 307 publicMethodCommentRequirement Required
86308 src/com/gps/hibernate/VehicleDetails.java 311 Parameter 'geovehicleMaps' is not assigned and could be declared final
86309 src/com/gps/hibernate/VehicleDetails.java 311 publicMethodCommentRequirement Required
86310 src/com/gps/hibernate/VehicleDetails.java 325 Parameter 'tripParams' is not assigned and could be declared final
86311 src/com/gps/hibernate/VehicleDetails.java 329 publicMethodCommentRequirement Required
86312 src/com/gps/hibernate/VehicleDetails.java 332 Parameter 'correctionValue' is not assigned and could be declared final
86313 src/com/gps/hibernate/VehicleDetails.java 332 publicMethodCommentRequirement Required
86314 src/com/gps/hibernate/VehicleDetailsDAO.java 4 Avoid unused imports such as 'java.util.Set'
86315 src/com/gps/hibernate/VehicleDetailsDAO.java 11 Comment is too large: Too many lines
86316 src/com/gps/hibernate/VehicleDetailsDAO.java 23 This class has too many methods, consider refactoring it.
86317 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Logger should be defined private static final and have the correct class
86318 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86319 src/com/gps/hibernate/VehicleDetailsDAO.java 24 fieldCommentRequirement Required
86320 src/com/gps/hibernate/VehicleDetailsDAO.java 26 fieldCommentRequirement Required
86321 src/com/gps/hibernate/VehicleDetailsDAO.java 27 fieldCommentRequirement Required
86322 src/com/gps/hibernate/VehicleDetailsDAO.java 28 fieldCommentRequirement Required
86323 src/com/gps/hibernate/VehicleDetailsDAO.java 29 fieldCommentRequirement Required
86324 src/com/gps/hibernate/VehicleDetailsDAO.java 30 fieldCommentRequirement Required
86325 src/com/gps/hibernate/VehicleDetailsDAO.java 31 fieldCommentRequirement Required
86326 src/com/gps/hibernate/VehicleDetailsDAO.java 32 fieldCommentRequirement Required
86327 src/com/gps/hibernate/VehicleDetailsDAO.java 33 fieldCommentRequirement Required
86328 src/com/gps/hibernate/VehicleDetailsDAO.java 34 fieldCommentRequirement Required
86329 src/com/gps/hibernate/VehicleDetailsDAO.java 35 fieldCommentRequirement Required
86330 src/com/gps/hibernate/VehicleDetailsDAO.java 36 fieldCommentRequirement Required
86331 src/com/gps/hibernate/VehicleDetailsDAO.java 37 fieldCommentRequirement Required
86332 src/com/gps/hibernate/VehicleDetailsDAO.java 39 Parameter 'transientInstance' is not assigned and could be declared final
86333 src/com/gps/hibernate/VehicleDetailsDAO.java 39 publicMethodCommentRequirement Required
86334 src/com/gps/hibernate/VehicleDetailsDAO.java 40 There is log block not surrounded by if
86335 src/com/gps/hibernate/VehicleDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86336 src/com/gps/hibernate/VehicleDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
86337 src/com/gps/hibernate/VehicleDetailsDAO.java 43 There is log block not surrounded by if
86338 src/com/gps/hibernate/VehicleDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86339 src/com/gps/hibernate/VehicleDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86340 src/com/gps/hibernate/VehicleDetailsDAO.java 45 There is log block not surrounded by if
86341 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Avoid excessively long variable names like persistentInstance
86342 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Parameter 'persistentInstance' is not assigned and could be declared final
86343 src/com/gps/hibernate/VehicleDetailsDAO.java 50 publicMethodCommentRequirement Required
86344 src/com/gps/hibernate/VehicleDetailsDAO.java 51 There is log block not surrounded by if
86345 src/com/gps/hibernate/VehicleDetailsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86346 src/com/gps/hibernate/VehicleDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
86347 src/com/gps/hibernate/VehicleDetailsDAO.java 54 There is log block not surrounded by if
86348 src/com/gps/hibernate/VehicleDetailsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86349 src/com/gps/hibernate/VehicleDetailsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86350 src/com/gps/hibernate/VehicleDetailsDAO.java 56 There is log block not surrounded by if
86351 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Avoid variables with short names like id
86352 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Parameter 'id' is not assigned and could be declared final
86353 src/com/gps/hibernate/VehicleDetailsDAO.java 61 publicMethodCommentRequirement Required
86354 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
86355 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
86356 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
86357 src/com/gps/hibernate/VehicleDetailsDAO.java 64 There is log block not surrounded by if
86358 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Local variable 'instance' could be declared final
86359 src/com/gps/hibernate/VehicleDetailsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
86360 src/com/gps/hibernate/VehicleDetailsDAO.java 67 Potential violation of Law of Demeter (object not created locally)
86361 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
86362 src/com/gps/hibernate/VehicleDetailsDAO.java 67 There is log block not surrounded by if
86363 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching NullPointerException; consider removing the cause of the NPE.
86364 src/com/gps/hibernate/VehicleDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86365 src/com/gps/hibernate/VehicleDetailsDAO.java 70 There is log block not surrounded by if
86366 src/com/gps/hibernate/VehicleDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86367 src/com/gps/hibernate/VehicleDetailsDAO.java 73 There is log block not surrounded by if
86368 src/com/gps/hibernate/VehicleDetailsDAO.java 78 Parameter 'instance' is not assigned and could be declared final
86369 src/com/gps/hibernate/VehicleDetailsDAO.java 78 publicMethodCommentRequirement Required
86370 src/com/gps/hibernate/VehicleDetailsDAO.java 79 There is log block not surrounded by if
86371 src/com/gps/hibernate/VehicleDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86372 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Local variable 'results' could be declared final
86373 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
86374 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
86375 src/com/gps/hibernate/VehicleDetailsDAO.java 81 Potential violation of Law of Demeter (method chain calls)
86376 src/com/gps/hibernate/VehicleDetailsDAO.java 84 There is log block not surrounded by if
86377 src/com/gps/hibernate/VehicleDetailsDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86378 src/com/gps/hibernate/VehicleDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
86379 src/com/gps/hibernate/VehicleDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86380 src/com/gps/hibernate/VehicleDetailsDAO.java 88 There is log block not surrounded by if
86381 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
86382 src/com/gps/hibernate/VehicleDetailsDAO.java 93 Parameter 'value' is not assigned and could be declared final
86383 src/com/gps/hibernate/VehicleDetailsDAO.java 93 publicMethodCommentRequirement Required
86384 src/com/gps/hibernate/VehicleDetailsDAO.java 94 There is log block not surrounded by if
86385 src/com/gps/hibernate/VehicleDetailsDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86386 src/com/gps/hibernate/VehicleDetailsDAO.java 97 Local variable 'queryString' could be declared final
86387 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Local variable 'queryObject' could be declared final
86388 src/com/gps/hibernate/VehicleDetailsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
86389 src/com/gps/hibernate/VehicleDetailsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
86390 src/com/gps/hibernate/VehicleDetailsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
86391 src/com/gps/hibernate/VehicleDetailsDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86392 src/com/gps/hibernate/VehicleDetailsDAO.java 103 There is log block not surrounded by if
86393 src/com/gps/hibernate/VehicleDetailsDAO.java 108 Parameter 'totalSeats' is not assigned and could be declared final
86394 src/com/gps/hibernate/VehicleDetailsDAO.java 108 publicMethodCommentRequirement Required
86395 src/com/gps/hibernate/VehicleDetailsDAO.java 112 Parameter 'musicStatus' is not assigned and could be declared final
86396 src/com/gps/hibernate/VehicleDetailsDAO.java 112 publicMethodCommentRequirement Required
86397 src/com/gps/hibernate/VehicleDetailsDAO.java 116 Parameter 'carMileage' is not assigned and could be declared final
86398 src/com/gps/hibernate/VehicleDetailsDAO.java 116 publicMethodCommentRequirement Required
86399 src/com/gps/hibernate/VehicleDetailsDAO.java 120 Parameter 'carType' is not assigned and could be declared final
86400 src/com/gps/hibernate/VehicleDetailsDAO.java 120 publicMethodCommentRequirement Required
86401 src/com/gps/hibernate/VehicleDetailsDAO.java 124 Parameter 'acStatus' is not assigned and could be declared final
86402 src/com/gps/hibernate/VehicleDetailsDAO.java 124 publicMethodCommentRequirement Required
86403 src/com/gps/hibernate/VehicleDetailsDAO.java 128 Parameter 'cdDvdStatus' is not assigned and could be declared final
86404 src/com/gps/hibernate/VehicleDetailsDAO.java 128 publicMethodCommentRequirement Required
86405 src/com/gps/hibernate/VehicleDetailsDAO.java 132 Parameter 'amFmStatus' is not assigned and could be declared final
86406 src/com/gps/hibernate/VehicleDetailsDAO.java 132 publicMethodCommentRequirement Required
86407 src/com/gps/hibernate/VehicleDetailsDAO.java 136 Parameter 'vehicleName' is not assigned and could be declared final
86408 src/com/gps/hibernate/VehicleDetailsDAO.java 136 publicMethodCommentRequirement Required
86409 src/com/gps/hibernate/VehicleDetailsDAO.java 140 Parameter 'imeiNumber' is not assigned and could be declared final
86410 src/com/gps/hibernate/VehicleDetailsDAO.java 140 publicMethodCommentRequirement Required
86411 src/com/gps/hibernate/VehicleDetailsDAO.java 144 Parameter 'color' is not assigned and could be declared final
86412 src/com/gps/hibernate/VehicleDetailsDAO.java 144 publicMethodCommentRequirement Required
86413 src/com/gps/hibernate/VehicleDetailsDAO.java 148 Parameter 'regNo' is not assigned and could be declared final
86414 src/com/gps/hibernate/VehicleDetailsDAO.java 148 publicMethodCommentRequirement Required
86415 src/com/gps/hibernate/VehicleDetailsDAO.java 152 Parameter 'companyName' is not assigned and could be declared final
86416 src/com/gps/hibernate/VehicleDetailsDAO.java 152 publicMethodCommentRequirement Required
86417 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'first' is not assigned and could be declared final
86418 src/com/gps/hibernate/VehicleDetailsDAO.java 156 Parameter 'last' is not assigned and could be declared final
86419 src/com/gps/hibernate/VehicleDetailsDAO.java 156 publicMethodCommentRequirement Required
86420 src/com/gps/hibernate/VehicleDetailsDAO.java 157 There is log block not surrounded by if
86421 src/com/gps/hibernate/VehicleDetailsDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86422 src/com/gps/hibernate/VehicleDetailsDAO.java 159 Local variable 'queryString' could be declared final
86423 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Local variable 'queryObject' could be declared final
86424 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Potential violation of Law of Demeter (method chain calls)
86425 src/com/gps/hibernate/VehicleDetailsDAO.java 161 Potential violation of Law of Demeter (object not created locally)
86426 src/com/gps/hibernate/VehicleDetailsDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86427 src/com/gps/hibernate/VehicleDetailsDAO.java 163 There is log block not surrounded by if
86428 src/com/gps/hibernate/VehicleDetailsDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
86429 src/com/gps/hibernate/VehicleDetailsDAO.java 168 publicMethodCommentRequirement Required
86430 src/com/gps/hibernate/VehicleDetailsDAO.java 169 There is log block not surrounded by if
86431 src/com/gps/hibernate/VehicleDetailsDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86432 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Local variable 'result' could be declared final
86433 src/com/gps/hibernate/VehicleDetailsDAO.java 171 Potential violation of Law of Demeter (method chain calls)
86434 src/com/gps/hibernate/VehicleDetailsDAO.java 173 There is log block not surrounded by if
86435 src/com/gps/hibernate/VehicleDetailsDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86436 src/com/gps/hibernate/VehicleDetailsDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86437 src/com/gps/hibernate/VehicleDetailsDAO.java 176 There is log block not surrounded by if
86438 src/com/gps/hibernate/VehicleDetailsDAO.java 181 Parameter 'instance' is not assigned and could be declared final
86439 src/com/gps/hibernate/VehicleDetailsDAO.java 181 publicMethodCommentRequirement Required
86440 src/com/gps/hibernate/VehicleDetailsDAO.java 182 There is log block not surrounded by if
86441 src/com/gps/hibernate/VehicleDetailsDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86442 src/com/gps/hibernate/VehicleDetailsDAO.java 184 Potential violation of Law of Demeter (method chain calls)
86443 src/com/gps/hibernate/VehicleDetailsDAO.java 185 There is log block not surrounded by if
86444 src/com/gps/hibernate/VehicleDetailsDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86445 src/com/gps/hibernate/VehicleDetailsDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86446 src/com/gps/hibernate/VehicleDetailsDAO.java 187 There is log block not surrounded by if
86447 src/com/gps/hibernate/VehicleDetailsDAO.java 192 Parameter 'instance' is not assigned and could be declared final
86448 src/com/gps/hibernate/VehicleDetailsDAO.java 192 publicMethodCommentRequirement Required
86449 src/com/gps/hibernate/VehicleDetailsDAO.java 193 There is log block not surrounded by if
86450 src/com/gps/hibernate/VehicleDetailsDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86451 src/com/gps/hibernate/VehicleDetailsDAO.java 195 Potential violation of Law of Demeter (method chain calls)
86452 src/com/gps/hibernate/VehicleDetailsDAO.java 196 There is log block not surrounded by if
86453 src/com/gps/hibernate/VehicleDetailsDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86454 src/com/gps/hibernate/VehicleDetailsDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86455 src/com/gps/hibernate/VehicleDetailsDAO.java 198 There is log block not surrounded by if
86456 src/com/gps/hibernate/VehicleDetailsDAO.java 203 Parameter 'args' is not assigned and could be declared final
86457 src/com/gps/hibernate/VehicleDetailsDAO.java 203 publicMethodCommentRequirement Required
86458 src/com/gps/hibernate/VehicleDetailsDAO.java 204 Local variable 'dao' could be declared final
86459 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
86460 src/com/gps/hibernate/VehicleDetailsDAO.java 206 There is log block not surrounded by if
86461 src/com/gps/hibernate/VehicleDetailsDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86462 src/com/gps/hibernate/VehicleDetailsDAO.java 209 Avoid printStackTrace(); use a logger call instead.
86463 src/com/gps/hibernate/VehicleGroup.java 12 Classes implementing Serializable should set a serialVersionUID
86464 src/com/gps/hibernate/VehicleGroup.java 16 fieldCommentRequirement Required
86465 src/com/gps/hibernate/VehicleGroup.java 17 fieldCommentRequirement Required
86466 src/com/gps/hibernate/VehicleGroup.java 18 fieldCommentRequirement Required
86467 src/com/gps/hibernate/VehicleGroup.java 19 fieldCommentRequirement Required
86468 src/com/gps/hibernate/VehicleGroup.java 20 fieldCommentRequirement Required
86469 src/com/gps/hibernate/VehicleGroup.java 25 Document empty constructor
86470 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupName' is not assigned and could be declared final
86471 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupid' is not assigned and could be declared final
86472 src/com/gps/hibernate/VehicleGroup.java 27 publicMethodCommentRequirement Required
86473 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehicleDesc' is not assigned and could be declared final
86474 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehiclePurpose' is not assigned and could be declared final
86475 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleDesc' is not assigned and could be declared final
86476 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleGroupName' is not assigned and could be declared final
86477 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehicleDetailses' is not assigned and could be declared final
86478 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehiclePurpose' is not assigned and could be declared final
86479 src/com/gps/hibernate/VehicleGroup.java 48 publicMethodCommentRequirement Required
86480 src/com/gps/hibernate/VehicleGroup.java 52 Parameter 'vehicleGroupid' is not assigned and could be declared final
86481 src/com/gps/hibernate/VehicleGroup.java 52 publicMethodCommentRequirement Required
86482 src/com/gps/hibernate/VehicleGroup.java 56 publicMethodCommentRequirement Required
86483 src/com/gps/hibernate/VehicleGroup.java 60 Parameter 'vehicleGroupName' is not assigned and could be declared final
86484 src/com/gps/hibernate/VehicleGroup.java 60 publicMethodCommentRequirement Required
86485 src/com/gps/hibernate/VehicleGroup.java 64 publicMethodCommentRequirement Required
86486 src/com/gps/hibernate/VehicleGroup.java 68 Parameter 'vehicleDesc' is not assigned and could be declared final
86487 src/com/gps/hibernate/VehicleGroup.java 68 publicMethodCommentRequirement Required
86488 src/com/gps/hibernate/VehicleGroup.java 72 publicMethodCommentRequirement Required
86489 src/com/gps/hibernate/VehicleGroup.java 76 Parameter 'vehiclePurpose' is not assigned and could be declared final
86490 src/com/gps/hibernate/VehicleGroup.java 76 publicMethodCommentRequirement Required
86491 src/com/gps/hibernate/VehicleGroup.java 80 publicMethodCommentRequirement Required
86492 src/com/gps/hibernate/VehicleGroup.java 84 Parameter 'vehicleDetailses' is not assigned and could be declared final
86493 src/com/gps/hibernate/VehicleGroup.java 84 publicMethodCommentRequirement Required
86494 src/com/gps/hibernate/VehicleGroupDAO.java 4 Avoid unused imports such as 'java.util.Set'
86495 src/com/gps/hibernate/VehicleGroupDAO.java 11 Comment is too large: Too many lines
86496 src/com/gps/hibernate/VehicleGroupDAO.java 23 This class has too many methods, consider refactoring it.
86497 src/com/gps/hibernate/VehicleGroupDAO.java 24 Logger should be defined private static final and have the correct class
86498 src/com/gps/hibernate/VehicleGroupDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86499 src/com/gps/hibernate/VehicleGroupDAO.java 24 fieldCommentRequirement Required
86500 src/com/gps/hibernate/VehicleGroupDAO.java 26 Avoid excessively long variable names like VEHICLE_GROUP_NAME
86501 src/com/gps/hibernate/VehicleGroupDAO.java 26 fieldCommentRequirement Required
86502 src/com/gps/hibernate/VehicleGroupDAO.java 27 fieldCommentRequirement Required
86503 src/com/gps/hibernate/VehicleGroupDAO.java 28 fieldCommentRequirement Required
86504 src/com/gps/hibernate/VehicleGroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
86505 src/com/gps/hibernate/VehicleGroupDAO.java 30 publicMethodCommentRequirement Required
86506 src/com/gps/hibernate/VehicleGroupDAO.java 31 There is log block not surrounded by if
86507 src/com/gps/hibernate/VehicleGroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86508 src/com/gps/hibernate/VehicleGroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
86509 src/com/gps/hibernate/VehicleGroupDAO.java 34 There is log block not surrounded by if
86510 src/com/gps/hibernate/VehicleGroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86511 src/com/gps/hibernate/VehicleGroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86512 src/com/gps/hibernate/VehicleGroupDAO.java 36 There is log block not surrounded by if
86513 src/com/gps/hibernate/VehicleGroupDAO.java 41 Avoid excessively long variable names like persistentInstance
86514 src/com/gps/hibernate/VehicleGroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
86515 src/com/gps/hibernate/VehicleGroupDAO.java 41 publicMethodCommentRequirement Required
86516 src/com/gps/hibernate/VehicleGroupDAO.java 42 There is log block not surrounded by if
86517 src/com/gps/hibernate/VehicleGroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86518 src/com/gps/hibernate/VehicleGroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
86519 src/com/gps/hibernate/VehicleGroupDAO.java 45 There is log block not surrounded by if
86520 src/com/gps/hibernate/VehicleGroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86521 src/com/gps/hibernate/VehicleGroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86522 src/com/gps/hibernate/VehicleGroupDAO.java 47 There is log block not surrounded by if
86523 src/com/gps/hibernate/VehicleGroupDAO.java 52 Avoid variables with short names like id
86524 src/com/gps/hibernate/VehicleGroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
86525 src/com/gps/hibernate/VehicleGroupDAO.java 52 publicMethodCommentRequirement Required
86526 src/com/gps/hibernate/VehicleGroupDAO.java 53 There is log block not surrounded by if
86527 src/com/gps/hibernate/VehicleGroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86528 src/com/gps/hibernate/VehicleGroupDAO.java 55 Local variable 'instance' could be declared final
86529 src/com/gps/hibernate/VehicleGroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
86530 src/com/gps/hibernate/VehicleGroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86531 src/com/gps/hibernate/VehicleGroupDAO.java 59 There is log block not surrounded by if
86532 src/com/gps/hibernate/VehicleGroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
86533 src/com/gps/hibernate/VehicleGroupDAO.java 64 publicMethodCommentRequirement Required
86534 src/com/gps/hibernate/VehicleGroupDAO.java 65 There is log block not surrounded by if
86535 src/com/gps/hibernate/VehicleGroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86536 src/com/gps/hibernate/VehicleGroupDAO.java 67 Local variable 'results' could be declared final
86537 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
86538 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
86539 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
86540 src/com/gps/hibernate/VehicleGroupDAO.java 70 There is log block not surrounded by if
86541 src/com/gps/hibernate/VehicleGroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86542 src/com/gps/hibernate/VehicleGroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
86543 src/com/gps/hibernate/VehicleGroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86544 src/com/gps/hibernate/VehicleGroupDAO.java 74 There is log block not surrounded by if
86545 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
86546 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
86547 src/com/gps/hibernate/VehicleGroupDAO.java 79 publicMethodCommentRequirement Required
86548 src/com/gps/hibernate/VehicleGroupDAO.java 80 There is log block not surrounded by if
86549 src/com/gps/hibernate/VehicleGroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86550 src/com/gps/hibernate/VehicleGroupDAO.java 83 Local variable 'queryString' could be declared final
86551 src/com/gps/hibernate/VehicleGroupDAO.java 85 Local variable 'queryObject' could be declared final
86552 src/com/gps/hibernate/VehicleGroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
86553 src/com/gps/hibernate/VehicleGroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
86554 src/com/gps/hibernate/VehicleGroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
86555 src/com/gps/hibernate/VehicleGroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86556 src/com/gps/hibernate/VehicleGroupDAO.java 89 There is log block not surrounded by if
86557 src/com/gps/hibernate/VehicleGroupDAO.java 94 Parameter 'vehicleGroupName' is not assigned and could be declared final
86558 src/com/gps/hibernate/VehicleGroupDAO.java 94 publicMethodCommentRequirement Required
86559 src/com/gps/hibernate/VehicleGroupDAO.java 98 Parameter 'vehicleDesc' is not assigned and could be declared final
86560 src/com/gps/hibernate/VehicleGroupDAO.java 98 publicMethodCommentRequirement Required
86561 src/com/gps/hibernate/VehicleGroupDAO.java 102 Parameter 'vehiclePurpose' is not assigned and could be declared final
86562 src/com/gps/hibernate/VehicleGroupDAO.java 102 publicMethodCommentRequirement Required
86563 src/com/gps/hibernate/VehicleGroupDAO.java 106 publicMethodCommentRequirement Required
86564 src/com/gps/hibernate/VehicleGroupDAO.java 107 There is log block not surrounded by if
86565 src/com/gps/hibernate/VehicleGroupDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86566 src/com/gps/hibernate/VehicleGroupDAO.java 109 Local variable 'queryString' could be declared final
86567 src/com/gps/hibernate/VehicleGroupDAO.java 110 Local variable 'queryObject' could be declared final
86568 src/com/gps/hibernate/VehicleGroupDAO.java 110 Potential violation of Law of Demeter (method chain calls)
86569 src/com/gps/hibernate/VehicleGroupDAO.java 111 Potential violation of Law of Demeter (object not created locally)
86570 src/com/gps/hibernate/VehicleGroupDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86571 src/com/gps/hibernate/VehicleGroupDAO.java 113 There is log block not surrounded by if
86572 src/com/gps/hibernate/VehicleGroupDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
86573 src/com/gps/hibernate/VehicleGroupDAO.java 118 publicMethodCommentRequirement Required
86574 src/com/gps/hibernate/VehicleGroupDAO.java 119 There is log block not surrounded by if
86575 src/com/gps/hibernate/VehicleGroupDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86576 src/com/gps/hibernate/VehicleGroupDAO.java 121 Local variable 'result' could be declared final
86577 src/com/gps/hibernate/VehicleGroupDAO.java 121 Potential violation of Law of Demeter (method chain calls)
86578 src/com/gps/hibernate/VehicleGroupDAO.java 123 There is log block not surrounded by if
86579 src/com/gps/hibernate/VehicleGroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86580 src/com/gps/hibernate/VehicleGroupDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86581 src/com/gps/hibernate/VehicleGroupDAO.java 126 There is log block not surrounded by if
86582 src/com/gps/hibernate/VehicleGroupDAO.java 131 Parameter 'instance' is not assigned and could be declared final
86583 src/com/gps/hibernate/VehicleGroupDAO.java 131 publicMethodCommentRequirement Required
86584 src/com/gps/hibernate/VehicleGroupDAO.java 132 There is log block not surrounded by if
86585 src/com/gps/hibernate/VehicleGroupDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86586 src/com/gps/hibernate/VehicleGroupDAO.java 134 Potential violation of Law of Demeter (method chain calls)
86587 src/com/gps/hibernate/VehicleGroupDAO.java 135 There is log block not surrounded by if
86588 src/com/gps/hibernate/VehicleGroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86589 src/com/gps/hibernate/VehicleGroupDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86590 src/com/gps/hibernate/VehicleGroupDAO.java 137 There is log block not surrounded by if
86591 src/com/gps/hibernate/VehicleGroupDAO.java 142 Parameter 'instance' is not assigned and could be declared final
86592 src/com/gps/hibernate/VehicleGroupDAO.java 142 publicMethodCommentRequirement Required
86593 src/com/gps/hibernate/VehicleGroupDAO.java 143 There is log block not surrounded by if
86594 src/com/gps/hibernate/VehicleGroupDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86595 src/com/gps/hibernate/VehicleGroupDAO.java 145 Potential violation of Law of Demeter (method chain calls)
86596 src/com/gps/hibernate/VehicleGroupDAO.java 146 There is log block not surrounded by if
86597 src/com/gps/hibernate/VehicleGroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86598 src/com/gps/hibernate/VehicleGroupDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86599 src/com/gps/hibernate/VehicleGroupDAO.java 148 There is log block not surrounded by if
86600 src/com/gps/hibernate/VehicleType.java 10 Classes implementing Serializable should set a serialVersionUID
86601 src/com/gps/hibernate/VehicleType.java 12 Use explicit scoping instead of the default package private level
86602 src/com/gps/hibernate/VehicleType.java 12 fieldCommentRequirement Required
86603 src/com/gps/hibernate/VehicleType.java 13 Use explicit scoping instead of the default package private level
86604 src/com/gps/hibernate/VehicleType.java 13 fieldCommentRequirement Required
86605 src/com/gps/hibernate/VehicleType.java 14 Use explicit scoping instead of the default package private level
86606 src/com/gps/hibernate/VehicleType.java 14 fieldCommentRequirement Required
86607 src/com/gps/hibernate/VehicleType.java 15 Use explicit scoping instead of the default package private level
86608 src/com/gps/hibernate/VehicleType.java 15 fieldCommentRequirement Required
86609 src/com/gps/hibernate/VehicleType.java 16 Use explicit scoping instead of the default package private level
86610 src/com/gps/hibernate/VehicleType.java 16 fieldCommentRequirement Required
86611 src/com/gps/hibernate/VehicleType.java 17 Use explicit scoping instead of the default package private level
86612 src/com/gps/hibernate/VehicleType.java 17 fieldCommentRequirement Required
86613 src/com/gps/hibernate/VehicleType.java 18 Use explicit scoping instead of the default package private level
86614 src/com/gps/hibernate/VehicleType.java 18 fieldCommentRequirement Required
86615 src/com/gps/hibernate/VehicleType.java 25 publicMethodCommentRequirement Required
86616 src/com/gps/hibernate/VehicleType.java 28 Parameter 'correctionValue' is not assigned and could be declared final
86617 src/com/gps/hibernate/VehicleType.java 28 publicMethodCommentRequirement Required
86618 src/com/gps/hibernate/VehicleType.java 38 Parameter 'tankCapacity' is not assigned and could be declared final
86619 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeId' is not assigned and could be declared final
86620 src/com/gps/hibernate/VehicleType.java 38 Parameter 'typeName' is not assigned and could be declared final
86621 src/com/gps/hibernate/VehicleType.java 39 Parameter 'emptyVolt' is not assigned and could be declared final
86622 src/com/gps/hibernate/VehicleType.java 39 Parameter 'fullVolt' is not assigned and could be declared final
86623 src/com/gps/hibernate/VehicleType.java 39 Parameter 'valueOrder' is not assigned and could be declared final
86624 src/com/gps/hibernate/VehicleType.java 57 Parameter 'typeId' is not assigned and could be declared final
86625 src/com/gps/hibernate/VehicleType.java 69 Parameter 'typeName' is not assigned and could be declared final
86626 src/com/gps/hibernate/VehicleType.java 81 Parameter 'tankCapacity' is not assigned and could be declared final
86627 src/com/gps/hibernate/VehicleType.java 93 Parameter 'fullVolt' is not assigned and could be declared final
86628 src/com/gps/hibernate/VehicleType.java 105 Parameter 'emptyVolt' is not assigned and could be declared final
86629 src/com/gps/hibernate/VehicleType.java 117 Parameter 'valueOrder' is not assigned and could be declared final
86630 src/com/gps/hibernate/VehicleTypeDAO.java 4 Avoid unused imports such as 'java.util.Set'
86631 src/com/gps/hibernate/VehicleTypeDAO.java 11 Comment is too large: Too many lines
86632 src/com/gps/hibernate/VehicleTypeDAO.java 24 Logger should be defined private static final and have the correct class
86633 src/com/gps/hibernate/VehicleTypeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86634 src/com/gps/hibernate/VehicleTypeDAO.java 24 fieldCommentRequirement Required
86635 src/com/gps/hibernate/VehicleTypeDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
86636 src/com/gps/hibernate/VehicleTypeDAO.java 26 publicMethodCommentRequirement Required
86637 src/com/gps/hibernate/VehicleTypeDAO.java 27 There is log block not surrounded by if
86638 src/com/gps/hibernate/VehicleTypeDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86639 src/com/gps/hibernate/VehicleTypeDAO.java 29 Potential violation of Law of Demeter (method chain calls)
86640 src/com/gps/hibernate/VehicleTypeDAO.java 30 There is log block not surrounded by if
86641 src/com/gps/hibernate/VehicleTypeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86642 src/com/gps/hibernate/VehicleTypeDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86643 src/com/gps/hibernate/VehicleTypeDAO.java 32 There is log block not surrounded by if
86644 src/com/gps/hibernate/VehicleTypeDAO.java 37 Avoid excessively long variable names like persistentInstance
86645 src/com/gps/hibernate/VehicleTypeDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
86646 src/com/gps/hibernate/VehicleTypeDAO.java 37 publicMethodCommentRequirement Required
86647 src/com/gps/hibernate/VehicleTypeDAO.java 38 There is log block not surrounded by if
86648 src/com/gps/hibernate/VehicleTypeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86649 src/com/gps/hibernate/VehicleTypeDAO.java 40 Potential violation of Law of Demeter (method chain calls)
86650 src/com/gps/hibernate/VehicleTypeDAO.java 41 There is log block not surrounded by if
86651 src/com/gps/hibernate/VehicleTypeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86652 src/com/gps/hibernate/VehicleTypeDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86653 src/com/gps/hibernate/VehicleTypeDAO.java 43 There is log block not surrounded by if
86654 src/com/gps/hibernate/VehicleTypeDAO.java 48 Avoid variables with short names like id
86655 src/com/gps/hibernate/VehicleTypeDAO.java 48 Parameter 'id' is not assigned and could be declared final
86656 src/com/gps/hibernate/VehicleTypeDAO.java 48 publicMethodCommentRequirement Required
86657 src/com/gps/hibernate/VehicleTypeDAO.java 49 There is log block not surrounded by if
86658 src/com/gps/hibernate/VehicleTypeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86659 src/com/gps/hibernate/VehicleTypeDAO.java 51 Local variable 'instance' could be declared final
86660 src/com/gps/hibernate/VehicleTypeDAO.java 51 Potential violation of Law of Demeter (method chain calls)
86661 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
86662 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86663 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
86664 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
86665 src/com/gps/hibernate/VehicleTypeDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86666 src/com/gps/hibernate/VehicleTypeDAO.java 61 There is log block not surrounded by if
86667 src/com/gps/hibernate/VehicleTypeDAO.java 66 Parameter 'instance' is not assigned and could be declared final
86668 src/com/gps/hibernate/VehicleTypeDAO.java 66 publicMethodCommentRequirement Required
86669 src/com/gps/hibernate/VehicleTypeDAO.java 67 There is log block not surrounded by if
86670 src/com/gps/hibernate/VehicleTypeDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86671 src/com/gps/hibernate/VehicleTypeDAO.java 69 Local variable 'results' could be declared final
86672 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
86673 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
86674 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
86675 src/com/gps/hibernate/VehicleTypeDAO.java 72 There is log block not surrounded by if
86676 src/com/gps/hibernate/VehicleTypeDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86677 src/com/gps/hibernate/VehicleTypeDAO.java 73 Potential violation of Law of Demeter (object not created locally)
86678 src/com/gps/hibernate/VehicleTypeDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86679 src/com/gps/hibernate/VehicleTypeDAO.java 76 There is log block not surrounded by if
86680 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
86681 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'value' is not assigned and could be declared final
86682 src/com/gps/hibernate/VehicleTypeDAO.java 81 publicMethodCommentRequirement Required
86683 src/com/gps/hibernate/VehicleTypeDAO.java 82 There is log block not surrounded by if
86684 src/com/gps/hibernate/VehicleTypeDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86685 src/com/gps/hibernate/VehicleTypeDAO.java 85 Local variable 'queryString' could be declared final
86686 src/com/gps/hibernate/VehicleTypeDAO.java 87 Local variable 'queryObject' could be declared final
86687 src/com/gps/hibernate/VehicleTypeDAO.java 87 Potential violation of Law of Demeter (method chain calls)
86688 src/com/gps/hibernate/VehicleTypeDAO.java 88 Potential violation of Law of Demeter (object not created locally)
86689 src/com/gps/hibernate/VehicleTypeDAO.java 89 Potential violation of Law of Demeter (object not created locally)
86690 src/com/gps/hibernate/VehicleTypeDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86691 src/com/gps/hibernate/VehicleTypeDAO.java 91 There is log block not surrounded by if
86692 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'first' is not assigned and could be declared final
86693 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'last' is not assigned and could be declared final
86694 src/com/gps/hibernate/VehicleTypeDAO.java 96 publicMethodCommentRequirement Required
86695 src/com/gps/hibernate/VehicleTypeDAO.java 97 There is log block not surrounded by if
86696 src/com/gps/hibernate/VehicleTypeDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86697 src/com/gps/hibernate/VehicleTypeDAO.java 99 Local variable 'queryString' could be declared final
86698 src/com/gps/hibernate/VehicleTypeDAO.java 100 Local variable 'queryObject' could be declared final
86699 src/com/gps/hibernate/VehicleTypeDAO.java 100 Potential violation of Law of Demeter (method chain calls)
86700 src/com/gps/hibernate/VehicleTypeDAO.java 101 Potential violation of Law of Demeter (object not created locally)
86701 src/com/gps/hibernate/VehicleTypeDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86702 src/com/gps/hibernate/VehicleTypeDAO.java 103 There is log block not surrounded by if
86703 src/com/gps/hibernate/VehicleTypeDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
86704 src/com/gps/hibernate/VehicleTypeDAO.java 108 publicMethodCommentRequirement Required
86705 src/com/gps/hibernate/VehicleTypeDAO.java 109 There is log block not surrounded by if
86706 src/com/gps/hibernate/VehicleTypeDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86707 src/com/gps/hibernate/VehicleTypeDAO.java 111 Local variable 'result' could be declared final
86708 src/com/gps/hibernate/VehicleTypeDAO.java 111 Potential violation of Law of Demeter (method chain calls)
86709 src/com/gps/hibernate/VehicleTypeDAO.java 113 There is log block not surrounded by if
86710 src/com/gps/hibernate/VehicleTypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86711 src/com/gps/hibernate/VehicleTypeDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86712 src/com/gps/hibernate/VehicleTypeDAO.java 116 There is log block not surrounded by if
86713 src/com/gps/hibernate/VehicleTypeDAO.java 121 Parameter 'instance' is not assigned and could be declared final
86714 src/com/gps/hibernate/VehicleTypeDAO.java 121 publicMethodCommentRequirement Required
86715 src/com/gps/hibernate/VehicleTypeDAO.java 122 There is log block not surrounded by if
86716 src/com/gps/hibernate/VehicleTypeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86717 src/com/gps/hibernate/VehicleTypeDAO.java 124 Potential violation of Law of Demeter (method chain calls)
86718 src/com/gps/hibernate/VehicleTypeDAO.java 125 There is log block not surrounded by if
86719 src/com/gps/hibernate/VehicleTypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86720 src/com/gps/hibernate/VehicleTypeDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86721 src/com/gps/hibernate/VehicleTypeDAO.java 127 There is log block not surrounded by if
86722 src/com/gps/hibernate/VehicleTypeDAO.java 132 Parameter 'instance' is not assigned and could be declared final
86723 src/com/gps/hibernate/VehicleTypeDAO.java 132 publicMethodCommentRequirement Required
86724 src/com/gps/hibernate/VehicleTypeDAO.java 133 There is log block not surrounded by if
86725 src/com/gps/hibernate/VehicleTypeDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86726 src/com/gps/hibernate/VehicleTypeDAO.java 135 Potential violation of Law of Demeter (method chain calls)
86727 src/com/gps/hibernate/VehicleTypeDAO.java 136 There is log block not surrounded by if
86728 src/com/gps/hibernate/VehicleTypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86729 src/com/gps/hibernate/VehicleTypeDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86730 src/com/gps/hibernate/VehicleTypeDAO.java 138 There is log block not surrounded by if
86731 src/com/gps/hibernate/Vocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
86732 src/com/gps/hibernate/Vocabulary.java 15 fieldCommentRequirement Required
86733 src/com/gps/hibernate/Vocabulary.java 16 fieldCommentRequirement Required
86734 src/com/gps/hibernate/Vocabulary.java 17 fieldCommentRequirement Required
86735 src/com/gps/hibernate/Vocabulary.java 18 fieldCommentRequirement Required
86736 src/com/gps/hibernate/Vocabulary.java 19 fieldCommentRequirement Required
86737 src/com/gps/hibernate/Vocabulary.java 20 fieldCommentRequirement Required
86738 src/com/gps/hibernate/Vocabulary.java 21 fieldCommentRequirement Required
86739 src/com/gps/hibernate/Vocabulary.java 22 fieldCommentRequirement Required
86740 src/com/gps/hibernate/Vocabulary.java 23 fieldCommentRequirement Required
86741 src/com/gps/hibernate/Vocabulary.java 24 fieldCommentRequirement Required
86742 src/com/gps/hibernate/Vocabulary.java 29 Document empty constructor
86743 src/com/gps/hibernate/Vocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
86744 src/com/gps/hibernate/Vocabulary.java 38 Avoid long parameter lists.
86745 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
86746 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
86747 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
86748 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
86749 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
86750 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
86751 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
86752 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'description' is not assigned and could be declared final
86753 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
86754 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'name' is not assigned and could be declared final
86755 src/com/gps/hibernate/Vocabulary.java 55 publicMethodCommentRequirement Required
86756 src/com/gps/hibernate/Vocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
86757 src/com/gps/hibernate/Vocabulary.java 59 publicMethodCommentRequirement Required
86758 src/com/gps/hibernate/Vocabulary.java 63 publicMethodCommentRequirement Required
86759 src/com/gps/hibernate/Vocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
86760 src/com/gps/hibernate/Vocabulary.java 67 publicMethodCommentRequirement Required
86761 src/com/gps/hibernate/Vocabulary.java 71 publicMethodCommentRequirement Required
86762 src/com/gps/hibernate/Vocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
86763 src/com/gps/hibernate/Vocabulary.java 75 publicMethodCommentRequirement Required
86764 src/com/gps/hibernate/Vocabulary.java 79 publicMethodCommentRequirement Required
86765 src/com/gps/hibernate/Vocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
86766 src/com/gps/hibernate/Vocabulary.java 83 publicMethodCommentRequirement Required
86767 src/com/gps/hibernate/Vocabulary.java 87 publicMethodCommentRequirement Required
86768 src/com/gps/hibernate/Vocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
86769 src/com/gps/hibernate/Vocabulary.java 91 publicMethodCommentRequirement Required
86770 src/com/gps/hibernate/Vocabulary.java 95 publicMethodCommentRequirement Required
86771 src/com/gps/hibernate/Vocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
86772 src/com/gps/hibernate/Vocabulary.java 99 publicMethodCommentRequirement Required
86773 src/com/gps/hibernate/Vocabulary.java 103 publicMethodCommentRequirement Required
86774 src/com/gps/hibernate/Vocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
86775 src/com/gps/hibernate/Vocabulary.java 107 publicMethodCommentRequirement Required
86776 src/com/gps/hibernate/Vocabulary.java 111 publicMethodCommentRequirement Required
86777 src/com/gps/hibernate/Vocabulary.java 115 Parameter 'name' is not assigned and could be declared final
86778 src/com/gps/hibernate/Vocabulary.java 115 publicMethodCommentRequirement Required
86779 src/com/gps/hibernate/Vocabulary.java 119 publicMethodCommentRequirement Required
86780 src/com/gps/hibernate/Vocabulary.java 123 Parameter 'description' is not assigned and could be declared final
86781 src/com/gps/hibernate/Vocabulary.java 123 publicMethodCommentRequirement Required
86782 src/com/gps/hibernate/Vocabulary.java 127 publicMethodCommentRequirement Required
86783 src/com/gps/hibernate/Vocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
86784 src/com/gps/hibernate/Vocabulary.java 131 publicMethodCommentRequirement Required
86785 src/com/gps/hibernate/VocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
86786 src/com/gps/hibernate/VocabularyDAO.java 11 Comment is too large: Too many lines
86787 src/com/gps/hibernate/VocabularyDAO.java 23 This class has too many methods, consider refactoring it.
86788 src/com/gps/hibernate/VocabularyDAO.java 24 Logger should be defined private static final and have the correct class
86789 src/com/gps/hibernate/VocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86790 src/com/gps/hibernate/VocabularyDAO.java 24 fieldCommentRequirement Required
86791 src/com/gps/hibernate/VocabularyDAO.java 26 fieldCommentRequirement Required
86792 src/com/gps/hibernate/VocabularyDAO.java 27 fieldCommentRequirement Required
86793 src/com/gps/hibernate/VocabularyDAO.java 28 fieldCommentRequirement Required
86794 src/com/gps/hibernate/VocabularyDAO.java 29 fieldCommentRequirement Required
86795 src/com/gps/hibernate/VocabularyDAO.java 30 fieldCommentRequirement Required
86796 src/com/gps/hibernate/VocabularyDAO.java 31 fieldCommentRequirement Required
86797 src/com/gps/hibernate/VocabularyDAO.java 32 fieldCommentRequirement Required
86798 src/com/gps/hibernate/VocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
86799 src/com/gps/hibernate/VocabularyDAO.java 34 publicMethodCommentRequirement Required
86800 src/com/gps/hibernate/VocabularyDAO.java 35 There is log block not surrounded by if
86801 src/com/gps/hibernate/VocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86802 src/com/gps/hibernate/VocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
86803 src/com/gps/hibernate/VocabularyDAO.java 38 There is log block not surrounded by if
86804 src/com/gps/hibernate/VocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86805 src/com/gps/hibernate/VocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86806 src/com/gps/hibernate/VocabularyDAO.java 40 There is log block not surrounded by if
86807 src/com/gps/hibernate/VocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
86808 src/com/gps/hibernate/VocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
86809 src/com/gps/hibernate/VocabularyDAO.java 45 publicMethodCommentRequirement Required
86810 src/com/gps/hibernate/VocabularyDAO.java 46 There is log block not surrounded by if
86811 src/com/gps/hibernate/VocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86812 src/com/gps/hibernate/VocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
86813 src/com/gps/hibernate/VocabularyDAO.java 49 There is log block not surrounded by if
86814 src/com/gps/hibernate/VocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86815 src/com/gps/hibernate/VocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86816 src/com/gps/hibernate/VocabularyDAO.java 51 There is log block not surrounded by if
86817 src/com/gps/hibernate/VocabularyDAO.java 56 Avoid variables with short names like id
86818 src/com/gps/hibernate/VocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
86819 src/com/gps/hibernate/VocabularyDAO.java 56 publicMethodCommentRequirement Required
86820 src/com/gps/hibernate/VocabularyDAO.java 57 There is log block not surrounded by if
86821 src/com/gps/hibernate/VocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86822 src/com/gps/hibernate/VocabularyDAO.java 59 Local variable 'instance' could be declared final
86823 src/com/gps/hibernate/VocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
86824 src/com/gps/hibernate/VocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86825 src/com/gps/hibernate/VocabularyDAO.java 63 There is log block not surrounded by if
86826 src/com/gps/hibernate/VocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
86827 src/com/gps/hibernate/VocabularyDAO.java 68 publicMethodCommentRequirement Required
86828 src/com/gps/hibernate/VocabularyDAO.java 69 There is log block not surrounded by if
86829 src/com/gps/hibernate/VocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86830 src/com/gps/hibernate/VocabularyDAO.java 71 Local variable 'results' could be declared final
86831 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
86832 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
86833 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
86834 src/com/gps/hibernate/VocabularyDAO.java 74 There is log block not surrounded by if
86835 src/com/gps/hibernate/VocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86836 src/com/gps/hibernate/VocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
86837 src/com/gps/hibernate/VocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86838 src/com/gps/hibernate/VocabularyDAO.java 78 There is log block not surrounded by if
86839 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
86840 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
86841 src/com/gps/hibernate/VocabularyDAO.java 83 publicMethodCommentRequirement Required
86842 src/com/gps/hibernate/VocabularyDAO.java 84 There is log block not surrounded by if
86843 src/com/gps/hibernate/VocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86844 src/com/gps/hibernate/VocabularyDAO.java 87 Local variable 'queryString' could be declared final
86845 src/com/gps/hibernate/VocabularyDAO.java 89 Local variable 'queryObject' could be declared final
86846 src/com/gps/hibernate/VocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
86847 src/com/gps/hibernate/VocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
86848 src/com/gps/hibernate/VocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
86849 src/com/gps/hibernate/VocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86850 src/com/gps/hibernate/VocabularyDAO.java 93 There is log block not surrounded by if
86851 src/com/gps/hibernate/VocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
86852 src/com/gps/hibernate/VocabularyDAO.java 98 publicMethodCommentRequirement Required
86853 src/com/gps/hibernate/VocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
86854 src/com/gps/hibernate/VocabularyDAO.java 102 publicMethodCommentRequirement Required
86855 src/com/gps/hibernate/VocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
86856 src/com/gps/hibernate/VocabularyDAO.java 106 publicMethodCommentRequirement Required
86857 src/com/gps/hibernate/VocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
86858 src/com/gps/hibernate/VocabularyDAO.java 110 publicMethodCommentRequirement Required
86859 src/com/gps/hibernate/VocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
86860 src/com/gps/hibernate/VocabularyDAO.java 114 publicMethodCommentRequirement Required
86861 src/com/gps/hibernate/VocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
86862 src/com/gps/hibernate/VocabularyDAO.java 118 publicMethodCommentRequirement Required
86863 src/com/gps/hibernate/VocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
86864 src/com/gps/hibernate/VocabularyDAO.java 122 publicMethodCommentRequirement Required
86865 src/com/gps/hibernate/VocabularyDAO.java 126 publicMethodCommentRequirement Required
86866 src/com/gps/hibernate/VocabularyDAO.java 127 There is log block not surrounded by if
86867 src/com/gps/hibernate/VocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86868 src/com/gps/hibernate/VocabularyDAO.java 129 Local variable 'queryString' could be declared final
86869 src/com/gps/hibernate/VocabularyDAO.java 130 Local variable 'queryObject' could be declared final
86870 src/com/gps/hibernate/VocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
86871 src/com/gps/hibernate/VocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
86872 src/com/gps/hibernate/VocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86873 src/com/gps/hibernate/VocabularyDAO.java 133 There is log block not surrounded by if
86874 src/com/gps/hibernate/VocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
86875 src/com/gps/hibernate/VocabularyDAO.java 138 publicMethodCommentRequirement Required
86876 src/com/gps/hibernate/VocabularyDAO.java 139 There is log block not surrounded by if
86877 src/com/gps/hibernate/VocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86878 src/com/gps/hibernate/VocabularyDAO.java 141 Local variable 'result' could be declared final
86879 src/com/gps/hibernate/VocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
86880 src/com/gps/hibernate/VocabularyDAO.java 143 There is log block not surrounded by if
86881 src/com/gps/hibernate/VocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86882 src/com/gps/hibernate/VocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86883 src/com/gps/hibernate/VocabularyDAO.java 146 There is log block not surrounded by if
86884 src/com/gps/hibernate/VocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
86885 src/com/gps/hibernate/VocabularyDAO.java 151 publicMethodCommentRequirement Required
86886 src/com/gps/hibernate/VocabularyDAO.java 152 There is log block not surrounded by if
86887 src/com/gps/hibernate/VocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86888 src/com/gps/hibernate/VocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
86889 src/com/gps/hibernate/VocabularyDAO.java 155 There is log block not surrounded by if
86890 src/com/gps/hibernate/VocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86891 src/com/gps/hibernate/VocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86892 src/com/gps/hibernate/VocabularyDAO.java 157 There is log block not surrounded by if
86893 src/com/gps/hibernate/VocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
86894 src/com/gps/hibernate/VocabularyDAO.java 162 publicMethodCommentRequirement Required
86895 src/com/gps/hibernate/VocabularyDAO.java 163 There is log block not surrounded by if
86896 src/com/gps/hibernate/VocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86897 src/com/gps/hibernate/VocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
86898 src/com/gps/hibernate/VocabularyDAO.java 166 There is log block not surrounded by if
86899 src/com/gps/hibernate/VocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86900 src/com/gps/hibernate/VocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86901 src/com/gps/hibernate/VocabularyDAO.java 168 There is log block not surrounded by if
86902 src/com/gps/hibernate/Webdavprops.java 11 Classes implementing Serializable should set a serialVersionUID
86903 src/com/gps/hibernate/Webdavprops.java 15 fieldCommentRequirement Required
86904 src/com/gps/hibernate/Webdavprops.java 16 fieldCommentRequirement Required
86905 src/com/gps/hibernate/Webdavprops.java 17 fieldCommentRequirement Required
86906 src/com/gps/hibernate/Webdavprops.java 18 fieldCommentRequirement Required
86907 src/com/gps/hibernate/Webdavprops.java 19 fieldCommentRequirement Required
86908 src/com/gps/hibernate/Webdavprops.java 20 fieldCommentRequirement Required
86909 src/com/gps/hibernate/Webdavprops.java 21 fieldCommentRequirement Required
86910 src/com/gps/hibernate/Webdavprops.java 26 Document empty constructor
86911 src/com/gps/hibernate/Webdavprops.java 30 Parameter 'webDavPropsId' is not assigned and could be declared final
86912 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'companyId' is not assigned and could be declared final
86913 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'createDate' is not assigned and could be declared final
86914 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'webDavPropsId' is not assigned and could be declared final
86915 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classNameId' is not assigned and could be declared final
86916 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classPk' is not assigned and could be declared final
86917 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'modifiedDate' is not assigned and could be declared final
86918 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'props' is not assigned and could be declared final
86919 src/com/gps/hibernate/Webdavprops.java 48 publicMethodCommentRequirement Required
86920 src/com/gps/hibernate/Webdavprops.java 52 Parameter 'webDavPropsId' is not assigned and could be declared final
86921 src/com/gps/hibernate/Webdavprops.java 52 publicMethodCommentRequirement Required
86922 src/com/gps/hibernate/Webdavprops.java 56 publicMethodCommentRequirement Required
86923 src/com/gps/hibernate/Webdavprops.java 60 Parameter 'companyId' is not assigned and could be declared final
86924 src/com/gps/hibernate/Webdavprops.java 60 publicMethodCommentRequirement Required
86925 src/com/gps/hibernate/Webdavprops.java 64 publicMethodCommentRequirement Required
86926 src/com/gps/hibernate/Webdavprops.java 68 Parameter 'createDate' is not assigned and could be declared final
86927 src/com/gps/hibernate/Webdavprops.java 68 publicMethodCommentRequirement Required
86928 src/com/gps/hibernate/Webdavprops.java 72 publicMethodCommentRequirement Required
86929 src/com/gps/hibernate/Webdavprops.java 76 Parameter 'modifiedDate' is not assigned and could be declared final
86930 src/com/gps/hibernate/Webdavprops.java 76 publicMethodCommentRequirement Required
86931 src/com/gps/hibernate/Webdavprops.java 80 publicMethodCommentRequirement Required
86932 src/com/gps/hibernate/Webdavprops.java 84 Parameter 'classNameId' is not assigned and could be declared final
86933 src/com/gps/hibernate/Webdavprops.java 84 publicMethodCommentRequirement Required
86934 src/com/gps/hibernate/Webdavprops.java 88 publicMethodCommentRequirement Required
86935 src/com/gps/hibernate/Webdavprops.java 92 Parameter 'classPk' is not assigned and could be declared final
86936 src/com/gps/hibernate/Webdavprops.java 92 publicMethodCommentRequirement Required
86937 src/com/gps/hibernate/Webdavprops.java 96 publicMethodCommentRequirement Required
86938 src/com/gps/hibernate/Webdavprops.java 100 Parameter 'props' is not assigned and could be declared final
86939 src/com/gps/hibernate/Webdavprops.java 100 publicMethodCommentRequirement Required
86940 src/com/gps/hibernate/WebdavpropsDAO.java 3 Avoid unused imports such as 'java.util.Date'
86941 src/com/gps/hibernate/WebdavpropsDAO.java 11 Comment is too large: Too many lines
86942 src/com/gps/hibernate/WebdavpropsDAO.java 23 This class has too many methods, consider refactoring it.
86943 src/com/gps/hibernate/WebdavpropsDAO.java 24 Logger should be defined private static final and have the correct class
86944 src/com/gps/hibernate/WebdavpropsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
86945 src/com/gps/hibernate/WebdavpropsDAO.java 24 fieldCommentRequirement Required
86946 src/com/gps/hibernate/WebdavpropsDAO.java 26 fieldCommentRequirement Required
86947 src/com/gps/hibernate/WebdavpropsDAO.java 27 fieldCommentRequirement Required
86948 src/com/gps/hibernate/WebdavpropsDAO.java 28 fieldCommentRequirement Required
86949 src/com/gps/hibernate/WebdavpropsDAO.java 29 fieldCommentRequirement Required
86950 src/com/gps/hibernate/WebdavpropsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
86951 src/com/gps/hibernate/WebdavpropsDAO.java 31 publicMethodCommentRequirement Required
86952 src/com/gps/hibernate/WebdavpropsDAO.java 32 There is log block not surrounded by if
86953 src/com/gps/hibernate/WebdavpropsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86954 src/com/gps/hibernate/WebdavpropsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
86955 src/com/gps/hibernate/WebdavpropsDAO.java 35 There is log block not surrounded by if
86956 src/com/gps/hibernate/WebdavpropsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86957 src/com/gps/hibernate/WebdavpropsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86958 src/com/gps/hibernate/WebdavpropsDAO.java 37 There is log block not surrounded by if
86959 src/com/gps/hibernate/WebdavpropsDAO.java 42 Avoid excessively long variable names like persistentInstance
86960 src/com/gps/hibernate/WebdavpropsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
86961 src/com/gps/hibernate/WebdavpropsDAO.java 42 publicMethodCommentRequirement Required
86962 src/com/gps/hibernate/WebdavpropsDAO.java 43 There is log block not surrounded by if
86963 src/com/gps/hibernate/WebdavpropsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86964 src/com/gps/hibernate/WebdavpropsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
86965 src/com/gps/hibernate/WebdavpropsDAO.java 46 There is log block not surrounded by if
86966 src/com/gps/hibernate/WebdavpropsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86967 src/com/gps/hibernate/WebdavpropsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86968 src/com/gps/hibernate/WebdavpropsDAO.java 48 There is log block not surrounded by if
86969 src/com/gps/hibernate/WebdavpropsDAO.java 53 Avoid variables with short names like id
86970 src/com/gps/hibernate/WebdavpropsDAO.java 53 Parameter 'id' is not assigned and could be declared final
86971 src/com/gps/hibernate/WebdavpropsDAO.java 53 publicMethodCommentRequirement Required
86972 src/com/gps/hibernate/WebdavpropsDAO.java 54 There is log block not surrounded by if
86973 src/com/gps/hibernate/WebdavpropsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86974 src/com/gps/hibernate/WebdavpropsDAO.java 56 Local variable 'instance' could be declared final
86975 src/com/gps/hibernate/WebdavpropsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
86976 src/com/gps/hibernate/WebdavpropsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86977 src/com/gps/hibernate/WebdavpropsDAO.java 60 There is log block not surrounded by if
86978 src/com/gps/hibernate/WebdavpropsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
86979 src/com/gps/hibernate/WebdavpropsDAO.java 65 publicMethodCommentRequirement Required
86980 src/com/gps/hibernate/WebdavpropsDAO.java 66 There is log block not surrounded by if
86981 src/com/gps/hibernate/WebdavpropsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86982 src/com/gps/hibernate/WebdavpropsDAO.java 68 Local variable 'results' could be declared final
86983 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
86984 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
86985 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
86986 src/com/gps/hibernate/WebdavpropsDAO.java 71 There is log block not surrounded by if
86987 src/com/gps/hibernate/WebdavpropsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86988 src/com/gps/hibernate/WebdavpropsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
86989 src/com/gps/hibernate/WebdavpropsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
86990 src/com/gps/hibernate/WebdavpropsDAO.java 75 There is log block not surrounded by if
86991 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
86992 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'value' is not assigned and could be declared final
86993 src/com/gps/hibernate/WebdavpropsDAO.java 80 publicMethodCommentRequirement Required
86994 src/com/gps/hibernate/WebdavpropsDAO.java 81 There is log block not surrounded by if
86995 src/com/gps/hibernate/WebdavpropsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
86996 src/com/gps/hibernate/WebdavpropsDAO.java 84 Local variable 'queryString' could be declared final
86997 src/com/gps/hibernate/WebdavpropsDAO.java 86 Local variable 'queryObject' could be declared final
86998 src/com/gps/hibernate/WebdavpropsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
86999 src/com/gps/hibernate/WebdavpropsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
87000 src/com/gps/hibernate/WebdavpropsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
87001 src/com/gps/hibernate/WebdavpropsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87002 src/com/gps/hibernate/WebdavpropsDAO.java 90 There is log block not surrounded by if
87003 src/com/gps/hibernate/WebdavpropsDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
87004 src/com/gps/hibernate/WebdavpropsDAO.java 95 publicMethodCommentRequirement Required
87005 src/com/gps/hibernate/WebdavpropsDAO.java 99 Parameter 'classNameId' is not assigned and could be declared final
87006 src/com/gps/hibernate/WebdavpropsDAO.java 99 publicMethodCommentRequirement Required
87007 src/com/gps/hibernate/WebdavpropsDAO.java 103 Parameter 'classPk' is not assigned and could be declared final
87008 src/com/gps/hibernate/WebdavpropsDAO.java 103 publicMethodCommentRequirement Required
87009 src/com/gps/hibernate/WebdavpropsDAO.java 107 Parameter 'props' is not assigned and could be declared final
87010 src/com/gps/hibernate/WebdavpropsDAO.java 107 publicMethodCommentRequirement Required
87011 src/com/gps/hibernate/WebdavpropsDAO.java 111 publicMethodCommentRequirement Required
87012 src/com/gps/hibernate/WebdavpropsDAO.java 112 There is log block not surrounded by if
87013 src/com/gps/hibernate/WebdavpropsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87014 src/com/gps/hibernate/WebdavpropsDAO.java 114 Local variable 'queryString' could be declared final
87015 src/com/gps/hibernate/WebdavpropsDAO.java 115 Local variable 'queryObject' could be declared final
87016 src/com/gps/hibernate/WebdavpropsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
87017 src/com/gps/hibernate/WebdavpropsDAO.java 116 Potential violation of Law of Demeter (object not created locally)
87018 src/com/gps/hibernate/WebdavpropsDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87019 src/com/gps/hibernate/WebdavpropsDAO.java 118 There is log block not surrounded by if
87020 src/com/gps/hibernate/WebdavpropsDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
87021 src/com/gps/hibernate/WebdavpropsDAO.java 123 publicMethodCommentRequirement Required
87022 src/com/gps/hibernate/WebdavpropsDAO.java 124 There is log block not surrounded by if
87023 src/com/gps/hibernate/WebdavpropsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87024 src/com/gps/hibernate/WebdavpropsDAO.java 126 Local variable 'result' could be declared final
87025 src/com/gps/hibernate/WebdavpropsDAO.java 126 Potential violation of Law of Demeter (method chain calls)
87026 src/com/gps/hibernate/WebdavpropsDAO.java 128 There is log block not surrounded by if
87027 src/com/gps/hibernate/WebdavpropsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87028 src/com/gps/hibernate/WebdavpropsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87029 src/com/gps/hibernate/WebdavpropsDAO.java 131 There is log block not surrounded by if
87030 src/com/gps/hibernate/WebdavpropsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
87031 src/com/gps/hibernate/WebdavpropsDAO.java 136 publicMethodCommentRequirement Required
87032 src/com/gps/hibernate/WebdavpropsDAO.java 137 There is log block not surrounded by if
87033 src/com/gps/hibernate/WebdavpropsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87034 src/com/gps/hibernate/WebdavpropsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
87035 src/com/gps/hibernate/WebdavpropsDAO.java 140 There is log block not surrounded by if
87036 src/com/gps/hibernate/WebdavpropsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87037 src/com/gps/hibernate/WebdavpropsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87038 src/com/gps/hibernate/WebdavpropsDAO.java 142 There is log block not surrounded by if
87039 src/com/gps/hibernate/WebdavpropsDAO.java 147 Parameter 'instance' is not assigned and could be declared final
87040 src/com/gps/hibernate/WebdavpropsDAO.java 147 publicMethodCommentRequirement Required
87041 src/com/gps/hibernate/WebdavpropsDAO.java 148 There is log block not surrounded by if
87042 src/com/gps/hibernate/WebdavpropsDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87043 src/com/gps/hibernate/WebdavpropsDAO.java 150 Potential violation of Law of Demeter (method chain calls)
87044 src/com/gps/hibernate/WebdavpropsDAO.java 151 There is log block not surrounded by if
87045 src/com/gps/hibernate/WebdavpropsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87046 src/com/gps/hibernate/WebdavpropsDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87047 src/com/gps/hibernate/WebdavpropsDAO.java 153 There is log block not surrounded by if
87048 src/com/gps/hibernate/Website.java 11 Classes implementing Serializable should set a serialVersionUID
87049 src/com/gps/hibernate/Website.java 15 fieldCommentRequirement Required
87050 src/com/gps/hibernate/Website.java 16 fieldCommentRequirement Required
87051 src/com/gps/hibernate/Website.java 17 fieldCommentRequirement Required
87052 src/com/gps/hibernate/Website.java 18 fieldCommentRequirement Required
87053 src/com/gps/hibernate/Website.java 19 fieldCommentRequirement Required
87054 src/com/gps/hibernate/Website.java 20 fieldCommentRequirement Required
87055 src/com/gps/hibernate/Website.java 21 fieldCommentRequirement Required
87056 src/com/gps/hibernate/Website.java 22 fieldCommentRequirement Required
87057 src/com/gps/hibernate/Website.java 23 fieldCommentRequirement Required
87058 src/com/gps/hibernate/Website.java 24 fieldCommentRequirement Required
87059 src/com/gps/hibernate/Website.java 25 fieldCommentRequirement Required
87060 src/com/gps/hibernate/Website.java 30 Document empty constructor
87061 src/com/gps/hibernate/Website.java 34 Parameter 'websiteId' is not assigned and could be declared final
87062 src/com/gps/hibernate/Website.java 39 Avoid long parameter lists.
87063 src/com/gps/hibernate/Website.java 39 Parameter 'companyId' is not assigned and could be declared final
87064 src/com/gps/hibernate/Website.java 39 Parameter 'userId' is not assigned and could be declared final
87065 src/com/gps/hibernate/Website.java 39 Parameter 'websiteId' is not assigned and could be declared final
87066 src/com/gps/hibernate/Website.java 40 Parameter 'createDate' is not assigned and could be declared final
87067 src/com/gps/hibernate/Website.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
87068 src/com/gps/hibernate/Website.java 40 Parameter 'userName' is not assigned and could be declared final
87069 src/com/gps/hibernate/Website.java 41 Parameter 'classNameId' is not assigned and could be declared final
87070 src/com/gps/hibernate/Website.java 41 Parameter 'classPk' is not assigned and could be declared final
87071 src/com/gps/hibernate/Website.java 41 Parameter 'typeId' is not assigned and could be declared final
87072 src/com/gps/hibernate/Website.java 41 Parameter 'url' is not assigned and could be declared final
87073 src/com/gps/hibernate/Website.java 42 Parameter 'primary' is not assigned and could be declared final
87074 src/com/gps/hibernate/Website.java 58 publicMethodCommentRequirement Required
87075 src/com/gps/hibernate/Website.java 62 Parameter 'websiteId' is not assigned and could be declared final
87076 src/com/gps/hibernate/Website.java 62 publicMethodCommentRequirement Required
87077 src/com/gps/hibernate/Website.java 66 publicMethodCommentRequirement Required
87078 src/com/gps/hibernate/Website.java 70 Parameter 'companyId' is not assigned and could be declared final
87079 src/com/gps/hibernate/Website.java 70 publicMethodCommentRequirement Required
87080 src/com/gps/hibernate/Website.java 74 publicMethodCommentRequirement Required
87081 src/com/gps/hibernate/Website.java 78 Parameter 'userId' is not assigned and could be declared final
87082 src/com/gps/hibernate/Website.java 78 publicMethodCommentRequirement Required
87083 src/com/gps/hibernate/Website.java 82 publicMethodCommentRequirement Required
87084 src/com/gps/hibernate/Website.java 86 Parameter 'userName' is not assigned and could be declared final
87085 src/com/gps/hibernate/Website.java 86 publicMethodCommentRequirement Required
87086 src/com/gps/hibernate/Website.java 90 publicMethodCommentRequirement Required
87087 src/com/gps/hibernate/Website.java 94 Parameter 'createDate' is not assigned and could be declared final
87088 src/com/gps/hibernate/Website.java 94 publicMethodCommentRequirement Required
87089 src/com/gps/hibernate/Website.java 98 publicMethodCommentRequirement Required
87090 src/com/gps/hibernate/Website.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
87091 src/com/gps/hibernate/Website.java 102 publicMethodCommentRequirement Required
87092 src/com/gps/hibernate/Website.java 106 publicMethodCommentRequirement Required
87093 src/com/gps/hibernate/Website.java 110 Parameter 'classNameId' is not assigned and could be declared final
87094 src/com/gps/hibernate/Website.java 110 publicMethodCommentRequirement Required
87095 src/com/gps/hibernate/Website.java 114 publicMethodCommentRequirement Required
87096 src/com/gps/hibernate/Website.java 118 Parameter 'classPk' is not assigned and could be declared final
87097 src/com/gps/hibernate/Website.java 118 publicMethodCommentRequirement Required
87098 src/com/gps/hibernate/Website.java 122 publicMethodCommentRequirement Required
87099 src/com/gps/hibernate/Website.java 126 Parameter 'url' is not assigned and could be declared final
87100 src/com/gps/hibernate/Website.java 126 publicMethodCommentRequirement Required
87101 src/com/gps/hibernate/Website.java 130 publicMethodCommentRequirement Required
87102 src/com/gps/hibernate/Website.java 134 Parameter 'typeId' is not assigned and could be declared final
87103 src/com/gps/hibernate/Website.java 134 publicMethodCommentRequirement Required
87104 src/com/gps/hibernate/Website.java 138 publicMethodCommentRequirement Required
87105 src/com/gps/hibernate/Website.java 142 Parameter 'primary' is not assigned and could be declared final
87106 src/com/gps/hibernate/Website.java 142 publicMethodCommentRequirement Required
87107 src/com/gps/hibernate/WebsiteDAO.java 3 Avoid unused imports such as 'java.util.Date'
87108 src/com/gps/hibernate/WebsiteDAO.java 11 Comment is too large: Too many lines
87109 src/com/gps/hibernate/WebsiteDAO.java 23 This class has too many methods, consider refactoring it.
87110 src/com/gps/hibernate/WebsiteDAO.java 24 Logger should be defined private static final and have the correct class
87111 src/com/gps/hibernate/WebsiteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
87112 src/com/gps/hibernate/WebsiteDAO.java 24 fieldCommentRequirement Required
87113 src/com/gps/hibernate/WebsiteDAO.java 26 fieldCommentRequirement Required
87114 src/com/gps/hibernate/WebsiteDAO.java 27 fieldCommentRequirement Required
87115 src/com/gps/hibernate/WebsiteDAO.java 28 fieldCommentRequirement Required
87116 src/com/gps/hibernate/WebsiteDAO.java 29 fieldCommentRequirement Required
87117 src/com/gps/hibernate/WebsiteDAO.java 30 fieldCommentRequirement Required
87118 src/com/gps/hibernate/WebsiteDAO.java 31 fieldCommentRequirement Required
87119 src/com/gps/hibernate/WebsiteDAO.java 32 fieldCommentRequirement Required
87120 src/com/gps/hibernate/WebsiteDAO.java 33 fieldCommentRequirement Required
87121 src/com/gps/hibernate/WebsiteDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
87122 src/com/gps/hibernate/WebsiteDAO.java 35 publicMethodCommentRequirement Required
87123 src/com/gps/hibernate/WebsiteDAO.java 36 There is log block not surrounded by if
87124 src/com/gps/hibernate/WebsiteDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87125 src/com/gps/hibernate/WebsiteDAO.java 38 Potential violation of Law of Demeter (method chain calls)
87126 src/com/gps/hibernate/WebsiteDAO.java 39 There is log block not surrounded by if
87127 src/com/gps/hibernate/WebsiteDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87128 src/com/gps/hibernate/WebsiteDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87129 src/com/gps/hibernate/WebsiteDAO.java 41 There is log block not surrounded by if
87130 src/com/gps/hibernate/WebsiteDAO.java 46 Avoid excessively long variable names like persistentInstance
87131 src/com/gps/hibernate/WebsiteDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
87132 src/com/gps/hibernate/WebsiteDAO.java 46 publicMethodCommentRequirement Required
87133 src/com/gps/hibernate/WebsiteDAO.java 47 There is log block not surrounded by if
87134 src/com/gps/hibernate/WebsiteDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87135 src/com/gps/hibernate/WebsiteDAO.java 49 Potential violation of Law of Demeter (method chain calls)
87136 src/com/gps/hibernate/WebsiteDAO.java 50 There is log block not surrounded by if
87137 src/com/gps/hibernate/WebsiteDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87138 src/com/gps/hibernate/WebsiteDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87139 src/com/gps/hibernate/WebsiteDAO.java 52 There is log block not surrounded by if
87140 src/com/gps/hibernate/WebsiteDAO.java 57 Avoid variables with short names like id
87141 src/com/gps/hibernate/WebsiteDAO.java 57 Parameter 'id' is not assigned and could be declared final
87142 src/com/gps/hibernate/WebsiteDAO.java 57 publicMethodCommentRequirement Required
87143 src/com/gps/hibernate/WebsiteDAO.java 58 There is log block not surrounded by if
87144 src/com/gps/hibernate/WebsiteDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87145 src/com/gps/hibernate/WebsiteDAO.java 60 Local variable 'instance' could be declared final
87146 src/com/gps/hibernate/WebsiteDAO.java 60 Potential violation of Law of Demeter (method chain calls)
87147 src/com/gps/hibernate/WebsiteDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87148 src/com/gps/hibernate/WebsiteDAO.java 64 There is log block not surrounded by if
87149 src/com/gps/hibernate/WebsiteDAO.java 69 Parameter 'instance' is not assigned and could be declared final
87150 src/com/gps/hibernate/WebsiteDAO.java 69 publicMethodCommentRequirement Required
87151 src/com/gps/hibernate/WebsiteDAO.java 70 There is log block not surrounded by if
87152 src/com/gps/hibernate/WebsiteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87153 src/com/gps/hibernate/WebsiteDAO.java 72 Local variable 'results' could be declared final
87154 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
87155 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
87156 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
87157 src/com/gps/hibernate/WebsiteDAO.java 75 There is log block not surrounded by if
87158 src/com/gps/hibernate/WebsiteDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87159 src/com/gps/hibernate/WebsiteDAO.java 76 Potential violation of Law of Demeter (object not created locally)
87160 src/com/gps/hibernate/WebsiteDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87161 src/com/gps/hibernate/WebsiteDAO.java 79 There is log block not surrounded by if
87162 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
87163 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'value' is not assigned and could be declared final
87164 src/com/gps/hibernate/WebsiteDAO.java 84 publicMethodCommentRequirement Required
87165 src/com/gps/hibernate/WebsiteDAO.java 85 There is log block not surrounded by if
87166 src/com/gps/hibernate/WebsiteDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87167 src/com/gps/hibernate/WebsiteDAO.java 88 Local variable 'queryString' could be declared final
87168 src/com/gps/hibernate/WebsiteDAO.java 90 Local variable 'queryObject' could be declared final
87169 src/com/gps/hibernate/WebsiteDAO.java 90 Potential violation of Law of Demeter (method chain calls)
87170 src/com/gps/hibernate/WebsiteDAO.java 91 Potential violation of Law of Demeter (object not created locally)
87171 src/com/gps/hibernate/WebsiteDAO.java 92 Potential violation of Law of Demeter (object not created locally)
87172 src/com/gps/hibernate/WebsiteDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87173 src/com/gps/hibernate/WebsiteDAO.java 94 There is log block not surrounded by if
87174 src/com/gps/hibernate/WebsiteDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
87175 src/com/gps/hibernate/WebsiteDAO.java 99 publicMethodCommentRequirement Required
87176 src/com/gps/hibernate/WebsiteDAO.java 103 Parameter 'userId' is not assigned and could be declared final
87177 src/com/gps/hibernate/WebsiteDAO.java 103 publicMethodCommentRequirement Required
87178 src/com/gps/hibernate/WebsiteDAO.java 107 Parameter 'userName' is not assigned and could be declared final
87179 src/com/gps/hibernate/WebsiteDAO.java 107 publicMethodCommentRequirement Required
87180 src/com/gps/hibernate/WebsiteDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
87181 src/com/gps/hibernate/WebsiteDAO.java 111 publicMethodCommentRequirement Required
87182 src/com/gps/hibernate/WebsiteDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
87183 src/com/gps/hibernate/WebsiteDAO.java 115 publicMethodCommentRequirement Required
87184 src/com/gps/hibernate/WebsiteDAO.java 119 Parameter 'url' is not assigned and could be declared final
87185 src/com/gps/hibernate/WebsiteDAO.java 119 publicMethodCommentRequirement Required
87186 src/com/gps/hibernate/WebsiteDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
87187 src/com/gps/hibernate/WebsiteDAO.java 123 publicMethodCommentRequirement Required
87188 src/com/gps/hibernate/WebsiteDAO.java 127 Parameter 'primary' is not assigned and could be declared final
87189 src/com/gps/hibernate/WebsiteDAO.java 127 publicMethodCommentRequirement Required
87190 src/com/gps/hibernate/WebsiteDAO.java 131 publicMethodCommentRequirement Required
87191 src/com/gps/hibernate/WebsiteDAO.java 132 There is log block not surrounded by if
87192 src/com/gps/hibernate/WebsiteDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87193 src/com/gps/hibernate/WebsiteDAO.java 134 Local variable 'queryString' could be declared final
87194 src/com/gps/hibernate/WebsiteDAO.java 135 Local variable 'queryObject' could be declared final
87195 src/com/gps/hibernate/WebsiteDAO.java 135 Potential violation of Law of Demeter (method chain calls)
87196 src/com/gps/hibernate/WebsiteDAO.java 136 Potential violation of Law of Demeter (object not created locally)
87197 src/com/gps/hibernate/WebsiteDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87198 src/com/gps/hibernate/WebsiteDAO.java 138 There is log block not surrounded by if
87199 src/com/gps/hibernate/WebsiteDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
87200 src/com/gps/hibernate/WebsiteDAO.java 143 publicMethodCommentRequirement Required
87201 src/com/gps/hibernate/WebsiteDAO.java 144 There is log block not surrounded by if
87202 src/com/gps/hibernate/WebsiteDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87203 src/com/gps/hibernate/WebsiteDAO.java 146 Local variable 'result' could be declared final
87204 src/com/gps/hibernate/WebsiteDAO.java 146 Potential violation of Law of Demeter (method chain calls)
87205 src/com/gps/hibernate/WebsiteDAO.java 147 There is log block not surrounded by if
87206 src/com/gps/hibernate/WebsiteDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87207 src/com/gps/hibernate/WebsiteDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87208 src/com/gps/hibernate/WebsiteDAO.java 150 There is log block not surrounded by if
87209 src/com/gps/hibernate/WebsiteDAO.java 155 Parameter 'instance' is not assigned and could be declared final
87210 src/com/gps/hibernate/WebsiteDAO.java 155 publicMethodCommentRequirement Required
87211 src/com/gps/hibernate/WebsiteDAO.java 156 There is log block not surrounded by if
87212 src/com/gps/hibernate/WebsiteDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87213 src/com/gps/hibernate/WebsiteDAO.java 158 Potential violation of Law of Demeter (method chain calls)
87214 src/com/gps/hibernate/WebsiteDAO.java 159 There is log block not surrounded by if
87215 src/com/gps/hibernate/WebsiteDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87216 src/com/gps/hibernate/WebsiteDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87217 src/com/gps/hibernate/WebsiteDAO.java 161 There is log block not surrounded by if
87218 src/com/gps/hibernate/WebsiteDAO.java 166 Parameter 'instance' is not assigned and could be declared final
87219 src/com/gps/hibernate/WebsiteDAO.java 166 publicMethodCommentRequirement Required
87220 src/com/gps/hibernate/WebsiteDAO.java 167 There is log block not surrounded by if
87221 src/com/gps/hibernate/WebsiteDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87222 src/com/gps/hibernate/WebsiteDAO.java 169 Potential violation of Law of Demeter (method chain calls)
87223 src/com/gps/hibernate/WebsiteDAO.java 170 There is log block not surrounded by if
87224 src/com/gps/hibernate/WebsiteDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87225 src/com/gps/hibernate/WebsiteDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87226 src/com/gps/hibernate/WebsiteDAO.java 172 There is log block not surrounded by if
87227 src/com/gps/hibernate/Wikinode.java 11 Classes implementing Serializable should set a serialVersionUID
87228 src/com/gps/hibernate/Wikinode.java 15 fieldCommentRequirement Required
87229 src/com/gps/hibernate/Wikinode.java 16 fieldCommentRequirement Required
87230 src/com/gps/hibernate/Wikinode.java 17 fieldCommentRequirement Required
87231 src/com/gps/hibernate/Wikinode.java 18 fieldCommentRequirement Required
87232 src/com/gps/hibernate/Wikinode.java 19 fieldCommentRequirement Required
87233 src/com/gps/hibernate/Wikinode.java 20 fieldCommentRequirement Required
87234 src/com/gps/hibernate/Wikinode.java 21 fieldCommentRequirement Required
87235 src/com/gps/hibernate/Wikinode.java 22 fieldCommentRequirement Required
87236 src/com/gps/hibernate/Wikinode.java 23 fieldCommentRequirement Required
87237 src/com/gps/hibernate/Wikinode.java 24 fieldCommentRequirement Required
87238 src/com/gps/hibernate/Wikinode.java 25 fieldCommentRequirement Required
87239 src/com/gps/hibernate/Wikinode.java 30 Document empty constructor
87240 src/com/gps/hibernate/Wikinode.java 34 Parameter 'nodeId' is not assigned and could be declared final
87241 src/com/gps/hibernate/Wikinode.java 39 Avoid long parameter lists.
87242 src/com/gps/hibernate/Wikinode.java 39 Parameter 'companyId' is not assigned and could be declared final
87243 src/com/gps/hibernate/Wikinode.java 39 Parameter 'groupId' is not assigned and could be declared final
87244 src/com/gps/hibernate/Wikinode.java 39 Parameter 'nodeId' is not assigned and could be declared final
87245 src/com/gps/hibernate/Wikinode.java 39 Parameter 'uuid' is not assigned and could be declared final
87246 src/com/gps/hibernate/Wikinode.java 40 Parameter 'createDate' is not assigned and could be declared final
87247 src/com/gps/hibernate/Wikinode.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
87248 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userId' is not assigned and could be declared final
87249 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userName' is not assigned and could be declared final
87250 src/com/gps/hibernate/Wikinode.java 41 Parameter 'description' is not assigned and could be declared final
87251 src/com/gps/hibernate/Wikinode.java 41 Parameter 'lastPostDate' is not assigned and could be declared final
87252 src/com/gps/hibernate/Wikinode.java 41 Parameter 'name' is not assigned and could be declared final
87253 src/com/gps/hibernate/Wikinode.java 57 publicMethodCommentRequirement Required
87254 src/com/gps/hibernate/Wikinode.java 61 Parameter 'nodeId' is not assigned and could be declared final
87255 src/com/gps/hibernate/Wikinode.java 61 publicMethodCommentRequirement Required
87256 src/com/gps/hibernate/Wikinode.java 65 publicMethodCommentRequirement Required
87257 src/com/gps/hibernate/Wikinode.java 69 Parameter 'uuid' is not assigned and could be declared final
87258 src/com/gps/hibernate/Wikinode.java 69 publicMethodCommentRequirement Required
87259 src/com/gps/hibernate/Wikinode.java 73 publicMethodCommentRequirement Required
87260 src/com/gps/hibernate/Wikinode.java 77 Parameter 'groupId' is not assigned and could be declared final
87261 src/com/gps/hibernate/Wikinode.java 77 publicMethodCommentRequirement Required
87262 src/com/gps/hibernate/Wikinode.java 81 publicMethodCommentRequirement Required
87263 src/com/gps/hibernate/Wikinode.java 85 Parameter 'companyId' is not assigned and could be declared final
87264 src/com/gps/hibernate/Wikinode.java 85 publicMethodCommentRequirement Required
87265 src/com/gps/hibernate/Wikinode.java 89 publicMethodCommentRequirement Required
87266 src/com/gps/hibernate/Wikinode.java 93 Parameter 'userId' is not assigned and could be declared final
87267 src/com/gps/hibernate/Wikinode.java 93 publicMethodCommentRequirement Required
87268 src/com/gps/hibernate/Wikinode.java 97 publicMethodCommentRequirement Required
87269 src/com/gps/hibernate/Wikinode.java 101 Parameter 'userName' is not assigned and could be declared final
87270 src/com/gps/hibernate/Wikinode.java 101 publicMethodCommentRequirement Required
87271 src/com/gps/hibernate/Wikinode.java 105 publicMethodCommentRequirement Required
87272 src/com/gps/hibernate/Wikinode.java 109 Parameter 'createDate' is not assigned and could be declared final
87273 src/com/gps/hibernate/Wikinode.java 109 publicMethodCommentRequirement Required
87274 src/com/gps/hibernate/Wikinode.java 113 publicMethodCommentRequirement Required
87275 src/com/gps/hibernate/Wikinode.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
87276 src/com/gps/hibernate/Wikinode.java 117 publicMethodCommentRequirement Required
87277 src/com/gps/hibernate/Wikinode.java 121 publicMethodCommentRequirement Required
87278 src/com/gps/hibernate/Wikinode.java 125 Parameter 'name' is not assigned and could be declared final
87279 src/com/gps/hibernate/Wikinode.java 125 publicMethodCommentRequirement Required
87280 src/com/gps/hibernate/Wikinode.java 129 publicMethodCommentRequirement Required
87281 src/com/gps/hibernate/Wikinode.java 133 Parameter 'description' is not assigned and could be declared final
87282 src/com/gps/hibernate/Wikinode.java 133 publicMethodCommentRequirement Required
87283 src/com/gps/hibernate/Wikinode.java 137 publicMethodCommentRequirement Required
87284 src/com/gps/hibernate/Wikinode.java 141 Parameter 'lastPostDate' is not assigned and could be declared final
87285 src/com/gps/hibernate/Wikinode.java 141 publicMethodCommentRequirement Required
87286 src/com/gps/hibernate/WikinodeDAO.java 3 Avoid unused imports such as 'java.util.Date'
87287 src/com/gps/hibernate/WikinodeDAO.java 11 Comment is too large: Too many lines
87288 src/com/gps/hibernate/WikinodeDAO.java 23 This class has too many methods, consider refactoring it.
87289 src/com/gps/hibernate/WikinodeDAO.java 24 Logger should be defined private static final and have the correct class
87290 src/com/gps/hibernate/WikinodeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
87291 src/com/gps/hibernate/WikinodeDAO.java 24 fieldCommentRequirement Required
87292 src/com/gps/hibernate/WikinodeDAO.java 26 fieldCommentRequirement Required
87293 src/com/gps/hibernate/WikinodeDAO.java 27 fieldCommentRequirement Required
87294 src/com/gps/hibernate/WikinodeDAO.java 28 fieldCommentRequirement Required
87295 src/com/gps/hibernate/WikinodeDAO.java 29 fieldCommentRequirement Required
87296 src/com/gps/hibernate/WikinodeDAO.java 30 fieldCommentRequirement Required
87297 src/com/gps/hibernate/WikinodeDAO.java 31 fieldCommentRequirement Required
87298 src/com/gps/hibernate/WikinodeDAO.java 32 fieldCommentRequirement Required
87299 src/com/gps/hibernate/WikinodeDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
87300 src/com/gps/hibernate/WikinodeDAO.java 34 publicMethodCommentRequirement Required
87301 src/com/gps/hibernate/WikinodeDAO.java 35 There is log block not surrounded by if
87302 src/com/gps/hibernate/WikinodeDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87303 src/com/gps/hibernate/WikinodeDAO.java 37 Potential violation of Law of Demeter (method chain calls)
87304 src/com/gps/hibernate/WikinodeDAO.java 38 There is log block not surrounded by if
87305 src/com/gps/hibernate/WikinodeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87306 src/com/gps/hibernate/WikinodeDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87307 src/com/gps/hibernate/WikinodeDAO.java 40 There is log block not surrounded by if
87308 src/com/gps/hibernate/WikinodeDAO.java 45 Avoid excessively long variable names like persistentInstance
87309 src/com/gps/hibernate/WikinodeDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
87310 src/com/gps/hibernate/WikinodeDAO.java 45 publicMethodCommentRequirement Required
87311 src/com/gps/hibernate/WikinodeDAO.java 46 There is log block not surrounded by if
87312 src/com/gps/hibernate/WikinodeDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87313 src/com/gps/hibernate/WikinodeDAO.java 48 Potential violation of Law of Demeter (method chain calls)
87314 src/com/gps/hibernate/WikinodeDAO.java 49 There is log block not surrounded by if
87315 src/com/gps/hibernate/WikinodeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87316 src/com/gps/hibernate/WikinodeDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87317 src/com/gps/hibernate/WikinodeDAO.java 51 There is log block not surrounded by if
87318 src/com/gps/hibernate/WikinodeDAO.java 56 Avoid variables with short names like id
87319 src/com/gps/hibernate/WikinodeDAO.java 56 Parameter 'id' is not assigned and could be declared final
87320 src/com/gps/hibernate/WikinodeDAO.java 56 publicMethodCommentRequirement Required
87321 src/com/gps/hibernate/WikinodeDAO.java 57 There is log block not surrounded by if
87322 src/com/gps/hibernate/WikinodeDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87323 src/com/gps/hibernate/WikinodeDAO.java 59 Local variable 'instance' could be declared final
87324 src/com/gps/hibernate/WikinodeDAO.java 59 Potential violation of Law of Demeter (method chain calls)
87325 src/com/gps/hibernate/WikinodeDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87326 src/com/gps/hibernate/WikinodeDAO.java 63 There is log block not surrounded by if
87327 src/com/gps/hibernate/WikinodeDAO.java 68 Parameter 'instance' is not assigned and could be declared final
87328 src/com/gps/hibernate/WikinodeDAO.java 68 publicMethodCommentRequirement Required
87329 src/com/gps/hibernate/WikinodeDAO.java 69 There is log block not surrounded by if
87330 src/com/gps/hibernate/WikinodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87331 src/com/gps/hibernate/WikinodeDAO.java 71 Local variable 'results' could be declared final
87332 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
87333 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
87334 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
87335 src/com/gps/hibernate/WikinodeDAO.java 74 There is log block not surrounded by if
87336 src/com/gps/hibernate/WikinodeDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87337 src/com/gps/hibernate/WikinodeDAO.java 75 Potential violation of Law of Demeter (object not created locally)
87338 src/com/gps/hibernate/WikinodeDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87339 src/com/gps/hibernate/WikinodeDAO.java 78 There is log block not surrounded by if
87340 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
87341 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'value' is not assigned and could be declared final
87342 src/com/gps/hibernate/WikinodeDAO.java 83 publicMethodCommentRequirement Required
87343 src/com/gps/hibernate/WikinodeDAO.java 84 There is log block not surrounded by if
87344 src/com/gps/hibernate/WikinodeDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87345 src/com/gps/hibernate/WikinodeDAO.java 87 Local variable 'queryString' could be declared final
87346 src/com/gps/hibernate/WikinodeDAO.java 89 Local variable 'queryObject' could be declared final
87347 src/com/gps/hibernate/WikinodeDAO.java 89 Potential violation of Law of Demeter (method chain calls)
87348 src/com/gps/hibernate/WikinodeDAO.java 90 Potential violation of Law of Demeter (object not created locally)
87349 src/com/gps/hibernate/WikinodeDAO.java 91 Potential violation of Law of Demeter (object not created locally)
87350 src/com/gps/hibernate/WikinodeDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87351 src/com/gps/hibernate/WikinodeDAO.java 93 There is log block not surrounded by if
87352 src/com/gps/hibernate/WikinodeDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
87353 src/com/gps/hibernate/WikinodeDAO.java 98 publicMethodCommentRequirement Required
87354 src/com/gps/hibernate/WikinodeDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
87355 src/com/gps/hibernate/WikinodeDAO.java 102 publicMethodCommentRequirement Required
87356 src/com/gps/hibernate/WikinodeDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
87357 src/com/gps/hibernate/WikinodeDAO.java 106 publicMethodCommentRequirement Required
87358 src/com/gps/hibernate/WikinodeDAO.java 110 Parameter 'userId' is not assigned and could be declared final
87359 src/com/gps/hibernate/WikinodeDAO.java 110 publicMethodCommentRequirement Required
87360 src/com/gps/hibernate/WikinodeDAO.java 114 Parameter 'userName' is not assigned and could be declared final
87361 src/com/gps/hibernate/WikinodeDAO.java 114 publicMethodCommentRequirement Required
87362 src/com/gps/hibernate/WikinodeDAO.java 118 Parameter 'name' is not assigned and could be declared final
87363 src/com/gps/hibernate/WikinodeDAO.java 118 publicMethodCommentRequirement Required
87364 src/com/gps/hibernate/WikinodeDAO.java 122 Parameter 'description' is not assigned and could be declared final
87365 src/com/gps/hibernate/WikinodeDAO.java 122 publicMethodCommentRequirement Required
87366 src/com/gps/hibernate/WikinodeDAO.java 126 publicMethodCommentRequirement Required
87367 src/com/gps/hibernate/WikinodeDAO.java 127 There is log block not surrounded by if
87368 src/com/gps/hibernate/WikinodeDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87369 src/com/gps/hibernate/WikinodeDAO.java 129 Local variable 'queryString' could be declared final
87370 src/com/gps/hibernate/WikinodeDAO.java 130 Local variable 'queryObject' could be declared final
87371 src/com/gps/hibernate/WikinodeDAO.java 130 Potential violation of Law of Demeter (method chain calls)
87372 src/com/gps/hibernate/WikinodeDAO.java 131 Potential violation of Law of Demeter (object not created locally)
87373 src/com/gps/hibernate/WikinodeDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87374 src/com/gps/hibernate/WikinodeDAO.java 133 There is log block not surrounded by if
87375 src/com/gps/hibernate/WikinodeDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
87376 src/com/gps/hibernate/WikinodeDAO.java 138 publicMethodCommentRequirement Required
87377 src/com/gps/hibernate/WikinodeDAO.java 139 There is log block not surrounded by if
87378 src/com/gps/hibernate/WikinodeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87379 src/com/gps/hibernate/WikinodeDAO.java 141 Local variable 'result' could be declared final
87380 src/com/gps/hibernate/WikinodeDAO.java 141 Potential violation of Law of Demeter (method chain calls)
87381 src/com/gps/hibernate/WikinodeDAO.java 142 There is log block not surrounded by if
87382 src/com/gps/hibernate/WikinodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87383 src/com/gps/hibernate/WikinodeDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87384 src/com/gps/hibernate/WikinodeDAO.java 145 There is log block not surrounded by if
87385 src/com/gps/hibernate/WikinodeDAO.java 150 Parameter 'instance' is not assigned and could be declared final
87386 src/com/gps/hibernate/WikinodeDAO.java 150 publicMethodCommentRequirement Required
87387 src/com/gps/hibernate/WikinodeDAO.java 151 There is log block not surrounded by if
87388 src/com/gps/hibernate/WikinodeDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87389 src/com/gps/hibernate/WikinodeDAO.java 153 Potential violation of Law of Demeter (method chain calls)
87390 src/com/gps/hibernate/WikinodeDAO.java 154 There is log block not surrounded by if
87391 src/com/gps/hibernate/WikinodeDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87392 src/com/gps/hibernate/WikinodeDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87393 src/com/gps/hibernate/WikinodeDAO.java 156 There is log block not surrounded by if
87394 src/com/gps/hibernate/WikinodeDAO.java 161 Parameter 'instance' is not assigned and could be declared final
87395 src/com/gps/hibernate/WikinodeDAO.java 161 publicMethodCommentRequirement Required
87396 src/com/gps/hibernate/WikinodeDAO.java 162 There is log block not surrounded by if
87397 src/com/gps/hibernate/WikinodeDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87398 src/com/gps/hibernate/WikinodeDAO.java 164 Potential violation of Law of Demeter (method chain calls)
87399 src/com/gps/hibernate/WikinodeDAO.java 165 There is log block not surrounded by if
87400 src/com/gps/hibernate/WikinodeDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87401 src/com/gps/hibernate/WikinodeDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87402 src/com/gps/hibernate/WikinodeDAO.java 167 There is log block not surrounded by if
87403 src/com/gps/hibernate/Wikipage.java 11 Classes implementing Serializable should set a serialVersionUID
87404 src/com/gps/hibernate/Wikipage.java 11 Too many fields
87405 src/com/gps/hibernate/Wikipage.java 15 fieldCommentRequirement Required
87406 src/com/gps/hibernate/Wikipage.java 16 fieldCommentRequirement Required
87407 src/com/gps/hibernate/Wikipage.java 17 fieldCommentRequirement Required
87408 src/com/gps/hibernate/Wikipage.java 18 fieldCommentRequirement Required
87409 src/com/gps/hibernate/Wikipage.java 19 fieldCommentRequirement Required
87410 src/com/gps/hibernate/Wikipage.java 20 fieldCommentRequirement Required
87411 src/com/gps/hibernate/Wikipage.java 21 fieldCommentRequirement Required
87412 src/com/gps/hibernate/Wikipage.java 22 fieldCommentRequirement Required
87413 src/com/gps/hibernate/Wikipage.java 23 fieldCommentRequirement Required
87414 src/com/gps/hibernate/Wikipage.java 24 fieldCommentRequirement Required
87415 src/com/gps/hibernate/Wikipage.java 25 fieldCommentRequirement Required
87416 src/com/gps/hibernate/Wikipage.java 26 fieldCommentRequirement Required
87417 src/com/gps/hibernate/Wikipage.java 27 fieldCommentRequirement Required
87418 src/com/gps/hibernate/Wikipage.java 28 fieldCommentRequirement Required
87419 src/com/gps/hibernate/Wikipage.java 29 fieldCommentRequirement Required
87420 src/com/gps/hibernate/Wikipage.java 30 fieldCommentRequirement Required
87421 src/com/gps/hibernate/Wikipage.java 31 fieldCommentRequirement Required
87422 src/com/gps/hibernate/Wikipage.java 32 fieldCommentRequirement Required
87423 src/com/gps/hibernate/Wikipage.java 33 fieldCommentRequirement Required
87424 src/com/gps/hibernate/Wikipage.java 38 Document empty constructor
87425 src/com/gps/hibernate/Wikipage.java 42 Parameter 'pageId' is not assigned and could be declared final
87426 src/com/gps/hibernate/Wikipage.java 47 Avoid long parameter lists.
87427 src/com/gps/hibernate/Wikipage.java 47 Parameter 'pageId' is not assigned and could be declared final
87428 src/com/gps/hibernate/Wikipage.java 47 Parameter 'resourcePrimKey' is not assigned and could be declared final
87429 src/com/gps/hibernate/Wikipage.java 47 Parameter 'uuid' is not assigned and could be declared final
87430 src/com/gps/hibernate/Wikipage.java 48 Parameter 'companyId' is not assigned and could be declared final
87431 src/com/gps/hibernate/Wikipage.java 48 Parameter 'groupId' is not assigned and could be declared final
87432 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userId' is not assigned and could be declared final
87433 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userName' is not assigned and could be declared final
87434 src/com/gps/hibernate/Wikipage.java 49 Parameter 'createDate' is not assigned and could be declared final
87435 src/com/gps/hibernate/Wikipage.java 49 Parameter 'modifiedDate' is not assigned and could be declared final
87436 src/com/gps/hibernate/Wikipage.java 49 Parameter 'nodeId' is not assigned and could be declared final
87437 src/com/gps/hibernate/Wikipage.java 49 Parameter 'title' is not assigned and could be declared final
87438 src/com/gps/hibernate/Wikipage.java 50 Parameter 'content' is not assigned and could be declared final
87439 src/com/gps/hibernate/Wikipage.java 50 Parameter 'minorEdit' is not assigned and could be declared final
87440 src/com/gps/hibernate/Wikipage.java 50 Parameter 'summary' is not assigned and could be declared final
87441 src/com/gps/hibernate/Wikipage.java 50 Parameter 'version' is not assigned and could be declared final
87442 src/com/gps/hibernate/Wikipage.java 51 Parameter 'format' is not assigned and could be declared final
87443 src/com/gps/hibernate/Wikipage.java 51 Parameter 'head' is not assigned and could be declared final
87444 src/com/gps/hibernate/Wikipage.java 51 Parameter 'parentTitle' is not assigned and could be declared final
87445 src/com/gps/hibernate/Wikipage.java 51 Parameter 'redirectTitle' is not assigned and could be declared final
87446 src/com/gps/hibernate/Wikipage.java 75 publicMethodCommentRequirement Required
87447 src/com/gps/hibernate/Wikipage.java 79 Parameter 'pageId' is not assigned and could be declared final
87448 src/com/gps/hibernate/Wikipage.java 79 publicMethodCommentRequirement Required
87449 src/com/gps/hibernate/Wikipage.java 83 publicMethodCommentRequirement Required
87450 src/com/gps/hibernate/Wikipage.java 87 Parameter 'uuid' is not assigned and could be declared final
87451 src/com/gps/hibernate/Wikipage.java 87 publicMethodCommentRequirement Required
87452 src/com/gps/hibernate/Wikipage.java 91 publicMethodCommentRequirement Required
87453 src/com/gps/hibernate/Wikipage.java 95 Parameter 'resourcePrimKey' is not assigned and could be declared final
87454 src/com/gps/hibernate/Wikipage.java 95 publicMethodCommentRequirement Required
87455 src/com/gps/hibernate/Wikipage.java 99 publicMethodCommentRequirement Required
87456 src/com/gps/hibernate/Wikipage.java 103 Parameter 'groupId' is not assigned and could be declared final
87457 src/com/gps/hibernate/Wikipage.java 103 publicMethodCommentRequirement Required
87458 src/com/gps/hibernate/Wikipage.java 107 publicMethodCommentRequirement Required
87459 src/com/gps/hibernate/Wikipage.java 111 Parameter 'companyId' is not assigned and could be declared final
87460 src/com/gps/hibernate/Wikipage.java 111 publicMethodCommentRequirement Required
87461 src/com/gps/hibernate/Wikipage.java 115 publicMethodCommentRequirement Required
87462 src/com/gps/hibernate/Wikipage.java 119 Parameter 'userId' is not assigned and could be declared final
87463 src/com/gps/hibernate/Wikipage.java 119 publicMethodCommentRequirement Required
87464 src/com/gps/hibernate/Wikipage.java 123 publicMethodCommentRequirement Required
87465 src/com/gps/hibernate/Wikipage.java 127 Parameter 'userName' is not assigned and could be declared final
87466 src/com/gps/hibernate/Wikipage.java 127 publicMethodCommentRequirement Required
87467 src/com/gps/hibernate/Wikipage.java 131 publicMethodCommentRequirement Required
87468 src/com/gps/hibernate/Wikipage.java 135 Parameter 'createDate' is not assigned and could be declared final
87469 src/com/gps/hibernate/Wikipage.java 135 publicMethodCommentRequirement Required
87470 src/com/gps/hibernate/Wikipage.java 139 publicMethodCommentRequirement Required
87471 src/com/gps/hibernate/Wikipage.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
87472 src/com/gps/hibernate/Wikipage.java 143 publicMethodCommentRequirement Required
87473 src/com/gps/hibernate/Wikipage.java 147 publicMethodCommentRequirement Required
87474 src/com/gps/hibernate/Wikipage.java 151 Parameter 'nodeId' is not assigned and could be declared final
87475 src/com/gps/hibernate/Wikipage.java 151 publicMethodCommentRequirement Required
87476 src/com/gps/hibernate/Wikipage.java 155 publicMethodCommentRequirement Required
87477 src/com/gps/hibernate/Wikipage.java 159 Parameter 'title' is not assigned and could be declared final
87478 src/com/gps/hibernate/Wikipage.java 159 publicMethodCommentRequirement Required
87479 src/com/gps/hibernate/Wikipage.java 163 publicMethodCommentRequirement Required
87480 src/com/gps/hibernate/Wikipage.java 167 Parameter 'version' is not assigned and could be declared final
87481 src/com/gps/hibernate/Wikipage.java 167 publicMethodCommentRequirement Required
87482 src/com/gps/hibernate/Wikipage.java 171 publicMethodCommentRequirement Required
87483 src/com/gps/hibernate/Wikipage.java 175 Parameter 'minorEdit' is not assigned and could be declared final
87484 src/com/gps/hibernate/Wikipage.java 175 publicMethodCommentRequirement Required
87485 src/com/gps/hibernate/Wikipage.java 179 publicMethodCommentRequirement Required
87486 src/com/gps/hibernate/Wikipage.java 183 Parameter 'content' is not assigned and could be declared final
87487 src/com/gps/hibernate/Wikipage.java 183 publicMethodCommentRequirement Required
87488 src/com/gps/hibernate/Wikipage.java 187 publicMethodCommentRequirement Required
87489 src/com/gps/hibernate/Wikipage.java 191 Parameter 'summary' is not assigned and could be declared final
87490 src/com/gps/hibernate/Wikipage.java 191 publicMethodCommentRequirement Required
87491 src/com/gps/hibernate/Wikipage.java 195 publicMethodCommentRequirement Required
87492 src/com/gps/hibernate/Wikipage.java 199 Parameter 'format' is not assigned and could be declared final
87493 src/com/gps/hibernate/Wikipage.java 199 publicMethodCommentRequirement Required
87494 src/com/gps/hibernate/Wikipage.java 203 publicMethodCommentRequirement Required
87495 src/com/gps/hibernate/Wikipage.java 207 Parameter 'head' is not assigned and could be declared final
87496 src/com/gps/hibernate/Wikipage.java 207 publicMethodCommentRequirement Required
87497 src/com/gps/hibernate/Wikipage.java 211 publicMethodCommentRequirement Required
87498 src/com/gps/hibernate/Wikipage.java 215 Parameter 'parentTitle' is not assigned and could be declared final
87499 src/com/gps/hibernate/Wikipage.java 215 publicMethodCommentRequirement Required
87500 src/com/gps/hibernate/Wikipage.java 219 publicMethodCommentRequirement Required
87501 src/com/gps/hibernate/Wikipage.java 223 Parameter 'redirectTitle' is not assigned and could be declared final
87502 src/com/gps/hibernate/Wikipage.java 223 publicMethodCommentRequirement Required
87503 src/com/gps/hibernate/WikipageDAO.java 3 Avoid unused imports such as 'java.util.Date'
87504 src/com/gps/hibernate/WikipageDAO.java 11 Comment is too large: Too many lines
87505 src/com/gps/hibernate/WikipageDAO.java 23 This class has too many methods, consider refactoring it.
87506 src/com/gps/hibernate/WikipageDAO.java 24 Logger should be defined private static final and have the correct class
87507 src/com/gps/hibernate/WikipageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
87508 src/com/gps/hibernate/WikipageDAO.java 24 fieldCommentRequirement Required
87509 src/com/gps/hibernate/WikipageDAO.java 26 fieldCommentRequirement Required
87510 src/com/gps/hibernate/WikipageDAO.java 27 fieldCommentRequirement Required
87511 src/com/gps/hibernate/WikipageDAO.java 28 fieldCommentRequirement Required
87512 src/com/gps/hibernate/WikipageDAO.java 29 fieldCommentRequirement Required
87513 src/com/gps/hibernate/WikipageDAO.java 30 fieldCommentRequirement Required
87514 src/com/gps/hibernate/WikipageDAO.java 31 fieldCommentRequirement Required
87515 src/com/gps/hibernate/WikipageDAO.java 32 fieldCommentRequirement Required
87516 src/com/gps/hibernate/WikipageDAO.java 33 fieldCommentRequirement Required
87517 src/com/gps/hibernate/WikipageDAO.java 34 fieldCommentRequirement Required
87518 src/com/gps/hibernate/WikipageDAO.java 35 fieldCommentRequirement Required
87519 src/com/gps/hibernate/WikipageDAO.java 36 fieldCommentRequirement Required
87520 src/com/gps/hibernate/WikipageDAO.java 37 fieldCommentRequirement Required
87521 src/com/gps/hibernate/WikipageDAO.java 38 fieldCommentRequirement Required
87522 src/com/gps/hibernate/WikipageDAO.java 39 fieldCommentRequirement Required
87523 src/com/gps/hibernate/WikipageDAO.java 40 fieldCommentRequirement Required
87524 src/com/gps/hibernate/WikipageDAO.java 41 fieldCommentRequirement Required
87525 src/com/gps/hibernate/WikipageDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
87526 src/com/gps/hibernate/WikipageDAO.java 43 publicMethodCommentRequirement Required
87527 src/com/gps/hibernate/WikipageDAO.java 44 There is log block not surrounded by if
87528 src/com/gps/hibernate/WikipageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87529 src/com/gps/hibernate/WikipageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
87530 src/com/gps/hibernate/WikipageDAO.java 47 There is log block not surrounded by if
87531 src/com/gps/hibernate/WikipageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87532 src/com/gps/hibernate/WikipageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87533 src/com/gps/hibernate/WikipageDAO.java 49 There is log block not surrounded by if
87534 src/com/gps/hibernate/WikipageDAO.java 54 Avoid excessively long variable names like persistentInstance
87535 src/com/gps/hibernate/WikipageDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
87536 src/com/gps/hibernate/WikipageDAO.java 54 publicMethodCommentRequirement Required
87537 src/com/gps/hibernate/WikipageDAO.java 55 There is log block not surrounded by if
87538 src/com/gps/hibernate/WikipageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87539 src/com/gps/hibernate/WikipageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
87540 src/com/gps/hibernate/WikipageDAO.java 58 There is log block not surrounded by if
87541 src/com/gps/hibernate/WikipageDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87542 src/com/gps/hibernate/WikipageDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87543 src/com/gps/hibernate/WikipageDAO.java 60 There is log block not surrounded by if
87544 src/com/gps/hibernate/WikipageDAO.java 65 Avoid variables with short names like id
87545 src/com/gps/hibernate/WikipageDAO.java 65 Parameter 'id' is not assigned and could be declared final
87546 src/com/gps/hibernate/WikipageDAO.java 65 publicMethodCommentRequirement Required
87547 src/com/gps/hibernate/WikipageDAO.java 66 There is log block not surrounded by if
87548 src/com/gps/hibernate/WikipageDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87549 src/com/gps/hibernate/WikipageDAO.java 68 Local variable 'instance' could be declared final
87550 src/com/gps/hibernate/WikipageDAO.java 68 Potential violation of Law of Demeter (method chain calls)
87551 src/com/gps/hibernate/WikipageDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87552 src/com/gps/hibernate/WikipageDAO.java 72 There is log block not surrounded by if
87553 src/com/gps/hibernate/WikipageDAO.java 77 Parameter 'instance' is not assigned and could be declared final
87554 src/com/gps/hibernate/WikipageDAO.java 77 publicMethodCommentRequirement Required
87555 src/com/gps/hibernate/WikipageDAO.java 78 There is log block not surrounded by if
87556 src/com/gps/hibernate/WikipageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87557 src/com/gps/hibernate/WikipageDAO.java 80 Local variable 'results' could be declared final
87558 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
87559 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
87560 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
87561 src/com/gps/hibernate/WikipageDAO.java 83 There is log block not surrounded by if
87562 src/com/gps/hibernate/WikipageDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87563 src/com/gps/hibernate/WikipageDAO.java 84 Potential violation of Law of Demeter (object not created locally)
87564 src/com/gps/hibernate/WikipageDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87565 src/com/gps/hibernate/WikipageDAO.java 87 There is log block not surrounded by if
87566 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
87567 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'value' is not assigned and could be declared final
87568 src/com/gps/hibernate/WikipageDAO.java 92 publicMethodCommentRequirement Required
87569 src/com/gps/hibernate/WikipageDAO.java 93 There is log block not surrounded by if
87570 src/com/gps/hibernate/WikipageDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87571 src/com/gps/hibernate/WikipageDAO.java 96 Local variable 'queryString' could be declared final
87572 src/com/gps/hibernate/WikipageDAO.java 98 Local variable 'queryObject' could be declared final
87573 src/com/gps/hibernate/WikipageDAO.java 98 Potential violation of Law of Demeter (method chain calls)
87574 src/com/gps/hibernate/WikipageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
87575 src/com/gps/hibernate/WikipageDAO.java 100 Potential violation of Law of Demeter (object not created locally)
87576 src/com/gps/hibernate/WikipageDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87577 src/com/gps/hibernate/WikipageDAO.java 102 There is log block not surrounded by if
87578 src/com/gps/hibernate/WikipageDAO.java 107 Parameter 'uuid' is not assigned and could be declared final
87579 src/com/gps/hibernate/WikipageDAO.java 107 publicMethodCommentRequirement Required
87580 src/com/gps/hibernate/WikipageDAO.java 111 Parameter 'resourcePrimKey' is not assigned and could be declared final
87581 src/com/gps/hibernate/WikipageDAO.java 111 publicMethodCommentRequirement Required
87582 src/com/gps/hibernate/WikipageDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
87583 src/com/gps/hibernate/WikipageDAO.java 115 publicMethodCommentRequirement Required
87584 src/com/gps/hibernate/WikipageDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
87585 src/com/gps/hibernate/WikipageDAO.java 119 publicMethodCommentRequirement Required
87586 src/com/gps/hibernate/WikipageDAO.java 123 Parameter 'userId' is not assigned and could be declared final
87587 src/com/gps/hibernate/WikipageDAO.java 123 publicMethodCommentRequirement Required
87588 src/com/gps/hibernate/WikipageDAO.java 127 Parameter 'userName' is not assigned and could be declared final
87589 src/com/gps/hibernate/WikipageDAO.java 127 publicMethodCommentRequirement Required
87590 src/com/gps/hibernate/WikipageDAO.java 131 Parameter 'nodeId' is not assigned and could be declared final
87591 src/com/gps/hibernate/WikipageDAO.java 131 publicMethodCommentRequirement Required
87592 src/com/gps/hibernate/WikipageDAO.java 135 Parameter 'title' is not assigned and could be declared final
87593 src/com/gps/hibernate/WikipageDAO.java 135 publicMethodCommentRequirement Required
87594 src/com/gps/hibernate/WikipageDAO.java 139 Parameter 'version' is not assigned and could be declared final
87595 src/com/gps/hibernate/WikipageDAO.java 139 publicMethodCommentRequirement Required
87596 src/com/gps/hibernate/WikipageDAO.java 143 Parameter 'minorEdit' is not assigned and could be declared final
87597 src/com/gps/hibernate/WikipageDAO.java 143 publicMethodCommentRequirement Required
87598 src/com/gps/hibernate/WikipageDAO.java 147 Parameter 'content' is not assigned and could be declared final
87599 src/com/gps/hibernate/WikipageDAO.java 147 publicMethodCommentRequirement Required
87600 src/com/gps/hibernate/WikipageDAO.java 151 Parameter 'summary' is not assigned and could be declared final
87601 src/com/gps/hibernate/WikipageDAO.java 151 publicMethodCommentRequirement Required
87602 src/com/gps/hibernate/WikipageDAO.java 155 Parameter 'format' is not assigned and could be declared final
87603 src/com/gps/hibernate/WikipageDAO.java 155 publicMethodCommentRequirement Required
87604 src/com/gps/hibernate/WikipageDAO.java 159 Parameter 'head' is not assigned and could be declared final
87605 src/com/gps/hibernate/WikipageDAO.java 159 publicMethodCommentRequirement Required
87606 src/com/gps/hibernate/WikipageDAO.java 163 Parameter 'parentTitle' is not assigned and could be declared final
87607 src/com/gps/hibernate/WikipageDAO.java 163 publicMethodCommentRequirement Required
87608 src/com/gps/hibernate/WikipageDAO.java 167 Parameter 'redirectTitle' is not assigned and could be declared final
87609 src/com/gps/hibernate/WikipageDAO.java 167 publicMethodCommentRequirement Required
87610 src/com/gps/hibernate/WikipageDAO.java 171 publicMethodCommentRequirement Required
87611 src/com/gps/hibernate/WikipageDAO.java 172 There is log block not surrounded by if
87612 src/com/gps/hibernate/WikipageDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87613 src/com/gps/hibernate/WikipageDAO.java 174 Local variable 'queryString' could be declared final
87614 src/com/gps/hibernate/WikipageDAO.java 175 Local variable 'queryObject' could be declared final
87615 src/com/gps/hibernate/WikipageDAO.java 175 Potential violation of Law of Demeter (method chain calls)
87616 src/com/gps/hibernate/WikipageDAO.java 176 Potential violation of Law of Demeter (object not created locally)
87617 src/com/gps/hibernate/WikipageDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87618 src/com/gps/hibernate/WikipageDAO.java 178 There is log block not surrounded by if
87619 src/com/gps/hibernate/WikipageDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
87620 src/com/gps/hibernate/WikipageDAO.java 183 publicMethodCommentRequirement Required
87621 src/com/gps/hibernate/WikipageDAO.java 184 There is log block not surrounded by if
87622 src/com/gps/hibernate/WikipageDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87623 src/com/gps/hibernate/WikipageDAO.java 186 Local variable 'result' could be declared final
87624 src/com/gps/hibernate/WikipageDAO.java 186 Potential violation of Law of Demeter (method chain calls)
87625 src/com/gps/hibernate/WikipageDAO.java 187 There is log block not surrounded by if
87626 src/com/gps/hibernate/WikipageDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87627 src/com/gps/hibernate/WikipageDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87628 src/com/gps/hibernate/WikipageDAO.java 190 There is log block not surrounded by if
87629 src/com/gps/hibernate/WikipageDAO.java 195 Parameter 'instance' is not assigned and could be declared final
87630 src/com/gps/hibernate/WikipageDAO.java 195 publicMethodCommentRequirement Required
87631 src/com/gps/hibernate/WikipageDAO.java 196 There is log block not surrounded by if
87632 src/com/gps/hibernate/WikipageDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87633 src/com/gps/hibernate/WikipageDAO.java 198 Potential violation of Law of Demeter (method chain calls)
87634 src/com/gps/hibernate/WikipageDAO.java 199 There is log block not surrounded by if
87635 src/com/gps/hibernate/WikipageDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87636 src/com/gps/hibernate/WikipageDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87637 src/com/gps/hibernate/WikipageDAO.java 201 There is log block not surrounded by if
87638 src/com/gps/hibernate/WikipageDAO.java 206 Parameter 'instance' is not assigned and could be declared final
87639 src/com/gps/hibernate/WikipageDAO.java 206 publicMethodCommentRequirement Required
87640 src/com/gps/hibernate/WikipageDAO.java 207 There is log block not surrounded by if
87641 src/com/gps/hibernate/WikipageDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87642 src/com/gps/hibernate/WikipageDAO.java 209 Potential violation of Law of Demeter (method chain calls)
87643 src/com/gps/hibernate/WikipageDAO.java 210 There is log block not surrounded by if
87644 src/com/gps/hibernate/WikipageDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87645 src/com/gps/hibernate/WikipageDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87646 src/com/gps/hibernate/WikipageDAO.java 212 There is log block not surrounded by if
87647 src/com/gps/hibernate/Wikipageresource.java 9 Classes implementing Serializable should set a serialVersionUID
87648 src/com/gps/hibernate/Wikipageresource.java 13 fieldCommentRequirement Required
87649 src/com/gps/hibernate/Wikipageresource.java 14 fieldCommentRequirement Required
87650 src/com/gps/hibernate/Wikipageresource.java 15 fieldCommentRequirement Required
87651 src/com/gps/hibernate/Wikipageresource.java 20 Document empty constructor
87652 src/com/gps/hibernate/Wikipageresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
87653 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'nodeId' is not assigned and could be declared final
87654 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
87655 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'title' is not assigned and could be declared final
87656 src/com/gps/hibernate/Wikipageresource.java 37 publicMethodCommentRequirement Required
87657 src/com/gps/hibernate/Wikipageresource.java 41 Parameter 'resourcePrimKey' is not assigned and could be declared final
87658 src/com/gps/hibernate/Wikipageresource.java 41 publicMethodCommentRequirement Required
87659 src/com/gps/hibernate/Wikipageresource.java 45 publicMethodCommentRequirement Required
87660 src/com/gps/hibernate/Wikipageresource.java 49 Parameter 'nodeId' is not assigned and could be declared final
87661 src/com/gps/hibernate/Wikipageresource.java 49 publicMethodCommentRequirement Required
87662 src/com/gps/hibernate/Wikipageresource.java 53 publicMethodCommentRequirement Required
87663 src/com/gps/hibernate/Wikipageresource.java 57 Parameter 'title' is not assigned and could be declared final
87664 src/com/gps/hibernate/Wikipageresource.java 57 publicMethodCommentRequirement Required
87665 src/com/gps/hibernate/WikipageresourceDAO.java 10 Comment is too large: Too many lines
87666 src/com/gps/hibernate/WikipageresourceDAO.java 22 This class has too many methods, consider refactoring it.
87667 src/com/gps/hibernate/WikipageresourceDAO.java 23 Logger should be defined private static final and have the correct class
87668 src/com/gps/hibernate/WikipageresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
87669 src/com/gps/hibernate/WikipageresourceDAO.java 23 fieldCommentRequirement Required
87670 src/com/gps/hibernate/WikipageresourceDAO.java 25 fieldCommentRequirement Required
87671 src/com/gps/hibernate/WikipageresourceDAO.java 26 fieldCommentRequirement Required
87672 src/com/gps/hibernate/WikipageresourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
87673 src/com/gps/hibernate/WikipageresourceDAO.java 28 publicMethodCommentRequirement Required
87674 src/com/gps/hibernate/WikipageresourceDAO.java 29 There is log block not surrounded by if
87675 src/com/gps/hibernate/WikipageresourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87676 src/com/gps/hibernate/WikipageresourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
87677 src/com/gps/hibernate/WikipageresourceDAO.java 32 There is log block not surrounded by if
87678 src/com/gps/hibernate/WikipageresourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87679 src/com/gps/hibernate/WikipageresourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87680 src/com/gps/hibernate/WikipageresourceDAO.java 34 There is log block not surrounded by if
87681 src/com/gps/hibernate/WikipageresourceDAO.java 39 Avoid excessively long variable names like persistentInstance
87682 src/com/gps/hibernate/WikipageresourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
87683 src/com/gps/hibernate/WikipageresourceDAO.java 39 publicMethodCommentRequirement Required
87684 src/com/gps/hibernate/WikipageresourceDAO.java 40 There is log block not surrounded by if
87685 src/com/gps/hibernate/WikipageresourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87686 src/com/gps/hibernate/WikipageresourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
87687 src/com/gps/hibernate/WikipageresourceDAO.java 43 There is log block not surrounded by if
87688 src/com/gps/hibernate/WikipageresourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87689 src/com/gps/hibernate/WikipageresourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87690 src/com/gps/hibernate/WikipageresourceDAO.java 45 There is log block not surrounded by if
87691 src/com/gps/hibernate/WikipageresourceDAO.java 50 Avoid variables with short names like id
87692 src/com/gps/hibernate/WikipageresourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
87693 src/com/gps/hibernate/WikipageresourceDAO.java 50 publicMethodCommentRequirement Required
87694 src/com/gps/hibernate/WikipageresourceDAO.java 51 There is log block not surrounded by if
87695 src/com/gps/hibernate/WikipageresourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87696 src/com/gps/hibernate/WikipageresourceDAO.java 53 Local variable 'instance' could be declared final
87697 src/com/gps/hibernate/WikipageresourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
87698 src/com/gps/hibernate/WikipageresourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87699 src/com/gps/hibernate/WikipageresourceDAO.java 57 There is log block not surrounded by if
87700 src/com/gps/hibernate/WikipageresourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
87701 src/com/gps/hibernate/WikipageresourceDAO.java 62 publicMethodCommentRequirement Required
87702 src/com/gps/hibernate/WikipageresourceDAO.java 63 There is log block not surrounded by if
87703 src/com/gps/hibernate/WikipageresourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87704 src/com/gps/hibernate/WikipageresourceDAO.java 65 Local variable 'results' could be declared final
87705 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
87706 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
87707 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
87708 src/com/gps/hibernate/WikipageresourceDAO.java 68 There is log block not surrounded by if
87709 src/com/gps/hibernate/WikipageresourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87710 src/com/gps/hibernate/WikipageresourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
87711 src/com/gps/hibernate/WikipageresourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87712 src/com/gps/hibernate/WikipageresourceDAO.java 72 There is log block not surrounded by if
87713 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
87714 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
87715 src/com/gps/hibernate/WikipageresourceDAO.java 77 publicMethodCommentRequirement Required
87716 src/com/gps/hibernate/WikipageresourceDAO.java 78 There is log block not surrounded by if
87717 src/com/gps/hibernate/WikipageresourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87718 src/com/gps/hibernate/WikipageresourceDAO.java 81 Local variable 'queryString' could be declared final
87719 src/com/gps/hibernate/WikipageresourceDAO.java 83 Local variable 'queryObject' could be declared final
87720 src/com/gps/hibernate/WikipageresourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
87721 src/com/gps/hibernate/WikipageresourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
87722 src/com/gps/hibernate/WikipageresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
87723 src/com/gps/hibernate/WikipageresourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87724 src/com/gps/hibernate/WikipageresourceDAO.java 87 There is log block not surrounded by if
87725 src/com/gps/hibernate/WikipageresourceDAO.java 92 Parameter 'nodeId' is not assigned and could be declared final
87726 src/com/gps/hibernate/WikipageresourceDAO.java 92 publicMethodCommentRequirement Required
87727 src/com/gps/hibernate/WikipageresourceDAO.java 96 Parameter 'title' is not assigned and could be declared final
87728 src/com/gps/hibernate/WikipageresourceDAO.java 96 publicMethodCommentRequirement Required
87729 src/com/gps/hibernate/WikipageresourceDAO.java 100 publicMethodCommentRequirement Required
87730 src/com/gps/hibernate/WikipageresourceDAO.java 101 There is log block not surrounded by if
87731 src/com/gps/hibernate/WikipageresourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87732 src/com/gps/hibernate/WikipageresourceDAO.java 103 Local variable 'queryString' could be declared final
87733 src/com/gps/hibernate/WikipageresourceDAO.java 104 Local variable 'queryObject' could be declared final
87734 src/com/gps/hibernate/WikipageresourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
87735 src/com/gps/hibernate/WikipageresourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
87736 src/com/gps/hibernate/WikipageresourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87737 src/com/gps/hibernate/WikipageresourceDAO.java 107 There is log block not surrounded by if
87738 src/com/gps/hibernate/WikipageresourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
87739 src/com/gps/hibernate/WikipageresourceDAO.java 112 publicMethodCommentRequirement Required
87740 src/com/gps/hibernate/WikipageresourceDAO.java 113 There is log block not surrounded by if
87741 src/com/gps/hibernate/WikipageresourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87742 src/com/gps/hibernate/WikipageresourceDAO.java 115 Local variable 'result' could be declared final
87743 src/com/gps/hibernate/WikipageresourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
87744 src/com/gps/hibernate/WikipageresourceDAO.java 117 There is log block not surrounded by if
87745 src/com/gps/hibernate/WikipageresourceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87746 src/com/gps/hibernate/WikipageresourceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87747 src/com/gps/hibernate/WikipageresourceDAO.java 120 There is log block not surrounded by if
87748 src/com/gps/hibernate/WikipageresourceDAO.java 125 Parameter 'instance' is not assigned and could be declared final
87749 src/com/gps/hibernate/WikipageresourceDAO.java 125 publicMethodCommentRequirement Required
87750 src/com/gps/hibernate/WikipageresourceDAO.java 126 There is log block not surrounded by if
87751 src/com/gps/hibernate/WikipageresourceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87752 src/com/gps/hibernate/WikipageresourceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
87753 src/com/gps/hibernate/WikipageresourceDAO.java 129 There is log block not surrounded by if
87754 src/com/gps/hibernate/WikipageresourceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87755 src/com/gps/hibernate/WikipageresourceDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87756 src/com/gps/hibernate/WikipageresourceDAO.java 131 There is log block not surrounded by if
87757 src/com/gps/hibernate/WikipageresourceDAO.java 136 Parameter 'instance' is not assigned and could be declared final
87758 src/com/gps/hibernate/WikipageresourceDAO.java 136 publicMethodCommentRequirement Required
87759 src/com/gps/hibernate/WikipageresourceDAO.java 137 There is log block not surrounded by if
87760 src/com/gps/hibernate/WikipageresourceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87761 src/com/gps/hibernate/WikipageresourceDAO.java 139 Potential violation of Law of Demeter (method chain calls)
87762 src/com/gps/hibernate/WikipageresourceDAO.java 140 There is log block not surrounded by if
87763 src/com/gps/hibernate/WikipageresourceDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87764 src/com/gps/hibernate/WikipageresourceDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87765 src/com/gps/hibernate/WikipageresourceDAO.java 142 There is log block not surrounded by if
87766 src/com/gps/hibernate/WolMeetupsentry.java 11 Classes implementing Serializable should set a serialVersionUID
87767 src/com/gps/hibernate/WolMeetupsentry.java 15 fieldCommentRequirement Required
87768 src/com/gps/hibernate/WolMeetupsentry.java 16 fieldCommentRequirement Required
87769 src/com/gps/hibernate/WolMeetupsentry.java 17 fieldCommentRequirement Required
87770 src/com/gps/hibernate/WolMeetupsentry.java 18 fieldCommentRequirement Required
87771 src/com/gps/hibernate/WolMeetupsentry.java 19 fieldCommentRequirement Required
87772 src/com/gps/hibernate/WolMeetupsentry.java 20 fieldCommentRequirement Required
87773 src/com/gps/hibernate/WolMeetupsentry.java 21 fieldCommentRequirement Required
87774 src/com/gps/hibernate/WolMeetupsentry.java 22 fieldCommentRequirement Required
87775 src/com/gps/hibernate/WolMeetupsentry.java 23 fieldCommentRequirement Required
87776 src/com/gps/hibernate/WolMeetupsentry.java 24 fieldCommentRequirement Required
87777 src/com/gps/hibernate/WolMeetupsentry.java 25 fieldCommentRequirement Required
87778 src/com/gps/hibernate/WolMeetupsentry.java 26 fieldCommentRequirement Required
87779 src/com/gps/hibernate/WolMeetupsentry.java 27 fieldCommentRequirement Required
87780 src/com/gps/hibernate/WolMeetupsentry.java 28 fieldCommentRequirement Required
87781 src/com/gps/hibernate/WolMeetupsentry.java 33 Document empty constructor
87782 src/com/gps/hibernate/WolMeetupsentry.java 37 Parameter 'meetupsEntryId' is not assigned and could be declared final
87783 src/com/gps/hibernate/WolMeetupsentry.java 42 Avoid long parameter lists.
87784 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'companyId' is not assigned and could be declared final
87785 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'meetupsEntryId' is not assigned and could be declared final
87786 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'userId' is not assigned and could be declared final
87787 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'createDate' is not assigned and could be declared final
87788 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
87789 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'title' is not assigned and could be declared final
87790 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'userName' is not assigned and could be declared final
87791 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'description' is not assigned and could be declared final
87792 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'endDate' is not assigned and could be declared final
87793 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'startDate' is not assigned and could be declared final
87794 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'maxAttendees' is not assigned and could be declared final
87795 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'price' is not assigned and could be declared final
87796 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'totalAttendees' is not assigned and could be declared final
87797 src/com/gps/hibernate/WolMeetupsentry.java 46 Parameter 'thumbnailId' is not assigned and could be declared final
87798 src/com/gps/hibernate/WolMeetupsentry.java 65 publicMethodCommentRequirement Required
87799 src/com/gps/hibernate/WolMeetupsentry.java 69 Parameter 'meetupsEntryId' is not assigned and could be declared final
87800 src/com/gps/hibernate/WolMeetupsentry.java 69 publicMethodCommentRequirement Required
87801 src/com/gps/hibernate/WolMeetupsentry.java 73 publicMethodCommentRequirement Required
87802 src/com/gps/hibernate/WolMeetupsentry.java 77 Parameter 'companyId' is not assigned and could be declared final
87803 src/com/gps/hibernate/WolMeetupsentry.java 77 publicMethodCommentRequirement Required
87804 src/com/gps/hibernate/WolMeetupsentry.java 81 publicMethodCommentRequirement Required
87805 src/com/gps/hibernate/WolMeetupsentry.java 85 Parameter 'userId' is not assigned and could be declared final
87806 src/com/gps/hibernate/WolMeetupsentry.java 85 publicMethodCommentRequirement Required
87807 src/com/gps/hibernate/WolMeetupsentry.java 89 publicMethodCommentRequirement Required
87808 src/com/gps/hibernate/WolMeetupsentry.java 93 Parameter 'userName' is not assigned and could be declared final
87809 src/com/gps/hibernate/WolMeetupsentry.java 93 publicMethodCommentRequirement Required
87810 src/com/gps/hibernate/WolMeetupsentry.java 97 publicMethodCommentRequirement Required
87811 src/com/gps/hibernate/WolMeetupsentry.java 101 Parameter 'createDate' is not assigned and could be declared final
87812 src/com/gps/hibernate/WolMeetupsentry.java 101 publicMethodCommentRequirement Required
87813 src/com/gps/hibernate/WolMeetupsentry.java 105 publicMethodCommentRequirement Required
87814 src/com/gps/hibernate/WolMeetupsentry.java 109 Parameter 'modifiedDate' is not assigned and could be declared final
87815 src/com/gps/hibernate/WolMeetupsentry.java 109 publicMethodCommentRequirement Required
87816 src/com/gps/hibernate/WolMeetupsentry.java 113 publicMethodCommentRequirement Required
87817 src/com/gps/hibernate/WolMeetupsentry.java 117 Parameter 'title' is not assigned and could be declared final
87818 src/com/gps/hibernate/WolMeetupsentry.java 117 publicMethodCommentRequirement Required
87819 src/com/gps/hibernate/WolMeetupsentry.java 121 publicMethodCommentRequirement Required
87820 src/com/gps/hibernate/WolMeetupsentry.java 125 Parameter 'description' is not assigned and could be declared final
87821 src/com/gps/hibernate/WolMeetupsentry.java 125 publicMethodCommentRequirement Required
87822 src/com/gps/hibernate/WolMeetupsentry.java 129 publicMethodCommentRequirement Required
87823 src/com/gps/hibernate/WolMeetupsentry.java 133 Parameter 'startDate' is not assigned and could be declared final
87824 src/com/gps/hibernate/WolMeetupsentry.java 133 publicMethodCommentRequirement Required
87825 src/com/gps/hibernate/WolMeetupsentry.java 137 publicMethodCommentRequirement Required
87826 src/com/gps/hibernate/WolMeetupsentry.java 141 Parameter 'endDate' is not assigned and could be declared final
87827 src/com/gps/hibernate/WolMeetupsentry.java 141 publicMethodCommentRequirement Required
87828 src/com/gps/hibernate/WolMeetupsentry.java 145 publicMethodCommentRequirement Required
87829 src/com/gps/hibernate/WolMeetupsentry.java 149 Parameter 'totalAttendees' is not assigned and could be declared final
87830 src/com/gps/hibernate/WolMeetupsentry.java 149 publicMethodCommentRequirement Required
87831 src/com/gps/hibernate/WolMeetupsentry.java 153 publicMethodCommentRequirement Required
87832 src/com/gps/hibernate/WolMeetupsentry.java 157 Parameter 'maxAttendees' is not assigned and could be declared final
87833 src/com/gps/hibernate/WolMeetupsentry.java 157 publicMethodCommentRequirement Required
87834 src/com/gps/hibernate/WolMeetupsentry.java 161 publicMethodCommentRequirement Required
87835 src/com/gps/hibernate/WolMeetupsentry.java 165 Parameter 'price' is not assigned and could be declared final
87836 src/com/gps/hibernate/WolMeetupsentry.java 165 publicMethodCommentRequirement Required
87837 src/com/gps/hibernate/WolMeetupsentry.java 169 publicMethodCommentRequirement Required
87838 src/com/gps/hibernate/WolMeetupsentry.java 173 Parameter 'thumbnailId' is not assigned and could be declared final
87839 src/com/gps/hibernate/WolMeetupsentry.java 173 publicMethodCommentRequirement Required
87840 src/com/gps/hibernate/WolMeetupsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
87841 src/com/gps/hibernate/WolMeetupsentryDAO.java 11 Comment is too large: Too many lines
87842 src/com/gps/hibernate/WolMeetupsentryDAO.java 23 This class has too many methods, consider refactoring it.
87843 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Logger should be defined private static final and have the correct class
87844 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
87845 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 fieldCommentRequirement Required
87846 src/com/gps/hibernate/WolMeetupsentryDAO.java 26 fieldCommentRequirement Required
87847 src/com/gps/hibernate/WolMeetupsentryDAO.java 27 fieldCommentRequirement Required
87848 src/com/gps/hibernate/WolMeetupsentryDAO.java 28 fieldCommentRequirement Required
87849 src/com/gps/hibernate/WolMeetupsentryDAO.java 29 fieldCommentRequirement Required
87850 src/com/gps/hibernate/WolMeetupsentryDAO.java 30 fieldCommentRequirement Required
87851 src/com/gps/hibernate/WolMeetupsentryDAO.java 31 fieldCommentRequirement Required
87852 src/com/gps/hibernate/WolMeetupsentryDAO.java 32 fieldCommentRequirement Required
87853 src/com/gps/hibernate/WolMeetupsentryDAO.java 33 fieldCommentRequirement Required
87854 src/com/gps/hibernate/WolMeetupsentryDAO.java 34 fieldCommentRequirement Required
87855 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
87856 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 publicMethodCommentRequirement Required
87857 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 There is log block not surrounded by if
87858 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87859 src/com/gps/hibernate/WolMeetupsentryDAO.java 39 Potential violation of Law of Demeter (method chain calls)
87860 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 There is log block not surrounded by if
87861 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87862 src/com/gps/hibernate/WolMeetupsentryDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87863 src/com/gps/hibernate/WolMeetupsentryDAO.java 42 There is log block not surrounded by if
87864 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Avoid excessively long variable names like persistentInstance
87865 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
87866 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 publicMethodCommentRequirement Required
87867 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 There is log block not surrounded by if
87868 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87869 src/com/gps/hibernate/WolMeetupsentryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
87870 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 There is log block not surrounded by if
87871 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87872 src/com/gps/hibernate/WolMeetupsentryDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87873 src/com/gps/hibernate/WolMeetupsentryDAO.java 53 There is log block not surrounded by if
87874 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Avoid variables with short names like id
87875 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Parameter 'id' is not assigned and could be declared final
87876 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 publicMethodCommentRequirement Required
87877 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 There is log block not surrounded by if
87878 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87879 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Local variable 'instance' could be declared final
87880 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Potential violation of Law of Demeter (method chain calls)
87881 src/com/gps/hibernate/WolMeetupsentryDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87882 src/com/gps/hibernate/WolMeetupsentryDAO.java 65 There is log block not surrounded by if
87883 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 Parameter 'instance' is not assigned and could be declared final
87884 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 publicMethodCommentRequirement Required
87885 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 There is log block not surrounded by if
87886 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87887 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Local variable 'results' could be declared final
87888 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
87889 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
87890 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
87891 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 There is log block not surrounded by if
87892 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87893 src/com/gps/hibernate/WolMeetupsentryDAO.java 77 Potential violation of Law of Demeter (object not created locally)
87894 src/com/gps/hibernate/WolMeetupsentryDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87895 src/com/gps/hibernate/WolMeetupsentryDAO.java 80 There is log block not surrounded by if
87896 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
87897 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'value' is not assigned and could be declared final
87898 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 publicMethodCommentRequirement Required
87899 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 There is log block not surrounded by if
87900 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87901 src/com/gps/hibernate/WolMeetupsentryDAO.java 89 Local variable 'queryString' could be declared final
87902 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Local variable 'queryObject' could be declared final
87903 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Potential violation of Law of Demeter (method chain calls)
87904 src/com/gps/hibernate/WolMeetupsentryDAO.java 92 Potential violation of Law of Demeter (object not created locally)
87905 src/com/gps/hibernate/WolMeetupsentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
87906 src/com/gps/hibernate/WolMeetupsentryDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87907 src/com/gps/hibernate/WolMeetupsentryDAO.java 95 There is log block not surrounded by if
87908 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
87909 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 publicMethodCommentRequirement Required
87910 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
87911 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 publicMethodCommentRequirement Required
87912 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
87913 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 publicMethodCommentRequirement Required
87914 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 Parameter 'title' is not assigned and could be declared final
87915 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 publicMethodCommentRequirement Required
87916 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 Parameter 'description' is not assigned and could be declared final
87917 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 publicMethodCommentRequirement Required
87918 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 Parameter 'totalAttendees' is not assigned and could be declared final
87919 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 publicMethodCommentRequirement Required
87920 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 Parameter 'maxAttendees' is not assigned and could be declared final
87921 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 publicMethodCommentRequirement Required
87922 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 Parameter 'price' is not assigned and could be declared final
87923 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 publicMethodCommentRequirement Required
87924 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 Parameter 'thumbnailId' is not assigned and could be declared final
87925 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 publicMethodCommentRequirement Required
87926 src/com/gps/hibernate/WolMeetupsentryDAO.java 136 publicMethodCommentRequirement Required
87927 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 There is log block not surrounded by if
87928 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87929 src/com/gps/hibernate/WolMeetupsentryDAO.java 139 Local variable 'queryString' could be declared final
87930 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Local variable 'queryObject' could be declared final
87931 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Potential violation of Law of Demeter (method chain calls)
87932 src/com/gps/hibernate/WolMeetupsentryDAO.java 141 Potential violation of Law of Demeter (object not created locally)
87933 src/com/gps/hibernate/WolMeetupsentryDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87934 src/com/gps/hibernate/WolMeetupsentryDAO.java 143 There is log block not surrounded by if
87935 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
87936 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 publicMethodCommentRequirement Required
87937 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 There is log block not surrounded by if
87938 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87939 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Local variable 'result' could be declared final
87940 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Potential violation of Law of Demeter (method chain calls)
87941 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 There is log block not surrounded by if
87942 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87943 src/com/gps/hibernate/WolMeetupsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87944 src/com/gps/hibernate/WolMeetupsentryDAO.java 156 There is log block not surrounded by if
87945 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
87946 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 publicMethodCommentRequirement Required
87947 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 There is log block not surrounded by if
87948 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87949 src/com/gps/hibernate/WolMeetupsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
87950 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 There is log block not surrounded by if
87951 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87952 src/com/gps/hibernate/WolMeetupsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87953 src/com/gps/hibernate/WolMeetupsentryDAO.java 167 There is log block not surrounded by if
87954 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 Parameter 'instance' is not assigned and could be declared final
87955 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 publicMethodCommentRequirement Required
87956 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 There is log block not surrounded by if
87957 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87958 src/com/gps/hibernate/WolMeetupsentryDAO.java 175 Potential violation of Law of Demeter (method chain calls)
87959 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 There is log block not surrounded by if
87960 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
87961 src/com/gps/hibernate/WolMeetupsentryDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
87962 src/com/gps/hibernate/WolMeetupsentryDAO.java 178 There is log block not surrounded by if
87963 src/com/gps/hibernate/WolMeetupsregistration.java 11 Classes implementing Serializable should set a serialVersionUID
87964 src/com/gps/hibernate/WolMeetupsregistration.java 15 Avoid excessively long variable names like meetupsRegistrationId
87965 src/com/gps/hibernate/WolMeetupsregistration.java 15 fieldCommentRequirement Required
87966 src/com/gps/hibernate/WolMeetupsregistration.java 16 fieldCommentRequirement Required
87967 src/com/gps/hibernate/WolMeetupsregistration.java 17 fieldCommentRequirement Required
87968 src/com/gps/hibernate/WolMeetupsregistration.java 18 fieldCommentRequirement Required
87969 src/com/gps/hibernate/WolMeetupsregistration.java 19 fieldCommentRequirement Required
87970 src/com/gps/hibernate/WolMeetupsregistration.java 20 fieldCommentRequirement Required
87971 src/com/gps/hibernate/WolMeetupsregistration.java 21 fieldCommentRequirement Required
87972 src/com/gps/hibernate/WolMeetupsregistration.java 22 fieldCommentRequirement Required
87973 src/com/gps/hibernate/WolMeetupsregistration.java 23 fieldCommentRequirement Required
87974 src/com/gps/hibernate/WolMeetupsregistration.java 28 Document empty constructor
87975 src/com/gps/hibernate/WolMeetupsregistration.java 32 Avoid excessively long variable names like meetupsRegistrationId
87976 src/com/gps/hibernate/WolMeetupsregistration.java 32 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
87977 src/com/gps/hibernate/WolMeetupsregistration.java 37 Avoid excessively long variable names like meetupsRegistrationId
87978 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'companyId' is not assigned and could be declared final
87979 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
87980 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'createDate' is not assigned and could be declared final
87981 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
87982 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userId' is not assigned and could be declared final
87983 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userName' is not assigned and could be declared final
87984 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'comments' is not assigned and could be declared final
87985 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'meetupsEntryId' is not assigned and could be declared final
87986 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'status' is not assigned and could be declared final
87987 src/com/gps/hibernate/WolMeetupsregistration.java 53 publicMethodCommentRequirement Required
87988 src/com/gps/hibernate/WolMeetupsregistration.java 57 Avoid excessively long variable names like meetupsRegistrationId
87989 src/com/gps/hibernate/WolMeetupsregistration.java 57 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
87990 src/com/gps/hibernate/WolMeetupsregistration.java 57 publicMethodCommentRequirement Required
87991 src/com/gps/hibernate/WolMeetupsregistration.java 61 publicMethodCommentRequirement Required
87992 src/com/gps/hibernate/WolMeetupsregistration.java 65 Parameter 'companyId' is not assigned and could be declared final
87993 src/com/gps/hibernate/WolMeetupsregistration.java 65 publicMethodCommentRequirement Required
87994 src/com/gps/hibernate/WolMeetupsregistration.java 69 publicMethodCommentRequirement Required
87995 src/com/gps/hibernate/WolMeetupsregistration.java 73 Parameter 'userId' is not assigned and could be declared final
87996 src/com/gps/hibernate/WolMeetupsregistration.java 73 publicMethodCommentRequirement Required
87997 src/com/gps/hibernate/WolMeetupsregistration.java 77 publicMethodCommentRequirement Required
87998 src/com/gps/hibernate/WolMeetupsregistration.java 81 Parameter 'userName' is not assigned and could be declared final
87999 src/com/gps/hibernate/WolMeetupsregistration.java 81 publicMethodCommentRequirement Required
88000 src/com/gps/hibernate/WolMeetupsregistration.java 85 publicMethodCommentRequirement Required
88001 src/com/gps/hibernate/WolMeetupsregistration.java 89 Parameter 'createDate' is not assigned and could be declared final
88002 src/com/gps/hibernate/WolMeetupsregistration.java 89 publicMethodCommentRequirement Required
88003 src/com/gps/hibernate/WolMeetupsregistration.java 93 publicMethodCommentRequirement Required
88004 src/com/gps/hibernate/WolMeetupsregistration.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
88005 src/com/gps/hibernate/WolMeetupsregistration.java 97 publicMethodCommentRequirement Required
88006 src/com/gps/hibernate/WolMeetupsregistration.java 101 publicMethodCommentRequirement Required
88007 src/com/gps/hibernate/WolMeetupsregistration.java 105 Parameter 'meetupsEntryId' is not assigned and could be declared final
88008 src/com/gps/hibernate/WolMeetupsregistration.java 105 publicMethodCommentRequirement Required
88009 src/com/gps/hibernate/WolMeetupsregistration.java 109 publicMethodCommentRequirement Required
88010 src/com/gps/hibernate/WolMeetupsregistration.java 113 Parameter 'status' is not assigned and could be declared final
88011 src/com/gps/hibernate/WolMeetupsregistration.java 113 publicMethodCommentRequirement Required
88012 src/com/gps/hibernate/WolMeetupsregistration.java 117 publicMethodCommentRequirement Required
88013 src/com/gps/hibernate/WolMeetupsregistration.java 121 Parameter 'comments' is not assigned and could be declared final
88014 src/com/gps/hibernate/WolMeetupsregistration.java 121 publicMethodCommentRequirement Required
88015 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 3 Avoid unused imports such as 'java.util.Date'
88016 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 11 Comment is too large: Too many lines
88017 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 23 This class has too many methods, consider refactoring it.
88018 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Logger should be defined private static final and have the correct class
88019 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
88020 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 fieldCommentRequirement Required
88021 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 27 fieldCommentRequirement Required
88022 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 28 fieldCommentRequirement Required
88023 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 29 fieldCommentRequirement Required
88024 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 30 fieldCommentRequirement Required
88025 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 31 fieldCommentRequirement Required
88026 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 32 fieldCommentRequirement Required
88027 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
88028 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 publicMethodCommentRequirement Required
88029 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 There is log block not surrounded by if
88030 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88031 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 37 Potential violation of Law of Demeter (method chain calls)
88032 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 There is log block not surrounded by if
88033 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88034 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88035 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 40 There is log block not surrounded by if
88036 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Avoid excessively long variable names like persistentInstance
88037 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
88038 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 publicMethodCommentRequirement Required
88039 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 There is log block not surrounded by if
88040 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88041 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
88042 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 There is log block not surrounded by if
88043 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88044 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88045 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 51 There is log block not surrounded by if
88046 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Avoid variables with short names like id
88047 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Parameter 'id' is not assigned and could be declared final
88048 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 publicMethodCommentRequirement Required
88049 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 There is log block not surrounded by if
88050 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88051 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Local variable 'instance' could be declared final
88052 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Potential violation of Law of Demeter (method chain calls)
88053 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88054 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 63 There is log block not surrounded by if
88055 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
88056 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 publicMethodCommentRequirement Required
88057 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 There is log block not surrounded by if
88058 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88059 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Local variable 'results' could be declared final
88060 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
88061 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
88062 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
88063 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 There is log block not surrounded by if
88064 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88065 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
88066 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88067 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 78 There is log block not surrounded by if
88068 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
88069 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'value' is not assigned and could be declared final
88070 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 publicMethodCommentRequirement Required
88071 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 There is log block not surrounded by if
88072 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88073 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 87 Local variable 'queryString' could be declared final
88074 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Local variable 'queryObject' could be declared final
88075 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
88076 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
88077 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
88078 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88079 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 93 There is log block not surrounded by if
88080 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
88081 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 publicMethodCommentRequirement Required
88082 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 Parameter 'userId' is not assigned and could be declared final
88083 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 publicMethodCommentRequirement Required
88084 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 Parameter 'userName' is not assigned and could be declared final
88085 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 publicMethodCommentRequirement Required
88086 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 Parameter 'meetupsEntryId' is not assigned and could be declared final
88087 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 publicMethodCommentRequirement Required
88088 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 Parameter 'status' is not assigned and could be declared final
88089 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 publicMethodCommentRequirement Required
88090 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 Parameter 'comments' is not assigned and could be declared final
88091 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 publicMethodCommentRequirement Required
88092 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 122 publicMethodCommentRequirement Required
88093 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 There is log block not surrounded by if
88094 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88095 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 125 Local variable 'queryString' could be declared final
88096 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Local variable 'queryObject' could be declared final
88097 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Potential violation of Law of Demeter (method chain calls)
88098 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 127 Potential violation of Law of Demeter (object not created locally)
88099 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88100 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 129 There is log block not surrounded by if
88101 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 Parameter 'detachedInstance' is not assigned and could be declared final
88102 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 publicMethodCommentRequirement Required
88103 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 There is log block not surrounded by if
88104 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88105 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Local variable 'result' could be declared final
88106 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Potential violation of Law of Demeter (method chain calls)
88107 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 There is log block not surrounded by if
88108 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88109 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88110 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 142 There is log block not surrounded by if
88111 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 Parameter 'instance' is not assigned and could be declared final
88112 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 publicMethodCommentRequirement Required
88113 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 There is log block not surrounded by if
88114 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88115 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 150 Potential violation of Law of Demeter (method chain calls)
88116 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 There is log block not surrounded by if
88117 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88118 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88119 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 153 There is log block not surrounded by if
88120 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 Parameter 'instance' is not assigned and could be declared final
88121 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 publicMethodCommentRequirement Required
88122 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 There is log block not surrounded by if
88123 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88124 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 161 Potential violation of Law of Demeter (method chain calls)
88125 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 There is log block not surrounded by if
88126 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88127 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88128 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 164 There is log block not surrounded by if
88129 src/com/gps/hibernate/WolSvnrepository.java 9 Classes implementing Serializable should set a serialVersionUID
88130 src/com/gps/hibernate/WolSvnrepository.java 13 fieldCommentRequirement Required
88131 src/com/gps/hibernate/WolSvnrepository.java 14 fieldCommentRequirement Required
88132 src/com/gps/hibernate/WolSvnrepository.java 15 fieldCommentRequirement Required
88133 src/com/gps/hibernate/WolSvnrepository.java 20 Document empty constructor
88134 src/com/gps/hibernate/WolSvnrepository.java 24 Parameter 'svnRepositoryId' is not assigned and could be declared final
88135 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'svnRepositoryId' is not assigned and could be declared final
88136 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'url' is not assigned and could be declared final
88137 src/com/gps/hibernate/WolSvnrepository.java 30 Parameter 'revisionNumber' is not assigned and could be declared final
88138 src/com/gps/hibernate/WolSvnrepository.java 38 publicMethodCommentRequirement Required
88139 src/com/gps/hibernate/WolSvnrepository.java 42 Parameter 'svnRepositoryId' is not assigned and could be declared final
88140 src/com/gps/hibernate/WolSvnrepository.java 42 publicMethodCommentRequirement Required
88141 src/com/gps/hibernate/WolSvnrepository.java 46 publicMethodCommentRequirement Required
88142 src/com/gps/hibernate/WolSvnrepository.java 50 Parameter 'url' is not assigned and could be declared final
88143 src/com/gps/hibernate/WolSvnrepository.java 50 publicMethodCommentRequirement Required
88144 src/com/gps/hibernate/WolSvnrepository.java 54 publicMethodCommentRequirement Required
88145 src/com/gps/hibernate/WolSvnrepository.java 58 Parameter 'revisionNumber' is not assigned and could be declared final
88146 src/com/gps/hibernate/WolSvnrepository.java 58 publicMethodCommentRequirement Required
88147 src/com/gps/hibernate/WolSvnrepositoryDAO.java 10 Comment is too large: Too many lines
88148 src/com/gps/hibernate/WolSvnrepositoryDAO.java 22 This class has too many methods, consider refactoring it.
88149 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Logger should be defined private static final and have the correct class
88150 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
88151 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 fieldCommentRequirement Required
88152 src/com/gps/hibernate/WolSvnrepositoryDAO.java 25 fieldCommentRequirement Required
88153 src/com/gps/hibernate/WolSvnrepositoryDAO.java 26 fieldCommentRequirement Required
88154 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
88155 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 publicMethodCommentRequirement Required
88156 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 There is log block not surrounded by if
88157 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88158 src/com/gps/hibernate/WolSvnrepositoryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
88159 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 There is log block not surrounded by if
88160 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88161 src/com/gps/hibernate/WolSvnrepositoryDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88162 src/com/gps/hibernate/WolSvnrepositoryDAO.java 34 There is log block not surrounded by if
88163 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Avoid excessively long variable names like persistentInstance
88164 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
88165 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 publicMethodCommentRequirement Required
88166 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 There is log block not surrounded by if
88167 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88168 src/com/gps/hibernate/WolSvnrepositoryDAO.java 42 Potential violation of Law of Demeter (method chain calls)
88169 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 There is log block not surrounded by if
88170 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88171 src/com/gps/hibernate/WolSvnrepositoryDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88172 src/com/gps/hibernate/WolSvnrepositoryDAO.java 45 There is log block not surrounded by if
88173 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Avoid variables with short names like id
88174 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Parameter 'id' is not assigned and could be declared final
88175 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 publicMethodCommentRequirement Required
88176 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 There is log block not surrounded by if
88177 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88178 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Local variable 'instance' could be declared final
88179 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Potential violation of Law of Demeter (method chain calls)
88180 src/com/gps/hibernate/WolSvnrepositoryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88181 src/com/gps/hibernate/WolSvnrepositoryDAO.java 57 There is log block not surrounded by if
88182 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 Parameter 'instance' is not assigned and could be declared final
88183 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 publicMethodCommentRequirement Required
88184 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 There is log block not surrounded by if
88185 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88186 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Local variable 'results' could be declared final
88187 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
88188 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
88189 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
88190 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 There is log block not surrounded by if
88191 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88192 src/com/gps/hibernate/WolSvnrepositoryDAO.java 69 Potential violation of Law of Demeter (object not created locally)
88193 src/com/gps/hibernate/WolSvnrepositoryDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88194 src/com/gps/hibernate/WolSvnrepositoryDAO.java 72 There is log block not surrounded by if
88195 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
88196 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'value' is not assigned and could be declared final
88197 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 publicMethodCommentRequirement Required
88198 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 There is log block not surrounded by if
88199 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88200 src/com/gps/hibernate/WolSvnrepositoryDAO.java 81 Local variable 'queryString' could be declared final
88201 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Local variable 'queryObject' could be declared final
88202 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Potential violation of Law of Demeter (method chain calls)
88203 src/com/gps/hibernate/WolSvnrepositoryDAO.java 84 Potential violation of Law of Demeter (object not created locally)
88204 src/com/gps/hibernate/WolSvnrepositoryDAO.java 85 Potential violation of Law of Demeter (object not created locally)
88205 src/com/gps/hibernate/WolSvnrepositoryDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88206 src/com/gps/hibernate/WolSvnrepositoryDAO.java 87 There is log block not surrounded by if
88207 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 Parameter 'url' is not assigned and could be declared final
88208 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 publicMethodCommentRequirement Required
88209 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 Parameter 'revisionNumber' is not assigned and could be declared final
88210 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 publicMethodCommentRequirement Required
88211 src/com/gps/hibernate/WolSvnrepositoryDAO.java 100 publicMethodCommentRequirement Required
88212 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 There is log block not surrounded by if
88213 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88214 src/com/gps/hibernate/WolSvnrepositoryDAO.java 103 Local variable 'queryString' could be declared final
88215 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Local variable 'queryObject' could be declared final
88216 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Potential violation of Law of Demeter (method chain calls)
88217 src/com/gps/hibernate/WolSvnrepositoryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
88218 src/com/gps/hibernate/WolSvnrepositoryDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88219 src/com/gps/hibernate/WolSvnrepositoryDAO.java 107 There is log block not surrounded by if
88220 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
88221 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 publicMethodCommentRequirement Required
88222 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 There is log block not surrounded by if
88223 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88224 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Local variable 'result' could be declared final
88225 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Potential violation of Law of Demeter (method chain calls)
88226 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 There is log block not surrounded by if
88227 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88228 src/com/gps/hibernate/WolSvnrepositoryDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88229 src/com/gps/hibernate/WolSvnrepositoryDAO.java 120 There is log block not surrounded by if
88230 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 Parameter 'instance' is not assigned and could be declared final
88231 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 publicMethodCommentRequirement Required
88232 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 There is log block not surrounded by if
88233 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88234 src/com/gps/hibernate/WolSvnrepositoryDAO.java 128 Potential violation of Law of Demeter (method chain calls)
88235 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 There is log block not surrounded by if
88236 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88237 src/com/gps/hibernate/WolSvnrepositoryDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88238 src/com/gps/hibernate/WolSvnrepositoryDAO.java 131 There is log block not surrounded by if
88239 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 Parameter 'instance' is not assigned and could be declared final
88240 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 publicMethodCommentRequirement Required
88241 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 There is log block not surrounded by if
88242 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88243 src/com/gps/hibernate/WolSvnrepositoryDAO.java 139 Potential violation of Law of Demeter (method chain calls)
88244 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 There is log block not surrounded by if
88245 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88246 src/com/gps/hibernate/WolSvnrepositoryDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88247 src/com/gps/hibernate/WolSvnrepositoryDAO.java 142 There is log block not surrounded by if
88248 src/com/gps/hibernate/WolSvnrevision.java 11 Classes implementing Serializable should set a serialVersionUID
88249 src/com/gps/hibernate/WolSvnrevision.java 15 fieldCommentRequirement Required
88250 src/com/gps/hibernate/WolSvnrevision.java 16 fieldCommentRequirement Required
88251 src/com/gps/hibernate/WolSvnrevision.java 17 fieldCommentRequirement Required
88252 src/com/gps/hibernate/WolSvnrevision.java 18 fieldCommentRequirement Required
88253 src/com/gps/hibernate/WolSvnrevision.java 19 fieldCommentRequirement Required
88254 src/com/gps/hibernate/WolSvnrevision.java 20 fieldCommentRequirement Required
88255 src/com/gps/hibernate/WolSvnrevision.java 25 Document empty constructor
88256 src/com/gps/hibernate/WolSvnrevision.java 29 Parameter 'svnRevisionId' is not assigned and could be declared final
88257 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnRevisionId' is not assigned and could be declared final
88258 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnUserId' is not assigned and could be declared final
88259 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'createDate' is not assigned and could be declared final
88260 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'revisionNumber' is not assigned and could be declared final
88261 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'svnRepositoryId' is not assigned and could be declared final
88262 src/com/gps/hibernate/WolSvnrevision.java 36 Parameter 'comments' is not assigned and could be declared final
88263 src/com/gps/hibernate/WolSvnrevision.java 47 publicMethodCommentRequirement Required
88264 src/com/gps/hibernate/WolSvnrevision.java 51 Parameter 'svnRevisionId' is not assigned and could be declared final
88265 src/com/gps/hibernate/WolSvnrevision.java 51 publicMethodCommentRequirement Required
88266 src/com/gps/hibernate/WolSvnrevision.java 55 publicMethodCommentRequirement Required
88267 src/com/gps/hibernate/WolSvnrevision.java 59 Parameter 'svnUserId' is not assigned and could be declared final
88268 src/com/gps/hibernate/WolSvnrevision.java 59 publicMethodCommentRequirement Required
88269 src/com/gps/hibernate/WolSvnrevision.java 63 publicMethodCommentRequirement Required
88270 src/com/gps/hibernate/WolSvnrevision.java 67 Parameter 'createDate' is not assigned and could be declared final
88271 src/com/gps/hibernate/WolSvnrevision.java 67 publicMethodCommentRequirement Required
88272 src/com/gps/hibernate/WolSvnrevision.java 71 publicMethodCommentRequirement Required
88273 src/com/gps/hibernate/WolSvnrevision.java 75 Parameter 'svnRepositoryId' is not assigned and could be declared final
88274 src/com/gps/hibernate/WolSvnrevision.java 75 publicMethodCommentRequirement Required
88275 src/com/gps/hibernate/WolSvnrevision.java 79 publicMethodCommentRequirement Required
88276 src/com/gps/hibernate/WolSvnrevision.java 83 Parameter 'revisionNumber' is not assigned and could be declared final
88277 src/com/gps/hibernate/WolSvnrevision.java 83 publicMethodCommentRequirement Required
88278 src/com/gps/hibernate/WolSvnrevision.java 87 publicMethodCommentRequirement Required
88279 src/com/gps/hibernate/WolSvnrevision.java 91 Parameter 'comments' is not assigned and could be declared final
88280 src/com/gps/hibernate/WolSvnrevision.java 91 publicMethodCommentRequirement Required
88281 src/com/gps/hibernate/WolSvnrevisionDAO.java 3 Avoid unused imports such as 'java.util.Date'
88282 src/com/gps/hibernate/WolSvnrevisionDAO.java 11 Comment is too large: Too many lines
88283 src/com/gps/hibernate/WolSvnrevisionDAO.java 23 This class has too many methods, consider refactoring it.
88284 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Logger should be defined private static final and have the correct class
88285 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
88286 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 fieldCommentRequirement Required
88287 src/com/gps/hibernate/WolSvnrevisionDAO.java 26 fieldCommentRequirement Required
88288 src/com/gps/hibernate/WolSvnrevisionDAO.java 27 fieldCommentRequirement Required
88289 src/com/gps/hibernate/WolSvnrevisionDAO.java 28 fieldCommentRequirement Required
88290 src/com/gps/hibernate/WolSvnrevisionDAO.java 29 fieldCommentRequirement Required
88291 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
88292 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 publicMethodCommentRequirement Required
88293 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 There is log block not surrounded by if
88294 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88295 src/com/gps/hibernate/WolSvnrevisionDAO.java 34 Potential violation of Law of Demeter (method chain calls)
88296 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 There is log block not surrounded by if
88297 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88298 src/com/gps/hibernate/WolSvnrevisionDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88299 src/com/gps/hibernate/WolSvnrevisionDAO.java 37 There is log block not surrounded by if
88300 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Avoid excessively long variable names like persistentInstance
88301 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
88302 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 publicMethodCommentRequirement Required
88303 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 There is log block not surrounded by if
88304 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88305 src/com/gps/hibernate/WolSvnrevisionDAO.java 45 Potential violation of Law of Demeter (method chain calls)
88306 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 There is log block not surrounded by if
88307 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88308 src/com/gps/hibernate/WolSvnrevisionDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88309 src/com/gps/hibernate/WolSvnrevisionDAO.java 48 There is log block not surrounded by if
88310 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Avoid variables with short names like id
88311 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Parameter 'id' is not assigned and could be declared final
88312 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 publicMethodCommentRequirement Required
88313 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 There is log block not surrounded by if
88314 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88315 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Local variable 'instance' could be declared final
88316 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Potential violation of Law of Demeter (method chain calls)
88317 src/com/gps/hibernate/WolSvnrevisionDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88318 src/com/gps/hibernate/WolSvnrevisionDAO.java 60 There is log block not surrounded by if
88319 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 Parameter 'instance' is not assigned and could be declared final
88320 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 publicMethodCommentRequirement Required
88321 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 There is log block not surrounded by if
88322 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88323 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Local variable 'results' could be declared final
88324 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
88325 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
88326 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
88327 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 There is log block not surrounded by if
88328 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88329 src/com/gps/hibernate/WolSvnrevisionDAO.java 72 Potential violation of Law of Demeter (object not created locally)
88330 src/com/gps/hibernate/WolSvnrevisionDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88331 src/com/gps/hibernate/WolSvnrevisionDAO.java 75 There is log block not surrounded by if
88332 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
88333 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'value' is not assigned and could be declared final
88334 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 publicMethodCommentRequirement Required
88335 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 There is log block not surrounded by if
88336 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88337 src/com/gps/hibernate/WolSvnrevisionDAO.java 84 Local variable 'queryString' could be declared final
88338 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Local variable 'queryObject' could be declared final
88339 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Potential violation of Law of Demeter (method chain calls)
88340 src/com/gps/hibernate/WolSvnrevisionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
88341 src/com/gps/hibernate/WolSvnrevisionDAO.java 88 Potential violation of Law of Demeter (object not created locally)
88342 src/com/gps/hibernate/WolSvnrevisionDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88343 src/com/gps/hibernate/WolSvnrevisionDAO.java 90 There is log block not surrounded by if
88344 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 Parameter 'svnUserId' is not assigned and could be declared final
88345 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 publicMethodCommentRequirement Required
88346 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 Parameter 'svnRepositoryId' is not assigned and could be declared final
88347 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 publicMethodCommentRequirement Required
88348 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 Parameter 'revisionNumber' is not assigned and could be declared final
88349 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 publicMethodCommentRequirement Required
88350 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 Parameter 'comments' is not assigned and could be declared final
88351 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 publicMethodCommentRequirement Required
88352 src/com/gps/hibernate/WolSvnrevisionDAO.java 111 publicMethodCommentRequirement Required
88353 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 There is log block not surrounded by if
88354 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88355 src/com/gps/hibernate/WolSvnrevisionDAO.java 114 Local variable 'queryString' could be declared final
88356 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Local variable 'queryObject' could be declared final
88357 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Potential violation of Law of Demeter (method chain calls)
88358 src/com/gps/hibernate/WolSvnrevisionDAO.java 116 Potential violation of Law of Demeter (object not created locally)
88359 src/com/gps/hibernate/WolSvnrevisionDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88360 src/com/gps/hibernate/WolSvnrevisionDAO.java 118 There is log block not surrounded by if
88361 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
88362 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 publicMethodCommentRequirement Required
88363 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 There is log block not surrounded by if
88364 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88365 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Local variable 'result' could be declared final
88366 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Potential violation of Law of Demeter (method chain calls)
88367 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 There is log block not surrounded by if
88368 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88369 src/com/gps/hibernate/WolSvnrevisionDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88370 src/com/gps/hibernate/WolSvnrevisionDAO.java 131 There is log block not surrounded by if
88371 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 Parameter 'instance' is not assigned and could be declared final
88372 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 publicMethodCommentRequirement Required
88373 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 There is log block not surrounded by if
88374 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88375 src/com/gps/hibernate/WolSvnrevisionDAO.java 139 Potential violation of Law of Demeter (method chain calls)
88376 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 There is log block not surrounded by if
88377 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88378 src/com/gps/hibernate/WolSvnrevisionDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88379 src/com/gps/hibernate/WolSvnrevisionDAO.java 142 There is log block not surrounded by if
88380 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 Parameter 'instance' is not assigned and could be declared final
88381 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 publicMethodCommentRequirement Required
88382 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 There is log block not surrounded by if
88383 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88384 src/com/gps/hibernate/WolSvnrevisionDAO.java 150 Potential violation of Law of Demeter (method chain calls)
88385 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 There is log block not surrounded by if
88386 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88387 src/com/gps/hibernate/WolSvnrevisionDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88388 src/com/gps/hibernate/WolSvnrevisionDAO.java 153 There is log block not surrounded by if
88389 src/com/gps/hibernate/WolWallentry.java 11 Classes implementing Serializable should set a serialVersionUID
88390 src/com/gps/hibernate/WolWallentry.java 15 fieldCommentRequirement Required
88391 src/com/gps/hibernate/WolWallentry.java 16 fieldCommentRequirement Required
88392 src/com/gps/hibernate/WolWallentry.java 17 fieldCommentRequirement Required
88393 src/com/gps/hibernate/WolWallentry.java 18 fieldCommentRequirement Required
88394 src/com/gps/hibernate/WolWallentry.java 19 fieldCommentRequirement Required
88395 src/com/gps/hibernate/WolWallentry.java 20 fieldCommentRequirement Required
88396 src/com/gps/hibernate/WolWallentry.java 21 fieldCommentRequirement Required
88397 src/com/gps/hibernate/WolWallentry.java 22 fieldCommentRequirement Required
88398 src/com/gps/hibernate/WolWallentry.java 27 Document empty constructor
88399 src/com/gps/hibernate/WolWallentry.java 31 Parameter 'wallEntryId' is not assigned and could be declared final
88400 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'companyId' is not assigned and could be declared final
88401 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'groupId' is not assigned and could be declared final
88402 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'wallEntryId' is not assigned and could be declared final
88403 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'createDate' is not assigned and could be declared final
88404 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
88405 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userId' is not assigned and could be declared final
88406 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userName' is not assigned and could be declared final
88407 src/com/gps/hibernate/WolWallentry.java 38 Parameter 'comments' is not assigned and could be declared final
88408 src/com/gps/hibernate/WolWallentry.java 51 publicMethodCommentRequirement Required
88409 src/com/gps/hibernate/WolWallentry.java 55 Parameter 'wallEntryId' is not assigned and could be declared final
88410 src/com/gps/hibernate/WolWallentry.java 55 publicMethodCommentRequirement Required
88411 src/com/gps/hibernate/WolWallentry.java 59 publicMethodCommentRequirement Required
88412 src/com/gps/hibernate/WolWallentry.java 63 Parameter 'groupId' is not assigned and could be declared final
88413 src/com/gps/hibernate/WolWallentry.java 63 publicMethodCommentRequirement Required
88414 src/com/gps/hibernate/WolWallentry.java 67 publicMethodCommentRequirement Required
88415 src/com/gps/hibernate/WolWallentry.java 71 Parameter 'companyId' is not assigned and could be declared final
88416 src/com/gps/hibernate/WolWallentry.java 71 publicMethodCommentRequirement Required
88417 src/com/gps/hibernate/WolWallentry.java 75 publicMethodCommentRequirement Required
88418 src/com/gps/hibernate/WolWallentry.java 79 Parameter 'userId' is not assigned and could be declared final
88419 src/com/gps/hibernate/WolWallentry.java 79 publicMethodCommentRequirement Required
88420 src/com/gps/hibernate/WolWallentry.java 83 publicMethodCommentRequirement Required
88421 src/com/gps/hibernate/WolWallentry.java 87 Parameter 'userName' is not assigned and could be declared final
88422 src/com/gps/hibernate/WolWallentry.java 87 publicMethodCommentRequirement Required
88423 src/com/gps/hibernate/WolWallentry.java 91 publicMethodCommentRequirement Required
88424 src/com/gps/hibernate/WolWallentry.java 95 Parameter 'createDate' is not assigned and could be declared final
88425 src/com/gps/hibernate/WolWallentry.java 95 publicMethodCommentRequirement Required
88426 src/com/gps/hibernate/WolWallentry.java 99 publicMethodCommentRequirement Required
88427 src/com/gps/hibernate/WolWallentry.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
88428 src/com/gps/hibernate/WolWallentry.java 103 publicMethodCommentRequirement Required
88429 src/com/gps/hibernate/WolWallentry.java 107 publicMethodCommentRequirement Required
88430 src/com/gps/hibernate/WolWallentry.java 111 Parameter 'comments' is not assigned and could be declared final
88431 src/com/gps/hibernate/WolWallentry.java 111 publicMethodCommentRequirement Required
88432 src/com/gps/hibernate/WolWallentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
88433 src/com/gps/hibernate/WolWallentryDAO.java 11 Comment is too large: Too many lines
88434 src/com/gps/hibernate/WolWallentryDAO.java 23 This class has too many methods, consider refactoring it.
88435 src/com/gps/hibernate/WolWallentryDAO.java 24 Logger should be defined private static final and have the correct class
88436 src/com/gps/hibernate/WolWallentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
88437 src/com/gps/hibernate/WolWallentryDAO.java 24 fieldCommentRequirement Required
88438 src/com/gps/hibernate/WolWallentryDAO.java 26 fieldCommentRequirement Required
88439 src/com/gps/hibernate/WolWallentryDAO.java 27 fieldCommentRequirement Required
88440 src/com/gps/hibernate/WolWallentryDAO.java 28 fieldCommentRequirement Required
88441 src/com/gps/hibernate/WolWallentryDAO.java 29 fieldCommentRequirement Required
88442 src/com/gps/hibernate/WolWallentryDAO.java 30 fieldCommentRequirement Required
88443 src/com/gps/hibernate/WolWallentryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
88444 src/com/gps/hibernate/WolWallentryDAO.java 32 publicMethodCommentRequirement Required
88445 src/com/gps/hibernate/WolWallentryDAO.java 33 There is log block not surrounded by if
88446 src/com/gps/hibernate/WolWallentryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88447 src/com/gps/hibernate/WolWallentryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
88448 src/com/gps/hibernate/WolWallentryDAO.java 36 There is log block not surrounded by if
88449 src/com/gps/hibernate/WolWallentryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88450 src/com/gps/hibernate/WolWallentryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88451 src/com/gps/hibernate/WolWallentryDAO.java 38 There is log block not surrounded by if
88452 src/com/gps/hibernate/WolWallentryDAO.java 43 Avoid excessively long variable names like persistentInstance
88453 src/com/gps/hibernate/WolWallentryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
88454 src/com/gps/hibernate/WolWallentryDAO.java 43 publicMethodCommentRequirement Required
88455 src/com/gps/hibernate/WolWallentryDAO.java 44 There is log block not surrounded by if
88456 src/com/gps/hibernate/WolWallentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88457 src/com/gps/hibernate/WolWallentryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
88458 src/com/gps/hibernate/WolWallentryDAO.java 47 There is log block not surrounded by if
88459 src/com/gps/hibernate/WolWallentryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88460 src/com/gps/hibernate/WolWallentryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88461 src/com/gps/hibernate/WolWallentryDAO.java 49 There is log block not surrounded by if
88462 src/com/gps/hibernate/WolWallentryDAO.java 54 Avoid variables with short names like id
88463 src/com/gps/hibernate/WolWallentryDAO.java 54 Parameter 'id' is not assigned and could be declared final
88464 src/com/gps/hibernate/WolWallentryDAO.java 54 publicMethodCommentRequirement Required
88465 src/com/gps/hibernate/WolWallentryDAO.java 55 There is log block not surrounded by if
88466 src/com/gps/hibernate/WolWallentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88467 src/com/gps/hibernate/WolWallentryDAO.java 57 Local variable 'instance' could be declared final
88468 src/com/gps/hibernate/WolWallentryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
88469 src/com/gps/hibernate/WolWallentryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88470 src/com/gps/hibernate/WolWallentryDAO.java 61 There is log block not surrounded by if
88471 src/com/gps/hibernate/WolWallentryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
88472 src/com/gps/hibernate/WolWallentryDAO.java 66 publicMethodCommentRequirement Required
88473 src/com/gps/hibernate/WolWallentryDAO.java 67 There is log block not surrounded by if
88474 src/com/gps/hibernate/WolWallentryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88475 src/com/gps/hibernate/WolWallentryDAO.java 69 Local variable 'results' could be declared final
88476 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
88477 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
88478 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
88479 src/com/gps/hibernate/WolWallentryDAO.java 72 There is log block not surrounded by if
88480 src/com/gps/hibernate/WolWallentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88481 src/com/gps/hibernate/WolWallentryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
88482 src/com/gps/hibernate/WolWallentryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88483 src/com/gps/hibernate/WolWallentryDAO.java 76 There is log block not surrounded by if
88484 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
88485 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'value' is not assigned and could be declared final
88486 src/com/gps/hibernate/WolWallentryDAO.java 81 publicMethodCommentRequirement Required
88487 src/com/gps/hibernate/WolWallentryDAO.java 82 There is log block not surrounded by if
88488 src/com/gps/hibernate/WolWallentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88489 src/com/gps/hibernate/WolWallentryDAO.java 85 Local variable 'queryString' could be declared final
88490 src/com/gps/hibernate/WolWallentryDAO.java 87 Local variable 'queryObject' could be declared final
88491 src/com/gps/hibernate/WolWallentryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
88492 src/com/gps/hibernate/WolWallentryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
88493 src/com/gps/hibernate/WolWallentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
88494 src/com/gps/hibernate/WolWallentryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88495 src/com/gps/hibernate/WolWallentryDAO.java 91 There is log block not surrounded by if
88496 src/com/gps/hibernate/WolWallentryDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
88497 src/com/gps/hibernate/WolWallentryDAO.java 96 publicMethodCommentRequirement Required
88498 src/com/gps/hibernate/WolWallentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
88499 src/com/gps/hibernate/WolWallentryDAO.java 100 publicMethodCommentRequirement Required
88500 src/com/gps/hibernate/WolWallentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
88501 src/com/gps/hibernate/WolWallentryDAO.java 104 publicMethodCommentRequirement Required
88502 src/com/gps/hibernate/WolWallentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
88503 src/com/gps/hibernate/WolWallentryDAO.java 108 publicMethodCommentRequirement Required
88504 src/com/gps/hibernate/WolWallentryDAO.java 112 Parameter 'comments' is not assigned and could be declared final
88505 src/com/gps/hibernate/WolWallentryDAO.java 112 publicMethodCommentRequirement Required
88506 src/com/gps/hibernate/WolWallentryDAO.java 116 publicMethodCommentRequirement Required
88507 src/com/gps/hibernate/WolWallentryDAO.java 117 There is log block not surrounded by if
88508 src/com/gps/hibernate/WolWallentryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88509 src/com/gps/hibernate/WolWallentryDAO.java 119 Local variable 'queryString' could be declared final
88510 src/com/gps/hibernate/WolWallentryDAO.java 120 Local variable 'queryObject' could be declared final
88511 src/com/gps/hibernate/WolWallentryDAO.java 120 Potential violation of Law of Demeter (method chain calls)
88512 src/com/gps/hibernate/WolWallentryDAO.java 121 Potential violation of Law of Demeter (object not created locally)
88513 src/com/gps/hibernate/WolWallentryDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88514 src/com/gps/hibernate/WolWallentryDAO.java 123 There is log block not surrounded by if
88515 src/com/gps/hibernate/WolWallentryDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
88516 src/com/gps/hibernate/WolWallentryDAO.java 128 publicMethodCommentRequirement Required
88517 src/com/gps/hibernate/WolWallentryDAO.java 129 There is log block not surrounded by if
88518 src/com/gps/hibernate/WolWallentryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88519 src/com/gps/hibernate/WolWallentryDAO.java 131 Local variable 'result' could be declared final
88520 src/com/gps/hibernate/WolWallentryDAO.java 131 Potential violation of Law of Demeter (method chain calls)
88521 src/com/gps/hibernate/WolWallentryDAO.java 133 There is log block not surrounded by if
88522 src/com/gps/hibernate/WolWallentryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88523 src/com/gps/hibernate/WolWallentryDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88524 src/com/gps/hibernate/WolWallentryDAO.java 136 There is log block not surrounded by if
88525 src/com/gps/hibernate/WolWallentryDAO.java 141 Parameter 'instance' is not assigned and could be declared final
88526 src/com/gps/hibernate/WolWallentryDAO.java 141 publicMethodCommentRequirement Required
88527 src/com/gps/hibernate/WolWallentryDAO.java 142 There is log block not surrounded by if
88528 src/com/gps/hibernate/WolWallentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88529 src/com/gps/hibernate/WolWallentryDAO.java 144 Potential violation of Law of Demeter (method chain calls)
88530 src/com/gps/hibernate/WolWallentryDAO.java 145 There is log block not surrounded by if
88531 src/com/gps/hibernate/WolWallentryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88532 src/com/gps/hibernate/WolWallentryDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88533 src/com/gps/hibernate/WolWallentryDAO.java 147 There is log block not surrounded by if
88534 src/com/gps/hibernate/WolWallentryDAO.java 152 Parameter 'instance' is not assigned and could be declared final
88535 src/com/gps/hibernate/WolWallentryDAO.java 152 publicMethodCommentRequirement Required
88536 src/com/gps/hibernate/WolWallentryDAO.java 153 There is log block not surrounded by if
88537 src/com/gps/hibernate/WolWallentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88538 src/com/gps/hibernate/WolWallentryDAO.java 155 Potential violation of Law of Demeter (method chain calls)
88539 src/com/gps/hibernate/WolWallentryDAO.java 156 There is log block not surrounded by if
88540 src/com/gps/hibernate/WolWallentryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
88541 src/com/gps/hibernate/WolWallentryDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88542 src/com/gps/hibernate/WolWallentryDAO.java 158 There is log block not surrounded by if
88543 src/com/gps/hsqldb/CustomHSQLDialect.java 1 Comment is too large: Too many lines
88544 src/com/gps/hsqldb/CustomHSQLDialect.java 5 Comment is too large: Line too long
88545 src/com/gps/hsqldb/CustomHSQLDialect.java 15 headerCommentRequirement Required
88546 src/com/gps/hsqldb/CustomHSQLDialect.java 18 It is a good practice to call super() in a constructor
88547 src/com/gps/hsqldb/CustomHSQLDialect.java 18 publicMethodCommentRequirement Required
88548 src/com/gps/hsqldb/DBAdapter.java 7 Comment is too large: Line too long
88549 src/com/gps/hsqldb/DBAdapter.java 24 headerCommentRequirement Required
88550 src/com/gps/hsqldb/DBAdapter.java 26 The Logger variable declaration does not contain the static and final modifiers
88551 src/com/gps/hsqldb/DBAdapter.java 26 Use explicit scoping instead of the default package private level
88552 src/com/gps/hsqldb/DBAdapter.java 26 fieldCommentRequirement Required
88553 src/com/gps/hsqldb/DBAdapter.java 28 Avoid using implementation types like 'ArrayList'; use the interface instead
88554 src/com/gps/hsqldb/DBAdapter.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
88555 src/com/gps/hsqldb/DBAdapter.java 28 Private field 'params' could be made final; it is only initialized in the declaration or constructor.
88556 src/com/gps/hsqldb/DBAdapter.java 28 fieldCommentRequirement Required
88557 src/com/gps/hsqldb/DBAdapter.java 31 Parameter 'name' is not assigned and could be declared final
88558 src/com/gps/hsqldb/DBAdapter.java 31 Parameter 'value' is not assigned and could be declared final
88559 src/com/gps/hsqldb/DBAdapter.java 31 publicMethodCommentRequirement Required
88560 src/com/gps/hsqldb/DBAdapter.java 32 Local variable 'input' could be declared final
88561 src/com/gps/hsqldb/DBAdapter.java 38 Parameter 'QueryString' is not assigned and could be declared final
88562 src/com/gps/hsqldb/DBAdapter.java 38 Parameter 'pClass' is not assigned and could be declared final
88563 src/com/gps/hsqldb/DBAdapter.java 38 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
88564 src/com/gps/hsqldb/DBAdapter.java 38 publicMethodCommentRequirement Required
88565 src/com/gps/hsqldb/DBAdapter.java 40 Local variable 'session' could be declared final
88566 src/com/gps/hsqldb/DBAdapter.java 41 Found 'DD'-anomaly for variable 'resultlist' (lines '41'-'51').
88567 src/com/gps/hsqldb/DBAdapter.java 42 Found 'DD'-anomaly for variable 'query' (lines '42'-'46').
88568 src/com/gps/hsqldb/DBAdapter.java 46 Found 'DD'-anomaly for variable 'query' (lines '46'-'49').
88569 src/com/gps/hsqldb/DBAdapter.java 46 Potential violation of Law of Demeter (object not created locally)
88570 src/com/gps/hsqldb/DBAdapter.java 51 Potential violation of Law of Demeter (object not created locally)
88571 src/com/gps/hsqldb/DBAdapter.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88572 src/com/gps/hsqldb/DBAdapter.java 54 Potential violation of Law of Demeter (object not created locally)
88573 src/com/gps/hsqldb/DBAdapter.java 54 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 54
88574 src/com/gps/hsqldb/DBAdapter.java 54 There is log block not surrounded by if
88575 src/com/gps/hsqldb/DBAdapter.java 65 Parameter 'QueryString' is not assigned and could be declared final
88576 src/com/gps/hsqldb/DBAdapter.java 65 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
88577 src/com/gps/hsqldb/DBAdapter.java 65 publicMethodCommentRequirement Required
88578 src/com/gps/hsqldb/DBAdapter.java 67 Local variable 'session' could be declared final
88579 src/com/gps/hsqldb/DBAdapter.java 68 Found 'DD'-anomaly for variable 'resultlist' (lines '68'-'76').
88580 src/com/gps/hsqldb/DBAdapter.java 69 Found 'DD'-anomaly for variable 'query' (lines '69'-'72').
88581 src/com/gps/hsqldb/DBAdapter.java 72 Found 'DD'-anomaly for variable 'query' (lines '72'-'74').
88582 src/com/gps/hsqldb/DBAdapter.java 72 Potential violation of Law of Demeter (object not created locally)
88583 src/com/gps/hsqldb/DBAdapter.java 76 Potential violation of Law of Demeter (object not created locally)
88584 src/com/gps/hsqldb/DBAdapter.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88585 src/com/gps/hsqldb/DBAdapter.java 80 Potential violation of Law of Demeter (object not created locally)
88586 src/com/gps/hsqldb/DBAdapter.java 80 There is log block not surrounded by if
88587 src/com/gps/hsqldb/DBAdapter.java 91 Found 'UR'-anomaly for variable 'element' (lines '91'-'95').
88588 src/com/gps/hsqldb/DBAdapter.java 91 Parameter 'query' is not assigned and could be declared final
88589 src/com/gps/hsqldb/DBAdapter.java 93 Local variable 'inputvalue' could be declared final
88590 src/com/gps/hsqldb/DBAdapter.java 94 Local variable 'element' could be declared final
88591 src/com/gps/hsqldb/DBAdapter.java 97 Local variable 'value' could be declared final
88592 src/com/gps/hsqldb/DBAdapter.java 109 Parameter 'object' is not assigned and could be declared final
88593 src/com/gps/hsqldb/DBAdapter.java 109 publicMethodCommentRequirement Required
88594 src/com/gps/hsqldb/DBAdapter.java 111 Local variable 'session' could be declared final
88595 src/com/gps/hsqldb/DBAdapter.java 112 Found 'DD'-anomaly for variable 'rowcount' (lines '112'-'119').
88596 src/com/gps/hsqldb/DBAdapter.java 114 Avoid variables with short names like tx
88597 src/com/gps/hsqldb/DBAdapter.java 114 Local variable 'tx' could be declared final
88598 src/com/gps/hsqldb/DBAdapter.java 114 Potential violation of Law of Demeter (object not created locally)
88599 src/com/gps/hsqldb/DBAdapter.java 116 Potential violation of Law of Demeter (object not created locally)
88600 src/com/gps/hsqldb/DBAdapter.java 116 There is log block not surrounded by if
88601 src/com/gps/hsqldb/DBAdapter.java 116 There is log block not surrounded by if
88602 src/com/gps/hsqldb/DBAdapter.java 118 Potential violation of Law of Demeter (object not created locally)
88603 src/com/gps/hsqldb/DBAdapter.java 120 There is log block not surrounded by if
88604 src/com/gps/hsqldb/DBAdapter.java 120 There is log block not surrounded by if
88605 src/com/gps/hsqldb/DBAdapter.java 121 Potential violation of Law of Demeter (object not created locally)
88606 src/com/gps/hsqldb/DBAdapter.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88607 src/com/gps/hsqldb/DBAdapter.java 124 There is log block not surrounded by if
88608 src/com/gps/hsqldb/DBAdapter.java 125 Avoid printStackTrace(); use a logger call instead.
88609 src/com/gps/hsqldb/DBAdapter.java 126 Potential violation of Law of Demeter (object not created locally)
88610 src/com/gps/hsqldb/DBAdapter.java 132 Parameter 'QueryString' is not assigned and could be declared final
88611 src/com/gps/hsqldb/DBAdapter.java 132 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
88612 src/com/gps/hsqldb/DBAdapter.java 132 publicMethodCommentRequirement Required
88613 src/com/gps/hsqldb/DBAdapter.java 133 Local variable 'session' could be declared final
88614 src/com/gps/hsqldb/DBAdapter.java 134 Found 'DD'-anomaly for variable 'rowcount' (lines '134'-'143').
88615 src/com/gps/hsqldb/DBAdapter.java 135 Avoid variables with short names like tx
88616 src/com/gps/hsqldb/DBAdapter.java 135 Local variable 'tx' could be declared final
88617 src/com/gps/hsqldb/DBAdapter.java 135 Potential violation of Law of Demeter (object not created locally)
88618 src/com/gps/hsqldb/DBAdapter.java 136 Found 'DD'-anomaly for variable 'query' (lines '136'-'139').
88619 src/com/gps/hsqldb/DBAdapter.java 139 Found 'DD'-anomaly for variable 'query' (lines '139'-'141').
88620 src/com/gps/hsqldb/DBAdapter.java 139 Potential violation of Law of Demeter (object not created locally)
88621 src/com/gps/hsqldb/DBAdapter.java 143 Potential violation of Law of Demeter (object not created locally)
88622 src/com/gps/hsqldb/DBAdapter.java 144 There is log block not surrounded by if
88623 src/com/gps/hsqldb/DBAdapter.java 144 There is log block not surrounded by if
88624 src/com/gps/hsqldb/DBAdapter.java 145 Potential violation of Law of Demeter (object not created locally)
88625 src/com/gps/hsqldb/DBAdapter.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88626 src/com/gps/hsqldb/DBAdapter.java 147 Potential violation of Law of Demeter (object not created locally)
88627 src/com/gps/hsqldb/DBAdapter.java 147 There is log block not surrounded by if
88628 src/com/gps/hsqldb/DBAdapter.java 148 Potential violation of Law of Demeter (object not created locally)
88629 src/com/gps/hsqldb/DBAdapter.java 157 Parameter 'QueryString' is not assigned and could be declared final
88630 src/com/gps/hsqldb/DBAdapter.java 157 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
88631 src/com/gps/hsqldb/DBAdapter.java 157 publicMethodCommentRequirement Required
88632 src/com/gps/hsqldb/DBAdapter.java 159 Local variable 'session' could be declared final
88633 src/com/gps/hsqldb/DBAdapter.java 160 Found 'DD'-anomaly for variable 'resultlist' (lines '160'-'168').
88634 src/com/gps/hsqldb/DBAdapter.java 161 Found 'DD'-anomaly for variable 'query' (lines '161'-'164').
88635 src/com/gps/hsqldb/DBAdapter.java 164 Found 'DD'-anomaly for variable 'query' (lines '164'-'166').
88636 src/com/gps/hsqldb/DBAdapter.java 164 Potential violation of Law of Demeter (object not created locally)
88637 src/com/gps/hsqldb/DBAdapter.java 168 Potential violation of Law of Demeter (object not created locally)
88638 src/com/gps/hsqldb/DBAdapter.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88639 src/com/gps/hsqldb/DBAdapter.java 171 Potential violation of Law of Demeter (object not created locally)
88640 src/com/gps/hsqldb/DBAdapter.java 171 There is log block not surrounded by if
88641 src/com/gps/hsqldb/DBAdapter.java 181 Parameter 'QueryString' is not assigned and could be declared final
88642 src/com/gps/hsqldb/DBAdapter.java 181 Variables should start with a lowercase character, 'QueryString' starts with uppercase character.
88643 src/com/gps/hsqldb/DBAdapter.java 181 publicMethodCommentRequirement Required
88644 src/com/gps/hsqldb/DBAdapter.java 182 Local variable 'session' could be declared final
88645 src/com/gps/hsqldb/DBAdapter.java 183 Avoid declaring a variable if it is unreferenced before a possible exit point.
88646 src/com/gps/hsqldb/DBAdapter.java 183 Avoid unused local variables such as 'resultlist'.
88647 src/com/gps/hsqldb/DBAdapter.java 183 Found 'DU'-anomaly for variable 'resultlist' (lines '183'-'204').
88648 src/com/gps/hsqldb/DBAdapter.java 183 Local variable 'resultlist' could be declared final
88649 src/com/gps/hsqldb/DBAdapter.java 184 Avoid variables with short names like tx
88650 src/com/gps/hsqldb/DBAdapter.java 184 Local variable 'tx' could be declared final
88651 src/com/gps/hsqldb/DBAdapter.java 184 Potential violation of Law of Demeter (object not created locally)
88652 src/com/gps/hsqldb/DBAdapter.java 185 Found 'DD'-anomaly for variable 'updrowcnt' (lines '185'-'191').
88653 src/com/gps/hsqldb/DBAdapter.java 186 Found 'DD'-anomaly for variable 'query' (lines '186'-'189').
88654 src/com/gps/hsqldb/DBAdapter.java 188 There is log block not surrounded by if
88655 src/com/gps/hsqldb/DBAdapter.java 188 There is log block not surrounded by if
88656 src/com/gps/hsqldb/DBAdapter.java 189 Found 'DD'-anomaly for variable 'query' (lines '189'-'190').
88657 src/com/gps/hsqldb/DBAdapter.java 189 Potential violation of Law of Demeter (object not created locally)
88658 src/com/gps/hsqldb/DBAdapter.java 191 Potential violation of Law of Demeter (object not created locally)
88659 src/com/gps/hsqldb/DBAdapter.java 192 There is log block not surrounded by if
88660 src/com/gps/hsqldb/DBAdapter.java 192 There is log block not surrounded by if
88661 src/com/gps/hsqldb/DBAdapter.java 193 Potential violation of Law of Demeter (object not created locally)
88662 src/com/gps/hsqldb/DBAdapter.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88663 src/com/gps/hsqldb/DBAdapter.java 195 Potential violation of Law of Demeter (object not created locally)
88664 src/com/gps/hsqldb/DBAdapter.java 195 There is log block not surrounded by if
88665 src/com/gps/hsqldb/DBAdapter.java 196 Avoid printStackTrace(); use a logger call instead.
88666 src/com/gps/hsqldb/DBAdapter.java 196 Potential violation of Law of Demeter (object not created locally)
88667 src/com/gps/hsqldb/DBAdapter.java 198 Potential violation of Law of Demeter (object not created locally)
88668 src/com/gps/hsqldb/DBAdapter.java 208 Parameter 'arg' is not assigned and could be declared final
88669 src/com/gps/hsqldb/DBAdapter.java 208 Parameter 'serialObj' is not assigned and could be declared final
88670 src/com/gps/hsqldb/DBAdapter.java 208 publicMethodCommentRequirement Required
88671 src/com/gps/hsqldb/DBAdapter.java 210 Found 'DU'-anomaly for variable 'session' (lines '210'-'223').
88672 src/com/gps/hsqldb/DBAdapter.java 210 Local variable 'session' could be declared final
88673 src/com/gps/hsqldb/DBAdapter.java 211 Found 'DD'-anomaly for variable 'resultObj' (lines '211'-'214').
88674 src/com/gps/hsqldb/DBAdapter.java 213 Avoid using if statements without curly braces
88675 src/com/gps/hsqldb/DBAdapter.java 214 Potential violation of Law of Demeter (object not created locally)
88676 src/com/gps/hsqldb/DBAdapter.java 217 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88677 src/com/gps/hsqldb/DBAdapter.java 219 Potential violation of Law of Demeter (object not created locally)
88678 src/com/gps/hsqldb/DBAdapter.java 219 There is log block not surrounded by if
88679 src/com/gps/hsqldb/HibernatePlug.java 5 Comment is too large: Line too long
88680 src/com/gps/hsqldb/HibernatePlug.java 26 A class which only has private constructors should be final
88681 src/com/gps/hsqldb/HibernatePlug.java 35 Avoid excessively long variable names like CONFIG_FILE_LOCATION
88682 src/com/gps/hsqldb/HibernatePlug.java 35 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
88683 src/com/gps/hsqldb/HibernatePlug.java 35 The field name indicates a constant but its modifiers do not
88684 src/com/gps/hsqldb/HibernatePlug.java 35 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
88685 src/com/gps/hsqldb/HibernatePlug.java 36 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
88686 src/com/gps/hsqldb/HibernatePlug.java 36 fieldCommentRequirement Required
88687 src/com/gps/hsqldb/HibernatePlug.java 37 fieldCommentRequirement Required
88688 src/com/gps/hsqldb/HibernatePlug.java 38 fieldCommentRequirement Required
88689 src/com/gps/hsqldb/HibernatePlug.java 39 fieldCommentRequirement Required
88690 src/com/gps/hsqldb/HibernatePlug.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88691 src/com/gps/hsqldb/HibernatePlug.java 48 System.out.print is used
88692 src/com/gps/hsqldb/HibernatePlug.java 51 Avoid printStackTrace(); use a logger call instead.
88693 src/com/gps/hsqldb/HibernatePlug.java 70 Potential violation of Law of Demeter (object not created locally)
88694 src/com/gps/hsqldb/HibernatePlug.java 75 Avoid if (x != y) ..; else ..;
88695 src/com/gps/hsqldb/HibernatePlug.java 76 Assigning an Object to null is a code smell. Consider refactoring.
88696 src/com/gps/hsqldb/HibernatePlug.java 79 A method should have only one exit point, and that should be the last statement in the method
88697 src/com/gps/hsqldb/HibernatePlug.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88698 src/com/gps/hsqldb/HibernatePlug.java 83 Avoid printStackTrace(); use a logger call instead.
88699 src/com/gps/hsqldb/HibernatePlug.java 83 Potential violation of Law of Demeter (object not created locally)
88700 src/com/gps/hsqldb/HibernatePlug.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88701 src/com/gps/hsqldb/HibernatePlug.java 98 System.out.print is used
88702 src/com/gps/hsqldb/HibernatePlug.java 101 Avoid printStackTrace(); use a logger call instead.
88703 src/com/gps/hsqldb/HibernatePlug.java 101 Potential violation of Law of Demeter (object not created locally)
88704 src/com/gps/hsqldb/HibernatePlug.java 111 Local variable 'session' could be declared final
88705 src/com/gps/hsqldb/HibernatePlug.java 115 Potential violation of Law of Demeter (object not created locally)
88706 src/com/gps/hsqldb/HibernatePlug.java 116 Potential violation of Law of Demeter (object not created locally)
88707 src/com/gps/hsqldb/HibernatePlug.java 133 Parameter 'configFile' is not assigned and could be declared final
88708 src/com/gps/hsqldb/HibernatePlug.java 135 Assigning an Object to null is a code smell. Consider refactoring.
88709 src/com/gps/hsqldb/HsqlHibernateDAO.java 6 Comment is too large: Line too long
88710 src/com/gps/hsqldb/HsqlHibernateDAO.java 14 headerCommentRequirement Required
88711 src/com/gps/hsqldb/HsqlHibernateDAO.java 16 publicMethodCommentRequirement Required
88712 src/com/gps/hsqldb/InputData.java 1 Comment is too large: Too many lines
88713 src/com/gps/hsqldb/InputData.java 13 headerCommentRequirement Required
88714 src/com/gps/hsqldb/InputData.java 14 fieldCommentRequirement Required
88715 src/com/gps/hsqldb/InputData.java 15 fieldCommentRequirement Required
88716 src/com/gps/hsqldb/InputData.java 16 Parameter 'key' is not assigned and could be declared final
88717 src/com/gps/hsqldb/InputData.java 16 Parameter 'value' is not assigned and could be declared final
88718 src/com/gps/hsqldb/InputData.java 16 publicMethodCommentRequirement Required
88719 src/com/gps/hsqldb/InputData.java 21 publicMethodCommentRequirement Required
88720 src/com/gps/hsqldb/InputData.java 24 Parameter 'key' is not assigned and could be declared final
88721 src/com/gps/hsqldb/InputData.java 24 publicMethodCommentRequirement Required
88722 src/com/gps/hsqldb/InputData.java 27 publicMethodCommentRequirement Required
88723 src/com/gps/hsqldb/InputData.java 30 Parameter 'value' is not assigned and could be declared final
88724 src/com/gps/hsqldb/InputData.java 30 publicMethodCommentRequirement Required
88725 src/com/gps/hsqldb/VehicleInfoBean.java 1 Comment is too large: Too many lines
88726 src/com/gps/hsqldb/VehicleInfoBean.java 20 This class has a bunch of public methods and attributes
88727 src/com/gps/hsqldb/VehicleInfoBean.java 24 Classes implementing Serializable should set a serialVersionUID
88728 src/com/gps/hsqldb/VehicleInfoBean.java 24 Too many fields
88729 src/com/gps/hsqldb/VehicleInfoBean.java 24 headerCommentRequirement Required
88730 src/com/gps/hsqldb/VehicleInfoBean.java 26 fieldCommentRequirement Required
88731 src/com/gps/hsqldb/VehicleInfoBean.java 28 fieldCommentRequirement Required
88732 src/com/gps/hsqldb/VehicleInfoBean.java 29 fieldCommentRequirement Required
88733 src/com/gps/hsqldb/VehicleInfoBean.java 30 fieldCommentRequirement Required
88734 src/com/gps/hsqldb/VehicleInfoBean.java 31 fieldCommentRequirement Required
88735 src/com/gps/hsqldb/VehicleInfoBean.java 36 fieldCommentRequirement Required
88736 src/com/gps/hsqldb/VehicleInfoBean.java 37 fieldCommentRequirement Required
88737 src/com/gps/hsqldb/VehicleInfoBean.java 38 fieldCommentRequirement Required
88738 src/com/gps/hsqldb/VehicleInfoBean.java 39 fieldCommentRequirement Required
88739 src/com/gps/hsqldb/VehicleInfoBean.java 40 fieldCommentRequirement Required
88740 src/com/gps/hsqldb/VehicleInfoBean.java 41 fieldCommentRequirement Required
88741 src/com/gps/hsqldb/VehicleInfoBean.java 42 fieldCommentRequirement Required
88742 src/com/gps/hsqldb/VehicleInfoBean.java 43 fieldCommentRequirement Required
88743 src/com/gps/hsqldb/VehicleInfoBean.java 44 fieldCommentRequirement Required
88744 src/com/gps/hsqldb/VehicleInfoBean.java 45 fieldCommentRequirement Required
88745 src/com/gps/hsqldb/VehicleInfoBean.java 46 fieldCommentRequirement Required
88746 src/com/gps/hsqldb/VehicleInfoBean.java 47 fieldCommentRequirement Required
88747 src/com/gps/hsqldb/VehicleInfoBean.java 48 fieldCommentRequirement Required
88748 src/com/gps/hsqldb/VehicleInfoBean.java 49 fieldCommentRequirement Required
88749 src/com/gps/hsqldb/VehicleInfoBean.java 50 fieldCommentRequirement Required
88750 src/com/gps/hsqldb/VehicleInfoBean.java 51 fieldCommentRequirement Required
88751 src/com/gps/hsqldb/VehicleInfoBean.java 52 fieldCommentRequirement Required
88752 src/com/gps/hsqldb/VehicleInfoBean.java 54 fieldCommentRequirement Required
88753 src/com/gps/hsqldb/VehicleInfoBean.java 57 fieldCommentRequirement Required
88754 src/com/gps/hsqldb/VehicleInfoBean.java 58 publicMethodCommentRequirement Required
88755 src/com/gps/hsqldb/VehicleInfoBean.java 63 Parameter 'offlineFlag' is not assigned and could be declared final
88756 src/com/gps/hsqldb/VehicleInfoBean.java 63 publicMethodCommentRequirement Required
88757 src/com/gps/hsqldb/VehicleInfoBean.java 68 publicMethodCommentRequirement Required
88758 src/com/gps/hsqldb/VehicleInfoBean.java 83 publicMethodCommentRequirement Required
88759 src/com/gps/hsqldb/VehicleInfoBean.java 87 Parameter 'tripId' is not assigned and could be declared final
88760 src/com/gps/hsqldb/VehicleInfoBean.java 87 publicMethodCommentRequirement Required
88761 src/com/gps/hsqldb/VehicleInfoBean.java 93 publicMethodCommentRequirement Required
88762 src/com/gps/hsqldb/VehicleInfoBean.java 97 Parameter 'lattitude' is not assigned and could be declared final
88763 src/com/gps/hsqldb/VehicleInfoBean.java 97 publicMethodCommentRequirement Required
88764 src/com/gps/hsqldb/VehicleInfoBean.java 101 publicMethodCommentRequirement Required
88765 src/com/gps/hsqldb/VehicleInfoBean.java 105 Parameter 'longitude' is not assigned and could be declared final
88766 src/com/gps/hsqldb/VehicleInfoBean.java 105 publicMethodCommentRequirement Required
88767 src/com/gps/hsqldb/VehicleInfoBean.java 109 publicMethodCommentRequirement Required
88768 src/com/gps/hsqldb/VehicleInfoBean.java 113 Parameter 'speed' is not assigned and could be declared final
88769 src/com/gps/hsqldb/VehicleInfoBean.java 113 publicMethodCommentRequirement Required
88770 src/com/gps/hsqldb/VehicleInfoBean.java 117 publicMethodCommentRequirement Required
88771 src/com/gps/hsqldb/VehicleInfoBean.java 121 Parameter 'heading' is not assigned and could be declared final
88772 src/com/gps/hsqldb/VehicleInfoBean.java 121 publicMethodCommentRequirement Required
88773 src/com/gps/hsqldb/VehicleInfoBean.java 125 publicMethodCommentRequirement Required
88774 src/com/gps/hsqldb/VehicleInfoBean.java 129 Parameter 'vehicleId' is not assigned and could be declared final
88775 src/com/gps/hsqldb/VehicleInfoBean.java 129 publicMethodCommentRequirement Required
88776 src/com/gps/hsqldb/VehicleInfoBean.java 133 publicMethodCommentRequirement Required
88777 src/com/gps/hsqldb/VehicleInfoBean.java 137 Parameter 'deviceId' is not assigned and could be declared final
88778 src/com/gps/hsqldb/VehicleInfoBean.java 137 publicMethodCommentRequirement Required
88779 src/com/gps/hsqldb/VehicleInfoBean.java 141 publicMethodCommentRequirement Required
88780 src/com/gps/hsqldb/VehicleInfoBean.java 145 Parameter 'vehicleName' is not assigned and could be declared final
88781 src/com/gps/hsqldb/VehicleInfoBean.java 145 publicMethodCommentRequirement Required
88782 src/com/gps/hsqldb/VehicleInfoBean.java 149 publicMethodCommentRequirement Required
88783 src/com/gps/hsqldb/VehicleInfoBean.java 153 Parameter 'creationTime' is not assigned and could be declared final
88784 src/com/gps/hsqldb/VehicleInfoBean.java 153 publicMethodCommentRequirement Required
88785 src/com/gps/hsqldb/VehicleInfoBean.java 157 publicMethodCommentRequirement Required
88786 src/com/gps/hsqldb/VehicleInfoBean.java 161 Parameter 'organization' is not assigned and could be declared final
88787 src/com/gps/hsqldb/VehicleInfoBean.java 161 publicMethodCommentRequirement Required
88788 src/com/gps/hsqldb/VehicleInfoBean.java 165 publicMethodCommentRequirement Required
88789 src/com/gps/hsqldb/VehicleInfoBean.java 169 Parameter 'eventCode' is not assigned and could be declared final
88790 src/com/gps/hsqldb/VehicleInfoBean.java 169 publicMethodCommentRequirement Required
88791 src/com/gps/hsqldb/VehicleInfoBean.java 174 publicMethodCommentRequirement Required
88792 src/com/gps/hsqldb/VehicleInfoBean.java 179 Parameter 'resentDistance' is not assigned and could be declared final
88793 src/com/gps/hsqldb/VehicleInfoBean.java 179 publicMethodCommentRequirement Required
88794 src/com/gps/hsqldb/VehicleInfoBean.java 184 publicMethodCommentRequirement Required
88795 src/com/gps/hsqldb/VehicleInfoBean.java 189 Parameter 'distance' is not assigned and could be declared final
88796 src/com/gps/hsqldb/VehicleInfoBean.java 189 publicMethodCommentRequirement Required
88797 src/com/gps/hsqldb/VehicleInfoBean.java 194 publicMethodCommentRequirement Required
88798 src/com/gps/hsqldb/VehicleInfoBean.java 199 Parameter 'counter' is not assigned and could be declared final
88799 src/com/gps/hsqldb/VehicleInfoBean.java 199 publicMethodCommentRequirement Required
88800 src/com/gps/hsqldb/VehicleInfoBean.java 204 publicMethodCommentRequirement Required
88801 src/com/gps/hsqldb/VehicleInfoBean.java 209 Parameter 'isSMSSent' is not assigned and could be declared final
88802 src/com/gps/hsqldb/VehicleInfoBean.java 209 publicMethodCommentRequirement Required
88803 src/com/gps/hsqldb/VehicleInfoBean.java 214 publicMethodCommentRequirement Required
88804 src/com/gps/hsqldb/VehicleInfoBean.java 219 Parameter 'tripType' is not assigned and could be declared final
88805 src/com/gps/hsqldb/VehicleInfoBean.java 219 publicMethodCommentRequirement Required
88806 src/com/gps/hsqldb/VehicleInfoBean.java 224 publicMethodCommentRequirement Required
88807 src/com/gps/hsqldb/VehicleInfoBean.java 229 Parameter 'tripStatus' is not assigned and could be declared final
88808 src/com/gps/hsqldb/VehicleInfoBean.java 229 publicMethodCommentRequirement Required
88809 src/com/gps/hsqldb/VehicleInfoBean.java 234 publicMethodCommentRequirement Required
88810 src/com/gps/hsqldb/VehicleInfoBean.java 239 Parameter 'tankCapacity' is not assigned and could be declared final
88811 src/com/gps/hsqldb/VehicleInfoBean.java 239 publicMethodCommentRequirement Required
88812 src/com/gps/hsqldb/VehicleInfoBean.java 244 publicMethodCommentRequirement Required
88813 src/com/gps/hsqldb/VehicleInfoBean.java 249 Parameter 'stableFuelVal' is not assigned and could be declared final
88814 src/com/gps/hsqldb/VehicleInfoBean.java 249 publicMethodCommentRequirement Required
88815 src/com/gps/hsqldb/VehicleInfoBean.java 254 publicMethodCommentRequirement Required
88816 src/com/gps/hsqldb/VehicleInfoBean.java 259 Parameter 'lastMovedTime' is not assigned and could be declared final
88817 src/com/gps/hsqldb/VehicleInfoBean.java 259 publicMethodCommentRequirement Required
88818 src/com/gps/hsqldb/VehicleInfoBean.java 264 publicMethodCommentRequirement Required
88819 src/com/gps/hsqldb/VehicleInfoBean.java 269 Parameter 'fenceId' is not assigned and could be declared final
88820 src/com/gps/hsqldb/VehicleInfoBean.java 269 publicMethodCommentRequirement Required
88821 src/com/gps/hsqldb/VehicleInfoBean.java 274 publicMethodCommentRequirement Required
88822 src/com/gps/hsqldb/VehicleInfoBean.java 279 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
88823 src/com/gps/hsqldb/VehicleInfoBean.java 279 Parameter 'inFenceTime' is not assigned and could be declared final
88824 src/com/gps/hsqldb/VehicleInfoBean.java 279 publicMethodCommentRequirement Required
88825 src/com/gps/hsqldb/VehicleInfoBean.java 284 publicMethodCommentRequirement Required
88826 src/com/gps/hsqldb/VehicleInfoBean.java 289 Parameter 'esnNumber' is not assigned and could be declared final
88827 src/com/gps/hsqldb/VehicleInfoBean.java 289 publicMethodCommentRequirement Required
88828 src/com/gps/notifier/AlertNotification.java 6 Comment is too large: Line too long
88829 src/com/gps/notifier/AlertNotification.java 10 Avoid unused imports such as 'java.net.URLDecoder'
88830 src/com/gps/notifier/AlertNotification.java 15 headerCommentRequirement Required
88831 src/com/gps/notifier/AlertNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
88832 src/com/gps/notifier/AlertNotification.java 17 Use explicit scoping instead of the default package private level
88833 src/com/gps/notifier/AlertNotification.java 17 fieldCommentRequirement Required
88834 src/com/gps/notifier/AlertNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
88835 src/com/gps/notifier/AlertNotification.java 18 Use explicit scoping instead of the default package private level
88836 src/com/gps/notifier/AlertNotification.java 18 fieldCommentRequirement Required
88837 src/com/gps/notifier/AlertNotification.java 19 The Logger variable declaration does not contain the static and final modifiers
88838 src/com/gps/notifier/AlertNotification.java 19 fieldCommentRequirement Required
88839 src/com/gps/notifier/AlertNotification.java 20 Avoid using implementation types like 'Hashtable'; use the interface instead
88840 src/com/gps/notifier/AlertNotification.java 20 Consider replacing this Hashtable with the newer java.util.Map
88841 src/com/gps/notifier/AlertNotification.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
88842 src/com/gps/notifier/AlertNotification.java 20 Use explicit scoping instead of the default package private level
88843 src/com/gps/notifier/AlertNotification.java 20 fieldCommentRequirement Required
88844 src/com/gps/notifier/AlertNotification.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
88845 src/com/gps/notifier/AlertNotification.java 21 Use explicit scoping instead of the default package private level
88846 src/com/gps/notifier/AlertNotification.java 21 fieldCommentRequirement Required
88847 src/com/gps/notifier/AlertNotification.java 23 Parameter 'group' is not assigned and could be declared final
88848 src/com/gps/notifier/AlertNotification.java 23 Parameter 'message' is not assigned and could be declared final
88849 src/com/gps/notifier/AlertNotification.java 23 Parameter 'subject' is not assigned and could be declared final
88850 src/com/gps/notifier/AlertNotification.java 23 publicMethodCommentRequirement Required
88851 src/com/gps/notifier/AlertNotification.java 28 Parameter 'message' is not assigned and could be declared final
88852 src/com/gps/notifier/AlertNotification.java 28 Parameter 'recipients' is not assigned and could be declared final
88853 src/com/gps/notifier/AlertNotification.java 28 Parameter 'subject' is not assigned and could be declared final
88854 src/com/gps/notifier/AlertNotification.java 28 publicMethodCommentRequirement Required
88855 src/com/gps/notifier/AlertNotification.java 33 Parameter 'group' is not assigned and could be declared final
88856 src/com/gps/notifier/AlertNotification.java 33 Parameter 'message' is not assigned and could be declared final
88857 src/com/gps/notifier/AlertNotification.java 33 Parameter 'subject' is not assigned and could be declared final
88858 src/com/gps/notifier/AlertNotification.java 33 publicMethodCommentRequirement Required
88859 src/com/gps/notifier/AlertNotification.java 38 Parameter 'message' is not assigned and could be declared final
88860 src/com/gps/notifier/AlertNotification.java 38 Parameter 'recipients' is not assigned and could be declared final
88861 src/com/gps/notifier/AlertNotification.java 38 Parameter 'subject' is not assigned and could be declared final
88862 src/com/gps/notifier/AlertNotification.java 38 publicMethodCommentRequirement Required
88863 src/com/gps/notifier/AlertNotification.java 43 Parameter 'group' is not assigned and could be declared final
88864 src/com/gps/notifier/AlertNotification.java 43 Parameter 'message' is not assigned and could be declared final
88865 src/com/gps/notifier/AlertNotification.java 43 Parameter 'subject' is not assigned and could be declared final
88866 src/com/gps/notifier/AlertNotification.java 43 Parameter 'type' is not assigned and could be declared final
88867 src/com/gps/notifier/AlertNotification.java 43 Rather than using a lot of String arguments, consider using a container object for those values.
88868 src/com/gps/notifier/AlertNotification.java 48 Potential violation of Law of Demeter (method chain calls)
88869 src/com/gps/notifier/AlertNotification.java 51 Position literals first in String comparisons for EqualsIgnoreCase
88870 src/com/gps/notifier/AlertNotification.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88871 src/com/gps/notifier/AlertNotification.java 61 There is log block not surrounded by if
88872 src/com/gps/notifier/AlertNotification.java 65 Parameter 'message' is not assigned and could be declared final
88873 src/com/gps/notifier/AlertNotification.java 65 Parameter 'recepients' is not assigned and could be declared final
88874 src/com/gps/notifier/AlertNotification.java 65 Parameter 'subject' is not assigned and could be declared final
88875 src/com/gps/notifier/AlertNotification.java 65 Parameter 'type' is not assigned and could be declared final
88876 src/com/gps/notifier/AlertNotification.java 65 Rather than using a lot of String arguments, consider using a container object for those values.
88877 src/com/gps/notifier/AlertNotification.java 69 There is log block not surrounded by if
88878 src/com/gps/notifier/AlertNotification.java 69 There is log block not surrounded by if
88879 src/com/gps/notifier/AlertNotification.java 71 Potential violation of Law of Demeter (method chain calls)
88880 src/com/gps/notifier/AlertNotification.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88881 src/com/gps/notifier/AlertNotification.java 77 There is log block not surrounded by if
88882 src/com/gps/notifier/AlertNotification.java 81 Parameter 'args' is not assigned and could be declared final
88883 src/com/gps/notifier/AlertNotification.java 81 publicMethodCommentRequirement Required
88884 src/com/gps/notifier/AlertNotification.java 83 Local variable 'notify' could be declared final
88885 src/com/gps/notifier/EventAlertMgr.java 7 Comment is too large: Line too long
88886 src/com/gps/notifier/EventAlertMgr.java 15 Comment is too large: Line too long
88887 src/com/gps/notifier/EventAlertMgr.java 41 The class 'EventAlertMgr' has a Cyclomatic Complexity of 7 (Highest = 15).
88888 src/com/gps/notifier/EventAlertMgr.java 41 headerCommentRequirement Required
88889 src/com/gps/notifier/EventAlertMgr.java 42 Logger should be defined private static final and have the correct class
88890 src/com/gps/notifier/EventAlertMgr.java 42 Variables that are final and static should be all capitals, 'log' is not all capitals.
88891 src/com/gps/notifier/EventAlertMgr.java 42 fieldCommentRequirement Required
88892 src/com/gps/notifier/EventAlertMgr.java 43 Variables that are final and static should be all capitals, 'format' is not all capitals.
88893 src/com/gps/notifier/EventAlertMgr.java 43 When instantiating a SimpleDateFormat object, specify a Locale
88894 src/com/gps/notifier/EventAlertMgr.java 43 fieldCommentRequirement Required
88895 src/com/gps/notifier/EventAlertMgr.java 45 Variables that are final and static should be all capitals, 'dateformat' is not all capitals.
88896 src/com/gps/notifier/EventAlertMgr.java 45 When instantiating a SimpleDateFormat object, specify a Locale
88897 src/com/gps/notifier/EventAlertMgr.java 45 fieldCommentRequirement Required
88898 src/com/gps/notifier/EventAlertMgr.java 47 Variables that are final and static should be all capitals, 'formatter' is not all capitals.
88899 src/com/gps/notifier/EventAlertMgr.java 47 When instantiating a SimpleDateFormat object, specify a Locale
88900 src/com/gps/notifier/EventAlertMgr.java 47 fieldCommentRequirement Required
88901 src/com/gps/notifier/EventAlertMgr.java 49 Variables that are final and static should be all capitals, 'BufferTime' is not all capitals.
88902 src/com/gps/notifier/EventAlertMgr.java 49 fieldCommentRequirement Required
88903 src/com/gps/notifier/EventAlertMgr.java 51 Avoid really long methods.
88904 src/com/gps/notifier/EventAlertMgr.java 51 Method names should not start with capital letters
88905 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'lat' is not assigned and could be declared final
88906 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'lon' is not assigned and could be declared final
88907 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'speed' is not assigned and could be declared final
88908 src/com/gps/notifier/EventAlertMgr.java 51 Parameter 'vehicleId' is not assigned and could be declared final
88909 src/com/gps/notifier/EventAlertMgr.java 51 The method 'AlertMgr' has a Cyclomatic Complexity of 15.
88910 src/com/gps/notifier/EventAlertMgr.java 51 The method AlertMgr() has an NPath complexity of 266
88911 src/com/gps/notifier/EventAlertMgr.java 51 publicMethodCommentRequirement Required
88912 src/com/gps/notifier/EventAlertMgr.java 52 Parameter 'eventCode' is not assigned and could be declared final
88913 src/com/gps/notifier/EventAlertMgr.java 52 Parameter 'isInterested' is not assigned and could be declared final
88914 src/com/gps/notifier/EventAlertMgr.java 54 Local variable 'notifier' could be declared final
88915 src/com/gps/notifier/EventAlertMgr.java 55 Found 'DD'-anomaly for variable 'sendTo' (lines '55'-'72').
88916 src/com/gps/notifier/EventAlertMgr.java 57 There is log block not surrounded by if
88917 src/com/gps/notifier/EventAlertMgr.java 57 There is log block not surrounded by if
88918 src/com/gps/notifier/EventAlertMgr.java 58 Found 'DD'-anomaly for variable 'mobile_no' (lines '58'-'84').
88919 src/com/gps/notifier/EventAlertMgr.java 58 Found 'DU'-anomaly for variable 'mobile_no' (lines '58'-'184').
88920 src/com/gps/notifier/EventAlertMgr.java 58 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
88921 src/com/gps/notifier/EventAlertMgr.java 59 Found 'DD'-anomaly for variable 'address' (lines '59'-'128').
88922 src/com/gps/notifier/EventAlertMgr.java 59 Found 'DU'-anomaly for variable 'address' (lines '59'-'184').
88923 src/com/gps/notifier/EventAlertMgr.java 60 Local variable 'vehicleDetails' could be declared final
88924 src/com/gps/notifier/EventAlertMgr.java 61 Found 'DD'-anomaly for variable 'vehicleObj' (lines '61'-'62').
88925 src/com/gps/notifier/EventAlertMgr.java 62 Potential violation of Law of Demeter (object not created locally)
88926 src/com/gps/notifier/EventAlertMgr.java 64 Found 'DD'-anomaly for variable 'modes' (lines '64'-'81').
88927 src/com/gps/notifier/EventAlertMgr.java 64 Found 'DU'-anomaly for variable 'modes' (lines '64'-'184').
88928 src/com/gps/notifier/EventAlertMgr.java 66 Found 'DD'-anomaly for variable 'email_addr' (lines '66'-'85').
88929 src/com/gps/notifier/EventAlertMgr.java 66 Found 'DU'-anomaly for variable 'email_addr' (lines '66'-'184').
88930 src/com/gps/notifier/EventAlertMgr.java 66 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
88931 src/com/gps/notifier/EventAlertMgr.java 72 Potential violation of Law of Demeter (method chain calls)
88932 src/com/gps/notifier/EventAlertMgr.java 72 Potential violation of Law of Demeter (method chain calls)
88933 src/com/gps/notifier/EventAlertMgr.java 72 Potential violation of Law of Demeter (object not created locally)
88934 src/com/gps/notifier/EventAlertMgr.java 72 Potential violation of Law of Demeter (object not created locally)
88935 src/com/gps/notifier/EventAlertMgr.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88936 src/com/gps/notifier/EventAlertMgr.java 75 There is log block not surrounded by if
88937 src/com/gps/notifier/EventAlertMgr.java 78 Avoid if (x != y) ..; else ..;
88938 src/com/gps/notifier/EventAlertMgr.java 78 Avoid using Literals in Conditional Statements
88939 src/com/gps/notifier/EventAlertMgr.java 78 Potential violation of Law of Demeter (object not created locally)
88940 src/com/gps/notifier/EventAlertMgr.java 78 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
88941 src/com/gps/notifier/EventAlertMgr.java 87 There is log block not surrounded by if
88942 src/com/gps/notifier/EventAlertMgr.java 87 There is log block not surrounded by if
88943 src/com/gps/notifier/EventAlertMgr.java 88 Avoid if (x != y) ..; else ..;
88944 src/com/gps/notifier/EventAlertMgr.java 88 Use equals() to compare strings instead of '==' or '!='
88945 src/com/gps/notifier/EventAlertMgr.java 88 Use equals() to compare strings instead of '==' or '!='
88946 src/com/gps/notifier/EventAlertMgr.java 90 There is log block not surrounded by if
88947 src/com/gps/notifier/EventAlertMgr.java 90 There is log block not surrounded by if
88948 src/com/gps/notifier/EventAlertMgr.java 92 Found 'DU'-anomaly for variable 'phone' (lines '92'-'184').
88949 src/com/gps/notifier/EventAlertMgr.java 92 Local variable 'phone' could be declared final
88950 src/com/gps/notifier/EventAlertMgr.java 92 Potential violation of Law of Demeter (object not created locally)
88951 src/com/gps/notifier/EventAlertMgr.java 94 Found 'DU'-anomaly for variable 'email' (lines '94'-'184').
88952 src/com/gps/notifier/EventAlertMgr.java 94 Local variable 'email' could be declared final
88953 src/com/gps/notifier/EventAlertMgr.java 94 Potential violation of Law of Demeter (object not created locally)
88954 src/com/gps/notifier/EventAlertMgr.java 97 Found 'DD'-anomaly for variable 'Msg' (lines '97'-'99').
88955 src/com/gps/notifier/EventAlertMgr.java 97 Variables should start with a lowercase character, 'Msg' starts with uppercase character.
88956 src/com/gps/notifier/EventAlertMgr.java 98 Local variable 'reportRef' could be declared final
88957 src/com/gps/notifier/EventAlertMgr.java 99 Potential violation of Law of Demeter (object not created locally)
88958 src/com/gps/notifier/EventAlertMgr.java 100 There is log block not surrounded by if
88959 src/com/gps/notifier/EventAlertMgr.java 100 There is log block not surrounded by if
88960 src/com/gps/notifier/EventAlertMgr.java 101 Found 'DU'-anomaly for variable 'message' (lines '101'-'184').
88961 src/com/gps/notifier/EventAlertMgr.java 101 Potential violation of Law of Demeter (object not created locally)
88962 src/com/gps/notifier/EventAlertMgr.java 102 Local variable 'desc' could be declared final
88963 src/com/gps/notifier/EventAlertMgr.java 102 Potential violation of Law of Demeter (object not created locally)
88964 src/com/gps/notifier/EventAlertMgr.java 105 Local variable 'TimeObj' could be declared final
88965 src/com/gps/notifier/EventAlertMgr.java 105 Variables should start with a lowercase character, 'TimeObj' starts with uppercase character.
88966 src/com/gps/notifier/EventAlertMgr.java 106 Local variable 'time' could be declared final
88967 src/com/gps/notifier/EventAlertMgr.java 106 Potential violation of Law of Demeter (object not created locally)
88968 src/com/gps/notifier/EventAlertMgr.java 108 Found 'DU'-anomaly for variable 'DateTime' (lines '108'-'184').
88969 src/com/gps/notifier/EventAlertMgr.java 108 Local variable 'DateTime' could be declared final
88970 src/com/gps/notifier/EventAlertMgr.java 108 Static DateFormatter objects should be accessed in a synchronized manner
88971 src/com/gps/notifier/EventAlertMgr.java 108 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
88972 src/com/gps/notifier/EventAlertMgr.java 109 Found 'DU'-anomaly for variable 'date' (lines '109'-'184').
88973 src/com/gps/notifier/EventAlertMgr.java 109 Local variable 'date' could be declared final
88974 src/com/gps/notifier/EventAlertMgr.java 109 Static DateFormatter objects should be accessed in a synchronized manner
88975 src/com/gps/notifier/EventAlertMgr.java 110 Found 'DU'-anomaly for variable 'tme' (lines '110'-'184').
88976 src/com/gps/notifier/EventAlertMgr.java 110 Local variable 'tme' could be declared final
88977 src/com/gps/notifier/EventAlertMgr.java 110 Static DateFormatter objects should be accessed in a synchronized manner
88978 src/com/gps/notifier/EventAlertMgr.java 112 There is log block not surrounded by if
88979 src/com/gps/notifier/EventAlertMgr.java 112 There is log block not surrounded by if
88980 src/com/gps/notifier/EventAlertMgr.java 114 Found 'DD'-anomaly for variable 'spd' (lines '114'-'117').
88981 src/com/gps/notifier/EventAlertMgr.java 114 Found 'DU'-anomaly for variable 'spd' (lines '114'-'184').
88982 src/com/gps/notifier/EventAlertMgr.java 116 Avoid using if statements without curly braces
88983 src/com/gps/notifier/EventAlertMgr.java 116 Position literals first in String comparisons
88984 src/com/gps/notifier/EventAlertMgr.java 116 Position literals first in String comparisons
88985 src/com/gps/notifier/EventAlertMgr.java 116 Potential violation of Law of Demeter (object not created locally)
88986 src/com/gps/notifier/EventAlertMgr.java 116 Potential violation of Law of Demeter (object not created locally)
88987 src/com/gps/notifier/EventAlertMgr.java 117 Found 'DU'-anomaly for variable 'spd' (lines '117'-'184').
88988 src/com/gps/notifier/EventAlertMgr.java 120 Local variable 'buffered' could be declared final
88989 src/com/gps/notifier/EventAlertMgr.java 122 Position literals first in String comparisons
88990 src/com/gps/notifier/EventAlertMgr.java 122 Potential violation of Law of Demeter (object not created locally)
88991 src/com/gps/notifier/EventAlertMgr.java 126 Potential violation of Law of Demeter (object not created locally)
88992 src/com/gps/notifier/EventAlertMgr.java 127 Local variable 'geoCodeObj' could be declared final
88993 src/com/gps/notifier/EventAlertMgr.java 128 Potential violation of Law of Demeter (object not created locally)
88994 src/com/gps/notifier/EventAlertMgr.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
88995 src/com/gps/notifier/EventAlertMgr.java 131 There is log block not surrounded by if
88996 src/com/gps/notifier/EventAlertMgr.java 133 There is log block not surrounded by if
88997 src/com/gps/notifier/EventAlertMgr.java 133 There is log block not surrounded by if
88998 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (object not created locally)
88999 src/com/gps/notifier/EventAlertMgr.java 136 Potential violation of Law of Demeter (object not created locally)
89000 src/com/gps/notifier/EventAlertMgr.java 137 Potential violation of Law of Demeter (object not created locally)
89001 src/com/gps/notifier/EventAlertMgr.java 139 Potential violation of Law of Demeter (object not created locally)
89002 src/com/gps/notifier/EventAlertMgr.java 140 Potential violation of Law of Demeter (object not created locally)
89003 src/com/gps/notifier/EventAlertMgr.java 141 Potential violation of Law of Demeter (method chain calls)
89004 src/com/gps/notifier/EventAlertMgr.java 141 Potential violation of Law of Demeter (method chain calls)
89005 src/com/gps/notifier/EventAlertMgr.java 141 Potential violation of Law of Demeter (object not created locally)
89006 src/com/gps/notifier/EventAlertMgr.java 141 Potential violation of Law of Demeter (object not created locally)
89007 src/com/gps/notifier/EventAlertMgr.java 143 Potential violation of Law of Demeter (object not created locally)
89008 src/com/gps/notifier/EventAlertMgr.java 144 Potential violation of Law of Demeter (method chain calls)
89009 src/com/gps/notifier/EventAlertMgr.java 144 Potential violation of Law of Demeter (method chain calls)
89010 src/com/gps/notifier/EventAlertMgr.java 144 Potential violation of Law of Demeter (object not created locally)
89011 src/com/gps/notifier/EventAlertMgr.java 144 Potential violation of Law of Demeter (object not created locally)
89012 src/com/gps/notifier/EventAlertMgr.java 148 Found 'DU'-anomaly for variable 'sendSMS' (lines '148'-'184').
89013 src/com/gps/notifier/EventAlertMgr.java 148 Local variable 'sendSMS' could be declared final
89014 src/com/gps/notifier/EventAlertMgr.java 150 Avoid using Literals in Conditional Statements
89015 src/com/gps/notifier/EventAlertMgr.java 150 Use equals() to compare strings instead of '==' or '!='
89016 src/com/gps/notifier/EventAlertMgr.java 152 Potential violation of Law of Demeter (object not created locally)
89017 src/com/gps/notifier/EventAlertMgr.java 154 There is log block not surrounded by if
89018 src/com/gps/notifier/EventAlertMgr.java 154 There is log block not surrounded by if
89019 src/com/gps/notifier/EventAlertMgr.java 157 Potential violation of Law of Demeter (method chain calls)
89020 src/com/gps/notifier/EventAlertMgr.java 158 Potential violation of Law of Demeter (method chain calls)
89021 src/com/gps/notifier/EventAlertMgr.java 158 Potential violation of Law of Demeter (object not created locally)
89022 src/com/gps/notifier/EventAlertMgr.java 162 Avoid using Literals in Conditional Statements
89023 src/com/gps/notifier/EventAlertMgr.java 162 Use equals() to compare strings instead of '==' or '!='
89024 src/com/gps/notifier/EventAlertMgr.java 165 Found 'DD'-anomaly for variable 'mailSubject' (lines '165'-'166').
89025 src/com/gps/notifier/EventAlertMgr.java 166 Potential violation of Law of Demeter (object not created locally)
89026 src/com/gps/notifier/EventAlertMgr.java 167 Potential violation of Law of Demeter (object not created locally)
89027 src/com/gps/notifier/EventAlertMgr.java 168 Potential violation of Law of Demeter (object not created locally)
89028 src/com/gps/notifier/EventAlertMgr.java 170 There is log block not surrounded by if
89029 src/com/gps/notifier/EventAlertMgr.java 170 There is log block not surrounded by if
89030 src/com/gps/notifier/EventAlertMgr.java 173 Potential violation of Law of Demeter (method chain calls)
89031 src/com/gps/notifier/EventAlertMgr.java 174 Potential violation of Law of Demeter (method chain calls)
89032 src/com/gps/notifier/EventAlertMgr.java 174 Potential violation of Law of Demeter (object not created locally)
89033 src/com/gps/notifier/EventAlertMgr.java 179 Avoid using if...else statements without curly braces
89034 src/com/gps/notifier/EventAlertMgr.java 179 There is log block not surrounded by if
89035 src/com/gps/notifier/EventAlertMgr.java 179 There is log block not surrounded by if
89036 src/com/gps/notifier/EventAlertMgr.java 181 Avoid using if...else statements without curly braces
89037 src/com/gps/notifier/EventAlertMgr.java 181 There is log block not surrounded by if
89038 src/com/gps/notifier/EventAlertMgr.java 181 There is log block not surrounded by if
89039 src/com/gps/notifier/EventAlertMgr.java 183 Avoid using if...else statements without curly braces
89040 src/com/gps/notifier/EventAlertMgr.java 183 There is log block not surrounded by if
89041 src/com/gps/notifier/EventAlertMgr.java 183 There is log block not surrounded by if
89042 src/com/gps/notifier/EventAlertMgr.java 186 Method names should not start with capital letters
89043 src/com/gps/notifier/EventAlertMgr.java 186 Parameter 'time' is not assigned and could be declared final
89044 src/com/gps/notifier/EventAlertMgr.java 187 Found 'DD'-anomaly for variable 'TimeDiff' (lines '187'-'189').
89045 src/com/gps/notifier/EventAlertMgr.java 187 Potential violation of Law of Demeter (method chain calls)
89046 src/com/gps/notifier/EventAlertMgr.java 187 Potential violation of Law of Demeter (method chain calls)
89047 src/com/gps/notifier/EventAlertMgr.java 187 Useless parentheses.
89048 src/com/gps/notifier/EventAlertMgr.java 187 Variables should start with a lowercase character, 'TimeDiff' starts with uppercase character.
89049 src/com/gps/notifier/EventAlertMgr.java 191 A method should have only one exit point, and that should be the last statement in the method
89050 src/com/gps/notifier/EventAlertMgr.java 193 There is log block not surrounded by if
89051 src/com/gps/notifier/EventAlertMgr.java 193 There is log block not surrounded by if
89052 src/com/gps/notifier/EventAlertMgr.java 198 Method names should not start with capital letters
89053 src/com/gps/notifier/EventAlertMgr.java 198 Parameter 'desc' is not assigned and could be declared final
89054 src/com/gps/notifier/EventAlertMgr.java 198 Parameter 'msg' is not assigned and could be declared final
89055 src/com/gps/notifier/EventAlertMgr.java 198 Parameter 'phone' is not assigned and could be declared final
89056 src/com/gps/notifier/EventAlertMgr.java 198 Rather than using a lot of String arguments, consider using a container object for those values.
89057 src/com/gps/notifier/EventAlertMgr.java 199 Parameter 'DateTime' is not assigned and could be declared final
89058 src/com/gps/notifier/EventAlertMgr.java 199 Parameter 'orgid' is not assigned and could be declared final
89059 src/com/gps/notifier/EventAlertMgr.java 199 Variables should start with a lowercase character, 'DateTime' starts with uppercase character.
89060 src/com/gps/notifier/EventAlertMgr.java 200 Local variable 'smsObj' could be declared final
89061 src/com/gps/notifier/EventAlertMgr.java 203 Local variable 'sentTime' could be declared final
89062 src/com/gps/notifier/EventAlertMgr.java 206 Static DateFormatter objects should be accessed in a synchronized manner
89063 src/com/gps/notifier/EventAlertMgr.java 207 There is log block not surrounded by if
89064 src/com/gps/notifier/EventAlertMgr.java 207 There is log block not surrounded by if
89065 src/com/gps/notifier/EventAlertMgr.java 212 Found 'UR'-anomaly for variable 'eventNotification' (lines '212'-'221').
89066 src/com/gps/notifier/EventAlertMgr.java 212 Parameter 'isInterested' is not assigned and could be declared final
89067 src/com/gps/notifier/EventAlertMgr.java 212 The method 'isSend' has a Cyclomatic Complexity of 13.
89068 src/com/gps/notifier/EventAlertMgr.java 213 Parameter 'sendTo' is not assigned and could be declared final
89069 src/com/gps/notifier/EventAlertMgr.java 215 Found 'DD'-anomaly for variable 'mobile_no' (lines '215'-'229').
89070 src/com/gps/notifier/EventAlertMgr.java 215 Found 'DD'-anomaly for variable 'mobile_no' (lines '215'-'240').
89071 src/com/gps/notifier/EventAlertMgr.java 215 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
89072 src/com/gps/notifier/EventAlertMgr.java 216 Found 'DD'-anomaly for variable 'email_addr' (lines '216'-'232').
89073 src/com/gps/notifier/EventAlertMgr.java 216 Found 'DD'-anomaly for variable 'email_addr' (lines '216'-'243').
89074 src/com/gps/notifier/EventAlertMgr.java 216 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'email_addr' is not final.
89075 src/com/gps/notifier/EventAlertMgr.java 217 Found 'DD'-anomaly for variable 'modes' (lines '217'-'259').
89076 src/com/gps/notifier/EventAlertMgr.java 218 System.out.print is used
89077 src/com/gps/notifier/EventAlertMgr.java 220 Local variable 'eventNotification' could be declared final
89078 src/com/gps/notifier/EventAlertMgr.java 221 Potential violation of Law of Demeter (object not created locally)
89079 src/com/gps/notifier/EventAlertMgr.java 221 There is log block not surrounded by if
89080 src/com/gps/notifier/EventAlertMgr.java 221 There is log block not surrounded by if
89081 src/com/gps/notifier/EventAlertMgr.java 222 Potential violation of Law of Demeter (object not created locally)
89082 src/com/gps/notifier/EventAlertMgr.java 224 Potential violation of Law of Demeter (object not created locally)
89083 src/com/gps/notifier/EventAlertMgr.java 226 Potential violation of Law of Demeter (object not created locally)
89084 src/com/gps/notifier/EventAlertMgr.java 227 Potential violation of Law of Demeter (object not created locally)
89085 src/com/gps/notifier/EventAlertMgr.java 228 Potential violation of Law of Demeter (method chain calls)
89086 src/com/gps/notifier/EventAlertMgr.java 228 Potential violation of Law of Demeter (object not created locally)
89087 src/com/gps/notifier/EventAlertMgr.java 229 Prefer StringBuffer over += for concatenating strings
89088 src/com/gps/notifier/EventAlertMgr.java 230 Potential violation of Law of Demeter (object not created locally)
89089 src/com/gps/notifier/EventAlertMgr.java 232 Prefer StringBuffer over += for concatenating strings
89090 src/com/gps/notifier/EventAlertMgr.java 233 Potential violation of Law of Demeter (object not created locally)
89091 src/com/gps/notifier/EventAlertMgr.java 237 Potential violation of Law of Demeter (object not created locally)
89092 src/com/gps/notifier/EventAlertMgr.java 238 Potential violation of Law of Demeter (object not created locally)
89093 src/com/gps/notifier/EventAlertMgr.java 239 Potential violation of Law of Demeter (method chain calls)
89094 src/com/gps/notifier/EventAlertMgr.java 239 Potential violation of Law of Demeter (object not created locally)
89095 src/com/gps/notifier/EventAlertMgr.java 240 Prefer StringBuffer over += for concatenating strings
89096 src/com/gps/notifier/EventAlertMgr.java 241 Potential violation of Law of Demeter (object not created locally)
89097 src/com/gps/notifier/EventAlertMgr.java 243 Prefer StringBuffer over += for concatenating strings
89098 src/com/gps/notifier/EventAlertMgr.java 244 Potential violation of Law of Demeter (object not created locally)
89099 src/com/gps/notifier/EventAlertMgr.java 252 Avoid using Literals in Conditional Statements
89100 src/com/gps/notifier/EventAlertMgr.java 252 Use equals() to compare strings instead of '==' or '!='
89101 src/com/gps/notifier/EventAlertMgr.java 253 Potential violation of Law of Demeter (object not created locally)
89102 src/com/gps/notifier/EventAlertMgr.java 253 Potential violation of Law of Demeter (object not created locally)
89103 src/com/gps/notifier/EventAlertMgr.java 255 Avoid using Literals in Conditional Statements
89104 src/com/gps/notifier/EventAlertMgr.java 255 Use equals() to compare strings instead of '==' or '!='
89105 src/com/gps/notifier/EventAlertMgr.java 256 Potential violation of Law of Demeter (object not created locally)
89106 src/com/gps/notifier/EventAlertMgr.java 256 Potential violation of Law of Demeter (object not created locally)
89107 src/com/gps/notifier/EventAlertMgr.java 259 Found 'DD'-anomaly for variable 'modes' (lines '259'-'261').
89108 src/com/gps/notifier/EventAlertMgr.java 260 There is log block not surrounded by if
89109 src/com/gps/notifier/EventAlertMgr.java 260 There is log block not surrounded by if
89110 src/com/gps/notifier/EventAlertMgr.java 261 Found 'DD'-anomaly for variable 'modes' (lines '261'-'262').
89111 src/com/gps/notifier/EventAlertMgr.java 263 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89112 src/com/gps/notifier/EventAlertMgr.java 264 There is log block not surrounded by if
89113 src/com/gps/notifier/EventAlertMgr.java 271 Parameter 'args' is not assigned and could be declared final
89114 src/com/gps/notifier/EventAlertMgr.java 271 publicMethodCommentRequirement Required
89115 src/com/gps/notifier/EventAlertMgr.java 273 Local variable 'alMgr' could be declared final
89116 src/com/gps/notifier/EventAlertMgr.java 274 Local variable 'isInterested' could be declared final
89117 src/com/gps/notifier/FastAlertSMSNotification.java 18 headerCommentRequirement Required
89118 src/com/gps/notifier/FastAlertSMSNotification.java 21 Use explicit scoping instead of the default package private level
89119 src/com/gps/notifier/FastAlertSMSNotification.java 21 fieldCommentRequirement Required
89120 src/com/gps/notifier/FastAlertSMSNotification.java 24 Consider replacing this Hashtable with the newer java.util.Map
89121 src/com/gps/notifier/FastAlertSMSNotification.java 24 Parameter 'connection' is not assigned and could be declared final
89122 src/com/gps/notifier/FastAlertSMSNotification.java 24 publicMethodCommentRequirement Required
89123 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'message' is not assigned and could be declared final
89124 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'recepients' is not assigned and could be declared final
89125 src/com/gps/notifier/FastAlertSMSNotification.java 25 Parameter 'subject' is not assigned and could be declared final
89126 src/com/gps/notifier/FastAlertSMSNotification.java 29 System.out.print is used
89127 src/com/gps/notifier/FastAlertSMSNotification.java 30 Local variable 'mobNos' could be declared final
89128 src/com/gps/notifier/FastAlertSMSNotification.java 35 Avoid using Literals in Conditional Statements
89129 src/com/gps/notifier/FastAlertSMSNotification.java 35 Avoid using if statements without curly braces
89130 src/com/gps/notifier/FastAlertSMSNotification.java 36 Avoid using if statements without curly braces
89131 src/com/gps/notifier/FastAlertSMSNotification.java 36 These nested if statements could be combined
89132 src/com/gps/notifier/FastAlertSMSNotification.java 37 Avoid appending characters as strings in StringBuffer.append.
89133 src/com/gps/notifier/FastAlertSMSNotification.java 39 System.out.print is used
89134 src/com/gps/notifier/FastAlertSMSNotification.java 40 Potential violation of Law of Demeter (method chain calls)
89135 src/com/gps/notifier/FastAlertSMSNotification.java 40 System.out.print is used
89136 src/com/gps/notifier/FastAlertSMSNotification.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89137 src/com/gps/notifier/FastAlertSMSNotification.java 44 Avoid printStackTrace(); use a logger call instead.
89138 src/com/gps/notifier/FastAlertSMSNotification.java 50 Avoid using implementation types like 'Hashtable'; use the interface instead
89139 src/com/gps/notifier/FastAlertSMSNotification.java 50 Consider replacing this Hashtable with the newer java.util.Map
89140 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'connection' is not assigned and could be declared final
89141 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'msisdn' is not assigned and could be declared final
89142 src/com/gps/notifier/FastAlertSMSNotification.java 50 Parameter 'text' is not assigned and could be declared final
89143 src/com/gps/notifier/FastAlertSMSNotification.java 50 publicMethodCommentRequirement Required
89144 src/com/gps/notifier/FastAlertSMSNotification.java 52 Local variable 'xmlToSend' could be declared final
89145 src/com/gps/notifier/FastAlertSMSNotification.java 52 StringBuffer constructor is initialized with size 16, but has at least 58 characters appended.
89146 src/com/gps/notifier/FastAlertSMSNotification.java 53 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
89147 src/com/gps/notifier/FastAlertSMSNotification.java 53 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
89148 src/com/gps/notifier/FastAlertSMSNotification.java 54 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
89149 src/com/gps/notifier/FastAlertSMSNotification.java 54 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
89150 src/com/gps/notifier/FastAlertSMSNotification.java 55 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
89151 src/com/gps/notifier/FastAlertSMSNotification.java 55 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
89152 src/com/gps/notifier/FastAlertSMSNotification.java 58 System.out.print is used
89153 src/com/gps/notifier/FastAlertSMSNotification.java 64 Avoid using implementation types like 'Hashtable'; use the interface instead
89154 src/com/gps/notifier/FastAlertSMSNotification.java 64 Consider replacing this Hashtable with the newer java.util.Map
89155 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'connection' is not assigned and could be declared final
89156 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'url' is not assigned and could be declared final
89157 src/com/gps/notifier/FastAlertSMSNotification.java 64 Parameter 'xml' is not assigned and could be declared final
89158 src/com/gps/notifier/FastAlertSMSNotification.java 65 Found 'DD'-anomaly for variable 'urlConnection' (lines '65'-'81').
89159 src/com/gps/notifier/FastAlertSMSNotification.java 66 Found 'DD'-anomaly for variable 'response' (lines '66'-'105').
89160 src/com/gps/notifier/FastAlertSMSNotification.java 72 Local variable 'proxy' could be declared final
89161 src/com/gps/notifier/FastAlertSMSNotification.java 74 Position literals first in String comparisons
89162 src/com/gps/notifier/FastAlertSMSNotification.java 74 Potential violation of Law of Demeter (object not created locally)
89163 src/com/gps/notifier/FastAlertSMSNotification.java 76 Local variable 'systemProperties' could be declared final
89164 src/com/gps/notifier/FastAlertSMSNotification.java 77 Potential violation of Law of Demeter (object not created locally)
89165 src/com/gps/notifier/FastAlertSMSNotification.java 78 Potential violation of Law of Demeter (object not created locally)
89166 src/com/gps/notifier/FastAlertSMSNotification.java 82 Potential violation of Law of Demeter (object not created locally)
89167 src/com/gps/notifier/FastAlertSMSNotification.java 83 Potential violation of Law of Demeter (object not created locally)
89168 src/com/gps/notifier/FastAlertSMSNotification.java 85 Potential violation of Law of Demeter (object not created locally)
89169 src/com/gps/notifier/FastAlertSMSNotification.java 86 Potential violation of Law of Demeter (object not created locally)
89170 src/com/gps/notifier/FastAlertSMSNotification.java 87 Potential violation of Law of Demeter (object not created locally)
89171 src/com/gps/notifier/FastAlertSMSNotification.java 88 Potential violation of Law of Demeter (object not created locally)
89172 src/com/gps/notifier/FastAlertSMSNotification.java 89 Potential violation of Law of Demeter (object not created locally)
89173 src/com/gps/notifier/FastAlertSMSNotification.java 90 Do not add empty strings
89174 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
89175 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
89176 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (method chain calls)
89177 src/com/gps/notifier/FastAlertSMSNotification.java 90 Potential violation of Law of Demeter (object not created locally)
89178 src/com/gps/notifier/FastAlertSMSNotification.java 91 Potential violation of Law of Demeter (object not created locally)
89179 src/com/gps/notifier/FastAlertSMSNotification.java 93 Avoid variables with short names like wr
89180 src/com/gps/notifier/FastAlertSMSNotification.java 93 Local variable 'wr' could be declared final
89181 src/com/gps/notifier/FastAlertSMSNotification.java 93 Potential violation of Law of Demeter (object not created locally)
89182 src/com/gps/notifier/FastAlertSMSNotification.java 94 Potential violation of Law of Demeter (object not created locally)
89183 src/com/gps/notifier/FastAlertSMSNotification.java 95 Potential violation of Law of Demeter (object not created locally)
89184 src/com/gps/notifier/FastAlertSMSNotification.java 96 Potential violation of Law of Demeter (object not created locally)
89185 src/com/gps/notifier/FastAlertSMSNotification.java 98 Avoid variables with short names like in
89186 src/com/gps/notifier/FastAlertSMSNotification.java 98 Local variable 'in' could be declared final
89187 src/com/gps/notifier/FastAlertSMSNotification.java 98 Potential violation of Law of Demeter (object not created locally)
89188 src/com/gps/notifier/FastAlertSMSNotification.java 99 Avoid variables with short names like sb
89189 src/com/gps/notifier/FastAlertSMSNotification.java 99 Local variable 'sb' could be declared final
89190 src/com/gps/notifier/FastAlertSMSNotification.java 101 Avoid assignments in operands
89191 src/com/gps/notifier/FastAlertSMSNotification.java 101 Found 'DU'-anomaly for variable 'line' (lines '101'-'122').
89192 src/com/gps/notifier/FastAlertSMSNotification.java 101 Potential violation of Law of Demeter (object not created locally)
89193 src/com/gps/notifier/FastAlertSMSNotification.java 102 Potential violation of Law of Demeter (object not created locally)
89194 src/com/gps/notifier/FastAlertSMSNotification.java 105 Potential violation of Law of Demeter (object not created locally)
89195 src/com/gps/notifier/FastAlertSMSNotification.java 110 Avoid printStackTrace(); use a logger call instead.
89196 src/com/gps/notifier/FastAlertSMSNotification.java 110 Potential violation of Law of Demeter (object not created locally)
89197 src/com/gps/notifier/FastAlertSMSNotification.java 112 Avoid printStackTrace(); use a logger call instead.
89198 src/com/gps/notifier/FastAlertSMSNotification.java 112 Potential violation of Law of Demeter (object not created locally)
89199 src/com/gps/notifier/FastAlertSMSNotification.java 114 Avoid printStackTrace(); use a logger call instead.
89200 src/com/gps/notifier/FastAlertSMSNotification.java 114 Potential violation of Law of Demeter (object not created locally)
89201 src/com/gps/notifier/FastAlertSMSNotification.java 117 Potential violation of Law of Demeter (object not created locally)
89202 src/com/gps/notifier/FastAlertSMSNotification.java 125 Parameter 'args' is not assigned and could be declared final
89203 src/com/gps/notifier/FastAlertSMSNotification.java 125 publicMethodCommentRequirement Required
89204 src/com/gps/notifier/FastAlertSMSNotification.java 126 Avoid unused local variables such as 'notify'.
89205 src/com/gps/notifier/FastAlertSMSNotification.java 126 Found 'DU'-anomaly for variable 'notify' (lines '126'-'151').
89206 src/com/gps/notifier/FastAlertSMSNotification.java 126 Local variable 'notify' could be declared final
89207 src/com/gps/notifier/FastAlertSMSNotification.java 127 Local variable 'helper' could be declared final
89208 src/com/gps/notifier/FastAlertSMSNotification.java 128 Found 'DD'-anomaly for variable 'response' (lines '128'-'131').
89209 src/com/gps/notifier/FastAlertSMSNotification.java 129 Found 'DD'-anomaly for variable 'result' (lines '129'-'147').
89210 src/com/gps/notifier/FastAlertSMSNotification.java 142 System.out.print is used
89211 src/com/gps/notifier/FastAlertSMSNotification.java 143 Local variable 'out' could be declared final
89212 src/com/gps/notifier/FastAlertSMSNotification.java 143 Potential violation of Law of Demeter (object not created locally)
89213 src/com/gps/notifier/FastAlertSMSNotification.java 144 System.out.print is used
89214 src/com/gps/notifier/FastAlertSMSNotification.java 145 Avoid using if statements without curly braces
89215 src/com/gps/notifier/FastAlertSMSNotification.java 146 Avoid using Literals in Conditional Statements
89216 src/com/gps/notifier/FastAlertSMSNotification.java 146 Avoid using if statements without curly braces
89217 src/com/gps/notifier/FastAlertSMSNotification.java 146 These nested if statements could be combined
89218 src/com/gps/notifier/FastAlertSMSNotification.java 150 System.out.print is used
89219 src/com/gps/notifier/INotifier.java 7 headerCommentRequirement Required
89220 src/com/gps/notifier/INotifier.java 9 Avoid modifiers which are implied by the context
89221 src/com/gps/notifier/INotifier.java 9 Avoid using implementation types like 'Hashtable'; use the interface instead
89222 src/com/gps/notifier/INotifier.java 9 Consider replacing this Hashtable with the newer java.util.Map
89223 src/com/gps/notifier/INotifier.java 9 publicMethodCommentRequirement Required
89224 src/com/gps/notifier/MailNotification.java 14 headerCommentRequirement Required
89225 src/com/gps/notifier/MailNotification.java 16 The Logger variable declaration does not contain the static and final modifiers
89226 src/com/gps/notifier/MailNotification.java 16 fieldCommentRequirement Required
89227 src/com/gps/notifier/MailNotification.java 17 Use explicit scoping instead of the default package private level
89228 src/com/gps/notifier/MailNotification.java 17 fieldCommentRequirement Required
89229 src/com/gps/notifier/MailNotification.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
89230 src/com/gps/notifier/MailNotification.java 18 Use explicit scoping instead of the default package private level
89231 src/com/gps/notifier/MailNotification.java 18 fieldCommentRequirement Required
89232 src/com/gps/notifier/MailNotification.java 29 Avoid using implementation types like 'Hashtable'; use the interface instead
89233 src/com/gps/notifier/MailNotification.java 29 Consider replacing this Hashtable with the newer java.util.Map
89234 src/com/gps/notifier/MailNotification.java 29 Parameter 'mailProps' is not assigned and could be declared final
89235 src/com/gps/notifier/MailNotification.java 29 Parameter 'message' is not assigned and could be declared final
89236 src/com/gps/notifier/MailNotification.java 29 Parameter 'recipients' is not assigned and could be declared final
89237 src/com/gps/notifier/MailNotification.java 29 Parameter 'subject' is not assigned and could be declared final
89238 src/com/gps/notifier/MailNotification.java 32 Found 'DU'-anomaly for variable 'debug' (lines '32'-'96').
89239 src/com/gps/notifier/MailNotification.java 32 Found 'DU'-anomaly for variable 'debug' (lines '32'-'96').
89240 src/com/gps/notifier/MailNotification.java 32 Local variable 'debug' could be declared final
89241 src/com/gps/notifier/MailNotification.java 37 There is log block not surrounded by if
89242 src/com/gps/notifier/MailNotification.java 37 There is log block not surrounded by if
89243 src/com/gps/notifier/MailNotification.java 45 There is log block not surrounded by if
89244 src/com/gps/notifier/MailNotification.java 45 There is log block not surrounded by if
89245 src/com/gps/notifier/MailNotification.java 48 Found 'DU'-anomaly for variable 'session' (lines '48'-'96').
89246 src/com/gps/notifier/MailNotification.java 48 Found 'DU'-anomaly for variable 'session' (lines '48'-'96').
89247 src/com/gps/notifier/MailNotification.java 48 Local variable 'session' could be declared final
89248 src/com/gps/notifier/MailNotification.java 51 protectedMethodCommentRequirement Required
89249 src/com/gps/notifier/MailNotification.java 56 There is log block not surrounded by if
89250 src/com/gps/notifier/MailNotification.java 56 There is log block not surrounded by if
89251 src/com/gps/notifier/MailNotification.java 59 Local variable 'msg' could be declared final
89252 src/com/gps/notifier/MailNotification.java 60 Local variable 'fromAddress' could be declared final
89253 src/com/gps/notifier/MailNotification.java 62 Local variable 'addressFrom' could be declared final
89254 src/com/gps/notifier/MailNotification.java 69 Avoid instantiating new objects inside loops
89255 src/com/gps/notifier/MailNotification.java 77 There is log block not surrounded by if
89256 src/com/gps/notifier/MailNotification.java 77 There is log block not surrounded by if
89257 src/com/gps/notifier/MailNotification.java 80 There is log block not surrounded by if
89258 src/com/gps/notifier/MailNotification.java 80 There is log block not surrounded by if
89259 src/com/gps/notifier/MailNotification.java 86 There is log block not surrounded by if
89260 src/com/gps/notifier/MailNotification.java 90 Avoid catching NullPointerException; consider removing the cause of the NPE.
89261 src/com/gps/notifier/MailNotification.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89262 src/com/gps/notifier/MailNotification.java 92 There is log block not surrounded by if
89263 src/com/gps/notifier/MailNotification.java 93 Avoid printStackTrace(); use a logger call instead.
89264 src/com/gps/notifier/MailNotification.java 98 Parameter 'args' is not assigned and could be declared final
89265 src/com/gps/notifier/MailNotification.java 98 publicMethodCommentRequirement Required
89266 src/com/gps/notifier/MailNotification.java 101 Local variable 'sender' could be declared final
89267 src/com/gps/notifier/NotifierFactory.java 5 A class which only has private constructors should be final
89268 src/com/gps/notifier/NotifierFactory.java 5 headerCommentRequirement Required
89269 src/com/gps/notifier/NotifierFactory.java 7 Use explicit scoping instead of the default package private level
89270 src/com/gps/notifier/NotifierFactory.java 7 fieldCommentRequirement Required
89271 src/com/gps/notifier/NotifierFactory.java 8 The Logger variable declaration does not contain the static and final modifiers
89272 src/com/gps/notifier/NotifierFactory.java 8 fieldCommentRequirement Required
89273 src/com/gps/notifier/NotifierFactory.java 9 fieldCommentRequirement Required
89274 src/com/gps/notifier/NotifierFactory.java 15 publicMethodCommentRequirement Required
89275 src/com/gps/notifier/NotifierFactory.java 17 Singleton is not thread safe
89276 src/com/gps/notifier/NotifierFactory.java 24 Parameter 'className' is not assigned and could be declared final
89277 src/com/gps/notifier/NotifierFactory.java 24 publicMethodCommentRequirement Required
89278 src/com/gps/notifier/NotifierFactory.java 28 Avoid variables with short names like c
89279 src/com/gps/notifier/NotifierFactory.java 28 Local variable 'c' could be declared final
89280 src/com/gps/notifier/NotifierFactory.java 29 A method should have only one exit point, and that should be the last statement in the method
89281 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
89282 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
89283 src/com/gps/notifier/NotifierFactory.java 33 There is log block not surrounded by if
89284 src/com/gps/notifier/NotifierFactory.java 37 There is log block not surrounded by if
89285 src/com/gps/notifier/NotifierFactory.java 41 There is log block not surrounded by if
89286 src/com/gps/notifier/NotifierFactory.java 49 Parameter 'args' is not assigned and could be declared final
89287 src/com/gps/notifier/NotifierFactory.java 49 publicMethodCommentRequirement Required
89288 src/com/gps/notifier/SMSNotification.java 15 headerCommentRequirement Required
89289 src/com/gps/notifier/SMSNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
89290 src/com/gps/notifier/SMSNotification.java 17 Use explicit scoping instead of the default package private level
89291 src/com/gps/notifier/SMSNotification.java 17 fieldCommentRequirement Required
89292 src/com/gps/notifier/SMSNotification.java 18 The Logger variable declaration does not contain the static and final modifiers
89293 src/com/gps/notifier/SMSNotification.java 18 fieldCommentRequirement Required
89294 src/com/gps/notifier/SMSNotification.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
89295 src/com/gps/notifier/SMSNotification.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
89296 src/com/gps/notifier/SMSNotification.java 19 fieldCommentRequirement Required
89297 src/com/gps/notifier/SMSNotification.java 30 Avoid using implementation types like 'Hashtable'; use the interface instead
89298 src/com/gps/notifier/SMSNotification.java 30 Consider replacing this Hashtable with the newer java.util.Map
89299 src/com/gps/notifier/SMSNotification.java 30 Parameter 'conn' is not assigned and could be declared final
89300 src/com/gps/notifier/SMSNotification.java 30 Parameter 'group' is not assigned and could be declared final
89301 src/com/gps/notifier/SMSNotification.java 30 Parameter 'message' is not assigned and could be declared final
89302 src/com/gps/notifier/SMSNotification.java 30 Parameter 'subject' is not assigned and could be declared final
89303 src/com/gps/notifier/SMSNotification.java 33 Found 'DD'-anomaly for variable 'method' (lines '33'-'39').
89304 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
89305 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
89306 src/com/gps/notifier/SMSNotification.java 45 Local variable 'responseBody' could be declared final
89307 src/com/gps/notifier/SMSNotification.java 46 Avoid variables with short names like ss
89308 src/com/gps/notifier/SMSNotification.java 46 Local variable 'ss' could be declared final
89309 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
89310 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
89311 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
89312 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
89313 src/com/gps/notifier/SMSNotification.java 62 Potential violation of Law of Demeter (object not created locally)
89314 src/com/gps/notifier/SMSNotification.java 62 There is log block not surrounded by if
89315 src/com/gps/notifier/SMSNotification.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89316 src/com/gps/notifier/SMSNotification.java 66 Potential violation of Law of Demeter (object not created locally)
89317 src/com/gps/notifier/SMSNotification.java 66 There is log block not surrounded by if
89318 src/com/gps/notifier/SMSNotification.java 71 Avoid using if statements without curly braces
89319 src/com/gps/notifier/SMSNotification.java 72 Potential violation of Law of Demeter (object not created locally)
89320 src/com/gps/notifier/SMSNotification.java 77 Parameter 'method' is not assigned and could be declared final
89321 src/com/gps/notifier/SMSNotification.java 80 Found 'DD'-anomaly for variable 'responseBody' (lines '80'-'98').
89322 src/com/gps/notifier/SMSNotification.java 85 Local variable 'statusCode' could be declared final
89323 src/com/gps/notifier/SMSNotification.java 86 There is log block not surrounded by if
89324 src/com/gps/notifier/SMSNotification.java 86 There is log block not surrounded by if
89325 src/com/gps/notifier/SMSNotification.java 88 Avoid if (x != y) ..; else ..;
89326 src/com/gps/notifier/SMSNotification.java 90 There is log block not surrounded by if
89327 src/com/gps/notifier/SMSNotification.java 90 There is log block not surrounded by if
89328 src/com/gps/notifier/SMSNotification.java 94 There is log block not surrounded by if
89329 src/com/gps/notifier/SMSNotification.java 94 There is log block not surrounded by if
89330 src/com/gps/notifier/SMSNotification.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89331 src/com/gps/notifier/SMSNotification.java 102 Potential violation of Law of Demeter (object not created locally)
89332 src/com/gps/notifier/SMSNotification.java 102 There is log block not surrounded by if
89333 src/com/gps/notifier/SMSNotification.java 110 Avoid using implementation types like 'Hashtable'; use the interface instead
89334 src/com/gps/notifier/SMSNotification.java 110 Consider replacing this Hashtable with the newer java.util.Map
89335 src/com/gps/notifier/SMSNotification.java 110 Parameter 'message' is not assigned and could be declared final
89336 src/com/gps/notifier/SMSNotification.java 110 Parameter 'mobno' is not assigned and could be declared final
89337 src/com/gps/notifier/SMSNotification.java 110 Parameter 'smsProps' is not assigned and could be declared final
89338 src/com/gps/notifier/SMSNotification.java 112 Found 'DD'-anomaly for variable 'method' (lines '112'-'160').
89339 src/com/gps/notifier/SMSNotification.java 113 Found 'DD'-anomaly for variable 'sms_data' (lines '113'-'155').
89340 src/com/gps/notifier/SMSNotification.java 113 Found 'DU'-anomaly for variable 'sms_data' (lines '113'-'176').
89341 src/com/gps/notifier/SMSNotification.java 113 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sms_data' is not final.
89342 src/com/gps/notifier/SMSNotification.java 118 Local variable 'proxy' could be declared final
89343 src/com/gps/notifier/SMSNotification.java 121 Position literals first in String comparisons
89344 src/com/gps/notifier/SMSNotification.java 123 There is log block not surrounded by if
89345 src/com/gps/notifier/SMSNotification.java 123 There is log block not surrounded by if
89346 src/com/gps/notifier/SMSNotification.java 125 Local variable 'host' could be declared final
89347 src/com/gps/notifier/SMSNotification.java 129 Local variable 'queryString' could be declared final
89348 src/com/gps/notifier/SMSNotification.java 130 Avoid variables with short names like to
89349 src/com/gps/notifier/SMSNotification.java 130 Found 'DU'-anomaly for variable 'to' (lines '130'-'176').
89350 src/com/gps/notifier/SMSNotification.java 130 Local variable 'to' could be declared final
89351 src/com/gps/notifier/SMSNotification.java 133 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
89352 src/com/gps/notifier/SMSNotification.java 143 Avoid using Literals in Conditional Statements
89353 src/com/gps/notifier/SMSNotification.java 145 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
89354 src/com/gps/notifier/SMSNotification.java 149 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
89355 src/com/gps/notifier/SMSNotification.java 156 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
89356 src/com/gps/notifier/SMSNotification.java 162 There is log block not surrounded by if
89357 src/com/gps/notifier/SMSNotification.java 162 There is log block not surrounded by if
89358 src/com/gps/notifier/SMSNotification.java 165 Avoid catching NullPointerException; consider removing the cause of the NPE.
89359 src/com/gps/notifier/SMSNotification.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89360 src/com/gps/notifier/SMSNotification.java 167 There is log block not surrounded by if
89361 src/com/gps/notifier/SMSNotification.java 169 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89362 src/com/gps/notifier/SMSNotification.java 171 There is log block not surrounded by if
89363 src/com/gps/notifier/SMSNotification.java 178 Parameter 'args' is not assigned and could be declared final
89364 src/com/gps/notifier/SMSNotification.java 178 publicMethodCommentRequirement Required
89365 src/com/gps/notifier/SMSNotification.java 179 Document empty method
89366 src/com/gps/notifier/WSThread.java 8 To be compliant to J2EE, a webapp should not use any thread.
89367 src/com/gps/notifier/WSThread.java 8 headerCommentRequirement Required
89368 src/com/gps/notifier/WSThread.java 9 Variables that are final and static should be all capitals, 'log' is not all capitals.
89369 src/com/gps/notifier/WSThread.java 9 fieldCommentRequirement Required
89370 src/com/gps/notifier/WSThread.java 10 Found non-transient, non-static member. Please mark as transient or provide accessors.
89371 src/com/gps/notifier/WSThread.java 10 fieldCommentRequirement Required
89372 src/com/gps/notifier/WSThread.java 11 Use explicit scoping instead of the default package private level
89373 src/com/gps/notifier/WSThread.java 11 fieldCommentRequirement Required
89374 src/com/gps/notifier/WSThread.java 12 Use explicit scoping instead of the default package private level
89375 src/com/gps/notifier/WSThread.java 12 fieldCommentRequirement Required
89376 src/com/gps/notifier/WSThread.java 17 Parameter 'vehicleId' is not assigned and could be declared final
89377 src/com/gps/notifier/WSThread.java 19 There is log block not surrounded by if
89378 src/com/gps/notifier/WSThread.java 19 There is log block not surrounded by if
89379 src/com/gps/notifier/WSThread.java 23 publicMethodCommentRequirement Required
89380 src/com/gps/notifier/WSThread.java 24 There is log block not surrounded by if
89381 src/com/gps/notifier/WSThread.java 24 There is log block not surrounded by if
89382 src/com/gps/reports/ACReport.java 3 Avoid unused imports such as 'java.sql.Time'
89383 src/com/gps/reports/ACReport.java 9 Avoid unused imports such as 'java.util.Iterator'
89384 src/com/gps/reports/ACReport.java 28 The class 'ACReport' has a Cyclomatic Complexity of 11 (Highest = 22).
89385 src/com/gps/reports/ACReport.java 28 headerCommentRequirement Required
89386 src/com/gps/reports/ACReport.java 29 The Logger variable declaration does not contain the static and final modifiers
89387 src/com/gps/reports/ACReport.java 29 Use explicit scoping instead of the default package private level
89388 src/com/gps/reports/ACReport.java 29 fieldCommentRequirement Required
89389 src/com/gps/reports/ACReport.java 31 Found 'UR'-anomaly for variable 'event' (lines '31'-'47').
89390 src/com/gps/reports/ACReport.java 31 Parameter 'reportInput' is not assigned and could be declared final
89391 src/com/gps/reports/ACReport.java 32 Found 'DD'-anomaly for variable 'tpDao' (lines '32'-'41').
89392 src/com/gps/reports/ACReport.java 33 Found 'DD'-anomaly for variable 'packetList' (lines '33'-'50').
89393 src/com/gps/reports/ACReport.java 34 Found 'DD'-anomaly for variable 'propertyConfig' (lines '34'-'42').
89394 src/com/gps/reports/ACReport.java 35 Found 'DD'-anomaly for variable 'props' (lines '35'-'43').
89395 src/com/gps/reports/ACReport.java 36 Found 'DD'-anomaly for variable 'acEvents' (lines '36'-'44').
89396 src/com/gps/reports/ACReport.java 37 Found 'DD'-anomaly for variable 'speedLimit' (lines '37'-'45').
89397 src/com/gps/reports/ACReport.java 38 Found 'DD'-anomaly for variable 'acReportList' (lines '38'-'53').
89398 src/com/gps/reports/ACReport.java 39 Found 'DD'-anomaly for variable 'acEvent' (lines '39'-'57').
89399 src/com/gps/reports/ACReport.java 39 Found 'DU'-anomaly for variable 'acEvent' (lines '39'-'68').
89400 src/com/gps/reports/ACReport.java 43 Potential violation of Law of Demeter (object not created locally)
89401 src/com/gps/reports/ACReport.java 44 Potential violation of Law of Demeter (method chain calls)
89402 src/com/gps/reports/ACReport.java 44 Potential violation of Law of Demeter (method chain calls)
89403 src/com/gps/reports/ACReport.java 44 Potential violation of Law of Demeter (method chain calls)
89404 src/com/gps/reports/ACReport.java 44 Potential violation of Law of Demeter (object not created locally)
89405 src/com/gps/reports/ACReport.java 45 Found 'DU'-anomaly for variable 'speedLimit' (lines '45'-'68').
89406 src/com/gps/reports/ACReport.java 45 Potential violation of Law of Demeter (method chain calls)
89407 src/com/gps/reports/ACReport.java 45 Potential violation of Law of Demeter (method chain calls)
89408 src/com/gps/reports/ACReport.java 45 Potential violation of Law of Demeter (method chain calls)
89409 src/com/gps/reports/ACReport.java 45 Potential violation of Law of Demeter (object not created locally)
89410 src/com/gps/reports/ACReport.java 46 Local variable 'event' could be declared final
89411 src/com/gps/reports/ACReport.java 47 There is log block not surrounded by if
89412 src/com/gps/reports/ACReport.java 47 There is log block not surrounded by if
89413 src/com/gps/reports/ACReport.java 50 Potential violation of Law of Demeter (object not created locally)
89414 src/com/gps/reports/ACReport.java 51 Potential violation of Law of Demeter (object not created locally)
89415 src/com/gps/reports/ACReport.java 52 Potential violation of Law of Demeter (object not created locally)
89416 src/com/gps/reports/ACReport.java 52 There is log block not surrounded by if
89417 src/com/gps/reports/ACReport.java 52 There is log block not surrounded by if
89418 src/com/gps/reports/ACReport.java 54 Comment is too large: Line too long
89419 src/com/gps/reports/ACReport.java 55 Avoid using Literals in Conditional Statements
89420 src/com/gps/reports/ACReport.java 55 Potential violation of Law of Demeter (object not created locally)
89421 src/com/gps/reports/ACReport.java 55 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89422 src/com/gps/reports/ACReport.java 56 There is log block not surrounded by if
89423 src/com/gps/reports/ACReport.java 56 There is log block not surrounded by if
89424 src/com/gps/reports/ACReport.java 58 Deeply nested if..then statements are hard to read
89425 src/com/gps/reports/ACReport.java 58 Potential violation of Law of Demeter (method chain calls)
89426 src/com/gps/reports/ACReport.java 58 Potential violation of Law of Demeter (method chain calls)
89427 src/com/gps/reports/ACReport.java 58 Potential violation of Law of Demeter (object not created locally)
89428 src/com/gps/reports/ACReport.java 62 Potential violation of Law of Demeter (object not created locally)
89429 src/com/gps/reports/ACReport.java 62 There is log block not surrounded by if
89430 src/com/gps/reports/ACReport.java 62 There is log block not surrounded by if
89431 src/com/gps/reports/ACReport.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89432 src/com/gps/reports/ACReport.java 65 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 65
89433 src/com/gps/reports/ACReport.java 65 There is log block not surrounded by if
89434 src/com/gps/reports/ACReport.java 69 Comment is too large: Line too long
89435 src/com/gps/reports/ACReport.java 71 Avoid reassigning parameters such as 'acOnFlag'
89436 src/com/gps/reports/ACReport.java 71 Parameter 'acEvents' is not assigned and could be declared final
89437 src/com/gps/reports/ACReport.java 71 Parameter 'packetList' is not assigned and could be declared final
89438 src/com/gps/reports/ACReport.java 71 Parameter 'reportInput' is not assigned and could be declared final
89439 src/com/gps/reports/ACReport.java 71 Parameter 'speedLimit' is not assigned and could be declared final
89440 src/com/gps/reports/ACReport.java 71 The method 'computeACUsage' has a Cyclomatic Complexity of 22.
89441 src/com/gps/reports/ACReport.java 71 The method computeACUsage() has an NPath complexity of 1767
89442 src/com/gps/reports/ACReport.java 72 Found 'DD'-anomaly for variable 'acOnEvent' (lines '72'-'87').
89443 src/com/gps/reports/ACReport.java 73 Found 'DD'-anomaly for variable 'acOffEvent' (lines '73'-'88').
89444 src/com/gps/reports/ACReport.java 74 Found 'DD'-anomaly for variable 'acReportVo' (lines '74'-'99').
89445 src/com/gps/reports/ACReport.java 76 Local variable 'dateFormat' could be declared final
89446 src/com/gps/reports/ACReport.java 76 When instantiating a SimpleDateFormat object, specify a Locale
89447 src/com/gps/reports/ACReport.java 77 Avoid declaring a variable if it is unreferenced before a possible exit point.
89448 src/com/gps/reports/ACReport.java 77 Avoid unused local variables such as 'timeFormat'.
89449 src/com/gps/reports/ACReport.java 77 Found 'DU'-anomaly for variable 'timeFormat' (lines '77'-'146').
89450 src/com/gps/reports/ACReport.java 77 Local variable 'timeFormat' could be declared final
89451 src/com/gps/reports/ACReport.java 77 When instantiating a SimpleDateFormat object, specify a Locale
89452 src/com/gps/reports/ACReport.java 78 Found 'DD'-anomaly for variable 'startTime' (lines '78'-'102').
89453 src/com/gps/reports/ACReport.java 79 Found 'DD'-anomaly for variable 'endTime' (lines '79'-'126').
89454 src/com/gps/reports/ACReport.java 79 Found 'DU'-anomaly for variable 'endTime' (lines '79'-'146').
89455 src/com/gps/reports/ACReport.java 80 Local variable 'acReportList' could be declared final
89456 src/com/gps/reports/ACReport.java 81 Found 'DD'-anomaly for variable 'packetEvent' (lines '81'-'90').
89457 src/com/gps/reports/ACReport.java 82 Found 'DD'-anomaly for variable 'idleTime' (lines '82'-'105').
89458 src/com/gps/reports/ACReport.java 83 Avoid declaring a variable if it is unreferenced before a possible exit point.
89459 src/com/gps/reports/ACReport.java 83 Avoid unused local variables such as 'acEvent'.
89460 src/com/gps/reports/ACReport.java 83 Found 'DU'-anomaly for variable 'acEvent' (lines '83'-'146').
89461 src/com/gps/reports/ACReport.java 83 Local variable 'acEvent' could be declared final
89462 src/com/gps/reports/ACReport.java 84 Avoid unused local variables such as 'acOffFlag'.
89463 src/com/gps/reports/ACReport.java 84 Found 'DD'-anomaly for variable 'acOffFlag' (lines '84'-'95').
89464 src/com/gps/reports/ACReport.java 86 Avoid using Literals in Conditional Statements
89465 src/com/gps/reports/ACReport.java 87 Potential violation of Law of Demeter (method chain calls)
89466 src/com/gps/reports/ACReport.java 88 Potential violation of Law of Demeter (method chain calls)
89467 src/com/gps/reports/ACReport.java 90 Potential violation of Law of Demeter (method chain calls)
89468 src/com/gps/reports/ACReport.java 91 Potential violation of Law of Demeter (object not created locally)
89469 src/com/gps/reports/ACReport.java 94 Potential violation of Law of Demeter (object not created locally)
89470 src/com/gps/reports/ACReport.java 95 Found 'DD'-anomaly for variable 'acOffFlag' (lines '95'-'95').
89471 src/com/gps/reports/ACReport.java 95 Found 'DU'-anomaly for variable 'acOffFlag' (lines '95'-'146').
89472 src/com/gps/reports/ACReport.java 98 Avoid unnecessary comparisons in boolean expressions
89473 src/com/gps/reports/ACReport.java 98 Potential violation of Law of Demeter (object not created locally)
89474 src/com/gps/reports/ACReport.java 99 Avoid instantiating new objects inside loops
89475 src/com/gps/reports/ACReport.java 100 Potential violation of Law of Demeter (method chain calls)
89476 src/com/gps/reports/ACReport.java 100 Potential violation of Law of Demeter (method chain calls)
89477 src/com/gps/reports/ACReport.java 100 Potential violation of Law of Demeter (object not created locally)
89478 src/com/gps/reports/ACReport.java 101 Potential violation of Law of Demeter (method chain calls)
89479 src/com/gps/reports/ACReport.java 101 Potential violation of Law of Demeter (method chain calls)
89480 src/com/gps/reports/ACReport.java 101 Potential violation of Law of Demeter (object not created locally)
89481 src/com/gps/reports/ACReport.java 102 Potential violation of Law of Demeter (method chain calls)
89482 src/com/gps/reports/ACReport.java 103 Potential violation of Law of Demeter (object not created locally)
89483 src/com/gps/reports/ACReport.java 103 Potential violation of Law of Demeter (object not created locally)
89484 src/com/gps/reports/ACReport.java 104 Found 'DD'-anomaly for variable 'objectFlag' (lines '104'-'114').
89485 src/com/gps/reports/ACReport.java 105 Found 'DD'-anomaly for variable 'idleTime' (lines '105'-'115').
89486 src/com/gps/reports/ACReport.java 105 Found 'DU'-anomaly for variable 'idleTime' (lines '105'-'146').
89487 src/com/gps/reports/ACReport.java 108 Potential violation of Law of Demeter (object not created locally)
89488 src/com/gps/reports/ACReport.java 108 Potential violation of Law of Demeter (object not created locally)
89489 src/com/gps/reports/ACReport.java 108 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89490 src/com/gps/reports/ACReport.java 109 Avoid instantiating new objects inside loops
89491 src/com/gps/reports/ACReport.java 110 Potential violation of Law of Demeter (method chain calls)
89492 src/com/gps/reports/ACReport.java 110 Potential violation of Law of Demeter (method chain calls)
89493 src/com/gps/reports/ACReport.java 110 Potential violation of Law of Demeter (object not created locally)
89494 src/com/gps/reports/ACReport.java 111 Potential violation of Law of Demeter (method chain calls)
89495 src/com/gps/reports/ACReport.java 111 Potential violation of Law of Demeter (method chain calls)
89496 src/com/gps/reports/ACReport.java 111 Potential violation of Law of Demeter (object not created locally)
89497 src/com/gps/reports/ACReport.java 112 Potential violation of Law of Demeter (method chain calls)
89498 src/com/gps/reports/ACReport.java 113 Potential violation of Law of Demeter (object not created locally)
89499 src/com/gps/reports/ACReport.java 113 Potential violation of Law of Demeter (object not created locally)
89500 src/com/gps/reports/ACReport.java 115 Found 'DD'-anomaly for variable 'idleTime' (lines '115'-'105').
89501 src/com/gps/reports/ACReport.java 115 Found 'DD'-anomaly for variable 'idleTime' (lines '115'-'115').
89502 src/com/gps/reports/ACReport.java 115 Found 'DU'-anomaly for variable 'idleTime' (lines '115'-'146').
89503 src/com/gps/reports/ACReport.java 118 Avoid unnecessary comparisons in boolean expressions
89504 src/com/gps/reports/ACReport.java 118 Potential violation of Law of Demeter (method chain calls)
89505 src/com/gps/reports/ACReport.java 118 Potential violation of Law of Demeter (method chain calls)
89506 src/com/gps/reports/ACReport.java 118 Potential violation of Law of Demeter (method chain calls)
89507 src/com/gps/reports/ACReport.java 118 Potential violation of Law of Demeter (method chain calls)
89508 src/com/gps/reports/ACReport.java 118 Potential violation of Law of Demeter (object not created locally)
89509 src/com/gps/reports/ACReport.java 118 Useless parentheses.
89510 src/com/gps/reports/ACReport.java 118 Useless parentheses.
89511 src/com/gps/reports/ACReport.java 119 Potential violation of Law of Demeter (method chain calls)
89512 src/com/gps/reports/ACReport.java 119 Potential violation of Law of Demeter (method chain calls)
89513 src/com/gps/reports/ACReport.java 119 Potential violation of Law of Demeter (method chain calls)
89514 src/com/gps/reports/ACReport.java 119 Potential violation of Law of Demeter (method chain calls)
89515 src/com/gps/reports/ACReport.java 119 Useless parentheses.
89516 src/com/gps/reports/ACReport.java 119 Useless parentheses.
89517 src/com/gps/reports/ACReport.java 122 Comment is too large: Line too long
89518 src/com/gps/reports/ACReport.java 123 Potential violation of Law of Demeter (object not created locally)
89519 src/com/gps/reports/ACReport.java 123 Useless parentheses.
89520 src/com/gps/reports/ACReport.java 123 Useless parentheses.
89521 src/com/gps/reports/ACReport.java 124 Potential violation of Law of Demeter (method chain calls)
89522 src/com/gps/reports/ACReport.java 124 Potential violation of Law of Demeter (method chain calls)
89523 src/com/gps/reports/ACReport.java 124 Potential violation of Law of Demeter (object not created locally)
89524 src/com/gps/reports/ACReport.java 125 Potential violation of Law of Demeter (method chain calls)
89525 src/com/gps/reports/ACReport.java 125 Potential violation of Law of Demeter (method chain calls)
89526 src/com/gps/reports/ACReport.java 125 Potential violation of Law of Demeter (object not created locally)
89527 src/com/gps/reports/ACReport.java 126 Potential violation of Law of Demeter (method chain calls)
89528 src/com/gps/reports/ACReport.java 127 Potential violation of Law of Demeter (object not created locally)
89529 src/com/gps/reports/ACReport.java 127 Potential violation of Law of Demeter (object not created locally)
89530 src/com/gps/reports/ACReport.java 128 Local variable 'duration' could be declared final
89531 src/com/gps/reports/ACReport.java 128 Potential violation of Law of Demeter (object not created locally)
89532 src/com/gps/reports/ACReport.java 128 Potential violation of Law of Demeter (object not created locally)
89533 src/com/gps/reports/ACReport.java 128 Potential violation of Law of Demeter (object not created locally)
89534 src/com/gps/reports/ACReport.java 129 Potential violation of Law of Demeter (method chain calls)
89535 src/com/gps/reports/ACReport.java 129 Potential violation of Law of Demeter (object not created locally)
89536 src/com/gps/reports/ACReport.java 130 Potential violation of Law of Demeter (method chain calls)
89537 src/com/gps/reports/ACReport.java 130 Potential violation of Law of Demeter (object not created locally)
89538 src/com/gps/reports/ACReport.java 131 Found 'DU'-anomaly for variable 'objectFlag' (lines '131'-'146').
89539 src/com/gps/reports/ACReport.java 132 Avoid unnecessary comparisons in boolean expressions
89540 src/com/gps/reports/ACReport.java 132 Deeply nested if..then statements are hard to read
89541 src/com/gps/reports/ACReport.java 132 Potential violation of Law of Demeter (object not created locally)
89542 src/com/gps/reports/ACReport.java 132 Potential violation of Law of Demeter (object not created locally)
89543 src/com/gps/reports/ACReport.java 133 Potential violation of Law of Demeter (object not created locally)
89544 src/com/gps/reports/ACReport.java 135 Assigning an Object to null is a code smell. Consider refactoring.
89545 src/com/gps/reports/ACReport.java 135 Found 'DD'-anomaly for variable 'acReportVo' (lines '135'-'109').
89546 src/com/gps/reports/ACReport.java 135 Found 'DD'-anomaly for variable 'acReportVo' (lines '135'-'99').
89547 src/com/gps/reports/ACReport.java 135 Found 'DU'-anomaly for variable 'acReportVo' (lines '135'-'146').
89548 src/com/gps/reports/ACReport.java 136 Found 'DD'-anomaly for variable 'idleTime' (lines '136'-'105').
89549 src/com/gps/reports/ACReport.java 136 Found 'DD'-anomaly for variable 'idleTime' (lines '136'-'115').
89550 src/com/gps/reports/ACReport.java 136 Found 'DU'-anomaly for variable 'idleTime' (lines '136'-'146').
89551 src/com/gps/reports/ACReport.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89552 src/com/gps/reports/ACReport.java 142 There is log block not surrounded by if
89553 src/com/gps/reports/ACReport.java 144 There is log block not surrounded by if
89554 src/com/gps/reports/ACReport.java 144 There is log block not surrounded by if
89555 src/com/gps/reports/ACReport.java 148 Parameter 'duration' is not assigned and could be declared final
89556 src/com/gps/reports/ACReport.java 149 Found 'DD'-anomaly for variable 'hours' (lines '149'-'157').
89557 src/com/gps/reports/ACReport.java 149 Found 'DU'-anomaly for variable 'hours' (lines '149'-'187').
89558 src/com/gps/reports/ACReport.java 150 Found 'DD'-anomaly for variable 'rem' (lines '150'-'158').
89559 src/com/gps/reports/ACReport.java 150 Found 'DD'-anomaly for variable 'rem' (lines '150'-'166').
89560 src/com/gps/reports/ACReport.java 150 Found 'DU'-anomaly for variable 'rem' (lines '150'-'187').
89561 src/com/gps/reports/ACReport.java 151 Found 'DD'-anomaly for variable 'mins' (lines '151'-'159').
89562 src/com/gps/reports/ACReport.java 151 Found 'DD'-anomaly for variable 'mins' (lines '151'-'165').
89563 src/com/gps/reports/ACReport.java 151 Found 'DU'-anomaly for variable 'mins' (lines '151'-'187').
89564 src/com/gps/reports/ACReport.java 152 Avoid variables with short names like hr
89565 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'hr' (lines '152'-'161').
89566 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'min' (lines '152'-'162').
89567 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'min' (lines '152'-'167').
89568 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'sec' (lines '152'-'163').
89569 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'sec' (lines '152'-'168').
89570 src/com/gps/reports/ACReport.java 152 Found 'DD'-anomaly for variable 'sec' (lines '152'-'171').
89571 src/com/gps/reports/ACReport.java 152 Use one line for each declaration, it enhances code readability.
89572 src/com/gps/reports/ACReport.java 153 Found 'DD'-anomaly for variable 'time' (lines '153'-'181').
89573 src/com/gps/reports/ACReport.java 156 Avoid using Literals in Conditional Statements
89574 src/com/gps/reports/ACReport.java 164 Avoid using Literals in Conditional Statements
89575 src/com/gps/reports/ACReport.java 174 Avoid using Literals in Conditional Statements
89576 src/com/gps/reports/ACReport.java 174 Avoid using if statements without curly braces
89577 src/com/gps/reports/ACReport.java 174 Potential violation of Law of Demeter (object not created locally)
89578 src/com/gps/reports/ACReport.java 175 Prefer StringBuffer over += for concatenating strings
89579 src/com/gps/reports/ACReport.java 176 Avoid using Literals in Conditional Statements
89580 src/com/gps/reports/ACReport.java 176 Avoid using if statements without curly braces
89581 src/com/gps/reports/ACReport.java 176 Potential violation of Law of Demeter (object not created locally)
89582 src/com/gps/reports/ACReport.java 177 Prefer StringBuffer over += for concatenating strings
89583 src/com/gps/reports/ACReport.java 178 Avoid using Literals in Conditional Statements
89584 src/com/gps/reports/ACReport.java 178 Avoid using if statements without curly braces
89585 src/com/gps/reports/ACReport.java 178 Potential violation of Law of Demeter (object not created locally)
89586 src/com/gps/reports/ACReport.java 179 Prefer StringBuffer over += for concatenating strings
89587 src/com/gps/reports/ACReport.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89588 src/com/gps/reports/ACReport.java 184 There is log block not surrounded by if
89589 src/com/gps/reports/ACReport.java 189 Parameter 'acEvents' is not assigned and could be declared final
89590 src/com/gps/reports/ACReport.java 189 Parameter 'reportInput' is not assigned and could be declared final
89591 src/com/gps/reports/ACReport.java 190 Found 'DD'-anomaly for variable 'fromDate' (lines '190'-'205').
89592 src/com/gps/reports/ACReport.java 191 Found 'DD'-anomaly for variable 'toDate' (lines '191'-'200').
89593 src/com/gps/reports/ACReport.java 192 Found 'DD'-anomaly for variable 'calendar' (lines '192'-'199').
89594 src/com/gps/reports/ACReport.java 193 Found 'DD'-anomaly for variable 'tpDao' (lines '193'-'198').
89595 src/com/gps/reports/ACReport.java 194 Found 'DD'-anomaly for variable 'vehId' (lines '194'-'206').
89596 src/com/gps/reports/ACReport.java 195 Found 'DD'-anomaly for variable 'eventList' (lines '195'-'208').
89597 src/com/gps/reports/ACReport.java 196 Found 'DD'-anomaly for variable 'acEvent' (lines '196'-'211').
89598 src/com/gps/reports/ACReport.java 201 Potential violation of Law of Demeter (object not created locally)
89599 src/com/gps/reports/ACReport.java 202 Potential violation of Law of Demeter (object not created locally)
89600 src/com/gps/reports/ACReport.java 203 Potential violation of Law of Demeter (object not created locally)
89601 src/com/gps/reports/ACReport.java 204 Potential violation of Law of Demeter (object not created locally)
89602 src/com/gps/reports/ACReport.java 205 Potential violation of Law of Demeter (object not created locally)
89603 src/com/gps/reports/ACReport.java 207 There is log block not surrounded by if
89604 src/com/gps/reports/ACReport.java 207 There is log block not surrounded by if
89605 src/com/gps/reports/ACReport.java 208 Potential violation of Law of Demeter (object not created locally)
89606 src/com/gps/reports/ACReport.java 209 There is log block not surrounded by if
89607 src/com/gps/reports/ACReport.java 209 There is log block not surrounded by if
89608 src/com/gps/reports/ACReport.java 210 Potential violation of Law of Demeter (object not created locally)
89609 src/com/gps/reports/ACReport.java 210 Potential violation of Law of Demeter (object not created locally)
89610 src/com/gps/reports/ACReport.java 211 Potential violation of Law of Demeter (object not created locally)
89611 src/com/gps/reports/ACReport.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89612 src/com/gps/reports/ACReport.java 214 There is log block not surrounded by if
89613 src/com/gps/reports/DistanceReport.java 1 Possible God class (WMC=110, ATFD=133, TCC=0.0)
89614 src/com/gps/reports/DistanceReport.java 24 The class 'DistanceReport' has a Cyclomatic Complexity of 12 (Highest = 61).
89615 src/com/gps/reports/DistanceReport.java 26 The Logger variable declaration does not contain the static and final modifiers
89616 src/com/gps/reports/DistanceReport.java 26 fieldCommentRequirement Required
89617 src/com/gps/reports/DistanceReport.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
89618 src/com/gps/reports/DistanceReport.java 27 Perhaps 'dataList' could be replaced by a local variable.
89619 src/com/gps/reports/DistanceReport.java 27 fieldCommentRequirement Required
89620 src/com/gps/reports/DistanceReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
89621 src/com/gps/reports/DistanceReport.java 28 Perhaps 'vehDAO' could be replaced by a local variable.
89622 src/com/gps/reports/DistanceReport.java 28 fieldCommentRequirement Required
89623 src/com/gps/reports/DistanceReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
89624 src/com/gps/reports/DistanceReport.java 29 Perhaps 'tripDAO' could be replaced by a local variable.
89625 src/com/gps/reports/DistanceReport.java 29 fieldCommentRequirement Required
89626 src/com/gps/reports/DistanceReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
89627 src/com/gps/reports/DistanceReport.java 30 Use explicit scoping instead of the default package private level
89628 src/com/gps/reports/DistanceReport.java 30 When instantiating a SimpleDateFormat object, specify a Locale
89629 src/com/gps/reports/DistanceReport.java 30 fieldCommentRequirement Required
89630 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'date' (lines '33'-'80').
89631 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'date' (lines '33'-'80').
89632 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'day' (lines '33'-'68').
89633 src/com/gps/reports/DistanceReport.java 33 Found 'UR'-anomaly for variable 'day' (lines '33'-'68').
89634 src/com/gps/reports/DistanceReport.java 33 Parameter 'fromDate' is not assigned and could be declared final
89635 src/com/gps/reports/DistanceReport.java 33 Parameter 'toDate' is not assigned and could be declared final
89636 src/com/gps/reports/DistanceReport.java 33 Parameter 'vehicleid' is not assigned and could be declared final
89637 src/com/gps/reports/DistanceReport.java 33 The method 'getReports' has a Cyclomatic Complexity of 13.
89638 src/com/gps/reports/DistanceReport.java 33 publicMethodCommentRequirement Required
89639 src/com/gps/reports/DistanceReport.java 35 There is log block not surrounded by if
89640 src/com/gps/reports/DistanceReport.java 35 There is log block not surrounded by if
89641 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'100').
89642 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'100').
89643 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'57').
89644 src/com/gps/reports/DistanceReport.java 36 Found 'DD'-anomaly for variable 'objTripVO' (lines '36'-'57').
89645 src/com/gps/reports/DistanceReport.java 36 Found 'DU'-anomaly for variable 'objTripVO' (lines '36'-'120').
89646 src/com/gps/reports/DistanceReport.java 36 Found 'DU'-anomaly for variable 'objTripVO' (lines '36'-'120').
89647 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'70').
89648 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'70').
89649 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'97').
89650 src/com/gps/reports/DistanceReport.java 38 Found 'DD'-anomaly for variable 'tripListAll' (lines '38'-'97').
89651 src/com/gps/reports/DistanceReport.java 38 Found 'DU'-anomaly for variable 'tripListAll' (lines '38'-'120').
89652 src/com/gps/reports/DistanceReport.java 38 Found 'DU'-anomaly for variable 'tripListAll' (lines '38'-'120').
89653 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'endofDay' (lines '39'-'68').
89654 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'endofDay' (lines '39'-'68').
89655 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'orgName' (lines '39'-'49').
89656 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'orgName' (lines '39'-'49').
89657 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'startofDay' (lines '39'-'69').
89658 src/com/gps/reports/DistanceReport.java 39 Found 'DD'-anomaly for variable 'startofDay' (lines '39'-'69').
89659 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'endofDay' (lines '39'-'120').
89660 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'endofDay' (lines '39'-'120').
89661 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'orgName' (lines '39'-'120').
89662 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'orgName' (lines '39'-'120').
89663 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'startofDay' (lines '39'-'120').
89664 src/com/gps/reports/DistanceReport.java 39 Found 'DU'-anomaly for variable 'startofDay' (lines '39'-'120').
89665 src/com/gps/reports/DistanceReport.java 39 Use one line for each declaration, it enhances code readability.
89666 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
89667 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
89668 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'orgName' (lines '49'-'120').
89669 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'orgName' (lines '49'-'120').
89670 src/com/gps/reports/DistanceReport.java 49 Potential violation of Law of Demeter (method chain calls)
89671 src/com/gps/reports/DistanceReport.java 49 Potential violation of Law of Demeter (object not created locally)
89672 src/com/gps/reports/DistanceReport.java 50 Potential violation of Law of Demeter (object not created locally)
89673 src/com/gps/reports/DistanceReport.java 50 There is log block not surrounded by if
89674 src/com/gps/reports/DistanceReport.java 50 There is log block not surrounded by if
89675 src/com/gps/reports/DistanceReport.java 53 Local variable 'SummaryDAO' could be declared final
89676 src/com/gps/reports/DistanceReport.java 53 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
89677 src/com/gps/reports/DistanceReport.java 54 Local variable 'report' could be declared final
89678 src/com/gps/reports/DistanceReport.java 54 Potential violation of Law of Demeter (object not created locally)
89679 src/com/gps/reports/DistanceReport.java 54 Potential violation of Law of Demeter (object not created locally)
89680 src/com/gps/reports/DistanceReport.java 55 Avoid using Literals in Conditional Statements
89681 src/com/gps/reports/DistanceReport.java 55 Potential violation of Law of Demeter (object not created locally)
89682 src/com/gps/reports/DistanceReport.java 55 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89683 src/com/gps/reports/DistanceReport.java 57 Potential violation of Law of Demeter (object not created locally)
89684 src/com/gps/reports/DistanceReport.java 58 There is log block not surrounded by if
89685 src/com/gps/reports/DistanceReport.java 58 There is log block not surrounded by if
89686 src/com/gps/reports/DistanceReport.java 62 Local variable 'NotFoundList' could be declared final
89687 src/com/gps/reports/DistanceReport.java 62 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
89688 src/com/gps/reports/DistanceReport.java 64 Avoid using Literals in Conditional Statements
89689 src/com/gps/reports/DistanceReport.java 64 Potential violation of Law of Demeter (object not created locally)
89690 src/com/gps/reports/DistanceReport.java 64 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89691 src/com/gps/reports/DistanceReport.java 66 Local variable 'day' could be declared final
89692 src/com/gps/reports/DistanceReport.java 70 Potential violation of Law of Demeter (object not created locally)
89693 src/com/gps/reports/DistanceReport.java 71 Avoid using Literals in Conditional Statements
89694 src/com/gps/reports/DistanceReport.java 71 Deeply nested if..then statements are hard to read
89695 src/com/gps/reports/DistanceReport.java 71 Potential violation of Law of Demeter (object not created locally)
89696 src/com/gps/reports/DistanceReport.java 71 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89697 src/com/gps/reports/DistanceReport.java 73 Potential violation of Law of Demeter (object not created locally)
89698 src/com/gps/reports/DistanceReport.java 75 Deeply nested if..then statements are hard to read
89699 src/com/gps/reports/DistanceReport.java 78 Local variable 'date' could be declared final
89700 src/com/gps/reports/DistanceReport.java 78 Potential violation of Law of Demeter (object not created locally)
89701 src/com/gps/reports/DistanceReport.java 80 Potential violation of Law of Demeter (method chain calls)
89702 src/com/gps/reports/DistanceReport.java 84 Potential violation of Law of Demeter (method chain calls)
89703 src/com/gps/reports/DistanceReport.java 87 Parameter 'o1' is not assigned and could be declared final
89704 src/com/gps/reports/DistanceReport.java 87 Parameter 'o2' is not assigned and could be declared final
89705 src/com/gps/reports/DistanceReport.java 87 publicMethodCommentRequirement Required
89706 src/com/gps/reports/DistanceReport.java 90 Potential violation of Law of Demeter (method chain calls)
89707 src/com/gps/reports/DistanceReport.java 97 Potential violation of Law of Demeter (object not created locally)
89708 src/com/gps/reports/DistanceReport.java 99 Avoid using Literals in Conditional Statements
89709 src/com/gps/reports/DistanceReport.java 99 Potential violation of Law of Demeter (object not created locally)
89710 src/com/gps/reports/DistanceReport.java 99 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89711 src/com/gps/reports/DistanceReport.java 100 Potential violation of Law of Demeter (object not created locally)
89712 src/com/gps/reports/DistanceReport.java 104 Comment is too large: Line too long
89713 src/com/gps/reports/DistanceReport.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89714 src/com/gps/reports/DistanceReport.java 113 Avoid printStackTrace(); use a logger call instead.
89715 src/com/gps/reports/DistanceReport.java 113 Potential violation of Law of Demeter (object not created locally)
89716 src/com/gps/reports/DistanceReport.java 116 Avoid using Literals in Conditional Statements
89717 src/com/gps/reports/DistanceReport.java 116 Avoid using if statements without curly braces
89718 src/com/gps/reports/DistanceReport.java 116 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89719 src/com/gps/reports/DistanceReport.java 117 Assigning an Object to null is a code smell. Consider refactoring.
89720 src/com/gps/reports/DistanceReport.java 123 Avoid really long methods.
89721 src/com/gps/reports/DistanceReport.java 123 Avoid unused method parameters such as 'vehicleId'.
89722 src/com/gps/reports/DistanceReport.java 123 Found 'UR'-anomaly for variable 'reportSummary' (lines '123'-'140').
89723 src/com/gps/reports/DistanceReport.java 123 Method names should not start with capital letters
89724 src/com/gps/reports/DistanceReport.java 123 Parameter 'All' is not assigned and could be declared final
89725 src/com/gps/reports/DistanceReport.java 123 Parameter 'orgName' is not assigned and could be declared final
89726 src/com/gps/reports/DistanceReport.java 123 Parameter 'report' is not assigned and could be declared final
89727 src/com/gps/reports/DistanceReport.java 123 Parameter 'veh' is not assigned and could be declared final
89728 src/com/gps/reports/DistanceReport.java 123 Parameter 'vehicleId' is not assigned and could be declared final
89729 src/com/gps/reports/DistanceReport.java 123 The method 'GetDistanceSummary' has a Cyclomatic Complexity of 14.
89730 src/com/gps/reports/DistanceReport.java 123 Variables should start with a lowercase character, 'All' starts with uppercase character.
89731 src/com/gps/reports/DistanceReport.java 125 Found 'DU'-anomaly for variable 'lastDate' (lines '125'-'229').
89732 src/com/gps/reports/DistanceReport.java 125 Found 'DU'-anomaly for variable 'lastTrip' (lines '125'-'229').
89733 src/com/gps/reports/DistanceReport.java 125 Use one line for each declaration, it enhances code readability.
89734 src/com/gps/reports/DistanceReport.java 126 Local variable 'trip' could be declared final
89735 src/com/gps/reports/DistanceReport.java 127 Found 'DD'-anomaly for variable 'datevo' (lines '127'-'179').
89736 src/com/gps/reports/DistanceReport.java 127 Found 'DD'-anomaly for variable 'datevo' (lines '127'-'190').
89737 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'148').
89738 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'170').
89739 src/com/gps/reports/DistanceReport.java 128 Found 'DD'-anomaly for variable 'tripdistance' (lines '128'-'199').
89740 src/com/gps/reports/DistanceReport.java 128 Found 'DU'-anomaly for variable 'tripdistance' (lines '128'-'229').
89741 src/com/gps/reports/DistanceReport.java 129 Found 'DD'-anomaly for variable 'tripList' (lines '129'-'182').
89742 src/com/gps/reports/DistanceReport.java 130 Found 'DU'-anomaly for variable 'tripDetailsDAO' (lines '130'-'229').
89743 src/com/gps/reports/DistanceReport.java 130 Local variable 'tripDetailsDAO' could be declared final
89744 src/com/gps/reports/DistanceReport.java 131 Found 'DD'-anomaly for variable 'tripDetails' (lines '131'-'140').
89745 src/com/gps/reports/DistanceReport.java 131 Found 'DU'-anomaly for variable 'tripDetails' (lines '131'-'229').
89746 src/com/gps/reports/DistanceReport.java 132 Found 'DU'-anomaly for variable 'count' (lines '132'-'229').
89747 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (object not created locally)
89748 src/com/gps/reports/DistanceReport.java 137 Potential violation of Law of Demeter (object not created locally)
89749 src/com/gps/reports/DistanceReport.java 138 Local variable 'reportSummary' could be declared final
89750 src/com/gps/reports/DistanceReport.java 140 Potential violation of Law of Demeter (object not created locally)
89751 src/com/gps/reports/DistanceReport.java 140 Potential violation of Law of Demeter (object not created locally)
89752 src/com/gps/reports/DistanceReport.java 141 Avoid if (x != y) ..; else ..;
89753 src/com/gps/reports/DistanceReport.java 143 Potential violation of Law of Demeter (object not created locally)
89754 src/com/gps/reports/DistanceReport.java 143 Potential violation of Law of Demeter (object not created locally)
89755 src/com/gps/reports/DistanceReport.java 145 Local variable 'tripDist' could be declared final
89756 src/com/gps/reports/DistanceReport.java 145 Potential violation of Law of Demeter (object not created locally)
89757 src/com/gps/reports/DistanceReport.java 148 Avoid instantiating new objects inside loops
89758 src/com/gps/reports/DistanceReport.java 149 Potential violation of Law of Demeter (object not created locally)
89759 src/com/gps/reports/DistanceReport.java 149 There is log block not surrounded by if
89760 src/com/gps/reports/DistanceReport.java 149 There is log block not surrounded by if
89761 src/com/gps/reports/DistanceReport.java 150 Potential violation of Law of Demeter (method chain calls)
89762 src/com/gps/reports/DistanceReport.java 150 Potential violation of Law of Demeter (object not created locally)
89763 src/com/gps/reports/DistanceReport.java 150 The String literal "default" appears 8 times in this file; the first occurrence is on line 150
89764 src/com/gps/reports/DistanceReport.java 151 Avoid using if...else statements without curly braces
89765 src/com/gps/reports/DistanceReport.java 151 Potential violation of Law of Demeter (object not created locally)
89766 src/com/gps/reports/DistanceReport.java 151 The String literal "Non Trip" appears 4 times in this file; the first occurrence is on line 151
89767 src/com/gps/reports/DistanceReport.java 153 Avoid using if...else statements without curly braces
89768 src/com/gps/reports/DistanceReport.java 153 Potential violation of Law of Demeter (object not created locally)
89769 src/com/gps/reports/DistanceReport.java 153 Potential violation of Law of Demeter (object not created locally)
89770 src/com/gps/reports/DistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
89771 src/com/gps/reports/DistanceReport.java 154 Potential violation of Law of Demeter (object not created locally)
89772 src/com/gps/reports/DistanceReport.java 155 Potential violation of Law of Demeter (object not created locally)
89773 src/com/gps/reports/DistanceReport.java 159 Potential violation of Law of Demeter (object not created locally)
89774 src/com/gps/reports/DistanceReport.java 159 There is log block not surrounded by if
89775 src/com/gps/reports/DistanceReport.java 159 There is log block not surrounded by if
89776 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
89777 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
89778 src/com/gps/reports/DistanceReport.java 160 Potential violation of Law of Demeter (object not created locally)
89779 src/com/gps/reports/DistanceReport.java 165 Avoid using Literals in Conditional Statements
89780 src/com/gps/reports/DistanceReport.java 165 Use equals() to compare strings instead of '==' or '!='
89781 src/com/gps/reports/DistanceReport.java 167 Potential violation of Law of Demeter (object not created locally)
89782 src/com/gps/reports/DistanceReport.java 168 Potential violation of Law of Demeter (object not created locally)
89783 src/com/gps/reports/DistanceReport.java 170 Avoid instantiating new objects inside loops
89784 src/com/gps/reports/DistanceReport.java 171 Potential violation of Law of Demeter (object not created locally)
89785 src/com/gps/reports/DistanceReport.java 171 There is log block not surrounded by if
89786 src/com/gps/reports/DistanceReport.java 171 There is log block not surrounded by if
89787 src/com/gps/reports/DistanceReport.java 172 Potential violation of Law of Demeter (method chain calls)
89788 src/com/gps/reports/DistanceReport.java 172 Potential violation of Law of Demeter (object not created locally)
89789 src/com/gps/reports/DistanceReport.java 173 Avoid using if...else statements without curly braces
89790 src/com/gps/reports/DistanceReport.java 173 Potential violation of Law of Demeter (object not created locally)
89791 src/com/gps/reports/DistanceReport.java 175 Avoid using if...else statements without curly braces
89792 src/com/gps/reports/DistanceReport.java 175 Potential violation of Law of Demeter (object not created locally)
89793 src/com/gps/reports/DistanceReport.java 175 Potential violation of Law of Demeter (object not created locally)
89794 src/com/gps/reports/DistanceReport.java 176 Potential violation of Law of Demeter (object not created locally)
89795 src/com/gps/reports/DistanceReport.java 176 Potential violation of Law of Demeter (object not created locally)
89796 src/com/gps/reports/DistanceReport.java 179 Avoid instantiating new objects inside loops
89797 src/com/gps/reports/DistanceReport.java 180 Potential violation of Law of Demeter (object not created locally)
89798 src/com/gps/reports/DistanceReport.java 180 Potential violation of Law of Demeter (object not created locally)
89799 src/com/gps/reports/DistanceReport.java 182 Avoid instantiating new objects inside loops
89800 src/com/gps/reports/DistanceReport.java 183 Potential violation of Law of Demeter (object not created locally)
89801 src/com/gps/reports/DistanceReport.java 185 Found 'DU'-anomaly for variable 'lastDate' (lines '185'-'229').
89802 src/com/gps/reports/DistanceReport.java 185 Potential violation of Law of Demeter (object not created locally)
89803 src/com/gps/reports/DistanceReport.java 189 Avoid using Literals in Conditional Statements
89804 src/com/gps/reports/DistanceReport.java 189 Avoid using if statements without curly braces
89805 src/com/gps/reports/DistanceReport.java 190 Avoid instantiating new objects inside loops
89806 src/com/gps/reports/DistanceReport.java 190 Found 'DD'-anomaly for variable 'datevo' (lines '190'-'179').
89807 src/com/gps/reports/DistanceReport.java 190 Found 'DD'-anomaly for variable 'datevo' (lines '190'-'190').
89808 src/com/gps/reports/DistanceReport.java 191 Avoid if (x != y) ..; else ..;
89809 src/com/gps/reports/DistanceReport.java 191 Potential violation of Law of Demeter (object not created locally)
89810 src/com/gps/reports/DistanceReport.java 191 Potential violation of Law of Demeter (object not created locally)
89811 src/com/gps/reports/DistanceReport.java 193 Avoid using Literals in Conditional Statements
89812 src/com/gps/reports/DistanceReport.java 195 Potential violation of Law of Demeter (object not created locally)
89813 src/com/gps/reports/DistanceReport.java 195 Potential violation of Law of Demeter (object not created locally)
89814 src/com/gps/reports/DistanceReport.java 195 There is log block not surrounded by if
89815 src/com/gps/reports/DistanceReport.java 195 There is log block not surrounded by if
89816 src/com/gps/reports/DistanceReport.java 196 Potential violation of Law of Demeter (object not created locally)
89817 src/com/gps/reports/DistanceReport.java 199 Avoid instantiating new objects inside loops
89818 src/com/gps/reports/DistanceReport.java 200 Potential violation of Law of Demeter (method chain calls)
89819 src/com/gps/reports/DistanceReport.java 200 Potential violation of Law of Demeter (object not created locally)
89820 src/com/gps/reports/DistanceReport.java 201 Avoid using if...else statements without curly braces
89821 src/com/gps/reports/DistanceReport.java 201 Potential violation of Law of Demeter (object not created locally)
89822 src/com/gps/reports/DistanceReport.java 203 Avoid using if...else statements without curly braces
89823 src/com/gps/reports/DistanceReport.java 203 Potential violation of Law of Demeter (object not created locally)
89824 src/com/gps/reports/DistanceReport.java 203 Potential violation of Law of Demeter (object not created locally)
89825 src/com/gps/reports/DistanceReport.java 204 Potential violation of Law of Demeter (object not created locally)
89826 src/com/gps/reports/DistanceReport.java 204 Potential violation of Law of Demeter (object not created locally)
89827 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
89828 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
89829 src/com/gps/reports/DistanceReport.java 208 Potential violation of Law of Demeter (object not created locally)
89830 src/com/gps/reports/DistanceReport.java 210 Found 'DU'-anomaly for variable 'lastTrip' (lines '210'-'229').
89831 src/com/gps/reports/DistanceReport.java 210 Potential violation of Law of Demeter (object not created locally)
89832 src/com/gps/reports/DistanceReport.java 211 Found 'DU'-anomaly for variable 'count' (lines '211'-'229').
89833 src/com/gps/reports/DistanceReport.java 218 Potential violation of Law of Demeter (object not created locally)
89834 src/com/gps/reports/DistanceReport.java 221 Potential violation of Law of Demeter (object not created locally)
89835 src/com/gps/reports/DistanceReport.java 222 Potential violation of Law of Demeter (object not created locally)
89836 src/com/gps/reports/DistanceReport.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89837 src/com/gps/reports/DistanceReport.java 226 There is log block not surrounded by if
89838 src/com/gps/reports/DistanceReport.java 231 Found 'UR'-anomaly for variable 'tripDist' (lines '231'-'237').
89839 src/com/gps/reports/DistanceReport.java 231 Method names should not start with capital letters
89840 src/com/gps/reports/DistanceReport.java 231 Parameter 'tripList' is not assigned and could be declared final
89841 src/com/gps/reports/DistanceReport.java 231 Parameter 'tripName' is not assigned and could be declared final
89842 src/com/gps/reports/DistanceReport.java 233 Avoid using Literals in Conditional Statements
89843 src/com/gps/reports/DistanceReport.java 233 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
89844 src/com/gps/reports/DistanceReport.java 235 Local variable 'tripDist' could be declared final
89845 src/com/gps/reports/DistanceReport.java 237 Avoid using if statements without curly braces
89846 src/com/gps/reports/DistanceReport.java 237 Potential violation of Law of Demeter (method chain calls)
89847 src/com/gps/reports/DistanceReport.java 238 A method should have only one exit point, and that should be the last statement in the method
89848 src/com/gps/reports/DistanceReport.java 244 Found 'UR'-anomaly for variable 'reportSummary' (lines '244'-'261').
89849 src/com/gps/reports/DistanceReport.java 244 Method names should not start with capital letters
89850 src/com/gps/reports/DistanceReport.java 244 Parameter 'fromDate' is not assigned and could be declared final
89851 src/com/gps/reports/DistanceReport.java 244 Parameter 'report' is not assigned and could be declared final
89852 src/com/gps/reports/DistanceReport.java 244 Parameter 'toDate' is not assigned and could be declared final
89853 src/com/gps/reports/DistanceReport.java 246 Local variable 'NotFoundList' could be declared final
89854 src/com/gps/reports/DistanceReport.java 246 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
89855 src/com/gps/reports/DistanceReport.java 247 Found 'DD'-anomaly for variable 'isDateFound' (lines '247'-'257').
89856 src/com/gps/reports/DistanceReport.java 247 Found 'DU'-anomaly for variable 'isDateFound' (lines '247'-'279').
89857 src/com/gps/reports/DistanceReport.java 250 Local variable 'Fromcal' could be declared final
89858 src/com/gps/reports/DistanceReport.java 250 Variables should start with a lowercase character, 'Fromcal' starts with uppercase character.
89859 src/com/gps/reports/DistanceReport.java 251 Local variable 'Tocal' could be declared final
89860 src/com/gps/reports/DistanceReport.java 251 Variables should start with a lowercase character, 'Tocal' starts with uppercase character.
89861 src/com/gps/reports/DistanceReport.java 252 Potential violation of Law of Demeter (object not created locally)
89862 src/com/gps/reports/DistanceReport.java 253 Potential violation of Law of Demeter (object not created locally)
89863 src/com/gps/reports/DistanceReport.java 255 Potential violation of Law of Demeter (object not created locally)
89864 src/com/gps/reports/DistanceReport.java 257 Found 'DD'-anomaly for variable 'isDateFound' (lines '257'-'263').
89865 src/com/gps/reports/DistanceReport.java 258 Local variable 'reportSummary' could be declared final
89866 src/com/gps/reports/DistanceReport.java 260 Comment is too large: Line too long
89867 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (method chain calls)
89868 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
89869 src/com/gps/reports/DistanceReport.java 261 Potential violation of Law of Demeter (object not created locally)
89870 src/com/gps/reports/DistanceReport.java 269 Potential violation of Law of Demeter (object not created locally)
89871 src/com/gps/reports/DistanceReport.java 269 Potential violation of Law of Demeter (object not created locally)
89872 src/com/gps/reports/DistanceReport.java 271 Potential violation of Law of Demeter (object not created locally)
89873 src/com/gps/reports/DistanceReport.java 274 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89874 src/com/gps/reports/DistanceReport.java 276 There is log block not surrounded by if
89875 src/com/gps/reports/DistanceReport.java 281 Avoid variables with short names like to
89876 src/com/gps/reports/DistanceReport.java 281 Found 'UR'-anomaly for variable 'tripDistanceDTO' (lines '281'-'300').
89877 src/com/gps/reports/DistanceReport.java 281 Parameter 'flag' is not assigned and could be declared final
89878 src/com/gps/reports/DistanceReport.java 281 Parameter 'from' is not assigned and could be declared final
89879 src/com/gps/reports/DistanceReport.java 281 Parameter 'to' is not assigned and could be declared final
89880 src/com/gps/reports/DistanceReport.java 281 Parameter 'tripDistDTO' is not assigned and could be declared final
89881 src/com/gps/reports/DistanceReport.java 281 Parameter 'vehicleId' is not assigned and could be declared final
89882 src/com/gps/reports/DistanceReport.java 281 publicMethodCommentRequirement Required
89883 src/com/gps/reports/DistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'314').
89884 src/com/gps/reports/DistanceReport.java 284 Found 'DD'-anomaly for variable 'objTripVO' (lines '284'-'319').
89885 src/com/gps/reports/DistanceReport.java 284 Found 'DU'-anomaly for variable 'objTripVO' (lines '284'-'331').
89886 src/com/gps/reports/DistanceReport.java 285 Found 'DU'-anomaly for variable 'calFrom' (lines '285'-'331').
89887 src/com/gps/reports/DistanceReport.java 285 Local variable 'calFrom' could be declared final
89888 src/com/gps/reports/DistanceReport.java 286 Found 'DU'-anomaly for variable 'calStart' (lines '286'-'331').
89889 src/com/gps/reports/DistanceReport.java 286 Local variable 'calStart' could be declared final
89890 src/com/gps/reports/DistanceReport.java 287 Found 'DU'-anomaly for variable 'formatter' (lines '287'-'331').
89891 src/com/gps/reports/DistanceReport.java 287 Local variable 'formatter' could be declared final
89892 src/com/gps/reports/DistanceReport.java 287 When instantiating a SimpleDateFormat object, specify a Locale
89893 src/com/gps/reports/DistanceReport.java 288 Found 'DD'-anomaly for variable 'paramStart' (lines '288'-'301').
89894 src/com/gps/reports/DistanceReport.java 288 Found 'DU'-anomaly for variable 'paramStart' (lines '288'-'331').
89895 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
89896 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
89897 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
89898 src/com/gps/reports/DistanceReport.java 292 Potential violation of Law of Demeter (method chain calls)
89899 src/com/gps/reports/DistanceReport.java 292 There is log block not surrounded by if
89900 src/com/gps/reports/DistanceReport.java 292 There is log block not surrounded by if
89901 src/com/gps/reports/DistanceReport.java 293 Potential violation of Law of Demeter (method chain calls)
89902 src/com/gps/reports/DistanceReport.java 293 Potential violation of Law of Demeter (method chain calls)
89903 src/com/gps/reports/DistanceReport.java 294 A method should have only one exit point, and that should be the last statement in the method
89904 src/com/gps/reports/DistanceReport.java 299 Local variable 'tripDistanceDTO' could be declared final
89905 src/com/gps/reports/DistanceReport.java 300 Avoid using Literals in Conditional Statements
89906 src/com/gps/reports/DistanceReport.java 300 Potential violation of Law of Demeter (object not created locally)
89907 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
89908 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
89909 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (method chain calls)
89910 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (object not created locally)
89911 src/com/gps/reports/DistanceReport.java 305 Potential violation of Law of Demeter (object not created locally)
89912 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89913 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89914 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89915 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89916 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89917 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89918 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89919 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89920 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (method chain calls)
89921 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
89922 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
89923 src/com/gps/reports/DistanceReport.java 307 Potential violation of Law of Demeter (object not created locally)
89924 src/com/gps/reports/DistanceReport.java 309 Potential violation of Law of Demeter (object not created locally)
89925 src/com/gps/reports/DistanceReport.java 311 There is log block not surrounded by if
89926 src/com/gps/reports/DistanceReport.java 311 There is log block not surrounded by if
89927 src/com/gps/reports/DistanceReport.java 312 There is log block not surrounded by if
89928 src/com/gps/reports/DistanceReport.java 312 There is log block not surrounded by if
89929 src/com/gps/reports/DistanceReport.java 316 A method should have only one exit point, and that should be the last statement in the method
89930 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
89931 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
89932 src/com/gps/reports/DistanceReport.java 317 Potential violation of Law of Demeter (object not created locally)
89933 src/com/gps/reports/DistanceReport.java 317 Useless parentheses.
89934 src/com/gps/reports/DistanceReport.java 318 There is log block not surrounded by if
89935 src/com/gps/reports/DistanceReport.java 318 There is log block not surrounded by if
89936 src/com/gps/reports/DistanceReport.java 321 A method should have only one exit point, and that should be the last statement in the method
89937 src/com/gps/reports/DistanceReport.java 325 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
89938 src/com/gps/reports/DistanceReport.java 327 Avoid printStackTrace(); use a logger call instead.
89939 src/com/gps/reports/DistanceReport.java 327 Potential violation of Law of Demeter (object not created locally)
89940 src/com/gps/reports/DistanceReport.java 335 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
89941 src/com/gps/reports/DistanceReport.java 335 Avoid reassigning parameters such as 'inTripDist'
89942 src/com/gps/reports/DistanceReport.java 335 Method names should not start with capital letters
89943 src/com/gps/reports/DistanceReport.java 335 Parameter 'Rpl' is not assigned and could be declared final
89944 src/com/gps/reports/DistanceReport.java 335 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
89945 src/com/gps/reports/DistanceReport.java 337 Avoid variables with short names like p
89946 src/com/gps/reports/DistanceReport.java 337 Local variable 'p' could be declared final
89947 src/com/gps/reports/DistanceReport.java 339 Local variable 'tmp' could be declared final
89948 src/com/gps/reports/DistanceReport.java 344 Avoid really long methods.
89949 src/com/gps/reports/DistanceReport.java 344 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '344'-'372').
89950 src/com/gps/reports/DistanceReport.java 344 Found 'UR'-anomaly for variable 'tripDistance' (lines '344'-'423').
89951 src/com/gps/reports/DistanceReport.java 344 Parameter 'dateType' is not assigned and could be declared final
89952 src/com/gps/reports/DistanceReport.java 344 Parameter 'distDAO' is not assigned and could be declared final
89953 src/com/gps/reports/DistanceReport.java 344 Parameter 'flag' is not assigned and could be declared final
89954 src/com/gps/reports/DistanceReport.java 344 Parameter 'type' is not assigned and could be declared final
89955 src/com/gps/reports/DistanceReport.java 344 The method 'matchDate' has a Cyclomatic Complexity of 61.
89956 src/com/gps/reports/DistanceReport.java 344 The method matchDate() has an NCSS line count of 237
89957 src/com/gps/reports/DistanceReport.java 344 The method matchDate() has an NPath complexity of 1164280
89958 src/com/gps/reports/DistanceReport.java 346 Found 'DU'-anomaly for variable 'tempDate' (lines '346'-'750').
89959 src/com/gps/reports/DistanceReport.java 347 Found 'DD'-anomaly for variable 'objDate' (lines '347'-'386').
89960 src/com/gps/reports/DistanceReport.java 348 Found 'DD'-anomaly for variable 'objTrip' (lines '348'-'384').
89961 src/com/gps/reports/DistanceReport.java 351 Found 'DD'-anomaly for variable 'count' (lines '351'-'376').
89962 src/com/gps/reports/DistanceReport.java 352 Found 'DD'-anomaly for variable 'inTripDist' (lines '352'-'725').
89963 src/com/gps/reports/DistanceReport.java 352 Found 'DU'-anomaly for variable 'inTripDist' (lines '352'-'750').
89964 src/com/gps/reports/DistanceReport.java 353 Found 'DD'-anomaly for variable 'outTripDist' (lines '353'-'726').
89965 src/com/gps/reports/DistanceReport.java 353 Found 'DU'-anomaly for variable 'outTripDist' (lines '353'-'750').
89966 src/com/gps/reports/DistanceReport.java 354 Found 'DU'-anomaly for variable 'start' (lines '354'-'750').
89967 src/com/gps/reports/DistanceReport.java 355 Found 'DD'-anomaly for variable 'end' (lines '355'-'676').
89968 src/com/gps/reports/DistanceReport.java 355 Found 'DD'-anomaly for variable 'end' (lines '355'-'681').
89969 src/com/gps/reports/DistanceReport.java 355 Found 'DU'-anomaly for variable 'end' (lines '355'-'750').
89970 src/com/gps/reports/DistanceReport.java 356 Found 'DU'-anomaly for variable 'isSame' (lines '356'-'750').
89971 src/com/gps/reports/DistanceReport.java 357 Found 'DU'-anomaly for variable 'currentTrip' (lines '357'-'750').
89972 src/com/gps/reports/DistanceReport.java 358 Found 'DD'-anomaly for variable 'tempDist' (lines '358'-'650').
89973 src/com/gps/reports/DistanceReport.java 358 Found 'DU'-anomaly for variable 'tempDist' (lines '358'-'750').
89974 src/com/gps/reports/DistanceReport.java 359 Found 'DD'-anomaly for variable 'isReset' (lines '359'-'661').
89975 src/com/gps/reports/DistanceReport.java 359 Found 'DD'-anomaly for variable 'isReset' (lines '359'-'665').
89976 src/com/gps/reports/DistanceReport.java 359 Found 'DU'-anomaly for variable 'isReset' (lines '359'-'750').
89977 src/com/gps/reports/DistanceReport.java 360 Found 'DD'-anomaly for variable 'tempEnd' (lines '360'-'659').
89978 src/com/gps/reports/DistanceReport.java 360 Found 'DU'-anomaly for variable 'tempEnd' (lines '360'-'750').
89979 src/com/gps/reports/DistanceReport.java 361 Found 'DD'-anomaly for variable 'isFirst' (lines '361'-'662').
89980 src/com/gps/reports/DistanceReport.java 361 Found 'DU'-anomaly for variable 'isFirst' (lines '361'-'750').
89981 src/com/gps/reports/DistanceReport.java 364 There is log block not surrounded by if
89982 src/com/gps/reports/DistanceReport.java 364 There is log block not surrounded by if
89983 src/com/gps/reports/DistanceReport.java 368 There is log block not surrounded by if
89984 src/com/gps/reports/DistanceReport.java 368 There is log block not surrounded by if
89985 src/com/gps/reports/DistanceReport.java 370 Found 'DD'-anomaly for variable 'tripName' (lines '370'-'373').
89986 src/com/gps/reports/DistanceReport.java 371 Local variable 'tripDistDTO' could be declared final
89987 src/com/gps/reports/DistanceReport.java 372 Potential violation of Law of Demeter (method chain calls)
89988 src/com/gps/reports/DistanceReport.java 372 Potential violation of Law of Demeter (object not created locally)
89989 src/com/gps/reports/DistanceReport.java 373 Avoid using if...else statements without curly braces
89990 src/com/gps/reports/DistanceReport.java 373 Found 'DD'-anomaly for variable 'tripName' (lines '373'-'373').
89991 src/com/gps/reports/DistanceReport.java 373 Found 'DU'-anomaly for variable 'tripName' (lines '373'-'750').
89992 src/com/gps/reports/DistanceReport.java 375 Avoid using if...else statements without curly braces
89993 src/com/gps/reports/DistanceReport.java 375 Potential violation of Law of Demeter (object not created locally)
89994 src/com/gps/reports/DistanceReport.java 377 Avoid if (x != y) ..; else ..;
89995 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
89996 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
89997 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
89998 src/com/gps/reports/DistanceReport.java 381 Avoid using Literals in Conditional Statements
89999 src/com/gps/reports/DistanceReport.java 381 Avoid using if statements without curly braces
90000 src/com/gps/reports/DistanceReport.java 382 Potential violation of Law of Demeter (object not created locally)
90001 src/com/gps/reports/DistanceReport.java 382 There is log block not surrounded by if
90002 src/com/gps/reports/DistanceReport.java 382 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90003 src/com/gps/reports/DistanceReport.java 384 Avoid instantiating new objects inside loops
90004 src/com/gps/reports/DistanceReport.java 385 Potential violation of Law of Demeter (object not created locally)
90005 src/com/gps/reports/DistanceReport.java 385 Potential violation of Law of Demeter (object not created locally)
90006 src/com/gps/reports/DistanceReport.java 386 Avoid instantiating new objects inside loops
90007 src/com/gps/reports/DistanceReport.java 387 Potential violation of Law of Demeter (object not created locally)
90008 src/com/gps/reports/DistanceReport.java 388 Potential violation of Law of Demeter (object not created locally)
90009 src/com/gps/reports/DistanceReport.java 389 Potential violation of Law of Demeter (object not created locally)
90010 src/com/gps/reports/DistanceReport.java 391 Potential violation of Law of Demeter (object not created locally)
90011 src/com/gps/reports/DistanceReport.java 395 Avoid using Literals in Conditional Statements
90012 src/com/gps/reports/DistanceReport.java 395 Avoid using if statements without curly braces
90013 src/com/gps/reports/DistanceReport.java 396 There is log block not surrounded by if
90014 src/com/gps/reports/DistanceReport.java 396 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90015 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
90016 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
90017 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (method chain calls)
90018 src/com/gps/reports/DistanceReport.java 397 Potential violation of Law of Demeter (object not created locally)
90019 src/com/gps/reports/DistanceReport.java 398 Potential violation of Law of Demeter (object not created locally)
90020 src/com/gps/reports/DistanceReport.java 398 Use equals() to compare object references.
90021 src/com/gps/reports/DistanceReport.java 401 Avoid if (x != y) ..; else ..;
90022 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
90023 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
90024 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
90025 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
90026 src/com/gps/reports/DistanceReport.java 404 Avoid using if statements without curly braces
90027 src/com/gps/reports/DistanceReport.java 404 Potential violation of Law of Demeter (object not created locally)
90028 src/com/gps/reports/DistanceReport.java 409 Avoid if (x != y) ..; else ..;
90029 src/com/gps/reports/DistanceReport.java 409 Potential violation of Law of Demeter (method chain calls)
90030 src/com/gps/reports/DistanceReport.java 409 Potential violation of Law of Demeter (object not created locally)
90031 src/com/gps/reports/DistanceReport.java 420 Found 'DD'-anomaly for variable 'isFound' (lines '420'-'427').
90032 src/com/gps/reports/DistanceReport.java 421 Local variable 'tripDistance' could be declared final
90033 src/com/gps/reports/DistanceReport.java 421 Potential violation of Law of Demeter (object not created locally)
90034 src/com/gps/reports/DistanceReport.java 423 Potential violation of Law of Demeter (method chain calls)
90035 src/com/gps/reports/DistanceReport.java 423 Potential violation of Law of Demeter (object not created locally)
90036 src/com/gps/reports/DistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
90037 src/com/gps/reports/DistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
90038 src/com/gps/reports/DistanceReport.java 434 Avoid instantiating new objects inside loops
90039 src/com/gps/reports/DistanceReport.java 434 Local variable 'Objtrdist' could be declared final
90040 src/com/gps/reports/DistanceReport.java 434 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
90041 src/com/gps/reports/DistanceReport.java 435 Potential violation of Law of Demeter (object not created locally)
90042 src/com/gps/reports/DistanceReport.java 436 Potential violation of Law of Demeter (object not created locally)
90043 src/com/gps/reports/DistanceReport.java 437 Potential violation of Law of Demeter (method chain calls)
90044 src/com/gps/reports/DistanceReport.java 437 Potential violation of Law of Demeter (object not created locally)
90045 src/com/gps/reports/DistanceReport.java 450 Potential violation of Law of Demeter (object not created locally)
90046 src/com/gps/reports/DistanceReport.java 452 Avoid using Literals in Conditional Statements
90047 src/com/gps/reports/DistanceReport.java 452 Avoid using if statements without curly braces
90048 src/com/gps/reports/DistanceReport.java 452 Potential violation of Law of Demeter (object not created locally)
90049 src/com/gps/reports/DistanceReport.java 456 There is log block not surrounded by if
90050 src/com/gps/reports/DistanceReport.java 456 There is log block not surrounded by if
90051 src/com/gps/reports/DistanceReport.java 459 Potential violation of Law of Demeter (object not created locally)
90052 src/com/gps/reports/DistanceReport.java 460 Potential violation of Law of Demeter (object not created locally)
90053 src/com/gps/reports/DistanceReport.java 460 These nested if statements could be combined
90054 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (method chain calls)
90055 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (object not created locally)
90056 src/com/gps/reports/DistanceReport.java 471 Potential violation of Law of Demeter (object not created locally)
90057 src/com/gps/reports/DistanceReport.java 476 Avoid using if...else statements without curly braces
90058 src/com/gps/reports/DistanceReport.java 476 Potential violation of Law of Demeter (object not created locally)
90059 src/com/gps/reports/DistanceReport.java 483 There is log block not surrounded by if
90060 src/com/gps/reports/DistanceReport.java 483 There is log block not surrounded by if
90061 src/com/gps/reports/DistanceReport.java 485 Avoid if (x != y) ..; else ..;
90062 src/com/gps/reports/DistanceReport.java 485 Potential violation of Law of Demeter (method chain calls)
90063 src/com/gps/reports/DistanceReport.java 485 Potential violation of Law of Demeter (object not created locally)
90064 src/com/gps/reports/DistanceReport.java 497 Local variable 'tripDistance' could be declared final
90065 src/com/gps/reports/DistanceReport.java 497 Potential violation of Law of Demeter (object not created locally)
90066 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
90067 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (object not created locally)
90068 src/com/gps/reports/DistanceReport.java 501 Potential violation of Law of Demeter (object not created locally)
90069 src/com/gps/reports/DistanceReport.java 501 Potential violation of Law of Demeter (object not created locally)
90070 src/com/gps/reports/DistanceReport.java 510 Avoid instantiating new objects inside loops
90071 src/com/gps/reports/DistanceReport.java 510 Local variable 'Objtrdist' could be declared final
90072 src/com/gps/reports/DistanceReport.java 510 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
90073 src/com/gps/reports/DistanceReport.java 511 Potential violation of Law of Demeter (object not created locally)
90074 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (object not created locally)
90075 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (method chain calls)
90076 src/com/gps/reports/DistanceReport.java 513 Potential violation of Law of Demeter (object not created locally)
90077 src/com/gps/reports/DistanceReport.java 517 Potential violation of Law of Demeter (object not created locally)
90078 src/com/gps/reports/DistanceReport.java 518 Potential violation of Law of Demeter (object not created locally)
90079 src/com/gps/reports/DistanceReport.java 528 Potential violation of Law of Demeter (object not created locally)
90080 src/com/gps/reports/DistanceReport.java 528 There is log block not surrounded by if
90081 src/com/gps/reports/DistanceReport.java 528 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90082 src/com/gps/reports/DistanceReport.java 530 Avoid instantiating new objects inside loops
90083 src/com/gps/reports/DistanceReport.java 531 Potential violation of Law of Demeter (object not created locally)
90084 src/com/gps/reports/DistanceReport.java 531 Potential violation of Law of Demeter (object not created locally)
90085 src/com/gps/reports/DistanceReport.java 534 Position literals first in String comparisons
90086 src/com/gps/reports/DistanceReport.java 535 Avoid using if...else statements without curly braces
90087 src/com/gps/reports/DistanceReport.java 537 Avoid using if...else statements without curly braces
90088 src/com/gps/reports/DistanceReport.java 537 Potential violation of Law of Demeter (object not created locally)
90089 src/com/gps/reports/DistanceReport.java 542 Potential violation of Law of Demeter (object not created locally)
90090 src/com/gps/reports/DistanceReport.java 544 Avoid using Literals in Conditional Statements
90091 src/com/gps/reports/DistanceReport.java 544 Avoid using if statements without curly braces
90092 src/com/gps/reports/DistanceReport.java 544 Potential violation of Law of Demeter (object not created locally)
90093 src/com/gps/reports/DistanceReport.java 548 There is log block not surrounded by if
90094 src/com/gps/reports/DistanceReport.java 548 There is log block not surrounded by if
90095 src/com/gps/reports/DistanceReport.java 551 Potential violation of Law of Demeter (object not created locally)
90096 src/com/gps/reports/DistanceReport.java 552 Potential violation of Law of Demeter (object not created locally)
90097 src/com/gps/reports/DistanceReport.java 552 These nested if statements could be combined
90098 src/com/gps/reports/DistanceReport.java 559 There is log block not surrounded by if
90099 src/com/gps/reports/DistanceReport.java 559 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90100 src/com/gps/reports/DistanceReport.java 563 Potential violation of Law of Demeter (object not created locally)
90101 src/com/gps/reports/DistanceReport.java 568 Avoid using if...else statements without curly braces
90102 src/com/gps/reports/DistanceReport.java 568 Potential violation of Law of Demeter (object not created locally)
90103 src/com/gps/reports/DistanceReport.java 574 There is log block not surrounded by if
90104 src/com/gps/reports/DistanceReport.java 574 There is log block not surrounded by if
90105 src/com/gps/reports/DistanceReport.java 576 Avoid if (x != y) ..; else ..;
90106 src/com/gps/reports/DistanceReport.java 576 Potential violation of Law of Demeter (method chain calls)
90107 src/com/gps/reports/DistanceReport.java 576 Potential violation of Law of Demeter (object not created locally)
90108 src/com/gps/reports/DistanceReport.java 588 Local variable 'tripDistance' could be declared final
90109 src/com/gps/reports/DistanceReport.java 588 Potential violation of Law of Demeter (object not created locally)
90110 src/com/gps/reports/DistanceReport.java 590 Potential violation of Law of Demeter (method chain calls)
90111 src/com/gps/reports/DistanceReport.java 590 Potential violation of Law of Demeter (object not created locally)
90112 src/com/gps/reports/DistanceReport.java 592 Potential violation of Law of Demeter (object not created locally)
90113 src/com/gps/reports/DistanceReport.java 592 Potential violation of Law of Demeter (object not created locally)
90114 src/com/gps/reports/DistanceReport.java 601 Avoid instantiating new objects inside loops
90115 src/com/gps/reports/DistanceReport.java 601 Local variable 'Objtrdist' could be declared final
90116 src/com/gps/reports/DistanceReport.java 601 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
90117 src/com/gps/reports/DistanceReport.java 602 Potential violation of Law of Demeter (object not created locally)
90118 src/com/gps/reports/DistanceReport.java 603 Potential violation of Law of Demeter (object not created locally)
90119 src/com/gps/reports/DistanceReport.java 604 Potential violation of Law of Demeter (method chain calls)
90120 src/com/gps/reports/DistanceReport.java 604 Potential violation of Law of Demeter (object not created locally)
90121 src/com/gps/reports/DistanceReport.java 621 Potential violation of Law of Demeter (object not created locally)
90122 src/com/gps/reports/DistanceReport.java 622 Potential violation of Law of Demeter (object not created locally)
90123 src/com/gps/reports/DistanceReport.java 624 Potential violation of Law of Demeter (object not created locally)
90124 src/com/gps/reports/DistanceReport.java 627 There is log block not surrounded by if
90125 src/com/gps/reports/DistanceReport.java 627 There is log block not surrounded by if
90126 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (object not created locally)
90127 src/com/gps/reports/DistanceReport.java 632 Avoid instantiating new objects inside loops
90128 src/com/gps/reports/DistanceReport.java 634 Avoid using if statements without curly braces
90129 src/com/gps/reports/DistanceReport.java 635 Potential violation of Law of Demeter (object not created locally)
90130 src/com/gps/reports/DistanceReport.java 637 There is log block not surrounded by if
90131 src/com/gps/reports/DistanceReport.java 637 There is log block not surrounded by if
90132 src/com/gps/reports/DistanceReport.java 641 Potential violation of Law of Demeter (object not created locally)
90133 src/com/gps/reports/DistanceReport.java 648 Potential violation of Law of Demeter (object not created locally)
90134 src/com/gps/reports/DistanceReport.java 649 Potential violation of Law of Demeter (object not created locally)
90135 src/com/gps/reports/DistanceReport.java 650 Potential violation of Law of Demeter (object not created locally)
90136 src/com/gps/reports/DistanceReport.java 654 Potential violation of Law of Demeter (object not created locally)
90137 src/com/gps/reports/DistanceReport.java 656 Avoid using Literals in Conditional Statements
90138 src/com/gps/reports/DistanceReport.java 656 Avoid using if statements without curly braces
90139 src/com/gps/reports/DistanceReport.java 656 Potential violation of Law of Demeter (object not created locally)
90140 src/com/gps/reports/DistanceReport.java 660 There is log block not surrounded by if
90141 src/com/gps/reports/DistanceReport.java 660 There is log block not surrounded by if
90142 src/com/gps/reports/DistanceReport.java 661 Found 'DU'-anomaly for variable 'isReset' (lines '661'-'750').
90143 src/com/gps/reports/DistanceReport.java 662 Found 'DD'-anomaly for variable 'isFirst' (lines '662'-'678').
90144 src/com/gps/reports/DistanceReport.java 662 Found 'DU'-anomaly for variable 'isFirst' (lines '662'-'750').
90145 src/com/gps/reports/DistanceReport.java 663 Potential violation of Law of Demeter (object not created locally)
90146 src/com/gps/reports/DistanceReport.java 664 Potential violation of Law of Demeter (object not created locally)
90147 src/com/gps/reports/DistanceReport.java 664 These nested if statements could be combined
90148 src/com/gps/reports/DistanceReport.java 666 Found 'DD'-anomaly for variable 'isFirst' (lines '666'-'678').
90149 src/com/gps/reports/DistanceReport.java 667 Found 'DU'-anomaly for variable 'tempEnd' (lines '667'-'750').
90150 src/com/gps/reports/DistanceReport.java 673 There is log block not surrounded by if
90151 src/com/gps/reports/DistanceReport.java 673 There is log block not surrounded by if
90152 src/com/gps/reports/DistanceReport.java 676 Potential violation of Law of Demeter (object not created locally)
90153 src/com/gps/reports/DistanceReport.java 677 Found 'DU'-anomaly for variable 'isReset' (lines '677'-'750').
90154 src/com/gps/reports/DistanceReport.java 678 Found 'DU'-anomaly for variable 'isFirst' (lines '678'-'750').
90155 src/com/gps/reports/DistanceReport.java 679 Found 'DU'-anomaly for variable 'tempEnd' (lines '679'-'750').
90156 src/com/gps/reports/DistanceReport.java 681 Avoid using if...else statements without curly braces
90157 src/com/gps/reports/DistanceReport.java 681 Potential violation of Law of Demeter (object not created locally)
90158 src/com/gps/reports/DistanceReport.java 685 There is log block not surrounded by if
90159 src/com/gps/reports/DistanceReport.java 685 There is log block not surrounded by if
90160 src/com/gps/reports/DistanceReport.java 687 Avoid if (x != y) ..; else ..;
90161 src/com/gps/reports/DistanceReport.java 687 Potential violation of Law of Demeter (method chain calls)
90162 src/com/gps/reports/DistanceReport.java 687 Potential violation of Law of Demeter (object not created locally)
90163 src/com/gps/reports/DistanceReport.java 699 Local variable 'tripDistance' could be declared final
90164 src/com/gps/reports/DistanceReport.java 699 Potential violation of Law of Demeter (object not created locally)
90165 src/com/gps/reports/DistanceReport.java 701 Potential violation of Law of Demeter (method chain calls)
90166 src/com/gps/reports/DistanceReport.java 701 Potential violation of Law of Demeter (object not created locally)
90167 src/com/gps/reports/DistanceReport.java 703 Potential violation of Law of Demeter (object not created locally)
90168 src/com/gps/reports/DistanceReport.java 703 Potential violation of Law of Demeter (object not created locally)
90169 src/com/gps/reports/DistanceReport.java 711 Avoid instantiating new objects inside loops
90170 src/com/gps/reports/DistanceReport.java 711 Local variable 'Objtrdist' could be declared final
90171 src/com/gps/reports/DistanceReport.java 711 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
90172 src/com/gps/reports/DistanceReport.java 712 Potential violation of Law of Demeter (object not created locally)
90173 src/com/gps/reports/DistanceReport.java 713 Potential violation of Law of Demeter (object not created locally)
90174 src/com/gps/reports/DistanceReport.java 714 Potential violation of Law of Demeter (method chain calls)
90175 src/com/gps/reports/DistanceReport.java 714 Potential violation of Law of Demeter (object not created locally)
90176 src/com/gps/reports/DistanceReport.java 729 Potential violation of Law of Demeter (object not created locally)
90177 src/com/gps/reports/DistanceReport.java 730 Potential violation of Law of Demeter (object not created locally)
90178 src/com/gps/reports/DistanceReport.java 732 Potential violation of Law of Demeter (object not created locally)
90179 src/com/gps/reports/DistanceReport.java 733 There is log block not surrounded by if
90180 src/com/gps/reports/DistanceReport.java 733 There is log block not surrounded by if
90181 src/com/gps/reports/DistanceReport.java 739 There is log block not surrounded by if
90182 src/com/gps/reports/DistanceReport.java 739 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90183 src/com/gps/reports/DistanceReport.java 743 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90184 src/com/gps/reports/DistanceReport.java 745 Potential violation of Law of Demeter (object not created locally)
90185 src/com/gps/reports/DistanceReport.java 745 There is log block not surrounded by if
90186 src/com/gps/reports/DistanceReport.java 746 Avoid printStackTrace(); use a logger call instead.
90187 src/com/gps/reports/DistanceReport.java 746 Potential violation of Law of Demeter (object not created locally)
90188 src/com/gps/reports/DistanceReport.java 753 Parameter 'lat1' is not assigned and could be declared final
90189 src/com/gps/reports/DistanceReport.java 753 Parameter 'lat2' is not assigned and could be declared final
90190 src/com/gps/reports/DistanceReport.java 753 Parameter 'lng1' is not assigned and could be declared final
90191 src/com/gps/reports/DistanceReport.java 753 Parameter 'lng2' is not assigned and could be declared final
90192 src/com/gps/reports/DistanceReport.java 755 Local variable 'earthRadius' could be declared final
90193 src/com/gps/reports/DistanceReport.java 756 Local variable 'dLat' could be declared final
90194 src/com/gps/reports/DistanceReport.java 757 Local variable 'dLng' could be declared final
90195 src/com/gps/reports/DistanceReport.java 758 Avoid variables with short names like a
90196 src/com/gps/reports/DistanceReport.java 758 Local variable 'a' could be declared final
90197 src/com/gps/reports/DistanceReport.java 761 Avoid variables with short names like c
90198 src/com/gps/reports/DistanceReport.java 761 Local variable 'c' could be declared final
90199 src/com/gps/reports/DistanceReport.java 762 Local variable 'dist' could be declared final
90200 src/com/gps/reports/DistanceReport.java 763 Local variable 'kmConversion' could be declared final
90201 src/com/gps/reports/DistanceReport.java 764 Local variable 'distance' could be declared final
90202 src/com/gps/reports/DistanceReport.java 766 Avoid using Literals in Conditional Statements
90203 src/com/gps/reports/DistanceReport.java 766 Avoid using if statements without curly braces
90204 src/com/gps/reports/DistanceReport.java 767 A method should have only one exit point, and that should be the last statement in the method
90205 src/com/gps/reports/DistanceReport.java 772 Parameter 'args' is not assigned and could be declared final
90206 src/com/gps/reports/DistanceReport.java 772 publicMethodCommentRequirement Required
90207 src/com/gps/reports/DistanceReport.java 774 Avoid unused local variables such as 'obj'.
90208 src/com/gps/reports/DistanceReport.java 774 Local variable 'obj' could be declared final
90209 src/com/gps/reports/DistanceReport.java 775 Comment is too large: Too many lines
90210 src/com/gps/reports/IReports.java 15 Avoid modifiers which are implied by the context
90211 src/com/gps/reports/IReports.java 15 publicMethodCommentRequirement Required
90212 src/com/gps/reports/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
90213 src/com/gps/reports/JSONConverter.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
90214 src/com/gps/reports/JSONConverter.java 13 fieldCommentRequirement Required
90215 src/com/gps/reports/JSONConverter.java 14 The Logger variable declaration does not contain the static and final modifiers
90216 src/com/gps/reports/JSONConverter.java 14 fieldCommentRequirement Required
90217 src/com/gps/reports/JSONConverter.java 18 Parameter 'data' is not assigned and could be declared final
90218 src/com/gps/reports/JSONConverter.java 21 There is log block not surrounded by if
90219 src/com/gps/reports/JSONConverter.java 21 There is log block not surrounded by if
90220 src/com/gps/reports/JSONConverter.java 25 There is log block not surrounded by if
90221 src/com/gps/reports/JSONConverter.java 25 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90222 src/com/gps/reports/JSONConverter.java 27 Potential violation of Law of Demeter (object not created locally)
90223 src/com/gps/reports/JSONConverter.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90224 src/com/gps/reports/JSONConverter.java 32 Avoid printStackTrace(); use a logger call instead.
90225 src/com/gps/reports/JSONConverter.java 32 Potential violation of Law of Demeter (object not created locally)
90226 src/com/gps/reports/JSONConverter.java 38 Parameter 'data' is not assigned and could be declared final
90227 src/com/gps/reports/JSONConverter.java 38 publicMethodCommentRequirement Required
90228 src/com/gps/reports/JSONConverter.java 41 There is log block not surrounded by if
90229 src/com/gps/reports/JSONConverter.java 41 There is log block not surrounded by if
90230 src/com/gps/reports/JSONConverter.java 45 There is log block not surrounded by if
90231 src/com/gps/reports/JSONConverter.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90232 src/com/gps/reports/JSONConverter.java 47 Potential violation of Law of Demeter (object not created locally)
90233 src/com/gps/reports/JSONConverter.java 48 There is log block not surrounded by if
90234 src/com/gps/reports/JSONConverter.java 48 There is log block not surrounded by if
90235 src/com/gps/reports/JSONConverter.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90236 src/com/gps/reports/JSONConverter.java 52 There is log block not surrounded by if
90237 src/com/gps/reports/JSONConverter.java 53 Avoid printStackTrace(); use a logger call instead.
90238 src/com/gps/reports/JSONConverter.java 53 Potential violation of Law of Demeter (object not created locally)
90239 src/com/gps/reports/JSONConverter.java 59 Document empty method
90240 src/com/gps/reports/JSONConverter.java 59 Parameter 'args' is not assigned and could be declared final
90241 src/com/gps/reports/JSONConverter.java 59 publicMethodCommentRequirement Required
90242 src/com/gps/reports/ReportFactory.java 13 A class which only has private constructors should be final
90243 src/com/gps/reports/ReportFactory.java 15 The Logger variable declaration does not contain the static and final modifiers
90244 src/com/gps/reports/ReportFactory.java 15 fieldCommentRequirement Required
90245 src/com/gps/reports/ReportFactory.java 16 It is somewhat confusing to have a field name matching the declaring class name
90246 src/com/gps/reports/ReportFactory.java 16 fieldCommentRequirement Required
90247 src/com/gps/reports/ReportFactory.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
90248 src/com/gps/reports/ReportFactory.java 17 Use explicit scoping instead of the default package private level
90249 src/com/gps/reports/ReportFactory.java 17 fieldCommentRequirement Required
90250 src/com/gps/reports/ReportFactory.java 21 There is log block not surrounded by if
90251 src/com/gps/reports/ReportFactory.java 21 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
90252 src/com/gps/reports/ReportFactory.java 24 publicMethodCommentRequirement Required
90253 src/com/gps/reports/ReportFactory.java 26 Singleton is not thread safe
90254 src/com/gps/reports/ReportFactory.java 35 Parameter 'type' is not assigned and could be declared final
90255 src/com/gps/reports/ReportFactory.java 35 publicMethodCommentRequirement Required
90256 src/com/gps/reports/ReportFactory.java 38 Avoid variables with short names like c
90257 src/com/gps/reports/ReportFactory.java 39 Found 'DD'-anomaly for variable 'report' (lines '39'-'49').
90258 src/com/gps/reports/ReportFactory.java 44 There is log block not surrounded by if
90259 src/com/gps/reports/ReportFactory.java 44 There is log block not surrounded by if
90260 src/com/gps/reports/ReportFactory.java 49 Potential violation of Law of Demeter (object not created locally)
90261 src/com/gps/reports/ReportFactory.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90262 src/com/gps/reports/ReportFactory.java 54 Avoid printStackTrace(); use a logger call instead.
90263 src/com/gps/reports/ReportFactory.java 54 Potential violation of Law of Demeter (object not created locally)
90264 src/com/gps/reports/ReportHelper.java 23 fieldCommentRequirement Required
90265 src/com/gps/reports/ReportHelper.java 24 The Logger variable declaration does not contain the static and final modifiers
90266 src/com/gps/reports/ReportHelper.java 24 fieldCommentRequirement Required
90267 src/com/gps/reports/ReportHelper.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90268 src/com/gps/reports/ReportHelper.java 25 Use explicit scoping instead of the default package private level
90269 src/com/gps/reports/ReportHelper.java 25 fieldCommentRequirement Required
90270 src/com/gps/reports/ReportHelper.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
90271 src/com/gps/reports/ReportHelper.java 26 Use explicit scoping instead of the default package private level
90272 src/com/gps/reports/ReportHelper.java 26 fieldCommentRequirement Required
90273 src/com/gps/reports/ReportHelper.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
90274 src/com/gps/reports/ReportHelper.java 27 Use explicit scoping instead of the default package private level
90275 src/com/gps/reports/ReportHelper.java 27 fieldCommentRequirement Required
90276 src/com/gps/reports/ReportHelper.java 29 Parameter 'reportType' is not assigned and could be declared final
90277 src/com/gps/reports/ReportHelper.java 29 publicMethodCommentRequirement Required
90278 src/com/gps/reports/ReportHelper.java 31 Local variable 'doc' could be declared final
90279 src/com/gps/reports/ReportHelper.java 35 Potential violation of Law of Demeter (method chain calls)
90280 src/com/gps/reports/ReportHelper.java 42 Local variable 'nodes' could be declared final
90281 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (method chain calls)
90282 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (method chain calls)
90283 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (object not created locally)
90284 src/com/gps/reports/ReportHelper.java 44 There is log block not surrounded by if
90285 src/com/gps/reports/ReportHelper.java 44 There is log block not surrounded by if
90286 src/com/gps/reports/ReportHelper.java 45 A method should have only one exit point, and that should be the last statement in the method
90287 src/com/gps/reports/ReportHelper.java 45 Potential violation of Law of Demeter (method chain calls)
90288 src/com/gps/reports/ReportHelper.java 45 Potential violation of Law of Demeter (object not created locally)
90289 src/com/gps/reports/ReportHelper.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90290 src/com/gps/reports/ReportHelper.java 50 There is log block not surrounded by if
90291 src/com/gps/reports/ReportHelper.java 51 Avoid printStackTrace(); use a logger call instead.
90292 src/com/gps/reports/ReportHelper.java 51 Potential violation of Law of Demeter (object not created locally)
90293 src/com/gps/reports/ReportHelper.java 61 Local variable 'dbf' could be declared final
90294 src/com/gps/reports/ReportHelper.java 62 Avoid variables with short names like db
90295 src/com/gps/reports/ReportHelper.java 63 Found 'DD'-anomaly for variable 'document' (lines '63'-'70').
90296 src/com/gps/reports/ReportHelper.java 64 Avoid variables with short names like is
90297 src/com/gps/reports/ReportHelper.java 67 Potential violation of Law of Demeter (object not created locally)
90298 src/com/gps/reports/ReportHelper.java 68 Potential violation of Law of Demeter (object not created locally)
90299 src/com/gps/reports/ReportHelper.java 70 Potential violation of Law of Demeter (object not created locally)
90300 src/com/gps/reports/ReportHelper.java 75 Potential violation of Law of Demeter (object not created locally)
90301 src/com/gps/reports/ReportHelper.java 75 The String literal "Error" appears 7 times in this file; the first occurrence is on line 75
90302 src/com/gps/reports/ReportHelper.java 75 There is log block not surrounded by if
90303 src/com/gps/reports/ReportHelper.java 79 Potential violation of Law of Demeter (object not created locally)
90304 src/com/gps/reports/ReportHelper.java 79 There is log block not surrounded by if
90305 src/com/gps/reports/ReportHelper.java 82 Potential violation of Law of Demeter (object not created locally)
90306 src/com/gps/reports/ReportHelper.java 82 There is log block not surrounded by if
90307 src/com/gps/reports/ReportHelper.java 88 Parameter 'response' is not assigned and could be declared final
90308 src/com/gps/reports/ReportHelper.java 90 Local variable 'dbf' could be declared final
90309 src/com/gps/reports/ReportHelper.java 91 Avoid variables with short names like db
90310 src/com/gps/reports/ReportHelper.java 92 Found 'DD'-anomaly for variable 'document' (lines '92'-'100').
90311 src/com/gps/reports/ReportHelper.java 102 There is log block not surrounded by if
90312 src/com/gps/reports/ReportHelper.java 102 There is log block not surrounded by if
90313 src/com/gps/reports/ReportHelper.java 107 There is log block not surrounded by if
90314 src/com/gps/reports/ReportHelper.java 111 There is log block not surrounded by if
90315 src/com/gps/reports/ReportHelper.java 114 There is log block not surrounded by if
90316 src/com/gps/reports/ReportHelper.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90317 src/com/gps/reports/ReportHelper.java 117 There is log block not surrounded by if
90318 src/com/gps/reports/ReportHelper.java 123 Parameter 'response' is not assigned and could be declared final
90319 src/com/gps/reports/ReportHelper.java 123 publicMethodCommentRequirement Required
90320 src/com/gps/reports/ReportHelper.java 126 Local variable 'doc' could be declared final
90321 src/com/gps/reports/ReportHelper.java 131 Potential violation of Law of Demeter (method chain calls)
90322 src/com/gps/reports/ReportHelper.java 138 Local variable 'nodes' could be declared final
90323 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (method chain calls)
90324 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (method chain calls)
90325 src/com/gps/reports/ReportHelper.java 140 Potential violation of Law of Demeter (object not created locally)
90326 src/com/gps/reports/ReportHelper.java 140 There is log block not surrounded by if
90327 src/com/gps/reports/ReportHelper.java 140 There is log block not surrounded by if
90328 src/com/gps/reports/ReportHelper.java 141 A method should have only one exit point, and that should be the last statement in the method
90329 src/com/gps/reports/ReportHelper.java 141 Potential violation of Law of Demeter (method chain calls)
90330 src/com/gps/reports/ReportHelper.java 141 Potential violation of Law of Demeter (object not created locally)
90331 src/com/gps/reports/ReportHelper.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90332 src/com/gps/reports/ReportHelper.java 146 There is log block not surrounded by if
90333 src/com/gps/reports/ReportHelper.java 153 Parameter 'args' is not assigned and could be declared final
90334 src/com/gps/reports/ReportHelper.java 153 publicMethodCommentRequirement Required
90335 src/com/gps/reports/ReportHelper.java 155 Local variable 'helper' could be declared final
90336 src/com/gps/rfid/AlertManager.java 22 The class 'AlertManager' has a Cyclomatic Complexity of 5 (Highest = 12).
90337 src/com/gps/rfid/AlertManager.java 22 headerCommentRequirement Required
90338 src/com/gps/rfid/AlertManager.java 24 The Logger variable declaration does not contain the static and final modifiers
90339 src/com/gps/rfid/AlertManager.java 24 fieldCommentRequirement Required
90340 src/com/gps/rfid/AlertManager.java 27 Found 'UR'-anomaly for variable 'studentName' (lines '27'-'48').
90341 src/com/gps/rfid/AlertManager.java 27 Parameter 'fence' is not assigned and could be declared final
90342 src/com/gps/rfid/AlertManager.java 27 Parameter 'packetDate' is not assigned and could be declared final
90343 src/com/gps/rfid/AlertManager.java 27 Parameter 'tripSession' is not assigned and could be declared final
90344 src/com/gps/rfid/AlertManager.java 27 publicMethodCommentRequirement Required
90345 src/com/gps/rfid/AlertManager.java 32 Local variable 'daoObj' could be declared final
90346 src/com/gps/rfid/AlertManager.java 34 Local variable 'absentList' could be declared final
90347 src/com/gps/rfid/AlertManager.java 36 Avoid using Literals in Conditional Statements
90348 src/com/gps/rfid/AlertManager.java 36 Potential violation of Law of Demeter (object not created locally)
90349 src/com/gps/rfid/AlertManager.java 36 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
90350 src/com/gps/rfid/AlertManager.java 47 Local variable 'studentName' could be declared final
90351 src/com/gps/rfid/AlertManager.java 48 Prefer StringBuffer over += for concatenating strings
90352 src/com/gps/rfid/AlertManager.java 51 There is log block not surrounded by if
90353 src/com/gps/rfid/AlertManager.java 51 There is log block not surrounded by if
90354 src/com/gps/rfid/AlertManager.java 53 Local variable 'MobNo' could be declared final
90355 src/com/gps/rfid/AlertManager.java 53 Potential violation of Law of Demeter (method chain calls)
90356 src/com/gps/rfid/AlertManager.java 53 Potential violation of Law of Demeter (method chain calls)
90357 src/com/gps/rfid/AlertManager.java 53 Variables should start with a lowercase character, 'MobNo' starts with uppercase character.
90358 src/com/gps/rfid/AlertManager.java 55 Avoid using equals() to compare against null
90359 src/com/gps/rfid/AlertManager.java 55 Position literals first in String comparisons
90360 src/com/gps/rfid/AlertManager.java 55 Potential violation of Law of Demeter (object not created locally)
90361 src/com/gps/rfid/AlertManager.java 58 Local variable 'notifier' could be declared final
90362 src/com/gps/rfid/AlertManager.java 60 Potential violation of Law of Demeter (method chain calls)
90363 src/com/gps/rfid/AlertManager.java 60 Potential violation of Law of Demeter (method chain calls)
90364 src/com/gps/rfid/AlertManager.java 60 Potential violation of Law of Demeter (method chain calls)
90365 src/com/gps/rfid/AlertManager.java 60 Potential violation of Law of Demeter (method chain calls)
90366 src/com/gps/rfid/AlertManager.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90367 src/com/gps/rfid/AlertManager.java 65 There is log block not surrounded by if
90368 src/com/gps/rfid/AlertManager.java 70 Parameter 'session' is not assigned and could be declared final
90369 src/com/gps/rfid/AlertManager.java 70 Parameter 'trip' is not assigned and could be declared final
90370 src/com/gps/rfid/AlertManager.java 70 publicMethodCommentRequirement Required
90371 src/com/gps/rfid/AlertManager.java 74 There is log block not surrounded by if
90372 src/com/gps/rfid/AlertManager.java 74 There is log block not surrounded by if
90373 src/com/gps/rfid/AlertManager.java 75 Local variable 'formatter' could be declared final
90374 src/com/gps/rfid/AlertManager.java 75 When instantiating a SimpleDateFormat object, specify a Locale
90375 src/com/gps/rfid/AlertManager.java 77 Local variable 'fromDate' could be declared final
90376 src/com/gps/rfid/AlertManager.java 78 Potential violation of Law of Demeter (object not created locally)
90377 src/com/gps/rfid/AlertManager.java 79 Potential violation of Law of Demeter (object not created locally)
90378 src/com/gps/rfid/AlertManager.java 80 Potential violation of Law of Demeter (object not created locally)
90379 src/com/gps/rfid/AlertManager.java 82 Local variable 'from' could be declared final
90380 src/com/gps/rfid/AlertManager.java 82 Potential violation of Law of Demeter (object not created locally)
90381 src/com/gps/rfid/AlertManager.java 84 Local variable 'toDate' could be declared final
90382 src/com/gps/rfid/AlertManager.java 85 Potential violation of Law of Demeter (object not created locally)
90383 src/com/gps/rfid/AlertManager.java 86 Potential violation of Law of Demeter (object not created locally)
90384 src/com/gps/rfid/AlertManager.java 87 Potential violation of Law of Demeter (object not created locally)
90385 src/com/gps/rfid/AlertManager.java 89 Avoid variables with short names like to
90386 src/com/gps/rfid/AlertManager.java 89 Local variable 'to' could be declared final
90387 src/com/gps/rfid/AlertManager.java 89 Potential violation of Law of Demeter (object not created locally)
90388 src/com/gps/rfid/AlertManager.java 91 Local variable 'daoObj' could be declared final
90389 src/com/gps/rfid/AlertManager.java 92 Local variable 'info' could be declared final
90390 src/com/gps/rfid/AlertManager.java 94 Potential violation of Law of Demeter (object not created locally)
90391 src/com/gps/rfid/AlertManager.java 94 Potential violation of Law of Demeter (object not created locally)
90392 src/com/gps/rfid/AlertManager.java 94 Potential violation of Law of Demeter (object not created locally)
90393 src/com/gps/rfid/AlertManager.java 94 Potential violation of Law of Demeter (object not created locally)
90394 src/com/gps/rfid/AlertManager.java 94 There is log block not surrounded by if
90395 src/com/gps/rfid/AlertManager.java 94 There is log block not surrounded by if
90396 src/com/gps/rfid/AlertManager.java 103 Local variable 'msg' could be declared final
90397 src/com/gps/rfid/AlertManager.java 103 Potential violation of Law of Demeter (object not created locally)
90398 src/com/gps/rfid/AlertManager.java 103 Potential violation of Law of Demeter (object not created locally)
90399 src/com/gps/rfid/AlertManager.java 103 Potential violation of Law of Demeter (object not created locally)
90400 src/com/gps/rfid/AlertManager.java 103 Potential violation of Law of Demeter (object not created locally)
90401 src/com/gps/rfid/AlertManager.java 104 Local variable 'notifier' could be declared final
90402 src/com/gps/rfid/AlertManager.java 105 The String literal "Trip Alert" appears 4 times in this file; the first occurrence is on line 105
90403 src/com/gps/rfid/AlertManager.java 106 Potential violation of Law of Demeter (method chain calls)
90404 src/com/gps/rfid/AlertManager.java 106 Potential violation of Law of Demeter (method chain calls)
90405 src/com/gps/rfid/AlertManager.java 106 Potential violation of Law of Demeter (method chain calls)
90406 src/com/gps/rfid/AlertManager.java 110 A method/constructor shouldnt explicitly throw java.lang.Exception
90407 src/com/gps/rfid/AlertManager.java 110 Found 'UR'-anomaly for variable 'usrPhone' (lines '110'-'134').
90408 src/com/gps/rfid/AlertManager.java 110 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Rfid_No' is not final.
90409 src/com/gps/rfid/AlertManager.java 110 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
90410 src/com/gps/rfid/AlertManager.java 110 Parameter 'Rfid_No' is not assigned and could be declared final
90411 src/com/gps/rfid/AlertManager.java 110 Parameter 'fence' is not assigned and could be declared final
90412 src/com/gps/rfid/AlertManager.java 110 Parameter 'packetTime' is not assigned and could be declared final
90413 src/com/gps/rfid/AlertManager.java 110 Parameter 'trip_details' is not assigned and could be declared final
90414 src/com/gps/rfid/AlertManager.java 110 The method 'sendAlert' has a Cyclomatic Complexity of 12.
90415 src/com/gps/rfid/AlertManager.java 110 Variables should start with a lowercase character, 'Rfid_No' starts with uppercase character.
90416 src/com/gps/rfid/AlertManager.java 110 publicMethodCommentRequirement Required
90417 src/com/gps/rfid/AlertManager.java 116 Local variable 'fenceDAO' could be declared final
90418 src/com/gps/rfid/AlertManager.java 119 There is log block not surrounded by if
90419 src/com/gps/rfid/AlertManager.java 119 There is log block not surrounded by if
90420 src/com/gps/rfid/AlertManager.java 120 Local variable 'formatter' could be declared final
90421 src/com/gps/rfid/AlertManager.java 120 When instantiating a SimpleDateFormat object, specify a Locale
90422 src/com/gps/rfid/AlertManager.java 121 Local variable 'dte' could be declared final
90423 src/com/gps/rfid/AlertManager.java 121 Potential violation of Law of Demeter (object not created locally)
90424 src/com/gps/rfid/AlertManager.java 123 Comment is too large: Line too long
90425 src/com/gps/rfid/AlertManager.java 124 Local variable 'phoneList' could be declared final
90426 src/com/gps/rfid/AlertManager.java 124 Potential violation of Law of Demeter (method chain calls)
90427 src/com/gps/rfid/AlertManager.java 124 Potential violation of Law of Demeter (method chain calls)
90428 src/com/gps/rfid/AlertManager.java 124 Potential violation of Law of Demeter (method chain calls)
90429 src/com/gps/rfid/AlertManager.java 125 Local variable 'usrList' could be declared final
90430 src/com/gps/rfid/AlertManager.java 125 Potential violation of Law of Demeter (method chain calls)
90431 src/com/gps/rfid/AlertManager.java 125 Potential violation of Law of Demeter (method chain calls)
90432 src/com/gps/rfid/AlertManager.java 125 Potential violation of Law of Demeter (method chain calls)
90433 src/com/gps/rfid/AlertManager.java 127 Potential violation of Law of Demeter (object not created locally)
90434 src/com/gps/rfid/AlertManager.java 127 There is log block not surrounded by if
90435 src/com/gps/rfid/AlertManager.java 127 There is log block not surrounded by if
90436 src/com/gps/rfid/AlertManager.java 128 Avoid using Literals in Conditional Statements
90437 src/com/gps/rfid/AlertManager.java 128 Potential violation of Law of Demeter (object not created locally)
90438 src/com/gps/rfid/AlertManager.java 128 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
90439 src/com/gps/rfid/AlertManager.java 130 Local variable 'usrPhone' could be declared final
90440 src/com/gps/rfid/AlertManager.java 132 Avoid instantiating new objects inside loops
90441 src/com/gps/rfid/AlertManager.java 132 Local variable 'msgObj' could be declared final
90442 src/com/gps/rfid/AlertManager.java 134 Potential violation of Law of Demeter (object not created locally)
90443 src/com/gps/rfid/AlertManager.java 135 Found 'DD'-anomaly for variable 'fenceid' (lines '135'-'140').
90444 src/com/gps/rfid/AlertManager.java 135 Found 'DU'-anomaly for variable 'fenceid' (lines '135'-'195').
90445 src/com/gps/rfid/AlertManager.java 136 Found 'DD'-anomaly for variable 'tripId' (lines '136'-'145').
90446 src/com/gps/rfid/AlertManager.java 136 Found 'DU'-anomaly for variable 'tripId' (lines '136'-'195').
90447 src/com/gps/rfid/AlertManager.java 140 Found 'DU'-anomaly for variable 'fenceid' (lines '140'-'195').
90448 src/com/gps/rfid/AlertManager.java 145 Found 'DU'-anomaly for variable 'tripId' (lines '145'-'195').
90449 src/com/gps/rfid/AlertManager.java 147 Potential violation of Law of Demeter (method chain calls)
90450 src/com/gps/rfid/AlertManager.java 147 Potential violation of Law of Demeter (object not created locally)
90451 src/com/gps/rfid/AlertManager.java 149 Avoid if (x != y) ..; else ..;
90452 src/com/gps/rfid/AlertManager.java 149 Potential violation of Law of Demeter (method chain calls)
90453 src/com/gps/rfid/AlertManager.java 149 Potential violation of Law of Demeter (method chain calls)
90454 src/com/gps/rfid/AlertManager.java 149 Potential violation of Law of Demeter (object not created locally)
90455 src/com/gps/rfid/AlertManager.java 151 Potential violation of Law of Demeter (object not created locally)
90456 src/com/gps/rfid/AlertManager.java 153 Avoid using Literals in Conditional Statements
90457 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (method chain calls)
90458 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (method chain calls)
90459 src/com/gps/rfid/AlertManager.java 161 Potential violation of Law of Demeter (object not created locally)
90460 src/com/gps/rfid/AlertManager.java 161 There is log block not surrounded by if
90461 src/com/gps/rfid/AlertManager.java 161 There is log block not surrounded by if
90462 src/com/gps/rfid/AlertManager.java 163 Avoid using if statements without curly braces
90463 src/com/gps/rfid/AlertManager.java 163 Potential violation of Law of Demeter (method chain calls)
90464 src/com/gps/rfid/AlertManager.java 163 Potential violation of Law of Demeter (method chain calls)
90465 src/com/gps/rfid/AlertManager.java 163 Potential violation of Law of Demeter (object not created locally)
90466 src/com/gps/rfid/AlertManager.java 167 Avoid using if statements without curly braces
90467 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (method chain calls)
90468 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (method chain calls)
90469 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (method chain calls)
90470 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (method chain calls)
90471 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (object not created locally)
90472 src/com/gps/rfid/AlertManager.java 167 Potential violation of Law of Demeter (object not created locally)
90473 src/com/gps/rfid/AlertManager.java 170 There is log block not surrounded by if
90474 src/com/gps/rfid/AlertManager.java 170 There is log block not surrounded by if
90475 src/com/gps/rfid/AlertManager.java 171 Avoid instantiating new objects inside loops
90476 src/com/gps/rfid/AlertManager.java 171 Local variable 'creator' could be declared final
90477 src/com/gps/rfid/AlertManager.java 172 Local variable 'msg' could be declared final
90478 src/com/gps/rfid/AlertManager.java 174 Potential violation of Law of Demeter (object not created locally)
90479 src/com/gps/rfid/AlertManager.java 174 Potential violation of Law of Demeter (object not created locally)
90480 src/com/gps/rfid/AlertManager.java 174 There is log block not surrounded by if
90481 src/com/gps/rfid/AlertManager.java 174 There is log block not surrounded by if
90482 src/com/gps/rfid/AlertManager.java 176 Comment is too large: Line too long
90483 src/com/gps/rfid/AlertManager.java 178 Comment is too large: Line too long
90484 src/com/gps/rfid/AlertManager.java 179 There is log block not surrounded by if
90485 src/com/gps/rfid/AlertManager.java 179 There is log block not surrounded by if
90486 src/com/gps/rfid/AlertManager.java 180 Avoid instantiating new objects inside loops
90487 src/com/gps/rfid/AlertManager.java 180 Local variable 'notifier' could be declared final
90488 src/com/gps/rfid/AlertManager.java 181 Avoid instantiating new objects inside loops
90489 src/com/gps/rfid/AlertManager.java 181 Avoid unused local variables such as 'smsDao'.
90490 src/com/gps/rfid/AlertManager.java 181 Found 'DD'-anomaly for variable 'smsDao' (lines '181'-'181').
90491 src/com/gps/rfid/AlertManager.java 181 Found 'DU'-anomaly for variable 'smsDao' (lines '181'-'195').
90492 src/com/gps/rfid/AlertManager.java 181 Local variable 'smsDao' could be declared final
90493 src/com/gps/rfid/AlertManager.java 183 Avoid instantiating new objects inside loops
90494 src/com/gps/rfid/AlertManager.java 183 Potential violation of Law of Demeter (object not created locally)
90495 src/com/gps/rfid/AlertManager.java 185 Avoid instantiating new objects inside loops
90496 src/com/gps/rfid/AlertManager.java 185 Potential violation of Law of Demeter (method chain calls)
90497 src/com/gps/rfid/AlertManager.java 185 Potential violation of Law of Demeter (method chain calls)
90498 src/com/gps/rfid/AlertManager.java 185 Potential violation of Law of Demeter (object not created locally)
90499 src/com/gps/rfid/AlertManager.java 187 Avoid instantiating new objects inside loops
90500 src/com/gps/rfid/AlertManager.java 187 Potential violation of Law of Demeter (object not created locally)
90501 src/com/gps/rfid/AlertManager.java 189 Avoid instantiating new objects inside loops
90502 src/com/gps/rfid/AlertManager.java 189 Potential violation of Law of Demeter (method chain calls)
90503 src/com/gps/rfid/AlertManager.java 189 Potential violation of Law of Demeter (method chain calls)
90504 src/com/gps/rfid/AlertManager.java 189 Potential violation of Law of Demeter (object not created locally)
90505 src/com/gps/rfid/AlertManager.java 192 Avoid using if...else statements without curly braces
90506 src/com/gps/rfid/AlertManager.java 192 There is log block not surrounded by if
90507 src/com/gps/rfid/AlertManager.java 192 There is log block not surrounded by if
90508 src/com/gps/rfid/AlertManager.java 198 Method names should not start with capital letters
90509 src/com/gps/rfid/AlertManager.java 198 Parameter 'OrgId' is not assigned and could be declared final
90510 src/com/gps/rfid/AlertManager.java 198 Parameter 'fenceId' is not assigned and could be declared final
90511 src/com/gps/rfid/AlertManager.java 198 Parameter 'msg' is not assigned and could be declared final
90512 src/com/gps/rfid/AlertManager.java 198 Parameter 'msgType' is not assigned and could be declared final
90513 src/com/gps/rfid/AlertManager.java 198 Parameter 'packetTime' is not assigned and could be declared final
90514 src/com/gps/rfid/AlertManager.java 198 Parameter 'phoneNos' is not assigned and could be declared final
90515 src/com/gps/rfid/AlertManager.java 198 Parameter 'sentTime' is not assigned and could be declared final
90516 src/com/gps/rfid/AlertManager.java 198 Parameter 'tripId' is not assigned and could be declared final
90517 src/com/gps/rfid/AlertManager.java 198 Variables should start with a lowercase character, 'OrgId' starts with uppercase character.
90518 src/com/gps/rfid/AlertManager.java 198 publicMethodCommentRequirement Required
90519 src/com/gps/rfid/AlertManager.java 200 Found 'DU'-anomaly for variable 'dateFormat' (lines '200'-'206').
90520 src/com/gps/rfid/AlertManager.java 200 Local variable 'dateFormat' could be declared final
90521 src/com/gps/rfid/AlertManager.java 200 When instantiating a SimpleDateFormat object, specify a Locale
90522 src/com/gps/rfid/AlertManager.java 201 Found 'DU'-anomaly for variable 'smsDao' (lines '201'-'206').
90523 src/com/gps/rfid/AlertManager.java 201 Local variable 'smsDao' could be declared final
90524 src/com/gps/rfid/AlertManager.java 202 Comment is too large: Line too long
90525 src/com/gps/rfid/AlertManager.java 204 Potential violation of Law of Demeter (method chain calls)
90526 src/com/gps/rfid/RfidDAO.java 21 headerCommentRequirement Required
90527 src/com/gps/rfid/RfidDAO.java 22 The Logger variable declaration does not contain the static and final modifiers
90528 src/com/gps/rfid/RfidDAO.java 22 fieldCommentRequirement Required
90529 src/com/gps/rfid/RfidDAO.java 24 Parameter 'rFIDNo' is not assigned and could be declared final
90530 src/com/gps/rfid/RfidDAO.java 24 Parameter 'sessionValue' is not assigned and could be declared final
90531 src/com/gps/rfid/RfidDAO.java 24 Parameter 'time' is not assigned and could be declared final
90532 src/com/gps/rfid/RfidDAO.java 24 publicMethodCommentRequirement Required
90533 src/com/gps/rfid/RfidDAO.java 26 There is log block not surrounded by if
90534 src/com/gps/rfid/RfidDAO.java 26 There is log block not surrounded by if
90535 src/com/gps/rfid/RfidDAO.java 27 Local variable 'formatter' could be declared final
90536 src/com/gps/rfid/RfidDAO.java 27 When instantiating a SimpleDateFormat object, specify a Locale
90537 src/com/gps/rfid/RfidDAO.java 28 Local variable 'date' could be declared final
90538 src/com/gps/rfid/RfidDAO.java 30 Local variable 'qry' could be declared final
90539 src/com/gps/rfid/RfidDAO.java 30 Potential violation of Law of Demeter (method chain calls)
90540 src/com/gps/rfid/RfidDAO.java 31 Potential violation of Law of Demeter (method chain calls)
90541 src/com/gps/rfid/RfidDAO.java 31 Potential violation of Law of Demeter (method chain calls)
90542 src/com/gps/rfid/RfidDAO.java 31 Potential violation of Law of Demeter (object not created locally)
90543 src/com/gps/rfid/RfidDAO.java 31 There is log block not surrounded by if
90544 src/com/gps/rfid/RfidDAO.java 31 There is log block not surrounded by if
90545 src/com/gps/rfid/RfidDAO.java 32 Avoid using Literals in Conditional Statements
90546 src/com/gps/rfid/RfidDAO.java 32 Potential violation of Law of Demeter (method chain calls)
90547 src/com/gps/rfid/RfidDAO.java 32 Potential violation of Law of Demeter (object not created locally)
90548 src/com/gps/rfid/RfidDAO.java 33 A method should have only one exit point, and that should be the last statement in the method
90549 src/com/gps/rfid/RfidDAO.java 33 Avoid using if...else statements without curly braces
90550 src/com/gps/rfid/RfidDAO.java 33 Potential violation of Law of Demeter (method chain calls)
90551 src/com/gps/rfid/RfidDAO.java 33 Potential violation of Law of Demeter (method chain calls)
90552 src/com/gps/rfid/RfidDAO.java 33 Potential violation of Law of Demeter (method chain calls)
90553 src/com/gps/rfid/RfidDAO.java 33 Potential violation of Law of Demeter (object not created locally)
90554 src/com/gps/rfid/RfidDAO.java 33 Potential violation of Law of Demeter (object not created locally)
90555 src/com/gps/rfid/RfidDAO.java 35 Avoid using if...else statements without curly braces
90556 src/com/gps/rfid/RfidDAO.java 38 Avoid reassigning parameters such as 'rfidObj'
90557 src/com/gps/rfid/RfidDAO.java 38 Parameter 'fence' is not assigned and could be declared final
90558 src/com/gps/rfid/RfidDAO.java 38 Parameter 'rFIDNo' is not assigned and could be declared final
90559 src/com/gps/rfid/RfidDAO.java 38 Parameter 'sessionValue' is not assigned and could be declared final
90560 src/com/gps/rfid/RfidDAO.java 38 publicMethodCommentRequirement Required
90561 src/com/gps/rfid/RfidDAO.java 39 Parameter 'packetTime' is not assigned and could be declared final
90562 src/com/gps/rfid/RfidDAO.java 39 Parameter 'status' is not assigned and could be declared final
90563 src/com/gps/rfid/RfidDAO.java 41 There is log block not surrounded by if
90564 src/com/gps/rfid/RfidDAO.java 41 There is log block not surrounded by if
90565 src/com/gps/rfid/RfidDAO.java 42 Avoid using if statements without curly braces
90566 src/com/gps/rfid/RfidDAO.java 51 Local variable 'context' could be declared final
90567 src/com/gps/rfid/RfidDAO.java 51 Potential violation of Law of Demeter (method chain calls)
90568 src/com/gps/rfid/RfidDAO.java 52 Potential violation of Law of Demeter (object not created locally)
90569 src/com/gps/rfid/RfidDAO.java 53 Potential violation of Law of Demeter (method chain calls)
90570 src/com/gps/rfid/RfidDAO.java 54 Potential violation of Law of Demeter (object not created locally)
90571 src/com/gps/rfid/RfidDAO.java 55 Potential violation of Law of Demeter (method chain calls)
90572 src/com/gps/rfid/RfidDAO.java 58 Parameter 'fenceId' is not assigned and could be declared final
90573 src/com/gps/rfid/RfidDAO.java 58 Parameter 'packetDate' is not assigned and could be declared final
90574 src/com/gps/rfid/RfidDAO.java 58 Parameter 'tripSession' is not assigned and could be declared final
90575 src/com/gps/rfid/RfidDAO.java 58 publicMethodCommentRequirement Required
90576 src/com/gps/rfid/RfidDAO.java 59 Found 'DD'-anomaly for variable 'sessionVal' (lines '59'-'61').
90577 src/com/gps/rfid/RfidDAO.java 60 Avoid using Literals in Conditional Statements
90578 src/com/gps/rfid/RfidDAO.java 60 Avoid using if statements without curly braces
90579 src/com/gps/rfid/RfidDAO.java 63 Local variable 'formatter' could be declared final
90580 src/com/gps/rfid/RfidDAO.java 63 When instantiating a SimpleDateFormat object, specify a Locale
90581 src/com/gps/rfid/RfidDAO.java 64 Local variable 'date' could be declared final
90582 src/com/gps/rfid/RfidDAO.java 66 Local variable 'qry' could be declared final
90583 src/com/gps/rfid/RfidDAO.java 66 Potential violation of Law of Demeter (method chain calls)
90584 src/com/gps/rfid/RfidDAO.java 68 Potential violation of Law of Demeter (method chain calls)
90585 src/com/gps/rfid/RfidDAO.java 68 Potential violation of Law of Demeter (method chain calls)
90586 src/com/gps/rfid/RfidDAO.java 68 Potential violation of Law of Demeter (object not created locally)
90587 src/com/gps/rfid/RfidDAO.java 68 There is log block not surrounded by if
90588 src/com/gps/rfid/RfidDAO.java 68 There is log block not surrounded by if
90589 src/com/gps/rfid/RfidDAO.java 70 Potential violation of Law of Demeter (object not created locally)
90590 src/com/gps/rfid/RfidDAO.java 73 Avoid variables with short names like to
90591 src/com/gps/rfid/RfidDAO.java 73 Parameter 'from' is not assigned and could be declared final
90592 src/com/gps/rfid/RfidDAO.java 73 Parameter 'to' is not assigned and could be declared final
90593 src/com/gps/rfid/RfidDAO.java 73 Parameter 'tripid' is not assigned and could be declared final
90594 src/com/gps/rfid/RfidDAO.java 73 publicMethodCommentRequirement Required
90595 src/com/gps/rfid/RfidDAO.java 77 Local variable 'fenceDAO' could be declared final
90596 src/com/gps/rfid/RfidDAO.java 79 Found 'DD'-anomaly for variable 'tripUserInfo' (lines '79'-'88').
90597 src/com/gps/rfid/RfidDAO.java 82 Do not add empty strings
90598 src/com/gps/rfid/RfidDAO.java 82 There is log block not surrounded by if
90599 src/com/gps/rfid/RfidDAO.java 82 There is log block not surrounded by if
90600 src/com/gps/rfid/RfidDAO.java 84 Potential violation of Law of Demeter (object not created locally)
90601 src/com/gps/rfid/RfidDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90602 src/com/gps/rfid/RfidDAO.java 92 Avoid printStackTrace(); use a logger call instead.
90603 src/com/gps/rfid/RfidDAO.java 92 Potential violation of Law of Demeter (object not created locally)
90604 src/com/gps/rfid/RfidDAO.java 98 Avoid using implementation types like 'ArrayList'; use the interface instead
90605 src/com/gps/rfid/RfidDAO.java 98 Avoid variables with short names like to
90606 src/com/gps/rfid/RfidDAO.java 98 Parameter 'from' is not assigned and could be declared final
90607 src/com/gps/rfid/RfidDAO.java 98 Parameter 'to' is not assigned and could be declared final
90608 src/com/gps/rfid/RfidDAO.java 98 Parameter 'tripid' is not assigned and could be declared final
90609 src/com/gps/rfid/RfidDAO.java 98 publicMethodCommentRequirement Required
90610 src/com/gps/rfid/RfidDAO.java 101 Found 'DD'-anomaly for variable 'rfUserHistory' (lines '101'-'108').
90611 src/com/gps/rfid/RfidDAO.java 107 There is log block not surrounded by if
90612 src/com/gps/rfid/RfidDAO.java 107 There is log block not surrounded by if
90613 src/com/gps/rfid/RfidDAO.java 108 Potential violation of Law of Demeter (method chain calls)
90614 src/com/gps/rfid/RfidDAO.java 108 Potential violation of Law of Demeter (object not created locally)
90615 src/com/gps/rfid/RfidDAO.java 110 Avoid using for statements without curly braces
90616 src/com/gps/rfid/RfidDAO.java 110 Potential violation of Law of Demeter (object not created locally)
90617 src/com/gps/rfid/RfidDAO.java 111 Potential violation of Law of Demeter (object not created locally)
90618 src/com/gps/rfid/RfidDAO.java 111 There is log block not surrounded by if
90619 src/com/gps/rfid/RfidDAO.java 111 There is log block not surrounded by if
90620 src/com/gps/rfid/RfidDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90621 src/com/gps/rfid/RfidDAO.java 115 Avoid printStackTrace(); use a logger call instead.
90622 src/com/gps/rfid/RfidDAO.java 115 Potential violation of Law of Demeter (object not created locally)
90623 src/com/gps/rfid/RfidDAO.java 121 Avoid using implementation types like 'ArrayList'; use the interface instead
90624 src/com/gps/rfid/RfidDAO.java 121 Avoid using implementation types like 'ArrayList'; use the interface instead
90625 src/com/gps/rfid/RfidDAO.java 121 Parameter 'rfUserInfo' is not assigned and could be declared final
90626 src/com/gps/rfid/RfidDAO.java 121 Parameter 'userFenceInfo' is not assigned and could be declared final
90627 src/com/gps/rfid/RfidDAO.java 123 Found 'DD'-anomaly for variable 'scheduled_count' (lines '123'-'133').
90628 src/com/gps/rfid/RfidDAO.java 123 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'scheduled_count' is not final.
90629 src/com/gps/rfid/RfidDAO.java 124 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '124'-'136').
90630 src/com/gps/rfid/RfidDAO.java 124 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'unscheduled_count' is not final.
90631 src/com/gps/rfid/RfidDAO.java 125 Found 'DD'-anomaly for variable 'absent_count' (lines '125'-'140').
90632 src/com/gps/rfid/RfidDAO.java 125 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'absent_count' is not final.
90633 src/com/gps/rfid/RfidDAO.java 126 Found 'DD'-anomaly for variable 'userInfo' (lines '126'-'143').
90634 src/com/gps/rfid/RfidDAO.java 133 Found 'DD'-anomaly for variable 'scheduled_count' (lines '133'-'133').
90635 src/com/gps/rfid/RfidDAO.java 136 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '136'-'136').
90636 src/com/gps/rfid/RfidDAO.java 142 System.out.print is used
90637 src/com/gps/rfid/RfidDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90638 src/com/gps/rfid/RfidDAO.java 147 Avoid printStackTrace(); use a logger call instead.
90639 src/com/gps/rfid/RfidDAO.java 153 Avoid variables with short names like to
90640 src/com/gps/rfid/RfidDAO.java 153 Parameter 'fences' is not assigned and could be declared final
90641 src/com/gps/rfid/RfidDAO.java 153 Parameter 'from' is not assigned and could be declared final
90642 src/com/gps/rfid/RfidDAO.java 153 Parameter 'to' is not assigned and could be declared final
90643 src/com/gps/rfid/RfidDAO.java 153 publicMethodCommentRequirement Required
90644 src/com/gps/rfid/RfidDAO.java 156 Found 'DD'-anomaly for variable 'userActualList' (lines '156'-'161').
90645 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (method chain calls)
90646 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (method chain calls)
90647 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (method chain calls)
90648 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (method chain calls)
90649 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (method chain calls)
90650 src/com/gps/rfid/RfidDAO.java 161 Potential violation of Law of Demeter (object not created locally)
90651 src/com/gps/rfid/RfidDAO.java 163 Potential violation of Law of Demeter (object not created locally)
90652 src/com/gps/rfid/RfidDAO.java 163 There is log block not surrounded by if
90653 src/com/gps/rfid/RfidDAO.java 163 There is log block not surrounded by if
90654 src/com/gps/rfid/RfidDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90655 src/com/gps/rfid/RfidDAO.java 167 Avoid printStackTrace(); use a logger call instead.
90656 src/com/gps/rfid/RfidDAO.java 167 Potential violation of Law of Demeter (object not created locally)
90657 src/com/gps/rfid/RfidDAO.java 172 Parameter 'args' is not assigned and could be declared final
90658 src/com/gps/rfid/RfidDAO.java 172 publicMethodCommentRequirement Required
90659 src/com/gps/rfid/RfidDAO.java 178 Local variable 'dao' could be declared final
90660 src/com/gps/rfid/RfidDAO.java 180 Local variable 'mngr' could be declared final
90661 src/com/gps/rfid/RfidDAO.java 184 Parameter 'tripid' is not assigned and could be declared final
90662 src/com/gps/rfid/RfidDAO.java 184 publicMethodCommentRequirement Required
90663 src/com/gps/rfid/RfidDAO.java 186 Local variable 'qry' could be declared final
90664 src/com/gps/rfid/RfidDAO.java 186 Potential violation of Law of Demeter (method chain calls)
90665 src/com/gps/rfid/RfidDAO.java 188 Avoid using Literals in Conditional Statements
90666 src/com/gps/rfid/RfidDAO.java 188 Potential violation of Law of Demeter (method chain calls)
90667 src/com/gps/rfid/RfidDAO.java 188 Potential violation of Law of Demeter (object not created locally)
90668 src/com/gps/rfid/RfidDAO.java 189 A method should have only one exit point, and that should be the last statement in the method
90669 src/com/gps/rfid/RfidDAO.java 189 Avoid using if...else statements without curly braces
90670 src/com/gps/rfid/RfidDAO.java 189 Potential violation of Law of Demeter (method chain calls)
90671 src/com/gps/rfid/RfidDAO.java 189 Potential violation of Law of Demeter (object not created locally)
90672 src/com/gps/rfid/RfidDAO.java 191 Avoid using if...else statements without curly braces
90673 src/com/gps/rfid/RfidMessage.java 3 headerCommentRequirement Required
90674 src/com/gps/rfid/RfidMessage.java 5 fieldCommentRequirement Required
90675 src/com/gps/rfid/RfidMessage.java 6 fieldCommentRequirement Required
90676 src/com/gps/rfid/RfidMessage.java 7 fieldCommentRequirement Required
90677 src/com/gps/rfid/RfidMessage.java 8 fieldCommentRequirement Required
90678 src/com/gps/rfid/RfidMessage.java 9 fieldCommentRequirement Required
90679 src/com/gps/rfid/RfidMessage.java 10 fieldCommentRequirement Required
90680 src/com/gps/rfid/RfidMessage.java 20 Parameter 'userName' is not assigned and could be declared final
90681 src/com/gps/rfid/RfidMessage.java 32 Parameter 'date' is not assigned and could be declared final
90682 src/com/gps/rfid/RfidMessage.java 44 Parameter 'landmark' is not assigned and could be declared final
90683 src/com/gps/rfid/RfidMessage.java 56 Parameter 'tripName' is not assigned and could be declared final
90684 src/com/gps/rfid/RfidMessage.java 68 Parameter 'msgType' is not assigned and could be declared final
90685 src/com/gps/rfid/RfidMessage.java 80 Parameter 'session' is not assigned and could be declared final
90686 src/com/gps/rfid/checkRFIDEntry.java 22 Class names should begin with an uppercase character
90687 src/com/gps/rfid/checkRFIDEntry.java 24 The Logger variable declaration does not contain the static and final modifiers
90688 src/com/gps/rfid/checkRFIDEntry.java 24 fieldCommentRequirement Required
90689 src/com/gps/rfid/checkRFIDEntry.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
90690 src/com/gps/rfid/checkRFIDEntry.java 26 Private field 'trip' could be made final; it is only initialized in the declaration or constructor.
90691 src/com/gps/rfid/checkRFIDEntry.java 26 fieldCommentRequirement Required
90692 src/com/gps/rfid/checkRFIDEntry.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
90693 src/com/gps/rfid/checkRFIDEntry.java 27 Private field 'fenceId' could be made final; it is only initialized in the declaration or constructor.
90694 src/com/gps/rfid/checkRFIDEntry.java 27 fieldCommentRequirement Required
90695 src/com/gps/rfid/checkRFIDEntry.java 29 It is a good practice to call super() in a constructor
90696 src/com/gps/rfid/checkRFIDEntry.java 29 Parameter 'fence' is not assigned and could be declared final
90697 src/com/gps/rfid/checkRFIDEntry.java 29 Parameter 'trip' is not assigned and could be declared final
90698 src/com/gps/rfid/checkRFIDEntry.java 29 publicMethodCommentRequirement Required
90699 src/com/gps/rfid/checkRFIDEntry.java 35 Found 'UR'-anomaly for variable 'studentName' (lines '35'-'52').
90700 src/com/gps/rfid/checkRFIDEntry.java 35 publicMethodCommentRequirement Required
90701 src/com/gps/rfid/checkRFIDEntry.java 39 Local variable 'formatter' could be declared final
90702 src/com/gps/rfid/checkRFIDEntry.java 39 When instantiating a SimpleDateFormat object, specify a Locale
90703 src/com/gps/rfid/checkRFIDEntry.java 40 Local variable 'date' could be declared final
90704 src/com/gps/rfid/checkRFIDEntry.java 40 Potential violation of Law of Demeter (method chain calls)
90705 src/com/gps/rfid/checkRFIDEntry.java 40 Potential violation of Law of Demeter (method chain calls)
90706 src/com/gps/rfid/checkRFIDEntry.java 42 Local variable 'daoObj' could be declared final
90707 src/com/gps/rfid/checkRFIDEntry.java 44 Local variable 'qry' could be declared final
90708 src/com/gps/rfid/checkRFIDEntry.java 44 Potential violation of Law of Demeter (method chain calls)
90709 src/com/gps/rfid/checkRFIDEntry.java 46 Local variable 'absentList' could be declared final
90710 src/com/gps/rfid/checkRFIDEntry.java 46 Potential violation of Law of Demeter (object not created locally)
90711 src/com/gps/rfid/checkRFIDEntry.java 47 Avoid using Literals in Conditional Statements
90712 src/com/gps/rfid/checkRFIDEntry.java 47 Potential violation of Law of Demeter (object not created locally)
90713 src/com/gps/rfid/checkRFIDEntry.java 47 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
90714 src/com/gps/rfid/checkRFIDEntry.java 51 Local variable 'studentName' could be declared final
90715 src/com/gps/rfid/checkRFIDEntry.java 52 Prefer StringBuffer over += for concatenating strings
90716 src/com/gps/rfid/checkRFIDEntry.java 55 There is log block not surrounded by if
90717 src/com/gps/rfid/checkRFIDEntry.java 55 There is log block not surrounded by if
90718 src/com/gps/rfid/checkRFIDEntry.java 58 Local variable 'notifier' could be declared final
90719 src/com/gps/rfid/constructMessage.java 3 Avoid unused imports such as 'java.lang.reflect.Field'
90720 src/com/gps/rfid/constructMessage.java 12 Class names should begin with an uppercase character
90721 src/com/gps/rfid/constructMessage.java 12 The class 'constructMessage' has a Cyclomatic Complexity of 4 (Highest = 10).
90722 src/com/gps/rfid/constructMessage.java 12 headerCommentRequirement Required
90723 src/com/gps/rfid/constructMessage.java 14 The Logger variable declaration does not contain the static and final modifiers
90724 src/com/gps/rfid/constructMessage.java 14 fieldCommentRequirement Required
90725 src/com/gps/rfid/constructMessage.java 16 fieldCommentRequirement Required
90726 src/com/gps/rfid/constructMessage.java 28 Parameter 'alertNos' is not assigned and could be declared final
90727 src/com/gps/rfid/constructMessage.java 32 Found 'UR'-anomaly for variable 'messageFormat' (lines '32'-'45').
90728 src/com/gps/rfid/constructMessage.java 32 Parameter 'MessageClass' is not assigned and could be declared final
90729 src/com/gps/rfid/constructMessage.java 32 The method 'createMessage' has a Cyclomatic Complexity of 10.
90730 src/com/gps/rfid/constructMessage.java 32 Variables should start with a lowercase character, 'MessageClass' starts with uppercase character.
90731 src/com/gps/rfid/constructMessage.java 32 publicMethodCommentRequirement Required
90732 src/com/gps/rfid/constructMessage.java 34 Found 'DD'-anomaly for variable 'message' (lines '34'-'38').
90733 src/com/gps/rfid/constructMessage.java 35 Local variable 'statusObj' could be declared final
90734 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
90735 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
90736 src/com/gps/rfid/constructMessage.java 35 Potential violation of Law of Demeter (method chain calls)
90737 src/com/gps/rfid/constructMessage.java 36 Avoid using Literals in Conditional Statements
90738 src/com/gps/rfid/constructMessage.java 36 Potential violation of Law of Demeter (object not created locally)
90739 src/com/gps/rfid/constructMessage.java 36 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
90740 src/com/gps/rfid/constructMessage.java 38 Potential violation of Law of Demeter (method chain calls)
90741 src/com/gps/rfid/constructMessage.java 38 Potential violation of Law of Demeter (object not created locally)
90742 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (method chain calls)
90743 src/com/gps/rfid/constructMessage.java 39 Potential violation of Law of Demeter (object not created locally)
90744 src/com/gps/rfid/constructMessage.java 40 There is log block not surrounded by if
90745 src/com/gps/rfid/constructMessage.java 40 There is log block not surrounded by if
90746 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (method chain calls)
90747 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (method chain calls)
90748 src/com/gps/rfid/constructMessage.java 41 Potential violation of Law of Demeter (object not created locally)
90749 src/com/gps/rfid/constructMessage.java 43 Local variable 'formats' could be declared final
90750 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
90751 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
90752 src/com/gps/rfid/constructMessage.java 43 Potential violation of Law of Demeter (method chain calls)
90753 src/com/gps/rfid/constructMessage.java 44 Local variable 'messageFormat' could be declared final
90754 src/com/gps/rfid/constructMessage.java 45 Potential violation of Law of Demeter (object not created locally)
90755 src/com/gps/rfid/constructMessage.java 46 Avoid using if...else statements without curly braces
90756 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
90757 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
90758 src/com/gps/rfid/constructMessage.java 46 Potential violation of Law of Demeter (object not created locally)
90759 src/com/gps/rfid/constructMessage.java 49 Deeply nested if..then statements are hard to read
90760 src/com/gps/rfid/constructMessage.java 49 Potential violation of Law of Demeter (object not created locally)
90761 src/com/gps/rfid/constructMessage.java 49 Potential violation of Law of Demeter (object not created locally)
90762 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90763 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90764 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90765 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90766 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90767 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (method chain calls)
90768 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
90769 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
90770 src/com/gps/rfid/constructMessage.java 51 Potential violation of Law of Demeter (object not created locally)
90771 src/com/gps/rfid/constructMessage.java 55 Potential violation of Law of Demeter (object not created locally)
90772 src/com/gps/rfid/constructMessage.java 55 There is log block not surrounded by if
90773 src/com/gps/rfid/constructMessage.java 58 Potential violation of Law of Demeter (object not created locally)
90774 src/com/gps/rfid/constructMessage.java 58 There is log block not surrounded by if
90775 src/com/gps/rfid/constructMessage.java 61 Potential violation of Law of Demeter (object not created locally)
90776 src/com/gps/rfid/constructMessage.java 61 There is log block not surrounded by if
90777 src/com/gps/rfid/constructMessage.java 64 Potential violation of Law of Demeter (object not created locally)
90778 src/com/gps/rfid/constructMessage.java 64 There is log block not surrounded by if
90779 src/com/gps/scheduler/DailyIterator.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
90780 src/com/gps/scheduler/DailyIterator.java 13 fieldCommentRequirement Required
90781 src/com/gps/scheduler/DailyIterator.java 14 The Logger variable declaration does not contain the static and final modifiers
90782 src/com/gps/scheduler/DailyIterator.java 14 fieldCommentRequirement Required
90783 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'hourOfDay' is not assigned and could be declared final
90784 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'minute' is not assigned and could be declared final
90785 src/com/gps/scheduler/DailyIterator.java 15 Parameter 'second' is not assigned and could be declared final
90786 src/com/gps/scheduler/DailyIterator.java 15 publicMethodCommentRequirement Required
90787 src/com/gps/scheduler/DailyIterator.java 18 There is log block not surrounded by if
90788 src/com/gps/scheduler/DailyIterator.java 18 There is log block not surrounded by if
90789 src/com/gps/scheduler/DailyIterator.java 21 Comment is too large: Line too long
90790 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'date' is not assigned and could be declared final
90791 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'hourOfDay' is not assigned and could be declared final
90792 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'minute' is not assigned and could be declared final
90793 src/com/gps/scheduler/DailyIterator.java 23 Parameter 'second' is not assigned and could be declared final
90794 src/com/gps/scheduler/DailyIterator.java 23 publicMethodCommentRequirement Required
90795 src/com/gps/scheduler/DailyIterator.java 29 There is log block not surrounded by if
90796 src/com/gps/scheduler/DailyIterator.java 29 There is log block not surrounded by if
90797 src/com/gps/scheduler/DailyIterator.java 31 There is log block not surrounded by if
90798 src/com/gps/scheduler/DailyIterator.java 31 There is log block not surrounded by if
90799 src/com/gps/scheduler/DailyIterator.java 37 publicMethodCommentRequirement Required
90800 src/com/gps/scheduler/DailyIterator.java 39 There is log block not surrounded by if
90801 src/com/gps/scheduler/DailyIterator.java 39 There is log block not surrounded by if
90802 src/com/gps/scheduler/MailSender.java 16 headerCommentRequirement Required
90803 src/com/gps/scheduler/MailSender.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
90804 src/com/gps/scheduler/MailSender.java 19 Use explicit scoping instead of the default package private level
90805 src/com/gps/scheduler/MailSender.java 19 fieldCommentRequirement Required
90806 src/com/gps/scheduler/MailSender.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
90807 src/com/gps/scheduler/MailSender.java 20 Use explicit scoping instead of the default package private level
90808 src/com/gps/scheduler/MailSender.java 20 fieldCommentRequirement Required
90809 src/com/gps/scheduler/MailSender.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
90810 src/com/gps/scheduler/MailSender.java 21 Use explicit scoping instead of the default package private level
90811 src/com/gps/scheduler/MailSender.java 21 fieldCommentRequirement Required
90812 src/com/gps/scheduler/MailSender.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
90813 src/com/gps/scheduler/MailSender.java 22 Use explicit scoping instead of the default package private level
90814 src/com/gps/scheduler/MailSender.java 22 fieldCommentRequirement Required
90815 src/com/gps/scheduler/MailSender.java 24 The Logger variable declaration does not contain the static and final modifiers
90816 src/com/gps/scheduler/MailSender.java 24 fieldCommentRequirement Required
90817 src/com/gps/scheduler/MailSender.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90818 src/com/gps/scheduler/MailSender.java 25 Use explicit scoping instead of the default package private level
90819 src/com/gps/scheduler/MailSender.java 25 fieldCommentRequirement Required
90820 src/com/gps/scheduler/MailSender.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
90821 src/com/gps/scheduler/MailSender.java 26 Use explicit scoping instead of the default package private level
90822 src/com/gps/scheduler/MailSender.java 26 fieldCommentRequirement Required
90823 src/com/gps/scheduler/MailSender.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
90824 src/com/gps/scheduler/MailSender.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
90825 src/com/gps/scheduler/MailSender.java 27 Use explicit scoping instead of the default package private level
90826 src/com/gps/scheduler/MailSender.java 27 fieldCommentRequirement Required
90827 src/com/gps/scheduler/MailSender.java 29 Parameter 'creditDetails' is not assigned and could be declared final
90828 src/com/gps/scheduler/MailSender.java 29 Parameter 'smsprop' is not assigned and could be declared final
90829 src/com/gps/scheduler/MailSender.java 29 publicMethodCommentRequirement Required
90830 src/com/gps/scheduler/MailSender.java 31 Found 'DU'-anomaly for variable 'debug' (lines '31'-'80').
90831 src/com/gps/scheduler/MailSender.java 31 Found 'DU'-anomaly for variable 'debug' (lines '31'-'80').
90832 src/com/gps/scheduler/MailSender.java 31 Local variable 'debug' could be declared final
90833 src/com/gps/scheduler/MailSender.java 32 Local variable 'config' could be declared final
90834 src/com/gps/scheduler/MailSender.java 33 There is log block not surrounded by if
90835 src/com/gps/scheduler/MailSender.java 33 There is log block not surrounded by if
90836 src/com/gps/scheduler/MailSender.java 34 Potential violation of Law of Demeter (object not created locally)
90837 src/com/gps/scheduler/MailSender.java 35 Potential violation of Law of Demeter (object not created locally)
90838 src/com/gps/scheduler/MailSender.java 39 Local variable 'props' could be declared final
90839 src/com/gps/scheduler/MailSender.java 40 Potential violation of Law of Demeter (object not created locally)
90840 src/com/gps/scheduler/MailSender.java 43 Found 'DU'-anomaly for variable 'session' (lines '43'-'80').
90841 src/com/gps/scheduler/MailSender.java 43 Found 'DU'-anomaly for variable 'session' (lines '43'-'80').
90842 src/com/gps/scheduler/MailSender.java 43 Local variable 'session' could be declared final
90843 src/com/gps/scheduler/MailSender.java 44 Unnecessary use of fully qualified name 'javax.mail.Authenticator' due to existing import 'javax.mail.*'
90844 src/com/gps/scheduler/MailSender.java 46 protectedMethodCommentRequirement Required
90845 src/com/gps/scheduler/MailSender.java 50 Potential violation of Law of Demeter (object not created locally)
90846 src/com/gps/scheduler/MailSender.java 51 There is log block not surrounded by if
90847 src/com/gps/scheduler/MailSender.java 51 There is log block not surrounded by if
90848 src/com/gps/scheduler/MailSender.java 55 Local variable 'msg' could be declared final
90849 src/com/gps/scheduler/MailSender.java 59 Local variable 'addressFrom' could be declared final
90850 src/com/gps/scheduler/MailSender.java 60 Potential violation of Law of Demeter (object not created locally)
90851 src/com/gps/scheduler/MailSender.java 62 Potential violation of Law of Demeter (method chain calls)
90852 src/com/gps/scheduler/MailSender.java 66 Avoid instantiating new objects inside loops
90853 src/com/gps/scheduler/MailSender.java 67 Potential violation of Law of Demeter (method chain calls)
90854 src/com/gps/scheduler/MailSender.java 67 There is log block not surrounded by if
90855 src/com/gps/scheduler/MailSender.java 67 There is log block not surrounded by if
90856 src/com/gps/scheduler/MailSender.java 69 Potential violation of Law of Demeter (object not created locally)
90857 src/com/gps/scheduler/MailSender.java 73 Potential violation of Law of Demeter (object not created locally)
90858 src/com/gps/scheduler/MailSender.java 76 Potential violation of Law of Demeter (object not created locally)
90859 src/com/gps/scheduler/MailSender.java 77 There is log block not surrounded by if
90860 src/com/gps/scheduler/MailSender.java 77 There is log block not surrounded by if
90861 src/com/gps/scheduler/MailSender.java 79 There is log block not surrounded by if
90862 src/com/gps/scheduler/MailSender.java 79 There is log block not surrounded by if
90863 src/com/gps/scheduler/MailSender.java 82 Parameter 'credit' is not assigned and could be declared final
90864 src/com/gps/scheduler/MailSender.java 82 Parameter 'smsproperties' is not assigned and could be declared final
90865 src/com/gps/scheduler/MailSender.java 82 publicMethodCommentRequirement Required
90866 src/com/gps/scheduler/MailSender.java 85 Local variable 'method' could be declared final
90867 src/com/gps/scheduler/MailSender.java 89 Potential violation of Law of Demeter (object not created locally)
90868 src/com/gps/scheduler/MailSender.java 89 There is log block not surrounded by if
90869 src/com/gps/scheduler/MailSender.java 89 There is log block not surrounded by if
90870 src/com/gps/scheduler/MailSender.java 92 Local variable 'responseBody' could be declared final
90871 src/com/gps/scheduler/MailSender.java 93 Avoid variables with short names like ss
90872 src/com/gps/scheduler/MailSender.java 93 Local variable 'ss' could be declared final
90873 src/com/gps/scheduler/MailSender.java 94 There is log block not surrounded by if
90874 src/com/gps/scheduler/MailSender.java 94 There is log block not surrounded by if
90875 src/com/gps/scheduler/MailSender.java 99 Avoid using Literals in Conditional Statements
90876 src/com/gps/scheduler/MailSender.java 101 There is log block not surrounded by if
90877 src/com/gps/scheduler/MailSender.java 101 There is log block not surrounded by if
90878 src/com/gps/scheduler/MailSender.java 105 There is log block not surrounded by if
90879 src/com/gps/scheduler/MailSender.java 105 There is log block not surrounded by if
90880 src/com/gps/scheduler/MailSender.java 111 Avoid printStackTrace(); use a logger call instead.
90881 src/com/gps/scheduler/MailSender.java 111 Potential violation of Law of Demeter (object not created locally)
90882 src/com/gps/scheduler/MailSender.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90883 src/com/gps/scheduler/MailSender.java 115 Avoid printStackTrace(); use a logger call instead.
90884 src/com/gps/scheduler/MailSender.java 115 Potential violation of Law of Demeter (object not created locally)
90885 src/com/gps/scheduler/MailSender.java 120 Potential violation of Law of Demeter (object not created locally)
90886 src/com/gps/scheduler/MailSender.java 125 A method/constructor shouldnt explicitly throw java.lang.Exception
90887 src/com/gps/scheduler/MailSender.java 125 Parameter 'args' is not assigned and could be declared final
90888 src/com/gps/scheduler/MailSender.java 125 publicMethodCommentRequirement Required
90889 src/com/gps/scheduler/MailSender.java 128 Local variable 'sender' could be declared final
90890 src/com/gps/scheduler/MailSender.java 132 Local variable 'credit' could be declared final
90891 src/com/gps/scheduler/MailSender.java 134 There is log block not surrounded by if
90892 src/com/gps/scheduler/MailSender.java 134 There is log block not surrounded by if
90893 src/com/gps/scheduler/SMSCheckScheduler.java 6 Comment is too large: Line too long
90894 src/com/gps/scheduler/SMSCheckScheduler.java 17 Avoid unused imports such as 'com.gps.hsqldb.HibernatePlug'
90895 src/com/gps/scheduler/SMSCheckScheduler.java 22 headerCommentRequirement Required
90896 src/com/gps/scheduler/SMSCheckScheduler.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
90897 src/com/gps/scheduler/SMSCheckScheduler.java 24 fieldCommentRequirement Required
90898 src/com/gps/scheduler/SMSCheckScheduler.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90899 src/com/gps/scheduler/SMSCheckScheduler.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90900 src/com/gps/scheduler/SMSCheckScheduler.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90901 src/com/gps/scheduler/SMSCheckScheduler.java 25 fieldCommentRequirement Required
90902 src/com/gps/scheduler/SMSCheckScheduler.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
90903 src/com/gps/scheduler/SMSCheckScheduler.java 26 Use explicit scoping instead of the default package private level
90904 src/com/gps/scheduler/SMSCheckScheduler.java 26 fieldCommentRequirement Required
90905 src/com/gps/scheduler/SMSCheckScheduler.java 27 The Logger variable declaration does not contain the static and final modifiers
90906 src/com/gps/scheduler/SMSCheckScheduler.java 27 fieldCommentRequirement Required
90907 src/com/gps/scheduler/SMSCheckScheduler.java 28 Use explicit scoping instead of the default package private level
90908 src/com/gps/scheduler/SMSCheckScheduler.java 28 fieldCommentRequirement Required
90909 src/com/gps/scheduler/SMSCheckScheduler.java 30 Parameter 'dat' is not assigned and could be declared final
90910 src/com/gps/scheduler/SMSCheckScheduler.java 30 Parameter 'hourOfDay' is not assigned and could be declared final
90911 src/com/gps/scheduler/SMSCheckScheduler.java 30 Parameter 'minute' is not assigned and could be declared final
90912 src/com/gps/scheduler/SMSCheckScheduler.java 30 Parameter 'second' is not assigned and could be declared final
90913 src/com/gps/scheduler/SMSCheckScheduler.java 30 publicMethodCommentRequirement Required
90914 src/com/gps/scheduler/SMSCheckScheduler.java 39 publicMethodCommentRequirement Required
90915 src/com/gps/scheduler/SMSCheckScheduler.java 43 publicMethodCommentRequirement Required
90916 src/com/gps/scheduler/SMSCheckScheduler.java 47 There is log block not surrounded by if
90917 src/com/gps/scheduler/SMSCheckScheduler.java 47 There is log block not surrounded by if
90918 src/com/gps/scheduler/SMSCheckScheduler.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90919 src/com/gps/scheduler/SMSCheckScheduler.java 60 Avoid printStackTrace(); use a logger call instead.
90920 src/com/gps/scheduler/SMSCheckScheduler.java 60 Potential violation of Law of Demeter (object not created locally)
90921 src/com/gps/scheduler/SMSCheckScheduler.java 69 Avoid unused private methods such as 'resetInMemoryDB()'.
90922 src/com/gps/scheduler/SMSCheckScheduler.java 72 Avoid empty try blocks
90923 src/com/gps/scheduler/SMSCheckScheduler.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90924 src/com/gps/scheduler/SMSCheckScheduler.java 81 There is log block not surrounded by if
90925 src/com/gps/scheduler/SMSCheckScheduler.java 87 Parameter 'args' is not assigned and could be declared final
90926 src/com/gps/scheduler/SMSCheckScheduler.java 87 publicMethodCommentRequirement Required
90927 src/com/gps/scheduler/SMSCheckScheduler.java 88 Local variable 'calendar' could be declared final
90928 src/com/gps/scheduler/SMSCheckScheduler.java 89 Local variable 'dateformat' could be declared final
90929 src/com/gps/scheduler/SMSCheckScheduler.java 89 When instantiating a SimpleDateFormat object, specify a Locale
90930 src/com/gps/scheduler/SMSCheckScheduler.java 90 Local variable 'date' could be declared final
90931 src/com/gps/scheduler/SMSCheckScheduler.java 90 Potential violation of Law of Demeter (object not created locally)
90932 src/com/gps/scheduler/SMSCheckScheduler.java 91 Avoid variables with short names like d
90933 src/com/gps/scheduler/SMSCheckScheduler.java 91 Local variable 'd' could be declared final
90934 src/com/gps/scheduler/SMSCheckScheduler.java 92 Local variable 'time' could be declared final
90935 src/com/gps/scheduler/SMSCheckScheduler.java 92 Potential violation of Law of Demeter (object not created locally)
90936 src/com/gps/scheduler/SMSCheckScheduler.java 93 Potential violation of Law of Demeter (method chain calls)
90937 src/com/gps/scheduler/SMSCheckScheduler.java 93 Potential violation of Law of Demeter (method chain calls)
90938 src/com/gps/scheduler/SMSCheckScheduler.java 93 Potential violation of Law of Demeter (method chain calls)
90939 src/com/gps/scheduler/SMSCheckScheduler.java 93 There is log block not surrounded by if
90940 src/com/gps/scheduler/SMSCheckScheduler.java 93 There is log block not surrounded by if
90941 src/com/gps/scheduler/SMSCheckScheduler.java 95 Do not add empty strings
90942 src/com/gps/scheduler/SMSCheckScheduler.java 95 Potential violation of Law of Demeter (object not created locally)
90943 src/com/gps/scheduler/SMSCheckScheduler.java 95 System.out.print is used
90944 src/com/gps/scheduler/SMSCheckScheduler.java 96 Local variable 'alarmClock' could be declared final
90945 src/com/gps/scheduler/SMSCheckScheduler.java 96 Potential violation of Law of Demeter (method chain calls)
90946 src/com/gps/scheduler/SMSCheckScheduler.java 96 Potential violation of Law of Demeter (method chain calls)
90947 src/com/gps/scheduler/SMSCheckScheduler.java 96 Potential violation of Law of Demeter (method chain calls)
90948 src/com/gps/scheduler/SMSCheckScheduler.java 96 Potential violation of Law of Demeter (object not created locally)
90949 src/com/gps/scheduler/SMSCreditChecker.java 20 headerCommentRequirement Required
90950 src/com/gps/scheduler/SMSCreditChecker.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
90951 src/com/gps/scheduler/SMSCreditChecker.java 22 Use explicit scoping instead of the default package private level
90952 src/com/gps/scheduler/SMSCreditChecker.java 22 fieldCommentRequirement Required
90953 src/com/gps/scheduler/SMSCreditChecker.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
90954 src/com/gps/scheduler/SMSCreditChecker.java 23 Use explicit scoping instead of the default package private level
90955 src/com/gps/scheduler/SMSCreditChecker.java 23 fieldCommentRequirement Required
90956 src/com/gps/scheduler/SMSCreditChecker.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
90957 src/com/gps/scheduler/SMSCreditChecker.java 24 Use explicit scoping instead of the default package private level
90958 src/com/gps/scheduler/SMSCreditChecker.java 24 fieldCommentRequirement Required
90959 src/com/gps/scheduler/SMSCreditChecker.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
90960 src/com/gps/scheduler/SMSCreditChecker.java 25 Use explicit scoping instead of the default package private level
90961 src/com/gps/scheduler/SMSCreditChecker.java 25 fieldCommentRequirement Required
90962 src/com/gps/scheduler/SMSCreditChecker.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
90963 src/com/gps/scheduler/SMSCreditChecker.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
90964 src/com/gps/scheduler/SMSCreditChecker.java 26 fieldCommentRequirement Required
90965 src/com/gps/scheduler/SMSCreditChecker.java 27 The Logger variable declaration does not contain the static and final modifiers
90966 src/com/gps/scheduler/SMSCreditChecker.java 27 fieldCommentRequirement Required
90967 src/com/gps/scheduler/SMSCreditChecker.java 30 Parameter 'smsproperties' is not assigned and could be declared final
90968 src/com/gps/scheduler/SMSCreditChecker.java 30 publicMethodCommentRequirement Required
90969 src/com/gps/scheduler/SMSCreditChecker.java 39 Potential violation of Law of Demeter (object not created locally)
90970 src/com/gps/scheduler/SMSCreditChecker.java 39 There is log block not surrounded by if
90971 src/com/gps/scheduler/SMSCreditChecker.java 39 There is log block not surrounded by if
90972 src/com/gps/scheduler/SMSCreditChecker.java 42 Local variable 'responseBody' could be declared final
90973 src/com/gps/scheduler/SMSCreditChecker.java 43 Avoid variables with short names like ss
90974 src/com/gps/scheduler/SMSCreditChecker.java 43 Local variable 'ss' could be declared final
90975 src/com/gps/scheduler/SMSCreditChecker.java 44 There is log block not surrounded by if
90976 src/com/gps/scheduler/SMSCreditChecker.java 44 There is log block not surrounded by if
90977 src/com/gps/scheduler/SMSCreditChecker.java 47 Avoid using Literals in Conditional Statements
90978 src/com/gps/scheduler/SMSCreditChecker.java 49 Potential violation of Law of Demeter (object not created locally)
90979 src/com/gps/scheduler/SMSCreditChecker.java 50 Potential violation of Law of Demeter (method chain calls)
90980 src/com/gps/scheduler/SMSCreditChecker.java 50 There is log block not surrounded by if
90981 src/com/gps/scheduler/SMSCreditChecker.java 50 There is log block not surrounded by if
90982 src/com/gps/scheduler/SMSCreditChecker.java 54 Assigning an Object to null is a code smell. Consider refactoring.
90983 src/com/gps/scheduler/SMSCreditChecker.java 61 Avoid printStackTrace(); use a logger call instead.
90984 src/com/gps/scheduler/SMSCreditChecker.java 61 Potential violation of Law of Demeter (object not created locally)
90985 src/com/gps/scheduler/SMSCreditChecker.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
90986 src/com/gps/scheduler/SMSCreditChecker.java 65 Avoid printStackTrace(); use a logger call instead.
90987 src/com/gps/scheduler/SMSCreditChecker.java 65 Potential violation of Law of Demeter (object not created locally)
90988 src/com/gps/scheduler/SMSCreditChecker.java 69 Returning 'bal' may expose an internal array.
90989 src/com/gps/scheduler/SMSCreditChecker.java 73 Avoid variables with short names like s2
90990 src/com/gps/scheduler/SMSCreditChecker.java 73 Parameter 's2' is not assigned and could be declared final
90991 src/com/gps/scheduler/SMSCreditChecker.java 73 publicMethodCommentRequirement Required
90992 src/com/gps/scheduler/SMSCreditChecker.java 75 There is log block not surrounded by if
90993 src/com/gps/scheduler/SMSCreditChecker.java 75 There is log block not surrounded by if
90994 src/com/gps/scheduler/SMSCreditChecker.java 78 There is log block not surrounded by if
90995 src/com/gps/scheduler/SMSCreditChecker.java 78 There is log block not surrounded by if
90996 src/com/gps/scheduler/SMSCreditChecker.java 80 A method should have only one exit point, and that should be the last statement in the method
90997 src/com/gps/scheduler/SMSCreditChecker.java 84 There is log block not surrounded by if
90998 src/com/gps/scheduler/SMSCreditChecker.java 84 There is log block not surrounded by if
90999 src/com/gps/scheduler/SMSCreditChecker.java 91 Parameter 'method' is not assigned and could be declared final
91000 src/com/gps/scheduler/SMSCreditChecker.java 91 publicMethodCommentRequirement Required
91001 src/com/gps/scheduler/SMSCreditChecker.java 100 Local variable 'statusCode' could be declared final
91002 src/com/gps/scheduler/SMSCreditChecker.java 101 There is log block not surrounded by if
91003 src/com/gps/scheduler/SMSCreditChecker.java 101 There is log block not surrounded by if
91004 src/com/gps/scheduler/SMSCreditChecker.java 102 Avoid if (x != y) ..; else ..;
91005 src/com/gps/scheduler/SMSCreditChecker.java 105 There is log block not surrounded by if
91006 src/com/gps/scheduler/SMSCreditChecker.java 105 There is log block not surrounded by if
91007 src/com/gps/scheduler/SMSCreditChecker.java 111 Local variable 'responseBody' could be declared final
91008 src/com/gps/scheduler/SMSCreditChecker.java 117 Parameter 'creditDetails' is not assigned and could be declared final
91009 src/com/gps/scheduler/SMSCreditChecker.java 117 Parameter 'smsconfigfile' is not assigned and could be declared final
91010 src/com/gps/scheduler/SMSCreditChecker.java 117 publicMethodCommentRequirement Required
91011 src/com/gps/scheduler/SMSCreditChecker.java 119 Found 'DD'-anomaly for variable 'method' (lines '119'-'177').
91012 src/com/gps/scheduler/SMSCreditChecker.java 122 Local variable 'config' could be declared final
91013 src/com/gps/scheduler/SMSCreditChecker.java 123 There is log block not surrounded by if
91014 src/com/gps/scheduler/SMSCreditChecker.java 123 There is log block not surrounded by if
91015 src/com/gps/scheduler/SMSCreditChecker.java 124 Local variable 'props' could be declared final
91016 src/com/gps/scheduler/SMSCreditChecker.java 127 Local variable 'proxy' could be declared final
91017 src/com/gps/scheduler/SMSCreditChecker.java 128 Position literals first in String comparisons
91018 src/com/gps/scheduler/SMSCreditChecker.java 130 There is log block not surrounded by if
91019 src/com/gps/scheduler/SMSCreditChecker.java 130 There is log block not surrounded by if
91020 src/com/gps/scheduler/SMSCreditChecker.java 132 Local variable 'host' could be declared final
91021 src/com/gps/scheduler/SMSCreditChecker.java 137 Local variable 'queryString' could be declared final
91022 src/com/gps/scheduler/SMSCreditChecker.java 138 Avoid variables with short names like to
91023 src/com/gps/scheduler/SMSCreditChecker.java 138 Found 'DU'-anomaly for variable 'to' (lines '138'-'187').
91024 src/com/gps/scheduler/SMSCreditChecker.java 138 Local variable 'to' could be declared final
91025 src/com/gps/scheduler/SMSCreditChecker.java 141 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
91026 src/com/gps/scheduler/SMSCreditChecker.java 145 Avoid if (x != y) ..; else ..;
91027 src/com/gps/scheduler/SMSCreditChecker.java 149 Local variable 'mobno' could be declared final
91028 src/com/gps/scheduler/SMSCreditChecker.java 149 Potential violation of Law of Demeter (method chain calls)
91029 src/com/gps/scheduler/SMSCreditChecker.java 152 Avoid using Literals in Conditional Statements
91030 src/com/gps/scheduler/SMSCreditChecker.java 153 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
91031 src/com/gps/scheduler/SMSCreditChecker.java 154 There is log block not surrounded by if
91032 src/com/gps/scheduler/SMSCreditChecker.java 154 There is log block not surrounded by if
91033 src/com/gps/scheduler/SMSCreditChecker.java 157 There is log block not surrounded by if
91034 src/com/gps/scheduler/SMSCreditChecker.java 157 There is log block not surrounded by if
91035 src/com/gps/scheduler/SMSCreditChecker.java 158 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
91036 src/com/gps/scheduler/SMSCreditChecker.java 163 Local variable 'message' could be declared final
91037 src/com/gps/scheduler/SMSCreditChecker.java 174 There is log block not surrounded by if
91038 src/com/gps/scheduler/SMSCreditChecker.java 174 There is log block not surrounded by if
91039 src/com/gps/scheduler/SMSCreditChecker.java 180 Avoid catching NullPointerException; consider removing the cause of the NPE.
91040 src/com/gps/scheduler/SMSCreditChecker.java 180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91041 src/com/gps/scheduler/SMSCreditChecker.java 182 Avoid printStackTrace(); use a logger call instead.
91042 src/com/gps/scheduler/SMSCreditChecker.java 190 Parameter 'args' is not assigned and could be declared final
91043 src/com/gps/scheduler/SMSCreditChecker.java 190 publicMethodCommentRequirement Required
91044 src/com/gps/scheduler/SMSCreditChecker.java 192 Local variable 'client' could be declared final
91045 src/com/gps/scheduler/ScheduleIterator.java 6 headerCommentRequirement Required
91046 src/com/gps/scheduler/ScheduleIterator.java 7 Avoid modifiers which are implied by the context
91047 src/com/gps/scheduler/ScheduleIterator.java 7 publicMethodCommentRequirement Required
91048 src/com/gps/scheduler/Scheduler.java 9 headerCommentRequirement Required
91049 src/com/gps/scheduler/Scheduler.java 11 Use explicit scoping instead of the default package private level
91050 src/com/gps/scheduler/Scheduler.java 11 fieldCommentRequirement Required
91051 src/com/gps/scheduler/Scheduler.java 12 The Logger variable declaration does not contain the static and final modifiers
91052 src/com/gps/scheduler/Scheduler.java 12 fieldCommentRequirement Required
91053 src/com/gps/scheduler/Scheduler.java 13 headerCommentRequirement Required
91054 src/com/gps/scheduler/Scheduler.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
91055 src/com/gps/scheduler/Scheduler.java 15 Private field 'schedulerTask' could be made final; it is only initialized in the declaration or constructor.
91056 src/com/gps/scheduler/Scheduler.java 15 fieldCommentRequirement Required
91057 src/com/gps/scheduler/Scheduler.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
91058 src/com/gps/scheduler/Scheduler.java 16 Private field 'iterator' could be made final; it is only initialized in the declaration or constructor.
91059 src/com/gps/scheduler/Scheduler.java 16 fieldCommentRequirement Required
91060 src/com/gps/scheduler/Scheduler.java 20 It is a good practice to call super() in a constructor
91061 src/com/gps/scheduler/Scheduler.java 20 Parameter 'schedulerTask' is not assigned and could be declared final
91062 src/com/gps/scheduler/Scheduler.java 20 publicMethodCommentRequirement Required
91063 src/com/gps/scheduler/Scheduler.java 21 Parameter 'iterator' is not assigned and could be declared final
91064 src/com/gps/scheduler/Scheduler.java 26 publicMethodCommentRequirement Required
91065 src/com/gps/scheduler/Scheduler.java 28 There is log block not surrounded by if
91066 src/com/gps/scheduler/Scheduler.java 28 There is log block not surrounded by if
91067 src/com/gps/scheduler/Scheduler.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
91068 src/com/gps/scheduler/Scheduler.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
91069 src/com/gps/scheduler/Scheduler.java 36 fieldCommentRequirement Required
91070 src/com/gps/scheduler/Scheduler.java 38 Avoid unnecessary constructors - the compiler will generate these for you
91071 src/com/gps/scheduler/Scheduler.java 38 Document empty constructor
91072 src/com/gps/scheduler/Scheduler.java 38 publicMethodCommentRequirement Required
91073 src/com/gps/scheduler/Scheduler.java 41 publicMethodCommentRequirement Required
91074 src/com/gps/scheduler/Scheduler.java 47 Parameter 'schedulerTask' is not assigned and could be declared final
91075 src/com/gps/scheduler/Scheduler.java 47 publicMethodCommentRequirement Required
91076 src/com/gps/scheduler/Scheduler.java 48 Parameter 'iterator' is not assigned and could be declared final
91077 src/com/gps/scheduler/Scheduler.java 50 Local variable 'time' could be declared final
91078 src/com/gps/scheduler/Scheduler.java 52 There is log block not surrounded by if
91079 src/com/gps/scheduler/Scheduler.java 52 There is log block not surrounded by if
91080 src/com/gps/scheduler/Scheduler.java 65 There is log block not surrounded by if
91081 src/com/gps/scheduler/Scheduler.java 65 There is log block not surrounded by if
91082 src/com/gps/scheduler/Scheduler.java 74 Parameter 'schedulerTask' is not assigned and could be declared final
91083 src/com/gps/scheduler/Scheduler.java 75 Parameter 'iterator' is not assigned and could be declared final
91084 src/com/gps/scheduler/Scheduler.java 78 Local variable 'time' could be declared final
91085 src/com/gps/scheduler/Scheduler.java 79 There is log block not surrounded by if
91086 src/com/gps/scheduler/Scheduler.java 79 There is log block not surrounded by if
91087 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
91088 src/com/gps/scheduler/Scheduler.java 80 There is log block not surrounded by if
91089 src/com/gps/scheduler/SchedulerServletListner.java 2 Comment is too large: Too many lines
91090 src/com/gps/scheduler/SchedulerServletListner.java 6 Comment is too large: Line too long
91091 src/com/gps/scheduler/SchedulerServletListner.java 7 Comment is too large: Line too long
91092 src/com/gps/scheduler/SchedulerServletListner.java 29 Avoid unused imports such as 'com.gps.hsqldb.HibernatePlug'
91093 src/com/gps/scheduler/SchedulerServletListner.java 30 No need to import a type that lives in the same package
91094 src/com/gps/scheduler/SchedulerServletListner.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
91095 src/com/gps/scheduler/SchedulerServletListner.java 40 Use explicit scoping instead of the default package private level
91096 src/com/gps/scheduler/SchedulerServletListner.java 40 fieldCommentRequirement Required
91097 src/com/gps/scheduler/SchedulerServletListner.java 41 The Logger variable declaration does not contain the static and final modifiers
91098 src/com/gps/scheduler/SchedulerServletListner.java 41 fieldCommentRequirement Required
91099 src/com/gps/scheduler/SchedulerServletListner.java 43 Use explicit scoping instead of the default package private level
91100 src/com/gps/scheduler/SchedulerServletListner.java 43 fieldCommentRequirement Required
91101 src/com/gps/scheduler/SchedulerServletListner.java 44 fieldCommentRequirement Required
91102 src/com/gps/scheduler/SchedulerServletListner.java 46 fieldCommentRequirement Required
91103 src/com/gps/scheduler/SchedulerServletListner.java 51 Avoid unnecessary constructors - the compiler will generate these for you
91104 src/com/gps/scheduler/SchedulerServletListner.java 51 Document empty constructor
91105 src/com/gps/scheduler/SchedulerServletListner.java 59 Parameter 'contextEvent' is not assigned and could be declared final
91106 src/com/gps/scheduler/SchedulerServletListner.java 64 There is log block not surrounded by if
91107 src/com/gps/scheduler/SchedulerServletListner.java 64 There is log block not surrounded by if
91108 src/com/gps/scheduler/SchedulerServletListner.java 69 Local variable 'calendar' could be declared final
91109 src/com/gps/scheduler/SchedulerServletListner.java 70 Do not add empty strings
91110 src/com/gps/scheduler/SchedulerServletListner.java 70 Potential violation of Law of Demeter (object not created locally)
91111 src/com/gps/scheduler/SchedulerServletListner.java 70 There is log block not surrounded by if
91112 src/com/gps/scheduler/SchedulerServletListner.java 70 There is log block not surrounded by if
91113 src/com/gps/scheduler/SchedulerServletListner.java 72 Local variable 'time' could be declared final
91114 src/com/gps/scheduler/SchedulerServletListner.java 73 Potential violation of Law of Demeter (method chain calls)
91115 src/com/gps/scheduler/SchedulerServletListner.java 73 Potential violation of Law of Demeter (method chain calls)
91116 src/com/gps/scheduler/SchedulerServletListner.java 73 Potential violation of Law of Demeter (method chain calls)
91117 src/com/gps/scheduler/SchedulerServletListner.java 73 There is log block not surrounded by if
91118 src/com/gps/scheduler/SchedulerServletListner.java 73 There is log block not surrounded by if
91119 src/com/gps/scheduler/SchedulerServletListner.java 76 Local variable 'scheduler' could be declared final
91120 src/com/gps/scheduler/SchedulerServletListner.java 76 Potential violation of Law of Demeter (method chain calls)
91121 src/com/gps/scheduler/SchedulerServletListner.java 76 Potential violation of Law of Demeter (method chain calls)
91122 src/com/gps/scheduler/SchedulerServletListner.java 76 Potential violation of Law of Demeter (method chain calls)
91123 src/com/gps/scheduler/SchedulerServletListner.java 76 Potential violation of Law of Demeter (object not created locally)
91124 src/com/gps/scheduler/SchedulerServletListner.java 79 Potential violation of Law of Demeter (object not created locally)
91125 src/com/gps/scheduler/SchedulerServletListner.java 81 Local variable 'props' could be declared final
91126 src/com/gps/scheduler/SchedulerServletListner.java 82 Potential violation of Law of Demeter (object not created locally)
91127 src/com/gps/scheduler/SchedulerServletListner.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91128 src/com/gps/scheduler/SchedulerServletListner.java 89 Potential violation of Law of Demeter (object not created locally)
91129 src/com/gps/scheduler/SchedulerServletListner.java 98 Parameter 'contextEvent' is not assigned and could be declared final
91130 src/com/gps/scheduler/SchedulerServletListner.java 101 There is log block not surrounded by if
91131 src/com/gps/scheduler/SchedulerServletListner.java 101 There is log block not surrounded by if
91132 src/com/gps/scheduler/SchedulerServletListner.java 116 Parameter 'flag' is not assigned and could be declared final
91133 src/com/gps/scheduler/SchedulerServletListner.java 120 Parameter 'organizationType' is not assigned and could be declared final
91134 src/com/gps/scheduler/SchedulerServletListner.java 120 publicMethodCommentRequirement Required
91135 src/com/gps/scheduler/SchedulerServletListner.java 123 publicMethodCommentRequirement Required
91136 src/com/gps/scheduler/SchedulerTask.java 15 Abstract classes should be named AbstractXXX
91137 src/com/gps/scheduler/SchedulerTask.java 15 The class 'SchedulerTask' has a Cyclomatic Complexity of 3 (Highest = 10).
91138 src/com/gps/scheduler/SchedulerTask.java 15 To be compliant to J2EE, a webapp should not use any thread.
91139 src/com/gps/scheduler/SchedulerTask.java 15 headerCommentRequirement Required
91140 src/com/gps/scheduler/SchedulerTask.java 17 The Logger variable declaration does not contain the static and final modifiers
91141 src/com/gps/scheduler/SchedulerTask.java 17 fieldCommentRequirement Required
91142 src/com/gps/scheduler/SchedulerTask.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
91143 src/com/gps/scheduler/SchedulerTask.java 18 Use explicit scoping instead of the default package private level
91144 src/com/gps/scheduler/SchedulerTask.java 18 fieldCommentRequirement Required
91145 src/com/gps/scheduler/SchedulerTask.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
91146 src/com/gps/scheduler/SchedulerTask.java 20 Use explicit scoping instead of the default package private level
91147 src/com/gps/scheduler/SchedulerTask.java 20 fieldCommentRequirement Required
91148 src/com/gps/scheduler/SchedulerTask.java 21 Use explicit scoping instead of the default package private level
91149 src/com/gps/scheduler/SchedulerTask.java 21 fieldCommentRequirement Required
91150 src/com/gps/scheduler/SchedulerTask.java 22 Use explicit scoping instead of the default package private level
91151 src/com/gps/scheduler/SchedulerTask.java 22 fieldCommentRequirement Required
91152 src/com/gps/scheduler/SchedulerTask.java 23 Use explicit scoping instead of the default package private level
91153 src/com/gps/scheduler/SchedulerTask.java 23 fieldCommentRequirement Required
91154 src/com/gps/scheduler/SchedulerTask.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
91155 src/com/gps/scheduler/SchedulerTask.java 25 Use explicit scoping instead of the default package private level
91156 src/com/gps/scheduler/SchedulerTask.java 25 fieldCommentRequirement Required
91157 src/com/gps/scheduler/SchedulerTask.java 26 Use explicit scoping instead of the default package private level
91158 src/com/gps/scheduler/SchedulerTask.java 26 fieldCommentRequirement Required
91159 src/com/gps/scheduler/SchedulerTask.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
91160 src/com/gps/scheduler/SchedulerTask.java 27 fieldCommentRequirement Required
91161 src/com/gps/scheduler/SchedulerTask.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
91162 src/com/gps/scheduler/SchedulerTask.java 28 fieldCommentRequirement Required
91163 src/com/gps/scheduler/SchedulerTask.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
91164 src/com/gps/scheduler/SchedulerTask.java 29 fieldCommentRequirement Required
91165 src/com/gps/scheduler/SchedulerTask.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
91166 src/com/gps/scheduler/SchedulerTask.java 30 Use explicit scoping instead of the default package private level
91167 src/com/gps/scheduler/SchedulerTask.java 30 fieldCommentRequirement Required
91168 src/com/gps/scheduler/SchedulerTask.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
91169 src/com/gps/scheduler/SchedulerTask.java 31 Use explicit scoping instead of the default package private level
91170 src/com/gps/scheduler/SchedulerTask.java 31 fieldCommentRequirement Required
91171 src/com/gps/scheduler/SchedulerTask.java 32 fieldCommentRequirement Required
91172 src/com/gps/scheduler/SchedulerTask.java 33 fieldCommentRequirement Required
91173 src/com/gps/scheduler/SchedulerTask.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
91174 src/com/gps/scheduler/SchedulerTask.java 34 Use explicit scoping instead of the default package private level
91175 src/com/gps/scheduler/SchedulerTask.java 34 fieldCommentRequirement Required
91176 src/com/gps/scheduler/SchedulerTask.java 36 Document empty constructor
91177 src/com/gps/scheduler/SchedulerTask.java 36 protectedMethodCommentRequirement Required
91178 src/com/gps/scheduler/SchedulerTask.java 39 publicMethodCommentRequirement Required
91179 src/com/gps/scheduler/SchedulerTask.java 42 publicMethodCommentRequirement Required
91180 src/com/gps/scheduler/SchedulerTask.java 43 There is log block not surrounded by if
91181 src/com/gps/scheduler/SchedulerTask.java 43 There is log block not surrounded by if
91182 src/com/gps/scheduler/SchedulerTask.java 48 Local variable 'result' could be declared final
91183 src/com/gps/scheduler/SchedulerTask.java 48 Useless parentheses.
91184 src/com/gps/scheduler/SchedulerTask.java 54 The method 'beginTask' has a Cyclomatic Complexity of 10.
91185 src/com/gps/scheduler/SchedulerTask.java 54 publicMethodCommentRequirement Required
91186 src/com/gps/scheduler/SchedulerTask.java 57 Found 'DD'-anomaly for variable 'subject' (lines '57'-'96').
91187 src/com/gps/scheduler/SchedulerTask.java 57 Found 'DU'-anomaly for variable 'subject' (lines '57'-'143').
91188 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DD'-anomaly for variable 'message' (lines '58'-'97').
91189 src/com/gps/scheduler/SchedulerTask.java 58 Found 'DU'-anomaly for variable 'message' (lines '58'-'143').
91190 src/com/gps/scheduler/SchedulerTask.java 62 Local variable 'files' could be declared final
91191 src/com/gps/scheduler/SchedulerTask.java 64 There is log block not surrounded by if
91192 src/com/gps/scheduler/SchedulerTask.java 64 There is log block not surrounded by if
91193 src/com/gps/scheduler/SchedulerTask.java 68 There is log block not surrounded by if
91194 src/com/gps/scheduler/SchedulerTask.java 68 There is log block not surrounded by if
91195 src/com/gps/scheduler/SchedulerTask.java 77 There is log block not surrounded by if
91196 src/com/gps/scheduler/SchedulerTask.java 77 There is log block not surrounded by if
91197 src/com/gps/scheduler/SchedulerTask.java 84 Avoid if (x != y) ..; else ..;
91198 src/com/gps/scheduler/SchedulerTask.java 88 Potential violation of Law of Demeter (method chain calls)
91199 src/com/gps/scheduler/SchedulerTask.java 88 There is log block not surrounded by if
91200 src/com/gps/scheduler/SchedulerTask.java 88 There is log block not surrounded by if
91201 src/com/gps/scheduler/SchedulerTask.java 93 Potential violation of Law of Demeter (method chain calls)
91202 src/com/gps/scheduler/SchedulerTask.java 99 Avoid instantiating new objects inside loops
91203 src/com/gps/scheduler/SchedulerTask.java 99 Call Thread.notifyAll() rather than Thread.notify()
91204 src/com/gps/scheduler/SchedulerTask.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91205 src/com/gps/scheduler/SchedulerTask.java 105 There is log block not surrounded by if
91206 src/com/gps/scheduler/SchedulerTask.java 105 There is log block not surrounded by if
91207 src/com/gps/scheduler/SchedulerTask.java 106 Avoid printStackTrace(); use a logger call instead.
91208 src/com/gps/scheduler/SchedulerTask.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91209 src/com/gps/scheduler/SchedulerTask.java 114 There is log block not surrounded by if
91210 src/com/gps/scheduler/SchedulerTask.java 114 There is log block not surrounded by if
91211 src/com/gps/scheduler/SchedulerTask.java 115 Avoid printStackTrace(); use a logger call instead.
91212 src/com/gps/scheduler/SchedulerTask.java 122 There is log block not surrounded by if
91213 src/com/gps/scheduler/SchedulerTask.java 122 There is log block not surrounded by if
91214 src/com/gps/scheduler/SchedulerTask.java 129 There is log block not surrounded by if
91215 src/com/gps/scheduler/SchedulerTask.java 130 Avoid printStackTrace(); use a logger call instead.
91216 src/com/gps/scheduler/SchedulerTask.java 133 There is log block not surrounded by if
91217 src/com/gps/scheduler/SchedulerTask.java 134 Avoid printStackTrace(); use a logger call instead.
91218 src/com/gps/scheduler/SchedulerTask.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91219 src/com/gps/scheduler/SchedulerTask.java 138 There is log block not surrounded by if
91220 src/com/gps/scheduler/SchedulerTask.java 139 Avoid printStackTrace(); use a logger call instead.
91221 src/com/gps/scheduler/SchedulerTask.java 146 Parameter 'expiry' is not assigned and could be declared final
91222 src/com/gps/scheduler/SchedulerTask.java 146 publicMethodCommentRequirement Required
91223 src/com/gps/scheduler/SchedulerTask.java 148 Local variable 'calendar1' could be declared final
91224 src/com/gps/scheduler/SchedulerTask.java 149 Local variable 'calendar2' could be declared final
91225 src/com/gps/scheduler/SchedulerTask.java 150 Potential violation of Law of Demeter (object not created locally)
91226 src/com/gps/scheduler/SchedulerTask.java 151 Local variable 'milliseconds1' could be declared final
91227 src/com/gps/scheduler/SchedulerTask.java 151 Potential violation of Law of Demeter (object not created locally)
91228 src/com/gps/scheduler/SchedulerTask.java 152 Local variable 'milliseconds2' could be declared final
91229 src/com/gps/scheduler/SchedulerTask.java 152 Potential violation of Law of Demeter (object not created locally)
91230 src/com/gps/scheduler/SchedulerTask.java 153 Local variable 'diff' could be declared final
91231 src/com/gps/scheduler/SchedulerTask.java 154 Local variable 'diffDays' could be declared final
91232 src/com/gps/scheduler/SchedulerTask.java 155 There is log block not surrounded by if
91233 src/com/gps/scheduler/SchedulerTask.java 155 There is log block not surrounded by if
91234 src/com/gps/scheduler/SchedulerTask.java 161 publicMethodCommentRequirement Required
91235 src/com/gps/scheduler/SchedulerTask.java 162 There is log block not surrounded by if
91236 src/com/gps/scheduler/SchedulerTask.java 162 There is log block not surrounded by if
91237 src/com/gps/scheduler/SchedulerTask.java 168 An empty method in an abstract class should be abstract instead
91238 src/com/gps/scheduler/SchedulerTask.java 168 Parameter 'args' is not assigned and could be declared final
91239 src/com/gps/scheduler/SchedulerTask.java 168 publicMethodCommentRequirement Required
91240 src/com/gps/scheduler/SchedulerTask.java 169 Document empty method
91241 src/com/gps/utilities/BillsUtils.java 24 headerCommentRequirement Required
91242 src/com/gps/utilities/BillsUtils.java 25 The Logger variable declaration does not contain the static and final modifiers
91243 src/com/gps/utilities/BillsUtils.java 25 Use explicit scoping instead of the default package private level
91244 src/com/gps/utilities/BillsUtils.java 25 fieldCommentRequirement Required
91245 src/com/gps/utilities/BillsUtils.java 29 Parameter 'orgId' is not assigned and could be declared final
91246 src/com/gps/utilities/BillsUtils.java 29 Parameter 'status' is not assigned and could be declared final
91247 src/com/gps/utilities/BillsUtils.java 30 Found 'DD'-anomaly for variable 'jsonConverter' (lines '30'-'35').
91248 src/com/gps/utilities/BillsUtils.java 31 Found 'DD'-anomaly for variable 'response' (lines '31'-'38').
91249 src/com/gps/utilities/BillsUtils.java 32 Found 'DD'-anomaly for variable 'orgMsgDao' (lines '32'-'36').
91250 src/com/gps/utilities/BillsUtils.java 33 Found 'DD'-anomaly for variable 'orgMsgList' (lines '33'-'37').
91251 src/com/gps/utilities/BillsUtils.java 37 Potential violation of Law of Demeter (object not created locally)
91252 src/com/gps/utilities/BillsUtils.java 38 Potential violation of Law of Demeter (object not created locally)
91253 src/com/gps/utilities/BillsUtils.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91254 src/com/gps/utilities/BillsUtils.java 40 There is log block not surrounded by if
91255 src/com/gps/utilities/BillsUtils.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91256 src/com/gps/utilities/BillsUtils.java 45 There is log block not surrounded by if
91257 src/com/gps/utilities/CheckForHoliday.java 12 headerCommentRequirement Required
91258 src/com/gps/utilities/CheckForHoliday.java 14 Avoid using redundant field initializer for 'hpdao'
91259 src/com/gps/utilities/CheckForHoliday.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
91260 src/com/gps/utilities/CheckForHoliday.java 14 Perhaps 'hpdao' could be replaced by a local variable.
91261 src/com/gps/utilities/CheckForHoliday.java 14 fieldCommentRequirement Required
91262 src/com/gps/utilities/CheckForHoliday.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
91263 src/com/gps/utilities/CheckForHoliday.java 15 fieldCommentRequirement Required
91264 src/com/gps/utilities/CheckForHoliday.java 16 Avoid using redundant field initializer for 'dates'
91265 src/com/gps/utilities/CheckForHoliday.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
91266 src/com/gps/utilities/CheckForHoliday.java 16 fieldCommentRequirement Required
91267 src/com/gps/utilities/CheckForHoliday.java 17 Avoid using redundant field initializer for 'days'
91268 src/com/gps/utilities/CheckForHoliday.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
91269 src/com/gps/utilities/CheckForHoliday.java 17 fieldCommentRequirement Required
91270 src/com/gps/utilities/CheckForHoliday.java 18 Avoid using redundant field initializer for 'dateList'
91271 src/com/gps/utilities/CheckForHoliday.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
91272 src/com/gps/utilities/CheckForHoliday.java 18 fieldCommentRequirement Required
91273 src/com/gps/utilities/CheckForHoliday.java 19 Avoid using redundant field initializer for 'dayList'
91274 src/com/gps/utilities/CheckForHoliday.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
91275 src/com/gps/utilities/CheckForHoliday.java 19 fieldCommentRequirement Required
91276 src/com/gps/utilities/CheckForHoliday.java 20 Use explicit scoping instead of the default package private level
91277 src/com/gps/utilities/CheckForHoliday.java 20 fieldCommentRequirement Required
91278 src/com/gps/utilities/CheckForHoliday.java 21 The Logger variable declaration does not contain the static and final modifiers
91279 src/com/gps/utilities/CheckForHoliday.java 21 Use explicit scoping instead of the default package private level
91280 src/com/gps/utilities/CheckForHoliday.java 21 fieldCommentRequirement Required
91281 src/com/gps/utilities/CheckForHoliday.java 23 Comment is too large: Too many lines
91282 src/com/gps/utilities/CheckForHoliday.java 28 Comment is too large: Line too long
91283 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'check' (lines '34'-'64').
91284 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'checkDay' (lines '34'-'76').
91285 src/com/gps/utilities/CheckForHoliday.java 34 Parameter 'org' is not assigned and could be declared final
91286 src/com/gps/utilities/CheckForHoliday.java 40 Local variable 'currentDate' could be declared final
91287 src/com/gps/utilities/CheckForHoliday.java 41 Local variable 'sdf' could be declared final
91288 src/com/gps/utilities/CheckForHoliday.java 41 When instantiating a SimpleDateFormat object, specify a Locale
91289 src/com/gps/utilities/CheckForHoliday.java 42 Found 'DU'-anomaly for variable 'dateNow' (lines '42'-'94').
91290 src/com/gps/utilities/CheckForHoliday.java 42 Local variable 'dateNow' could be declared final
91291 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
91292 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
91293 src/com/gps/utilities/CheckForHoliday.java 48 Potential violation of Law of Demeter (method chain calls)
91294 src/com/gps/utilities/CheckForHoliday.java 53 Local variable 'holidayList' could be declared final
91295 src/com/gps/utilities/CheckForHoliday.java 54 Avoid using Literals in Conditional Statements
91296 src/com/gps/utilities/CheckForHoliday.java 54 Potential violation of Law of Demeter (object not created locally)
91297 src/com/gps/utilities/CheckForHoliday.java 54 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91298 src/com/gps/utilities/CheckForHoliday.java 57 Potential violation of Law of Demeter (object not created locally)
91299 src/com/gps/utilities/CheckForHoliday.java 59 There is log block not surrounded by if
91300 src/com/gps/utilities/CheckForHoliday.java 59 There is log block not surrounded by if
91301 src/com/gps/utilities/CheckForHoliday.java 63 Local variable 'check' could be declared final
91302 src/com/gps/utilities/CheckForHoliday.java 64 Potential violation of Law of Demeter (object not created locally)
91303 src/com/gps/utilities/CheckForHoliday.java 65 There is log block not surrounded by if
91304 src/com/gps/utilities/CheckForHoliday.java 65 There is log block not surrounded by if
91305 src/com/gps/utilities/CheckForHoliday.java 66 A method should have only one exit point, and that should be the last statement in the method
91306 src/com/gps/utilities/CheckForHoliday.java 73 There is log block not surrounded by if
91307 src/com/gps/utilities/CheckForHoliday.java 73 There is log block not surrounded by if
91308 src/com/gps/utilities/CheckForHoliday.java 75 Local variable 'checkDay' could be declared final
91309 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
91310 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
91311 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
91312 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (object not created locally)
91313 src/com/gps/utilities/CheckForHoliday.java 77 There is log block not surrounded by if
91314 src/com/gps/utilities/CheckForHoliday.java 77 There is log block not surrounded by if
91315 src/com/gps/utilities/CheckForHoliday.java 78 A method should have only one exit point, and that should be the last statement in the method
91316 src/com/gps/utilities/CheckForHoliday.java 84 There is log block not surrounded by if
91317 src/com/gps/utilities/CheckForHoliday.java 84 There is log block not surrounded by if
91318 src/com/gps/utilities/CheckForHoliday.java 85 A method should have only one exit point, and that should be the last statement in the method
91319 src/com/gps/utilities/CheckForHoliday.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91320 src/com/gps/utilities/CheckForHoliday.java 89 There is log block not surrounded by if
91321 src/com/gps/utilities/CheckForHoliday.java 97 A method/constructor shouldnt explicitly throw java.lang.Exception
91322 src/com/gps/utilities/CheckForHoliday.java 97 Parameter 'args' is not assigned and could be declared final
91323 src/com/gps/utilities/CheckForHoliday.java 97 publicMethodCommentRequirement Required
91324 src/com/gps/utilities/CheckForHoliday.java 100 Avoid unused local variables such as 'dao'.
91325 src/com/gps/utilities/CheckForHoliday.java 100 Found 'DU'-anomaly for variable 'dao' (lines '100'-'102').
91326 src/com/gps/utilities/CheckForHoliday.java 100 Local variable 'dao' could be declared final
91327 src/com/gps/utilities/ColorSetter.java 1 Comment is too large: Too many lines
91328 src/com/gps/utilities/ColorSetter.java 11 Avoid unused imports such as 'java.util.Date'
91329 src/com/gps/utilities/ColorSetter.java 12 Avoid unused imports such as 'java.text.DateFormat'
91330 src/com/gps/utilities/ColorSetter.java 13 Avoid unused imports such as 'java.text.SimpleDateFormat'
91331 src/com/gps/utilities/ColorSetter.java 20 The Logger variable declaration does not contain the static and final modifiers
91332 src/com/gps/utilities/ColorSetter.java 20 fieldCommentRequirement Required
91333 src/com/gps/utilities/ColorSetter.java 25 Method names should not start with capital letters
91334 src/com/gps/utilities/ColorSetter.java 25 Parameter 'packetdate' is not assigned and could be declared final
91335 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'47').
91336 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'51').
91337 src/com/gps/utilities/ColorSetter.java 27 Found 'DD'-anomaly for variable 'color' (lines '27'-'55').
91338 src/com/gps/utilities/ColorSetter.java 28 Local variable 'cal' could be declared final
91339 src/com/gps/utilities/ColorSetter.java 33 Comment is too large: Line too long
91340 src/com/gps/utilities/ColorSetter.java 41 Local variable 'timeDiff' could be declared final
91341 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
91342 src/com/gps/utilities/ColorSetter.java 41 Potential violation of Law of Demeter (object not created locally)
91343 src/com/gps/utilities/ColorSetter.java 42 Potential violation of Law of Demeter (object not created locally)
91344 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
91345 src/com/gps/utilities/ColorSetter.java 42 There is log block not surrounded by if
91346 src/com/gps/utilities/ColorSetter.java 45 Avoid using Literals in Conditional Statements
91347 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
91348 src/com/gps/utilities/ColorSetter.java 60 There is log block not surrounded by if
91349 src/com/gps/utilities/ColorSetter.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91350 src/com/gps/utilities/ColorSetter.java 64 There is log block not surrounded by if
91351 src/com/gps/utilities/DataPopulator.java 2 Avoid unused imports such as 'java.text.SimpleDateFormat'
91352 src/com/gps/utilities/DataPopulator.java 7 Avoid unused imports such as 'com.gps.hibernate.Organization'
91353 src/com/gps/utilities/DataPopulator.java 8 Avoid unused imports such as 'com.mysql.jdbc.ResultSet'
91354 src/com/gps/utilities/DataPopulator.java 10 headerCommentRequirement Required
91355 src/com/gps/utilities/DataPopulator.java 12 The Logger variable declaration does not contain the static and final modifiers
91356 src/com/gps/utilities/DataPopulator.java 12 Use explicit scoping instead of the default package private level
91357 src/com/gps/utilities/DataPopulator.java 12 fieldCommentRequirement Required
91358 src/com/gps/utilities/DataPopulator.java 13 Avoid using implementation types like 'Hashtable'; use the interface instead
91359 src/com/gps/utilities/DataPopulator.java 13 Consider replacing this Hashtable with the newer java.util.Map
91360 src/com/gps/utilities/DataPopulator.java 13 Use explicit scoping instead of the default package private level
91361 src/com/gps/utilities/DataPopulator.java 13 fieldCommentRequirement Required
91362 src/com/gps/utilities/DataPopulator.java 15 Parameter 'tripId' is not assigned and could be declared final
91363 src/com/gps/utilities/DataPopulator.java 15 publicMethodCommentRequirement Required
91364 src/com/gps/utilities/DataPopulator.java 17 There is log block not surrounded by if
91365 src/com/gps/utilities/DataPopulator.java 17 There is log block not surrounded by if
91366 src/com/gps/utilities/DataPopulator.java 19 Found 'DD'-anomaly for variable 'location' (lines '19'-'22').
91367 src/com/gps/utilities/DataPopulator.java 24 System.out.print is used
91368 src/com/gps/utilities/DataPopulator.java 28 System.out.print is used
91369 src/com/gps/utilities/DataPopulator.java 30 System.out.print is used
91370 src/com/gps/utilities/DataPopulator.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91371 src/com/gps/utilities/DataPopulator.java 34 Potential violation of Law of Demeter (object not created locally)
91372 src/com/gps/utilities/DataPopulator.java 34 There is log block not surrounded by if
91373 src/com/gps/utilities/DataPopulator.java 35 Avoid printStackTrace(); use a logger call instead.
91374 src/com/gps/utilities/DataPopulator.java 35 Potential violation of Law of Demeter (object not created locally)
91375 src/com/gps/utilities/DataPopulator.java 39 Parameter 'tripId' is not assigned and could be declared final
91376 src/com/gps/utilities/DataPopulator.java 39 publicMethodCommentRequirement Required
91377 src/com/gps/utilities/DataPopulator.java 40 Found 'DD'-anomaly for variable 'location' (lines '40'-'44').
91378 src/com/gps/utilities/DataPopulator.java 41 Local variable 'locationProDAO' could be declared final
91379 src/com/gps/utilities/DataPopulator.java 44 Potential violation of Law of Demeter (object not created locally)
91380 src/com/gps/utilities/DataPopulator.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91381 src/com/gps/utilities/DataPopulator.java 49 Potential violation of Law of Demeter (object not created locally)
91382 src/com/gps/utilities/DataPopulator.java 49 There is log block not surrounded by if
91383 src/com/gps/utilities/DataPopulator.java 50 Avoid printStackTrace(); use a logger call instead.
91384 src/com/gps/utilities/DataPopulator.java 50 Potential violation of Law of Demeter (object not created locally)
91385 src/com/gps/utilities/DataPopulator.java 55 Parameter 'Lat' is not assigned and could be declared final
91386 src/com/gps/utilities/DataPopulator.java 55 Parameter 'Long' is not assigned and could be declared final
91387 src/com/gps/utilities/DataPopulator.java 55 Parameter 'tripId' is not assigned and could be declared final
91388 src/com/gps/utilities/DataPopulator.java 55 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
91389 src/com/gps/utilities/DataPopulator.java 55 Variables should start with a lowercase character, 'Long' starts with uppercase character.
91390 src/com/gps/utilities/DataPopulator.java 55 publicMethodCommentRequirement Required
91391 src/com/gps/utilities/DataPopulator.java 58 There is log block not surrounded by if
91392 src/com/gps/utilities/DataPopulator.java 58 There is log block not surrounded by if
91393 src/com/gps/utilities/DataPopulator.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91394 src/com/gps/utilities/DataPopulator.java 63 Avoid printStackTrace(); use a logger call instead.
91395 src/com/gps/utilities/DataPopulator.java 67 Parameter 'Lat' is not assigned and could be declared final
91396 src/com/gps/utilities/DataPopulator.java 67 Parameter 'Long' is not assigned and could be declared final
91397 src/com/gps/utilities/DataPopulator.java 67 Parameter 'speed' is not assigned and could be declared final
91398 src/com/gps/utilities/DataPopulator.java 67 Parameter 'tripId' is not assigned and could be declared final
91399 src/com/gps/utilities/DataPopulator.java 67 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
91400 src/com/gps/utilities/DataPopulator.java 67 Variables should start with a lowercase character, 'Long' starts with uppercase character.
91401 src/com/gps/utilities/DataPopulator.java 67 publicMethodCommentRequirement Required
91402 src/com/gps/utilities/DataPopulator.java 70 There is log block not surrounded by if
91403 src/com/gps/utilities/DataPopulator.java 70 There is log block not surrounded by if
91404 src/com/gps/utilities/DataPopulator.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91405 src/com/gps/utilities/DataPopulator.java 75 Avoid printStackTrace(); use a logger call instead.
91406 src/com/gps/utilities/DataPopulator.java 80 A method/constructor shouldnt explicitly throw java.lang.Exception
91407 src/com/gps/utilities/DataPopulator.java 80 Parameter 'args' is not assigned and could be declared final
91408 src/com/gps/utilities/DataPopulator.java 80 publicMethodCommentRequirement Required
91409 src/com/gps/utilities/DataPopulator.java 83 System.out.print is used
91410 src/com/gps/utilities/DataPopulator.java 84 Avoid unused local variables such as 'dao'.
91411 src/com/gps/utilities/DataPopulator.java 84 Found 'DU'-anomaly for variable 'dao' (lines '84'-'104').
91412 src/com/gps/utilities/DataPopulator.java 84 Local variable 'dao' could be declared final
91413 src/com/gps/utilities/DataPopulator.java 85 Avoid unused local variables such as 'location'.
91414 src/com/gps/utilities/DataPopulator.java 85 Found 'DU'-anomaly for variable 'location' (lines '85'-'104').
91415 src/com/gps/utilities/DataPopulator.java 85 Local variable 'location' could be declared final
91416 src/com/gps/utilities/DataPopulator.java 96 Comment is too large: Line too long
91417 src/com/gps/utilities/DataPopulator.java 99 Comment is too large: Line too long
91418 src/com/gps/utilities/DataPopulator.java 102 Avoid unused local variables such as 'mngr'.
91419 src/com/gps/utilities/DataPopulator.java 102 Found 'DU'-anomaly for variable 'mngr' (lines '102'-'104').
91420 src/com/gps/utilities/DataPopulator.java 102 Local variable 'mngr' could be declared final
91421 src/com/gps/utilities/DateUtils.java 18 This class has too many methods, consider refactoring it.
91422 src/com/gps/utilities/DateUtils.java 18 headerCommentRequirement Required
91423 src/com/gps/utilities/DateUtils.java 19 The Logger variable declaration does not contain the static and final modifiers
91424 src/com/gps/utilities/DateUtils.java 19 Use explicit scoping instead of the default package private level
91425 src/com/gps/utilities/DateUtils.java 19 fieldCommentRequirement Required
91426 src/com/gps/utilities/DateUtils.java 30 When instantiating a SimpleDateFormat object, specify a Locale
91427 src/com/gps/utilities/DateUtils.java 31 Local variable 'today' could be declared final
91428 src/com/gps/utilities/DateUtils.java 32 Local variable 'str_date' could be declared final
91429 src/com/gps/utilities/DateUtils.java 32 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_date' is not final.
91430 src/com/gps/utilities/DateUtils.java 32 Potential violation of Law of Demeter (object not created locally)
91431 src/com/gps/utilities/DateUtils.java 33 Found 'DD'-anomaly for variable 'formattedDate' (lines '33'-'35').
91432 src/com/gps/utilities/DateUtils.java 35 Potential violation of Law of Demeter (object not created locally)
91433 src/com/gps/utilities/DateUtils.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91434 src/com/gps/utilities/DateUtils.java 38 Potential violation of Law of Demeter (object not created locally)
91435 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
91436 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
91437 src/com/gps/utilities/DateUtils.java 47 Parameter 'today' is not assigned and could be declared final
91438 src/com/gps/utilities/DateUtils.java 48 Local variable 'days' could be declared final
91439 src/com/gps/utilities/DateUtils.java 49 Local variable 'startCalendar' could be declared final
91440 src/com/gps/utilities/DateUtils.java 53 Local variable 'simpleFormatter' could be declared final
91441 src/com/gps/utilities/DateUtils.java 53 When instantiating a SimpleDateFormat object, specify a Locale
91442 src/com/gps/utilities/DateUtils.java 54 Local variable 'formattedDatepast' could be declared final
91443 src/com/gps/utilities/DateUtils.java 55 Comment is too large: Line too long
91444 src/com/gps/utilities/DateUtils.java 58 Avoid variables with short names like d
91445 src/com/gps/utilities/DateUtils.java 58 Parameter 'd' is not assigned and could be declared final
91446 src/com/gps/utilities/DateUtils.java 58 publicMethodCommentRequirement Required
91447 src/com/gps/utilities/DateUtils.java 60 Avoid variables with short names like c
91448 src/com/gps/utilities/DateUtils.java 60 Local variable 'c' could be declared final
91449 src/com/gps/utilities/DateUtils.java 62 Local variable 'month' could be declared final
91450 src/com/gps/utilities/DateUtils.java 63 Local variable 'day' could be declared final
91451 src/com/gps/utilities/DateUtils.java 64 Local variable 'year' could be declared final
91452 src/com/gps/utilities/DateUtils.java 66 Local variable 'xdate' could be declared final
91453 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
91454 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
91455 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
91456 src/com/gps/utilities/DateUtils.java 67 Consider simply returning the value vs storing it in local variable 'xdate'
91457 src/com/gps/utilities/DateUtils.java 69 Parameter 'end' is not assigned and could be declared final
91458 src/com/gps/utilities/DateUtils.java 69 Parameter 'start' is not assigned and could be declared final
91459 src/com/gps/utilities/DateUtils.java 69 publicMethodCommentRequirement Required
91460 src/com/gps/utilities/DateUtils.java 70 Avoid variables with short names like c1
91461 src/com/gps/utilities/DateUtils.java 70 Local variable 'c1' could be declared final
91462 src/com/gps/utilities/DateUtils.java 72 Avoid variables with short names like c2
91463 src/com/gps/utilities/DateUtils.java 72 Local variable 'c2' could be declared final
91464 src/com/gps/utilities/DateUtils.java 77 Avoid declaring a variable if it is unreferenced before a possible exit point.
91465 src/com/gps/utilities/DateUtils.java 77 Avoid unused local variables such as 'milis1'.
91466 src/com/gps/utilities/DateUtils.java 77 Found 'DU'-anomaly for variable 'milis1' (lines '77'-'89').
91467 src/com/gps/utilities/DateUtils.java 77 Local variable 'milis1' could be declared final
91468 src/com/gps/utilities/DateUtils.java 78 Avoid declaring a variable if it is unreferenced before a possible exit point.
91469 src/com/gps/utilities/DateUtils.java 78 Avoid unused local variables such as 'milis2'.
91470 src/com/gps/utilities/DateUtils.java 78 Found 'DU'-anomaly for variable 'milis2' (lines '78'-'89').
91471 src/com/gps/utilities/DateUtils.java 78 Local variable 'milis2' could be declared final
91472 src/com/gps/utilities/DateUtils.java 81 Local variable 'diff' could be declared final
91473 src/com/gps/utilities/DateUtils.java 83 Local variable 'diffDays' could be declared final
91474 src/com/gps/utilities/DateUtils.java 91 Parameter 'end' is not assigned and could be declared final
91475 src/com/gps/utilities/DateUtils.java 91 Parameter 'start' is not assigned and could be declared final
91476 src/com/gps/utilities/DateUtils.java 91 publicMethodCommentRequirement Required
91477 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'110').
91478 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'114').
91479 src/com/gps/utilities/DateUtils.java 93 Avoid variables with short names like c1
91480 src/com/gps/utilities/DateUtils.java 93 Local variable 'c1' could be declared final
91481 src/com/gps/utilities/DateUtils.java 95 Avoid variables with short names like c2
91482 src/com/gps/utilities/DateUtils.java 95 Local variable 'c2' could be declared final
91483 src/com/gps/utilities/DateUtils.java 98 Potential violation of Law of Demeter (object not created locally)
91484 src/com/gps/utilities/DateUtils.java 99 Potential violation of Law of Demeter (object not created locally)
91485 src/com/gps/utilities/DateUtils.java 100 Local variable 'milis1' could be declared final
91486 src/com/gps/utilities/DateUtils.java 100 Potential violation of Law of Demeter (object not created locally)
91487 src/com/gps/utilities/DateUtils.java 101 Local variable 'milis2' could be declared final
91488 src/com/gps/utilities/DateUtils.java 101 Potential violation of Law of Demeter (object not created locally)
91489 src/com/gps/utilities/DateUtils.java 104 Local variable 'diff' could be declared final
91490 src/com/gps/utilities/DateUtils.java 106 Local variable 'diffDays' could be declared final
91491 src/com/gps/utilities/DateUtils.java 108 Avoid using Literals in Conditional Statements
91492 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d1
91493 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d2
91494 src/com/gps/utilities/DateUtils.java 120 Parameter 'd1' is not assigned and could be declared final
91495 src/com/gps/utilities/DateUtils.java 120 Parameter 'd2' is not assigned and could be declared final
91496 src/com/gps/utilities/DateUtils.java 120 publicMethodCommentRequirement Required
91497 src/com/gps/utilities/DateUtils.java 130 Parameter 'count' is not assigned and could be declared final
91498 src/com/gps/utilities/DateUtils.java 130 Parameter 'end' is not assigned and could be declared final
91499 src/com/gps/utilities/DateUtils.java 130 Parameter 'start' is not assigned and could be declared final
91500 src/com/gps/utilities/DateUtils.java 130 publicMethodCommentRequirement Required
91501 src/com/gps/utilities/DateUtils.java 132 Local variable 'sdfDestination_24' could be declared final
91502 src/com/gps/utilities/DateUtils.java 132 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
91503 src/com/gps/utilities/DateUtils.java 132 The String literal "yyyy-MM-dd HH:mm:ss" appears 8 times in this file; the first occurrence is on line 132
91504 src/com/gps/utilities/DateUtils.java 132 When instantiating a SimpleDateFormat object, specify a Locale
91505 src/com/gps/utilities/DateUtils.java 133 Avoid variables with short names like i
91506 src/com/gps/utilities/DateUtils.java 133 Found 'DD'-anomaly for variable 'i' (lines '133'-'139').
91507 src/com/gps/utilities/DateUtils.java 134 Found 'DD'-anomaly for variable 'dateDays' (lines '134'-'138').
91508 src/com/gps/utilities/DateUtils.java 135 Avoid variables with short names like c1
91509 src/com/gps/utilities/DateUtils.java 135 Local variable 'c1' could be declared final
91510 src/com/gps/utilities/DateUtils.java 136 Potential violation of Law of Demeter (object not created locally)
91511 src/com/gps/utilities/DateUtils.java 137 Potential violation of Law of Demeter (object not created locally)
91512 src/com/gps/utilities/DateUtils.java 138 Found 'DD'-anomaly for variable 'dateDays' (lines '138'-'142').
91513 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
91514 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
91515 src/com/gps/utilities/DateUtils.java 141 Potential violation of Law of Demeter (object not created locally)
91516 src/com/gps/utilities/DateUtils.java 142 Found 'DD'-anomaly for variable 'dateDays' (lines '142'-'142').
91517 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
91518 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
91519 src/com/gps/utilities/DateUtils.java 149 Method names should not contain underscores
91520 src/com/gps/utilities/DateUtils.java 149 Parameter 'date' is not assigned and could be declared final
91521 src/com/gps/utilities/DateUtils.java 149 publicMethodCommentRequirement Required
91522 src/com/gps/utilities/DateUtils.java 152 Local variable 'formatter' could be declared final
91523 src/com/gps/utilities/DateUtils.java 152 When instantiating a SimpleDateFormat object, specify a Locale
91524 src/com/gps/utilities/DateUtils.java 153 Avoid declaring a variable if it is unreferenced before a possible exit point.
91525 src/com/gps/utilities/DateUtils.java 153 Avoid unused local variables such as 'sdfDestination_24'.
91526 src/com/gps/utilities/DateUtils.java 153 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '153'-'168').
91527 src/com/gps/utilities/DateUtils.java 153 Local variable 'sdfDestination_24' could be declared final
91528 src/com/gps/utilities/DateUtils.java 153 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
91529 src/com/gps/utilities/DateUtils.java 153 When instantiating a SimpleDateFormat object, specify a Locale
91530 src/com/gps/utilities/DateUtils.java 154 Found 'DD'-anomaly for variable 'ddate' (lines '154'-'159').
91531 src/com/gps/utilities/DateUtils.java 155 Found 'DD'-anomaly for variable 'tdate' (lines '155'-'161').
91532 src/com/gps/utilities/DateUtils.java 164 Avoid printStackTrace(); use a logger call instead.
91533 src/com/gps/utilities/DateUtils.java 171 Method names should not contain underscores
91534 src/com/gps/utilities/DateUtils.java 171 Parameter 'date' is not assigned and could be declared final
91535 src/com/gps/utilities/DateUtils.java 172 Local variable 'sdfDestination_24' could be declared final
91536 src/com/gps/utilities/DateUtils.java 172 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
91537 src/com/gps/utilities/DateUtils.java 172 When instantiating a SimpleDateFormat object, specify a Locale
91538 src/com/gps/utilities/DateUtils.java 173 Found 'DD'-anomaly for variable 'string_date' (lines '173'-'182').
91539 src/com/gps/utilities/DateUtils.java 173 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_date' is not final.
91540 src/com/gps/utilities/DateUtils.java 174 Avoid variables with short names like c1
91541 src/com/gps/utilities/DateUtils.java 174 Local variable 'c1' could be declared final
91542 src/com/gps/utilities/DateUtils.java 177 Potential violation of Law of Demeter (object not created locally)
91543 src/com/gps/utilities/DateUtils.java 178 Potential violation of Law of Demeter (object not created locally)
91544 src/com/gps/utilities/DateUtils.java 179 Potential violation of Law of Demeter (object not created locally)
91545 src/com/gps/utilities/DateUtils.java 180 Potential violation of Law of Demeter (object not created locally)
91546 src/com/gps/utilities/DateUtils.java 181 Potential violation of Law of Demeter (object not created locally)
91547 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
91548 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
91549 src/com/gps/utilities/DateUtils.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91550 src/com/gps/utilities/DateUtils.java 185 Avoid printStackTrace(); use a logger call instead.
91551 src/com/gps/utilities/DateUtils.java 185 Potential violation of Law of Demeter (object not created locally)
91552 src/com/gps/utilities/DateUtils.java 190 Avoid variables with short names like t
91553 src/com/gps/utilities/DateUtils.java 190 Parameter 't' is not assigned and could be declared final
91554 src/com/gps/utilities/DateUtils.java 190 publicMethodCommentRequirement Required
91555 src/com/gps/utilities/DateUtils.java 193 Local variable 'tOld' could be declared final
91556 src/com/gps/utilities/DateUtils.java 195 Avoid using Literals in Conditional Statements
91557 src/com/gps/utilities/DateUtils.java 195 Avoid using if statements without curly braces
91558 src/com/gps/utilities/DateUtils.java 195 Potential violation of Law of Demeter (object not created locally)
91559 src/com/gps/utilities/DateUtils.java 196 A method should have only one exit point, and that should be the last statement in the method
91560 src/com/gps/utilities/DateUtils.java 198 Local variable 'tNew' could be declared final
91561 src/com/gps/utilities/DateUtils.java 198 Potential violation of Law of Demeter (object not created locally)
91562 src/com/gps/utilities/DateUtils.java 199 Potential violation of Law of Demeter (object not created locally)
91563 src/com/gps/utilities/DateUtils.java 200 Potential violation of Law of Demeter (object not created locally)
91564 src/com/gps/utilities/DateUtils.java 201 Potential violation of Law of Demeter (object not created locally)
91565 src/com/gps/utilities/DateUtils.java 202 Potential violation of Law of Demeter (object not created locally)
91566 src/com/gps/utilities/DateUtils.java 203 Potential violation of Law of Demeter (object not created locally)
91567 src/com/gps/utilities/DateUtils.java 208 Parameter 'date' is not assigned and could be declared final
91568 src/com/gps/utilities/DateUtils.java 210 Local variable 'util' could be declared final
91569 src/com/gps/utilities/DateUtils.java 211 Found 'DD'-anomaly for variable 'int_day' (lines '211'-'222').
91570 src/com/gps/utilities/DateUtils.java 211 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_day' is not final.
91571 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'226').
91572 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'230').
91573 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'234').
91574 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'238').
91575 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'242').
91576 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'246').
91577 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'250').
91578 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'tdate' (lines '213'-'218').
91579 src/com/gps/utilities/DateUtils.java 214 Avoid variables with short names like c1
91580 src/com/gps/utilities/DateUtils.java 214 Local variable 'c1' could be declared final
91581 src/com/gps/utilities/DateUtils.java 215 Avoid declaring a variable if it is unreferenced before a possible exit point.
91582 src/com/gps/utilities/DateUtils.java 215 Avoid unused local variables such as 'sdfDestination_24'.
91583 src/com/gps/utilities/DateUtils.java 215 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '215'-'259').
91584 src/com/gps/utilities/DateUtils.java 215 Local variable 'sdfDestination_24' could be declared final
91585 src/com/gps/utilities/DateUtils.java 215 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
91586 src/com/gps/utilities/DateUtils.java 215 When instantiating a SimpleDateFormat object, specify a Locale
91587 src/com/gps/utilities/DateUtils.java 218 Potential violation of Law of Demeter (object not created locally)
91588 src/com/gps/utilities/DateUtils.java 219 Potential violation of Law of Demeter (object not created locally)
91589 src/com/gps/utilities/DateUtils.java 220 Potential violation of Law of Demeter (object not created locally)
91590 src/com/gps/utilities/DateUtils.java 222 Potential violation of Law of Demeter (object not created locally)
91591 src/com/gps/utilities/DateUtils.java 224 Avoid using Literals in Conditional Statements
91592 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'230').
91593 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'234').
91594 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'238').
91595 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'242').
91596 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'246').
91597 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'250').
91598 src/com/gps/utilities/DateUtils.java 228 Avoid using Literals in Conditional Statements
91599 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'234').
91600 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'238').
91601 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'242').
91602 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'246').
91603 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'250').
91604 src/com/gps/utilities/DateUtils.java 232 Avoid using Literals in Conditional Statements
91605 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'238').
91606 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'242').
91607 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'246').
91608 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'250').
91609 src/com/gps/utilities/DateUtils.java 236 Avoid using Literals in Conditional Statements
91610 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'242').
91611 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'246').
91612 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'250').
91613 src/com/gps/utilities/DateUtils.java 240 Avoid using Literals in Conditional Statements
91614 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'246').
91615 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'250').
91616 src/com/gps/utilities/DateUtils.java 244 Avoid using Literals in Conditional Statements
91617 src/com/gps/utilities/DateUtils.java 246 Found 'DD'-anomaly for variable 'day' (lines '246'-'250').
91618 src/com/gps/utilities/DateUtils.java 248 Avoid using Literals in Conditional Statements
91619 src/com/gps/utilities/DateUtils.java 254 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91620 src/com/gps/utilities/DateUtils.java 254 Avoid empty catch blocks
91621 src/com/gps/utilities/DateUtils.java 260 Method names should not contain underscores
91622 src/com/gps/utilities/DateUtils.java 260 Parameter 'date' is not assigned and could be declared final
91623 src/com/gps/utilities/DateUtils.java 260 publicMethodCommentRequirement Required
91624 src/com/gps/utilities/DateUtils.java 262 Avoid declaring a variable if it is unreferenced before a possible exit point.
91625 src/com/gps/utilities/DateUtils.java 262 Avoid unused local variables such as 'after30'.
91626 src/com/gps/utilities/DateUtils.java 262 Found 'DU'-anomaly for variable 'after30' (lines '262'-'279').
91627 src/com/gps/utilities/DateUtils.java 262 Local variable 'after30' could be declared final
91628 src/com/gps/utilities/DateUtils.java 263 Avoid declaring a variable if it is unreferenced before a possible exit point.
91629 src/com/gps/utilities/DateUtils.java 263 Avoid unused local variables such as 'formatter'.
91630 src/com/gps/utilities/DateUtils.java 263 Found 'DU'-anomaly for variable 'formatter' (lines '263'-'279').
91631 src/com/gps/utilities/DateUtils.java 263 Local variable 'formatter' could be declared final
91632 src/com/gps/utilities/DateUtils.java 263 When instantiating a SimpleDateFormat object, specify a Locale
91633 src/com/gps/utilities/DateUtils.java 264 Avoid declaring a variable if it is unreferenced before a possible exit point.
91634 src/com/gps/utilities/DateUtils.java 264 Avoid excessively long variable names like dateAfterCurrentDate_30
91635 src/com/gps/utilities/DateUtils.java 264 Avoid unused local variables such as 'dateAfterCurrentDate_30'.
91636 src/com/gps/utilities/DateUtils.java 264 Found 'DU'-anomaly for variable 'dateAfterCurrentDate_30' (lines '264'-'279').
91637 src/com/gps/utilities/DateUtils.java 264 Local variable 'dateAfterCurrentDate_30' could be declared final
91638 src/com/gps/utilities/DateUtils.java 264 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfterCurrentDate_30' is not final.
91639 src/com/gps/utilities/DateUtils.java 265 Local variable 'sdfDestination_24' could be declared final
91640 src/com/gps/utilities/DateUtils.java 265 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
91641 src/com/gps/utilities/DateUtils.java 265 When instantiating a SimpleDateFormat object, specify a Locale
91642 src/com/gps/utilities/DateUtils.java 266 Local variable 'calendar' could be declared final
91643 src/com/gps/utilities/DateUtils.java 270 Local variable 'current_after30' could be declared final
91644 src/com/gps/utilities/DateUtils.java 270 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_after30' is not final.
91645 src/com/gps/utilities/DateUtils.java 281 Parameter 'date' is not assigned and could be declared final
91646 src/com/gps/utilities/DateUtils.java 281 Parameter 'duration' is not assigned and could be declared final
91647 src/com/gps/utilities/DateUtils.java 281 publicMethodCommentRequirement Required
91648 src/com/gps/utilities/DateUtils.java 284 Avoid declaring a variable if it is unreferenced before a possible exit point.
91649 src/com/gps/utilities/DateUtils.java 284 Avoid unused local variables such as 'format'.
91650 src/com/gps/utilities/DateUtils.java 284 Found 'DU'-anomaly for variable 'format' (lines '284'-'293').
91651 src/com/gps/utilities/DateUtils.java 284 Local variable 'format' could be declared final
91652 src/com/gps/utilities/DateUtils.java 284 When instantiating a SimpleDateFormat object, specify a Locale
91653 src/com/gps/utilities/DateUtils.java 286 Local variable 'cal' could be declared final
91654 src/com/gps/utilities/DateUtils.java 294 Parameter 'args' is not assigned and could be declared final
91655 src/com/gps/utilities/DateUtils.java 294 publicMethodCommentRequirement Required
91656 src/com/gps/utilities/DateUtils.java 299 Avoid variables with short names like du
91657 src/com/gps/utilities/DateUtils.java 299 Local variable 'du' could be declared final
91658 src/com/gps/utilities/DateUtils.java 301 Avoid unused local variables such as 'formatter'.
91659 src/com/gps/utilities/DateUtils.java 301 Found 'DU'-anomaly for variable 'formatter' (lines '301'-'305').
91660 src/com/gps/utilities/DateUtils.java 301 Local variable 'formatter' could be declared final
91661 src/com/gps/utilities/DateUtils.java 301 When instantiating a SimpleDateFormat object, specify a Locale
91662 src/com/gps/utilities/DeviceStatusChecker.java 2 Comment is too large: Too many lines
91663 src/com/gps/utilities/DeviceStatusChecker.java 6 Comment is too large: Line too long
91664 src/com/gps/utilities/DeviceStatusChecker.java 24 Avoid unused imports such as 'com.gps.helper.DBManager'
91665 src/com/gps/utilities/DeviceStatusChecker.java 30 headerCommentRequirement Required
91666 src/com/gps/utilities/DeviceStatusChecker.java 32 The Logger variable declaration does not contain the static and final modifiers
91667 src/com/gps/utilities/DeviceStatusChecker.java 32 Use explicit scoping instead of the default package private level
91668 src/com/gps/utilities/DeviceStatusChecker.java 32 fieldCommentRequirement Required
91669 src/com/gps/utilities/DeviceStatusChecker.java 36 Parameter 'date' is not assigned and could be declared final
91670 src/com/gps/utilities/DeviceStatusChecker.java 36 publicMethodCommentRequirement Required
91671 src/com/gps/utilities/DeviceStatusChecker.java 39 Found 'DD'-anomaly for variable 'offBusList' (lines '39'-'59').
91672 src/com/gps/utilities/DeviceStatusChecker.java 43 Local variable 'dataTable' could be declared final
91673 src/com/gps/utilities/DeviceStatusChecker.java 48 System.out.print is used
91674 src/com/gps/utilities/DeviceStatusChecker.java 54 Potential violation of Law of Demeter (object not created locally)
91675 src/com/gps/utilities/DeviceStatusChecker.java 56 There is log block not surrounded by if
91676 src/com/gps/utilities/DeviceStatusChecker.java 56 There is log block not surrounded by if
91677 src/com/gps/utilities/DeviceStatusChecker.java 59 Potential violation of Law of Demeter (object not created locally)
91678 src/com/gps/utilities/DeviceStatusChecker.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91679 src/com/gps/utilities/DeviceStatusChecker.java 63 Potential violation of Law of Demeter (object not created locally)
91680 src/com/gps/utilities/DeviceStatusChecker.java 63 There is log block not surrounded by if
91681 src/com/gps/utilities/DeviceStatusChecker.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91682 src/com/gps/utilities/DeviceStatusChecker.java 72 Potential violation of Law of Demeter (object not created locally)
91683 src/com/gps/utilities/DeviceStatusChecker.java 72 There is log block not surrounded by if
91684 src/com/gps/utilities/DeviceStatusChecker.java 81 Parameter 'date' is not assigned and could be declared final
91685 src/com/gps/utilities/DeviceStatusChecker.java 81 Parameter 'interval' is not assigned and could be declared final
91686 src/com/gps/utilities/DeviceStatusChecker.java 81 publicMethodCommentRequirement Required
91687 src/com/gps/utilities/DeviceStatusChecker.java 84 Found 'DD'-anomaly for variable 'offBusList' (lines '84'-'100').
91688 src/com/gps/utilities/DeviceStatusChecker.java 85 Local variable 'dataTable' could be declared final
91689 src/com/gps/utilities/DeviceStatusChecker.java 89 System.out.print is used
91690 src/com/gps/utilities/DeviceStatusChecker.java 95 Potential violation of Law of Demeter (object not created locally)
91691 src/com/gps/utilities/DeviceStatusChecker.java 97 There is log block not surrounded by if
91692 src/com/gps/utilities/DeviceStatusChecker.java 97 There is log block not surrounded by if
91693 src/com/gps/utilities/DeviceStatusChecker.java 99 Avoid using if...else statements without curly braces
91694 src/com/gps/utilities/DeviceStatusChecker.java 99 There is log block not surrounded by if
91695 src/com/gps/utilities/DeviceStatusChecker.java 99 There is log block not surrounded by if
91696 src/com/gps/utilities/DeviceStatusChecker.java 100 Potential violation of Law of Demeter (object not created locally)
91697 src/com/gps/utilities/DeviceStatusChecker.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91698 src/com/gps/utilities/DeviceStatusChecker.java 104 Potential violation of Law of Demeter (object not created locally)
91699 src/com/gps/utilities/DeviceStatusChecker.java 104 There is log block not surrounded by if
91700 src/com/gps/utilities/DeviceStatusChecker.java 112 There is log block not surrounded by if
91701 src/com/gps/utilities/DeviceStatusChecker.java 112 There is log block not surrounded by if
91702 src/com/gps/utilities/DeviceStatusChecker.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91703 src/com/gps/utilities/DeviceStatusChecker.java 119 There is log block not surrounded by if
91704 src/com/gps/utilities/DeviceStatusChecker.java 127 Parameter 'duration' is not assigned and could be declared final
91705 src/com/gps/utilities/DeviceStatusChecker.java 127 publicMethodCommentRequirement Required
91706 src/com/gps/utilities/DeviceStatusChecker.java 129 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_prev' is not final.
91707 src/com/gps/utilities/DeviceStatusChecker.java 130 Found 'DD'-anomaly for variable 'previous' (lines '130'-'140').
91708 src/com/gps/utilities/DeviceStatusChecker.java 132 Local variable 'calendar' could be declared final
91709 src/com/gps/utilities/DeviceStatusChecker.java 136 When instantiating a SimpleDateFormat object, specify a Locale
91710 src/com/gps/utilities/DeviceStatusChecker.java 138 Potential violation of Law of Demeter (object not created locally)
91711 src/com/gps/utilities/DeviceStatusChecker.java 139 Potential violation of Law of Demeter (object not created locally)
91712 src/com/gps/utilities/DeviceStatusChecker.java 140 Potential violation of Law of Demeter (object not created locally)
91713 src/com/gps/utilities/DeviceStatusChecker.java 142 There is log block not surrounded by if
91714 src/com/gps/utilities/DeviceStatusChecker.java 142 There is log block not surrounded by if
91715 src/com/gps/utilities/DeviceStatusChecker.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91716 src/com/gps/utilities/DeviceStatusChecker.java 147 There is log block not surrounded by if
91717 src/com/gps/utilities/DistanceCalc.java 3 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
91718 src/com/gps/utilities/DistanceCalc.java 3 headerCommentRequirement Required
91719 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lat1' is not assigned and could be declared final
91720 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lat2' is not assigned and could be declared final
91721 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lng1' is not assigned and could be declared final
91722 src/com/gps/utilities/DistanceCalc.java 6 Parameter 'lng2' is not assigned and could be declared final
91723 src/com/gps/utilities/DistanceCalc.java 8 Local variable 'earthRadius' could be declared final
91724 src/com/gps/utilities/DistanceCalc.java 9 Local variable 'dLat' could be declared final
91725 src/com/gps/utilities/DistanceCalc.java 10 Local variable 'dLng' could be declared final
91726 src/com/gps/utilities/DistanceCalc.java 11 Avoid variables with short names like a
91727 src/com/gps/utilities/DistanceCalc.java 11 Local variable 'a' could be declared final
91728 src/com/gps/utilities/DistanceCalc.java 14 Avoid variables with short names like c
91729 src/com/gps/utilities/DistanceCalc.java 14 Local variable 'c' could be declared final
91730 src/com/gps/utilities/DistanceCalc.java 15 Local variable 'dist' could be declared final
91731 src/com/gps/utilities/DistanceCalc.java 16 Local variable 'kmConversion' could be declared final
91732 src/com/gps/utilities/DistanceCalc.java 17 Local variable 'distance' could be declared final
91733 src/com/gps/utilities/DistanceRest.java 15 headerCommentRequirement Required
91734 src/com/gps/utilities/DistanceRest.java 17 The Logger variable declaration does not contain the static and final modifiers
91735 src/com/gps/utilities/DistanceRest.java 17 Use explicit scoping instead of the default package private level
91736 src/com/gps/utilities/DistanceRest.java 17 fieldCommentRequirement Required
91737 src/com/gps/utilities/DistanceRest.java 21 Found 'UR'-anomaly for variable 'dateVO' (lines '21'-'37').
91738 src/com/gps/utilities/DistanceRest.java 21 Found 'UR'-anomaly for variable 'tripDist' (lines '21'-'39').
91739 src/com/gps/utilities/DistanceRest.java 21 Found 'UR'-anomaly for variable 'tripVO' (lines '21'-'35').
91740 src/com/gps/utilities/DistanceRest.java 21 Method names should not start with capital letters
91741 src/com/gps/utilities/DistanceRest.java 21 Parameter 'FromDate' is not assigned and could be declared final
91742 src/com/gps/utilities/DistanceRest.java 21 Parameter 'ToDate' is not assigned and could be declared final
91743 src/com/gps/utilities/DistanceRest.java 21 Parameter 'vehicleId' is not assigned and could be declared final
91744 src/com/gps/utilities/DistanceRest.java 21 Variables should start with a lowercase character, 'FromDate' starts with uppercase character.
91745 src/com/gps/utilities/DistanceRest.java 21 Variables should start with a lowercase character, 'ToDate' starts with uppercase character.
91746 src/com/gps/utilities/DistanceRest.java 21 publicMethodCommentRequirement Required
91747 src/com/gps/utilities/DistanceRest.java 25 Local variable 'distance' could be declared final
91748 src/com/gps/utilities/DistanceRest.java 26 There is log block not surrounded by if
91749 src/com/gps/utilities/DistanceRest.java 26 There is log block not surrounded by if
91750 src/com/gps/utilities/DistanceRest.java 27 Local variable 'dataList' could be declared final
91751 src/com/gps/utilities/DistanceRest.java 28 Found 'DU'-anomaly for variable 'cumulative' (lines '28'-'54').
91752 src/com/gps/utilities/DistanceRest.java 31 Avoid using Literals in Conditional Statements
91753 src/com/gps/utilities/DistanceRest.java 31 Potential violation of Law of Demeter (object not created locally)
91754 src/com/gps/utilities/DistanceRest.java 31 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91755 src/com/gps/utilities/DistanceRest.java 33 Local variable 'tripVO' could be declared final
91756 src/com/gps/utilities/DistanceRest.java 35 Local variable 'dateVO' could be declared final
91757 src/com/gps/utilities/DistanceRest.java 37 Local variable 'tripDist' could be declared final
91758 src/com/gps/utilities/DistanceRest.java 44 A method should have only one exit point, and that should be the last statement in the method
91759 src/com/gps/utilities/DistanceRest.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91760 src/com/gps/utilities/DistanceRest.java 49 There is log block not surrounded by if
91761 src/com/gps/utilities/DistanceRest.java 50 Avoid printStackTrace(); use a logger call instead.
91762 src/com/gps/utilities/DistanceRest.java 51 A method should have only one exit point, and that should be the last statement in the method
91763 src/com/gps/utilities/DistanceRest.java 56 Parameter 'args' is not assigned and could be declared final
91764 src/com/gps/utilities/DistanceRest.java 56 publicMethodCommentRequirement Required
91765 src/com/gps/utilities/DistanceRest.java 58 Local variable 'rest' could be declared final
91766 src/com/gps/utilities/DistanceRest.java 59 There is log block not surrounded by if
91767 src/com/gps/utilities/DistanceRest.java 59 There is log block not surrounded by if
91768 src/com/gps/utilities/DynamicTrip.java 18 headerCommentRequirement Required
91769 src/com/gps/utilities/DynamicTrip.java 20 The Logger variable declaration does not contain the static and final modifiers
91770 src/com/gps/utilities/DynamicTrip.java 20 Use explicit scoping instead of the default package private level
91771 src/com/gps/utilities/DynamicTrip.java 20 fieldCommentRequirement Required
91772 src/com/gps/utilities/DynamicTrip.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
91773 src/com/gps/utilities/DynamicTrip.java 21 Use explicit scoping instead of the default package private level
91774 src/com/gps/utilities/DynamicTrip.java 21 fieldCommentRequirement Required
91775 src/com/gps/utilities/DynamicTrip.java 22 Method names should not start with capital letters
91776 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'CrTime' is not assigned and could be declared final
91777 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'heading' is not assigned and could be declared final
91778 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'lat' is not assigned and could be declared final
91779 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'lon' is not assigned and could be declared final
91780 src/com/gps/utilities/DynamicTrip.java 22 Parameter 'vehicleId' is not assigned and could be declared final
91781 src/com/gps/utilities/DynamicTrip.java 22 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
91782 src/com/gps/utilities/DynamicTrip.java 22 publicMethodCommentRequirement Required
91783 src/com/gps/utilities/DynamicTrip.java 24 Local variable 'form' could be declared final
91784 src/com/gps/utilities/DynamicTrip.java 24 When instantiating a SimpleDateFormat object, specify a Locale
91785 src/com/gps/utilities/DynamicTrip.java 28 Local variable 'vehicleDAO' could be declared final
91786 src/com/gps/utilities/DynamicTrip.java 29 Local variable 'vehicle' could be declared final
91787 src/com/gps/utilities/DynamicTrip.java 32 Local variable 'TripStartTime' could be declared final
91788 src/com/gps/utilities/DynamicTrip.java 32 Variables should start with a lowercase character, 'TripStartTime' starts with uppercase character.
91789 src/com/gps/utilities/DynamicTrip.java 33 Local variable 'TripEndTime' could be declared final
91790 src/com/gps/utilities/DynamicTrip.java 33 Variables should start with a lowercase character, 'TripEndTime' starts with uppercase character.
91791 src/com/gps/utilities/DynamicTrip.java 35 There is log block not surrounded by if
91792 src/com/gps/utilities/DynamicTrip.java 35 There is log block not surrounded by if
91793 src/com/gps/utilities/DynamicTrip.java 37 Local variable 'push_trip_details' could be declared final
91794 src/com/gps/utilities/DynamicTrip.java 37 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'push_trip_details' is not final.
91795 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
91796 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
91797 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (method chain calls)
91798 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
91799 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
91800 src/com/gps/utilities/DynamicTrip.java 37 Potential violation of Law of Demeter (object not created locally)
91801 src/com/gps/utilities/DynamicTrip.java 43 There is log block not surrounded by if
91802 src/com/gps/utilities/DynamicTrip.java 43 There is log block not surrounded by if
91803 src/com/gps/utilities/DynamicTrip.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91804 src/com/gps/utilities/DynamicTrip.java 47 There is log block not surrounded by if
91805 src/com/gps/utilities/DynamicTrip.java 47 There is log block not surrounded by if
91806 src/com/gps/utilities/DynamicTrip.java 48 Avoid printStackTrace(); use a logger call instead.
91807 src/com/gps/utilities/DynamicTrip.java 52 Method names should not start with capital letters
91808 src/com/gps/utilities/DynamicTrip.java 52 Parameter 'CrTime' is not assigned and could be declared final
91809 src/com/gps/utilities/DynamicTrip.java 52 Parameter 'form' is not assigned and could be declared final
91810 src/com/gps/utilities/DynamicTrip.java 52 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
91811 src/com/gps/utilities/DynamicTrip.java 54 Local variable 'cal' could be declared final
91812 src/com/gps/utilities/DynamicTrip.java 55 Potential violation of Law of Demeter (object not created locally)
91813 src/com/gps/utilities/DynamicTrip.java 56 Potential violation of Law of Demeter (object not created locally)
91814 src/com/gps/utilities/DynamicTrip.java 57 Potential violation of Law of Demeter (object not created locally)
91815 src/com/gps/utilities/DynamicTrip.java 60 Method names should not start with capital letters
91816 src/com/gps/utilities/DynamicTrip.java 60 Parameter 'vehicleId' is not assigned and could be declared final
91817 src/com/gps/utilities/DynamicTrip.java 60 publicMethodCommentRequirement Required
91818 src/com/gps/utilities/DynamicTrip.java 65 Local variable 'trips' could be declared final
91819 src/com/gps/utilities/DynamicTrip.java 68 Avoid using equals() to compare against null
91820 src/com/gps/utilities/DynamicTrip.java 68 Position literals first in String comparisons
91821 src/com/gps/utilities/DynamicTrip.java 68 Potential violation of Law of Demeter (object not created locally)
91822 src/com/gps/utilities/DynamicTrip.java 70 Avoid variables with short names like tx
91823 src/com/gps/utilities/DynamicTrip.java 70 Found 'DD'-anomaly for variable 'tx' (lines '70'-'71').
91824 src/com/gps/utilities/DynamicTrip.java 71 Potential violation of Law of Demeter (method chain calls)
91825 src/com/gps/utilities/DynamicTrip.java 72 Potential violation of Law of Demeter (object not created locally)
91826 src/com/gps/utilities/DynamicTrip.java 73 Potential violation of Law of Demeter (object not created locally)
91827 src/com/gps/utilities/DynamicTrip.java 74 Potential violation of Law of Demeter (object not created locally)
91828 src/com/gps/utilities/DynamicTrip.java 75 Potential violation of Law of Demeter (method chain calls)
91829 src/com/gps/utilities/DynamicTrip.java 76 Potential violation of Law of Demeter (object not created locally)
91830 src/com/gps/utilities/DynamicTrip.java 77 Potential violation of Law of Demeter (method chain calls)
91831 src/com/gps/utilities/DynamicTrip.java 78 Potential violation of Law of Demeter (object not created locally)
91832 src/com/gps/utilities/DynamicTrip.java 78 There is log block not surrounded by if
91833 src/com/gps/utilities/DynamicTrip.java 78 There is log block not surrounded by if
91834 src/com/gps/utilities/DynamicTrip.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91835 src/com/gps/utilities/DynamicTrip.java 85 There is log block not surrounded by if
91836 src/com/gps/utilities/DynamicTrip.java 85 There is log block not surrounded by if
91837 src/com/gps/utilities/DynamicTrip.java 86 Avoid printStackTrace(); use a logger call instead.
91838 src/com/gps/utilities/DynamicTrip.java 86 Potential violation of Law of Demeter (object not created locally)
91839 src/com/gps/utilities/DynamicTrip.java 90 Method names should not start with capital letters
91840 src/com/gps/utilities/DynamicTrip.java 90 Parameter 'vehicleId' is not assigned and could be declared final
91841 src/com/gps/utilities/DynamicTrip.java 94 Found 'DD'-anomaly for variable 'trips' (lines '94'-'95').
91842 src/com/gps/utilities/DynamicTrip.java 95 Potential violation of Law of Demeter (method chain calls)
91843 src/com/gps/utilities/DynamicTrip.java 95 Potential violation of Law of Demeter (method chain calls)
91844 src/com/gps/utilities/DynamicTrip.java 96 Avoid using Literals in Conditional Statements
91845 src/com/gps/utilities/DynamicTrip.java 96 Potential violation of Law of Demeter (object not created locally)
91846 src/com/gps/utilities/DynamicTrip.java 96 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91847 src/com/gps/utilities/DynamicTrip.java 98 A method should have only one exit point, and that should be the last statement in the method
91848 src/com/gps/utilities/DynamicTrip.java 98 Potential violation of Law of Demeter (object not created locally)
91849 src/com/gps/utilities/DynamicTrip.java 102 There is log block not surrounded by if
91850 src/com/gps/utilities/DynamicTrip.java 102 There is log block not surrounded by if
91851 src/com/gps/utilities/DynamicTrip.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91852 src/com/gps/utilities/DynamicTrip.java 107 There is log block not surrounded by if
91853 src/com/gps/utilities/DynamicTrip.java 107 There is log block not surrounded by if
91854 src/com/gps/utilities/DynamicTrip.java 108 Avoid printStackTrace(); use a logger call instead.
91855 src/com/gps/utilities/DynamicTrip.java 108 Potential violation of Law of Demeter (object not created locally)
91856 src/com/gps/utilities/DynamicTrip.java 113 Parameter 'args' is not assigned and could be declared final
91857 src/com/gps/utilities/DynamicTrip.java 113 publicMethodCommentRequirement Required
91858 src/com/gps/utilities/DynamicTrip.java 115 Local variable 'obj' could be declared final
91859 src/com/gps/utilities/FenceCreator.java 5 Avoid unused imports such as 'java.util.Date'
91860 src/com/gps/utilities/FenceCreator.java 22 The class 'FenceCreator' has a Cyclomatic Complexity of 7 (Highest = 14).
91861 src/com/gps/utilities/FenceCreator.java 22 headerCommentRequirement Required
91862 src/com/gps/utilities/FenceCreator.java 25 The Logger variable declaration does not contain the static and final modifiers
91863 src/com/gps/utilities/FenceCreator.java 25 fieldCommentRequirement Required
91864 src/com/gps/utilities/FenceCreator.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
91865 src/com/gps/utilities/FenceCreator.java 26 Use explicit scoping instead of the default package private level
91866 src/com/gps/utilities/FenceCreator.java 26 fieldCommentRequirement Required
91867 src/com/gps/utilities/FenceCreator.java 28 Found 'UR'-anomaly for variable 'tripDetails' (lines '28'-'49').
91868 src/com/gps/utilities/FenceCreator.java 28 Parameter 'orgId' is not assigned and could be declared final
91869 src/com/gps/utilities/FenceCreator.java 28 The method 'createTripFences' has a Cyclomatic Complexity of 14.
91870 src/com/gps/utilities/FenceCreator.java 28 publicMethodCommentRequirement Required
91871 src/com/gps/utilities/FenceCreator.java 30 Local variable 'tripDao' could be declared final
91872 src/com/gps/utilities/FenceCreator.java 32 Found 'DD'-anomaly for variable 'tripList' (lines '32'-'45').
91873 src/com/gps/utilities/FenceCreator.java 33 Avoid unused local variables such as 'fencedao'.
91874 src/com/gps/utilities/FenceCreator.java 33 Found 'DU'-anomaly for variable 'fencedao' (lines '33'-'87').
91875 src/com/gps/utilities/FenceCreator.java 33 Local variable 'fencedao' could be declared final
91876 src/com/gps/utilities/FenceCreator.java 34 Found 'DU'-anomaly for variable 'fenceDAO' (lines '34'-'87').
91877 src/com/gps/utilities/FenceCreator.java 34 Local variable 'fenceDAO' could be declared final
91878 src/com/gps/utilities/FenceCreator.java 35 Avoid unused local variables such as 'lattitude'.
91879 src/com/gps/utilities/FenceCreator.java 35 Found 'DU'-anomaly for variable 'lattitude' (lines '35'-'87').
91880 src/com/gps/utilities/FenceCreator.java 35 Local variable 'lattitude' could be declared final
91881 src/com/gps/utilities/FenceCreator.java 36 Avoid unused local variables such as 'longitude'.
91882 src/com/gps/utilities/FenceCreator.java 36 Found 'DU'-anomaly for variable 'longitude' (lines '36'-'87').
91883 src/com/gps/utilities/FenceCreator.java 36 Local variable 'longitude' could be declared final
91884 src/com/gps/utilities/FenceCreator.java 37 Avoid unused local variables such as 'startAM'.
91885 src/com/gps/utilities/FenceCreator.java 37 Found 'DU'-anomaly for variable 'startAM' (lines '37'-'87').
91886 src/com/gps/utilities/FenceCreator.java 37 Local variable 'startAM' could be declared final
91887 src/com/gps/utilities/FenceCreator.java 38 Avoid unused local variables such as 'endAM'.
91888 src/com/gps/utilities/FenceCreator.java 38 Found 'DU'-anomaly for variable 'endAM' (lines '38'-'87').
91889 src/com/gps/utilities/FenceCreator.java 38 Local variable 'endAM' could be declared final
91890 src/com/gps/utilities/FenceCreator.java 39 Avoid unused local variables such as 'startPM'.
91891 src/com/gps/utilities/FenceCreator.java 39 Found 'DU'-anomaly for variable 'startPM' (lines '39'-'87').
91892 src/com/gps/utilities/FenceCreator.java 39 Local variable 'startPM' could be declared final
91893 src/com/gps/utilities/FenceCreator.java 40 Avoid unused local variables such as 'endPM'.
91894 src/com/gps/utilities/FenceCreator.java 40 Found 'DU'-anomaly for variable 'endPM' (lines '40'-'87').
91895 src/com/gps/utilities/FenceCreator.java 40 Local variable 'endPM' could be declared final
91896 src/com/gps/utilities/FenceCreator.java 41 Avoid unused local variables such as 'formatter'.
91897 src/com/gps/utilities/FenceCreator.java 41 Found 'DU'-anomaly for variable 'formatter' (lines '41'-'87').
91898 src/com/gps/utilities/FenceCreator.java 41 Local variable 'formatter' could be declared final
91899 src/com/gps/utilities/FenceCreator.java 41 When instantiating a SimpleDateFormat object, specify a Locale
91900 src/com/gps/utilities/FenceCreator.java 44 There is log block not surrounded by if
91901 src/com/gps/utilities/FenceCreator.java 44 There is log block not surrounded by if
91902 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (method chain calls)
91903 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (method chain calls)
91904 src/com/gps/utilities/FenceCreator.java 45 Potential violation of Law of Demeter (object not created locally)
91905 src/com/gps/utilities/FenceCreator.java 47 Local variable 'tripDetails' could be declared final
91906 src/com/gps/utilities/FenceCreator.java 49 There is log block not surrounded by if
91907 src/com/gps/utilities/FenceCreator.java 49 There is log block not surrounded by if
91908 src/com/gps/utilities/FenceCreator.java 50 Comment is too large: Line too long
91909 src/com/gps/utilities/FenceCreator.java 50 Local variable 'start' could be declared final
91910 src/com/gps/utilities/FenceCreator.java 50 Potential violation of Law of Demeter (object not created locally)
91911 src/com/gps/utilities/FenceCreator.java 51 Comment is too large: Line too long
91912 src/com/gps/utilities/FenceCreator.java 51 Local variable 'end' could be declared final
91913 src/com/gps/utilities/FenceCreator.java 51 Potential violation of Law of Demeter (object not created locally)
91914 src/com/gps/utilities/FenceCreator.java 53 There is log block not surrounded by if
91915 src/com/gps/utilities/FenceCreator.java 53 There is log block not surrounded by if
91916 src/com/gps/utilities/FenceCreator.java 54 Local variable 'userList' could be declared final
91917 src/com/gps/utilities/FenceCreator.java 54 Potential violation of Law of Demeter (method chain calls)
91918 src/com/gps/utilities/FenceCreator.java 54 Potential violation of Law of Demeter (method chain calls)
91919 src/com/gps/utilities/FenceCreator.java 54 Potential violation of Law of Demeter (object not created locally)
91920 src/com/gps/utilities/FenceCreator.java 56 Potential violation of Law of Demeter (object not created locally)
91921 src/com/gps/utilities/FenceCreator.java 56 There is log block not surrounded by if
91922 src/com/gps/utilities/FenceCreator.java 56 There is log block not surrounded by if
91923 src/com/gps/utilities/FenceCreator.java 57 Potential violation of Law of Demeter (object not created locally)
91924 src/com/gps/utilities/FenceCreator.java 57 There is log block not surrounded by if
91925 src/com/gps/utilities/FenceCreator.java 57 There is log block not surrounded by if
91926 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (method chain calls)
91927 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (method chain calls)
91928 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (object not created locally)
91929 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (object not created locally)
91930 src/com/gps/utilities/FenceCreator.java 58 Potential violation of Law of Demeter (object not created locally)
91931 src/com/gps/utilities/FenceCreator.java 58 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91932 src/com/gps/utilities/FenceCreator.java 59 Potential violation of Law of Demeter (object not created locally)
91933 src/com/gps/utilities/FenceCreator.java 59 There is log block not surrounded by if
91934 src/com/gps/utilities/FenceCreator.java 59 There is log block not surrounded by if
91935 src/com/gps/utilities/FenceCreator.java 62 Avoid using Literals in Conditional Statements
91936 src/com/gps/utilities/FenceCreator.java 62 Potential violation of Law of Demeter (object not created locally)
91937 src/com/gps/utilities/FenceCreator.java 62 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91938 src/com/gps/utilities/FenceCreator.java 63 Avoid using if...else statements without curly braces
91939 src/com/gps/utilities/FenceCreator.java 63 Potential violation of Law of Demeter (object not created locally)
91940 src/com/gps/utilities/FenceCreator.java 63 There is log block not surrounded by if
91941 src/com/gps/utilities/FenceCreator.java 63 There is log block not surrounded by if
91942 src/com/gps/utilities/FenceCreator.java 65 Avoid using if...else statements without curly braces
91943 src/com/gps/utilities/FenceCreator.java 65 There is log block not surrounded by if
91944 src/com/gps/utilities/FenceCreator.java 65 There is log block not surrounded by if
91945 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (method chain calls)
91946 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (method chain calls)
91947 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (method chain calls)
91948 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (object not created locally)
91949 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (object not created locally)
91950 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (object not created locally)
91951 src/com/gps/utilities/FenceCreator.java 68 Potential violation of Law of Demeter (object not created locally)
91952 src/com/gps/utilities/FenceCreator.java 68 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91953 src/com/gps/utilities/FenceCreator.java 69 Potential violation of Law of Demeter (object not created locally)
91954 src/com/gps/utilities/FenceCreator.java 69 There is log block not surrounded by if
91955 src/com/gps/utilities/FenceCreator.java 69 There is log block not surrounded by if
91956 src/com/gps/utilities/FenceCreator.java 73 Avoid using Literals in Conditional Statements
91957 src/com/gps/utilities/FenceCreator.java 73 Potential violation of Law of Demeter (object not created locally)
91958 src/com/gps/utilities/FenceCreator.java 73 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91959 src/com/gps/utilities/FenceCreator.java 74 Avoid using if...else statements without curly braces
91960 src/com/gps/utilities/FenceCreator.java 74 Potential violation of Law of Demeter (object not created locally)
91961 src/com/gps/utilities/FenceCreator.java 74 There is log block not surrounded by if
91962 src/com/gps/utilities/FenceCreator.java 74 There is log block not surrounded by if
91963 src/com/gps/utilities/FenceCreator.java 76 Avoid using if...else statements without curly braces
91964 src/com/gps/utilities/FenceCreator.java 76 There is log block not surrounded by if
91965 src/com/gps/utilities/FenceCreator.java 76 There is log block not surrounded by if
91966 src/com/gps/utilities/FenceCreator.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91967 src/com/gps/utilities/FenceCreator.java 84 There is log block not surrounded by if
91968 src/com/gps/utilities/FenceCreator.java 84 There is log block not surrounded by if
91969 src/com/gps/utilities/FenceCreator.java 85 Avoid printStackTrace(); use a logger call instead.
91970 src/com/gps/utilities/FenceCreator.java 85 Potential violation of Law of Demeter (object not created locally)
91971 src/com/gps/utilities/FenceCreator.java 90 Found 'UR'-anomaly for variable 'userList' (lines '90'-'114').
91972 src/com/gps/utilities/FenceCreator.java 90 Parameter 'fence' is not assigned and could be declared final
91973 src/com/gps/utilities/FenceCreator.java 90 Parameter 'session' is not assigned and could be declared final
91974 src/com/gps/utilities/FenceCreator.java 90 Parameter 'users' is not assigned and could be declared final
91975 src/com/gps/utilities/FenceCreator.java 90 publicMethodCommentRequirement Required
91976 src/com/gps/utilities/FenceCreator.java 92 Found 'DD'-anomaly for variable 'userFence' (lines '92'-'113').
91977 src/com/gps/utilities/FenceCreator.java 92 Found 'DU'-anomaly for variable 'userFence' (lines '92'-'145').
91978 src/com/gps/utilities/FenceCreator.java 93 Found 'DD'-anomaly for variable 'sess' (lines '93'-'99').
91979 src/com/gps/utilities/FenceCreator.java 94 Avoid variables with short names like tx
91980 src/com/gps/utilities/FenceCreator.java 94 Found 'DD'-anomaly for variable 'tx' (lines '94'-'100').
91981 src/com/gps/utilities/FenceCreator.java 95 Found 'DD'-anomaly for variable 'count' (lines '95'-'121').
91982 src/com/gps/utilities/FenceCreator.java 95 Found 'DU'-anomaly for variable 'count' (lines '95'-'145').
91983 src/com/gps/utilities/FenceCreator.java 100 Found 'DU'-anomaly for variable 'tx' (lines '100'-'145').
91984 src/com/gps/utilities/FenceCreator.java 102 Local variable 'usergeo' could be declared final
91985 src/com/gps/utilities/FenceCreator.java 102 Potential violation of Law of Demeter (method chain calls)
91986 src/com/gps/utilities/FenceCreator.java 104 There is log block not surrounded by if
91987 src/com/gps/utilities/FenceCreator.java 104 There is log block not surrounded by if
91988 src/com/gps/utilities/FenceCreator.java 105 Avoid using Literals in Conditional Statements
91989 src/com/gps/utilities/FenceCreator.java 105 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
91990 src/com/gps/utilities/FenceCreator.java 106 There is log block not surrounded by if
91991 src/com/gps/utilities/FenceCreator.java 106 There is log block not surrounded by if
91992 src/com/gps/utilities/FenceCreator.java 110 Local variable 'userList' could be declared final
91993 src/com/gps/utilities/FenceCreator.java 113 Avoid instantiating new objects inside loops
91994 src/com/gps/utilities/FenceCreator.java 114 Avoid instantiating new objects inside loops
91995 src/com/gps/utilities/FenceCreator.java 121 Found 'DD'-anomaly for variable 'count' (lines '121'-'121').
91996 src/com/gps/utilities/FenceCreator.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
91997 src/com/gps/utilities/FenceCreator.java 125 Comment is too large: Line too long
91998 src/com/gps/utilities/FenceCreator.java 126 There is log block not surrounded by if
91999 src/com/gps/utilities/FenceCreator.java 126 There is log block not surrounded by if
92000 src/com/gps/utilities/FenceCreator.java 134 Potential violation of Law of Demeter (method chain calls)
92001 src/com/gps/utilities/FenceCreator.java 134 Potential violation of Law of Demeter (method chain calls)
92002 src/com/gps/utilities/FenceCreator.java 134 There is log block not surrounded by if
92003 src/com/gps/utilities/FenceCreator.java 134 There is log block not surrounded by if
92004 src/com/gps/utilities/FenceCreator.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92005 src/com/gps/utilities/FenceCreator.java 142 There is log block not surrounded by if
92006 src/com/gps/utilities/FenceCreator.java 142 There is log block not surrounded by if
92007 src/com/gps/utilities/FenceCreator.java 143 Avoid printStackTrace(); use a logger call instead.
92008 src/com/gps/utilities/FenceCreator.java 147 Parameter 'args' is not assigned and could be declared final
92009 src/com/gps/utilities/FenceCreator.java 147 publicMethodCommentRequirement Required
92010 src/com/gps/utilities/FenceCreator.java 148 Local variable 'fence' could be declared final
92011 src/com/gps/utilities/FileUtils.java 10 headerCommentRequirement Required
92012 src/com/gps/utilities/FileUtils.java 12 Parameter 'filePath' is not assigned and could be declared final
92013 src/com/gps/utilities/FileUtils.java 12 Unnecessary use of fully qualified name 'java.io.IOException' due to existing import 'java.io.IOException'
92014 src/com/gps/utilities/FileUtils.java 12 publicMethodCommentRequirement Required
92015 src/com/gps/utilities/FileUtils.java 13 Local variable 'buffer' could be declared final
92016 src/com/gps/utilities/FileUtils.java 14 Avoid variables with short names like f
92017 src/com/gps/utilities/FileUtils.java 14 Found 'DD'-anomaly for variable 'f' (lines '14'-'16').
92018 src/com/gps/utilities/FileUtils.java 19 Avoid using if statements without curly braces
92019 src/com/gps/utilities/FileUtils.java 25 Avoid printStackTrace(); use a logger call instead.
92020 src/com/gps/utilities/FileUtils.java 36 Parameter 'param' is not assigned and could be declared final
92021 src/com/gps/utilities/FileUtils.java 37 Avoid declaring a variable if it is unreferenced before a possible exit point.
92022 src/com/gps/utilities/FileUtils.java 37 Avoid unused local variables such as 'directory'.
92023 src/com/gps/utilities/FileUtils.java 37 Found 'DU'-anomaly for variable 'directory' (lines '37'-'50').
92024 src/com/gps/utilities/FileUtils.java 37 Local variable 'directory' could be declared final
92025 src/com/gps/utilities/FileUtils.java 38 Local variable 'properties' could be declared final
92026 src/com/gps/utilities/FileUtils.java 42 Local variable 'path' could be declared final
92027 src/com/gps/utilities/FileUtils.java 44 A method should have only one exit point, and that should be the last statement in the method
92028 src/com/gps/utilities/FileUtils.java 46 Avoid printStackTrace(); use a logger call instead.
92029 src/com/gps/utilities/FindMyNeighbour.java 1 A high number of imports can indicate a high degree of coupling within an object.
92030 src/com/gps/utilities/FindMyNeighbour.java 2 Comment is too large: Too many lines
92031 src/com/gps/utilities/FindMyNeighbour.java 6 Comment is too large: Line too long
92032 src/com/gps/utilities/FindMyNeighbour.java 12 Avoid unused imports such as 'java.sql.ResultSet'
92033 src/com/gps/utilities/FindMyNeighbour.java 13 Avoid unused imports such as 'java.sql.Timestamp'
92034 src/com/gps/utilities/FindMyNeighbour.java 16 Avoid unused imports such as 'java.util.Calendar'
92035 src/com/gps/utilities/FindMyNeighbour.java 26 Avoid unused imports such as 'org.apache.commons.httpclient.HostConfiguration'
92036 src/com/gps/utilities/FindMyNeighbour.java 42 Avoid unused imports such as 'com.gps.hibernate.Organization'
92037 src/com/gps/utilities/FindMyNeighbour.java 43 Avoid unused imports such as 'com.gps.hibernate.OrganizationDAO'
92038 src/com/gps/utilities/FindMyNeighbour.java 57 The Logger variable declaration does not contain the static and final modifiers
92039 src/com/gps/utilities/FindMyNeighbour.java 57 Use explicit scoping instead of the default package private level
92040 src/com/gps/utilities/FindMyNeighbour.java 57 fieldCommentRequirement Required
92041 src/com/gps/utilities/FindMyNeighbour.java 58 Variables that are final and static should be all capitals, 'format' is not all capitals.
92042 src/com/gps/utilities/FindMyNeighbour.java 58 When instantiating a SimpleDateFormat object, specify a Locale
92043 src/com/gps/utilities/FindMyNeighbour.java 58 fieldCommentRequirement Required
92044 src/com/gps/utilities/FindMyNeighbour.java 59 Avoid using implementation types like 'ArrayList'; use the interface instead
92045 src/com/gps/utilities/FindMyNeighbour.java 59 Avoid using redundant field initializer for 'vehicleList'
92046 src/com/gps/utilities/FindMyNeighbour.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
92047 src/com/gps/utilities/FindMyNeighbour.java 59 fieldCommentRequirement Required
92048 src/com/gps/utilities/FindMyNeighbour.java 60 fieldCommentRequirement Required
92049 src/com/gps/utilities/FindMyNeighbour.java 61 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
92050 src/com/gps/utilities/FindMyNeighbour.java 61 fieldCommentRequirement Required
92051 src/com/gps/utilities/FindMyNeighbour.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
92052 src/com/gps/utilities/FindMyNeighbour.java 62 Variables should start with a lowercase character, 'Radius' starts with uppercase character.
92053 src/com/gps/utilities/FindMyNeighbour.java 62 fieldCommentRequirement Required
92054 src/com/gps/utilities/FindMyNeighbour.java 67 Method names should not start with capital letters
92055 src/com/gps/utilities/FindMyNeighbour.java 67 Parameter 'location' is not assigned and could be declared final
92056 src/com/gps/utilities/FindMyNeighbour.java 67 Parameter 'orgid' is not assigned and could be declared final
92057 src/com/gps/utilities/FindMyNeighbour.java 67 The String literal "location" appears 4 times in this file; the first occurrence is on line 67
92058 src/com/gps/utilities/FindMyNeighbour.java 67 publicMethodCommentRequirement Required
92059 src/com/gps/utilities/FindMyNeighbour.java 70 Found 'DD'-anomaly for variable 'convert' (lines '70'-'75').
92060 src/com/gps/utilities/FindMyNeighbour.java 70 Found 'DU'-anomaly for variable 'convert' (lines '70'-'101').
92061 src/com/gps/utilities/FindMyNeighbour.java 71 Avoid if (x != y) ..; else ..;
92062 src/com/gps/utilities/FindMyNeighbour.java 71 Avoid using Literals in Conditional Statements
92063 src/com/gps/utilities/FindMyNeighbour.java 72 A method should have only one exit point, and that should be the last statement in the method
92064 src/com/gps/utilities/FindMyNeighbour.java 72 Avoid using if...else statements without curly braces
92065 src/com/gps/utilities/FindMyNeighbour.java 75 Found 'DU'-anomaly for variable 'convert' (lines '75'-'101').
92066 src/com/gps/utilities/FindMyNeighbour.java 78 There is log block not surrounded by if
92067 src/com/gps/utilities/FindMyNeighbour.java 79 Local variable 'json' could be declared final
92068 src/com/gps/utilities/FindMyNeighbour.java 80 Avoid if (x != y) ..; else ..;
92069 src/com/gps/utilities/FindMyNeighbour.java 81 Avoid using if...else statements without curly braces
92070 src/com/gps/utilities/FindMyNeighbour.java 81 Potential violation of Law of Demeter (object not created locally)
92071 src/com/gps/utilities/FindMyNeighbour.java 81 Potential violation of Law of Demeter (object not created locally)
92072 src/com/gps/utilities/FindMyNeighbour.java 84 There is log block not surrounded by if
92073 src/com/gps/utilities/FindMyNeighbour.java 85 A method should have only one exit point, and that should be the last statement in the method
92074 src/com/gps/utilities/FindMyNeighbour.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92075 src/com/gps/utilities/FindMyNeighbour.java 90 There is log block not surrounded by if
92076 src/com/gps/utilities/FindMyNeighbour.java 91 Avoid printStackTrace(); use a logger call instead.
92077 src/com/gps/utilities/FindMyNeighbour.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92078 src/com/gps/utilities/FindMyNeighbour.java 96 There is log block not surrounded by if
92079 src/com/gps/utilities/FindMyNeighbour.java 105 Method names should not start with capital letters
92080 src/com/gps/utilities/FindMyNeighbour.java 105 Parameter 'location' is not assigned and could be declared final
92081 src/com/gps/utilities/FindMyNeighbour.java 105 Parameter 'orgid' is not assigned and could be declared final
92082 src/com/gps/utilities/FindMyNeighbour.java 105 Parameter 'radius' is not assigned and could be declared final
92083 src/com/gps/utilities/FindMyNeighbour.java 105 publicMethodCommentRequirement Required
92084 src/com/gps/utilities/FindMyNeighbour.java 107 Useless parentheses.
92085 src/com/gps/utilities/FindMyNeighbour.java 108 This statement may have some unnecessary parentheses
92086 src/com/gps/utilities/FindMyNeighbour.java 108 Useless parentheses.
92087 src/com/gps/utilities/FindMyNeighbour.java 111 Method names should not start with capital letters
92088 src/com/gps/utilities/FindMyNeighbour.java 111 Parameter 'location' is not assigned and could be declared final
92089 src/com/gps/utilities/FindMyNeighbour.java 113 Found 'DD'-anomaly for variable 'obj' (lines '113'-'148').
92090 src/com/gps/utilities/FindMyNeighbour.java 114 Found 'DD'-anomaly for variable 'resultsArray' (lines '114'-'153').
92091 src/com/gps/utilities/FindMyNeighbour.java 114 Found 'DU'-anomaly for variable 'resultsArray' (lines '114'-'164').
92092 src/com/gps/utilities/FindMyNeighbour.java 115 Found 'DD'-anomaly for variable 'method' (lines '115'-'126').
92093 src/com/gps/utilities/FindMyNeighbour.java 118 Local variable 'urlBuilder' could be declared final
92094 src/com/gps/utilities/FindMyNeighbour.java 119 Potential violation of Law of Demeter (object not created locally)
92095 src/com/gps/utilities/FindMyNeighbour.java 120 Local variable 'signUrl' could be declared final
92096 src/com/gps/utilities/FindMyNeighbour.java 121 Local variable 'request' could be declared final
92097 src/com/gps/utilities/FindMyNeighbour.java 121 Potential violation of Law of Demeter (object not created locally)
92098 src/com/gps/utilities/FindMyNeighbour.java 121 Potential violation of Law of Demeter (object not created locally)
92099 src/com/gps/utilities/FindMyNeighbour.java 123 Local variable 'client' could be declared final
92100 src/com/gps/utilities/FindMyNeighbour.java 135 Local variable 'statusCode' could be declared final
92101 src/com/gps/utilities/FindMyNeighbour.java 135 Potential violation of Law of Demeter (object not created locally)
92102 src/com/gps/utilities/FindMyNeighbour.java 138 Potential violation of Law of Demeter (object not created locally)
92103 src/com/gps/utilities/FindMyNeighbour.java 138 There is log block not surrounded by if
92104 src/com/gps/utilities/FindMyNeighbour.java 142 Local variable 'responseBody' could be declared final
92105 src/com/gps/utilities/FindMyNeighbour.java 142 Potential violation of Law of Demeter (object not created locally)
92106 src/com/gps/utilities/FindMyNeighbour.java 145 Local variable 'result' could be declared final
92107 src/com/gps/utilities/FindMyNeighbour.java 146 There is log block not surrounded by if
92108 src/com/gps/utilities/FindMyNeighbour.java 150 Potential violation of Law of Demeter (method chain calls)
92109 src/com/gps/utilities/FindMyNeighbour.java 150 Potential violation of Law of Demeter (object not created locally)
92110 src/com/gps/utilities/FindMyNeighbour.java 151 A method should have only one exit point, and that should be the last statement in the method
92111 src/com/gps/utilities/FindMyNeighbour.java 151 Avoid using if...else statements without curly braces
92112 src/com/gps/utilities/FindMyNeighbour.java 153 Avoid using if...else statements without curly braces
92113 src/com/gps/utilities/FindMyNeighbour.java 153 Potential violation of Law of Demeter (object not created locally)
92114 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92115 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92116 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92117 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92118 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92119 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (method chain calls)
92120 src/com/gps/utilities/FindMyNeighbour.java 155 Potential violation of Law of Demeter (object not created locally)
92121 src/com/gps/utilities/FindMyNeighbour.java 155 There is log block not surrounded by if
92122 src/com/gps/utilities/FindMyNeighbour.java 156 Potential violation of Law of Demeter (method chain calls)
92123 src/com/gps/utilities/FindMyNeighbour.java 156 Potential violation of Law of Demeter (method chain calls)
92124 src/com/gps/utilities/FindMyNeighbour.java 156 Potential violation of Law of Demeter (object not created locally)
92125 src/com/gps/utilities/FindMyNeighbour.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92126 src/com/gps/utilities/FindMyNeighbour.java 160 There is log block not surrounded by if
92127 src/com/gps/utilities/FindMyNeighbour.java 161 Avoid printStackTrace(); use a logger call instead.
92128 src/com/gps/utilities/FindMyNeighbour.java 161 Potential violation of Law of Demeter (object not created locally)
92129 src/com/gps/utilities/FindMyNeighbour.java 166 Method names should not start with capital letters
92130 src/com/gps/utilities/FindMyNeighbour.java 166 Parameter 'lat' is not assigned and could be declared final
92131 src/com/gps/utilities/FindMyNeighbour.java 166 Parameter 'lng' is not assigned and could be declared final
92132 src/com/gps/utilities/FindMyNeighbour.java 166 Parameter 'orgid' is not assigned and could be declared final
92133 src/com/gps/utilities/FindMyNeighbour.java 170 Found 'DU'-anomaly for variable 'currentTime' (lines '170'-'229').
92134 src/com/gps/utilities/FindMyNeighbour.java 170 Local variable 'currentTime' could be declared final
92135 src/com/gps/utilities/FindMyNeighbour.java 172 Local variable 'LocInterested' could be declared final
92136 src/com/gps/utilities/FindMyNeighbour.java 172 Variables should start with a lowercase character, 'LocInterested' starts with uppercase character.
92137 src/com/gps/utilities/FindMyNeighbour.java 173 Found 'DU'-anomaly for variable 'utils' (lines '173'-'229').
92138 src/com/gps/utilities/FindMyNeighbour.java 173 Local variable 'utils' could be declared final
92139 src/com/gps/utilities/FindMyNeighbour.java 174 Found 'DD'-anomaly for variable 'InCircle' (lines '174'-'203').
92140 src/com/gps/utilities/FindMyNeighbour.java 174 Found 'DU'-anomaly for variable 'InCircle' (lines '174'-'229').
92141 src/com/gps/utilities/FindMyNeighbour.java 174 Variables should start with a lowercase character, 'InCircle' starts with uppercase character.
92142 src/com/gps/utilities/FindMyNeighbour.java 175 Found 'DD'-anomaly for variable 'distance' (lines '175'-'206').
92143 src/com/gps/utilities/FindMyNeighbour.java 175 Found 'DU'-anomaly for variable 'distance' (lines '175'-'229').
92144 src/com/gps/utilities/FindMyNeighbour.java 176 Potential violation of Law of Demeter (object not created locally)
92145 src/com/gps/utilities/FindMyNeighbour.java 177 Potential violation of Law of Demeter (object not created locally)
92146 src/com/gps/utilities/FindMyNeighbour.java 178 Potential violation of Law of Demeter (object not created locally)
92147 src/com/gps/utilities/FindMyNeighbour.java 180 Local variable 'hsqldb' could be declared final
92148 src/com/gps/utilities/FindMyNeighbour.java 187 Local variable 'vehicles' could be declared final
92149 src/com/gps/utilities/FindMyNeighbour.java 187 Potential violation of Law of Demeter (object not created locally)
92150 src/com/gps/utilities/FindMyNeighbour.java 189 Found 'DU'-anomaly for variable 'fenceDAO' (lines '189'-'229').
92151 src/com/gps/utilities/FindMyNeighbour.java 189 Local variable 'fenceDAO' could be declared final
92152 src/com/gps/utilities/FindMyNeighbour.java 191 Local variable 'vehiclesIter' could be declared final
92153 src/com/gps/utilities/FindMyNeighbour.java 191 Potential violation of Law of Demeter (object not created locally)
92154 src/com/gps/utilities/FindMyNeighbour.java 193 Local variable 'vehBean' could be declared final
92155 src/com/gps/utilities/FindMyNeighbour.java 196 Comment is too large: Line too long
92156 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (method chain calls)
92157 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (method chain calls)
92158 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (method chain calls)
92159 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (method chain calls)
92160 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (method chain calls)
92161 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92162 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92163 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92164 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92165 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92166 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92167 src/com/gps/utilities/FindMyNeighbour.java 198 Potential violation of Law of Demeter (object not created locally)
92168 src/com/gps/utilities/FindMyNeighbour.java 198 Useless parentheses.
92169 src/com/gps/utilities/FindMyNeighbour.java 198 Useless parentheses.
92170 src/com/gps/utilities/FindMyNeighbour.java 198 Useless parentheses.
92171 src/com/gps/utilities/FindMyNeighbour.java 200 Avoid instantiating new objects inside loops
92172 src/com/gps/utilities/FindMyNeighbour.java 200 Local variable 'vehicleLoc' could be declared final
92173 src/com/gps/utilities/FindMyNeighbour.java 201 Potential violation of Law of Demeter (object not created locally)
92174 src/com/gps/utilities/FindMyNeighbour.java 201 Potential violation of Law of Demeter (object not created locally)
92175 src/com/gps/utilities/FindMyNeighbour.java 202 Potential violation of Law of Demeter (object not created locally)
92176 src/com/gps/utilities/FindMyNeighbour.java 202 Potential violation of Law of Demeter (object not created locally)
92177 src/com/gps/utilities/FindMyNeighbour.java 203 Potential violation of Law of Demeter (object not created locally)
92178 src/com/gps/utilities/FindMyNeighbour.java 206 Potential violation of Law of Demeter (object not created locally)
92179 src/com/gps/utilities/FindMyNeighbour.java 207 Avoid instantiating new objects inside loops
92180 src/com/gps/utilities/FindMyNeighbour.java 207 Local variable 'neighbour' could be declared final
92181 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92182 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92183 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92184 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92185 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92186 src/com/gps/utilities/FindMyNeighbour.java 207 Potential violation of Law of Demeter (object not created locally)
92187 src/com/gps/utilities/FindMyNeighbour.java 207 Static DateFormatter objects should be accessed in a synchronized manner
92188 src/com/gps/utilities/FindMyNeighbour.java 207 Useless parentheses.
92189 src/com/gps/utilities/FindMyNeighbour.java 212 Avoid using if...else statements without curly braces
92190 src/com/gps/utilities/FindMyNeighbour.java 212 Potential violation of Law of Demeter (object not created locally)
92191 src/com/gps/utilities/FindMyNeighbour.java 212 Potential violation of Law of Demeter (object not created locally)
92192 src/com/gps/utilities/FindMyNeighbour.java 212 There is log block not surrounded by if
92193 src/com/gps/utilities/FindMyNeighbour.java 219 Avoid using Literals in Conditional Statements
92194 src/com/gps/utilities/FindMyNeighbour.java 219 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
92195 src/com/gps/utilities/FindMyNeighbour.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92196 src/com/gps/utilities/FindMyNeighbour.java 226 There is log block not surrounded by if
92197 src/com/gps/utilities/FindMyNeighbour.java 231 Found 'UR'-anomaly for variable 'JsonObj' (lines '231'-'241').
92198 src/com/gps/utilities/FindMyNeighbour.java 231 Found 'UR'-anomaly for variable 'vehicleInfoDTO' (lines '231'-'249').
92199 src/com/gps/utilities/FindMyNeighbour.java 231 Method names should not start with capital letters
92200 src/com/gps/utilities/FindMyNeighbour.java 231 Parameter 'orgid' is not assigned and could be declared final
92201 src/com/gps/utilities/FindMyNeighbour.java 235 Found 'DD'-anomaly for variable 'LatLongObj' (lines '235'-'240').
92202 src/com/gps/utilities/FindMyNeighbour.java 235 Found 'DU'-anomaly for variable 'LatLongObj' (lines '235'-'258').
92203 src/com/gps/utilities/FindMyNeighbour.java 235 Variables should start with a lowercase character, 'LatLongObj' starts with uppercase character.
92204 src/com/gps/utilities/FindMyNeighbour.java 236 Found 'DU'-anomaly for variable 'counter' (lines '236'-'258').
92205 src/com/gps/utilities/FindMyNeighbour.java 237 Local variable 'LatLongObjList' could be declared final
92206 src/com/gps/utilities/FindMyNeighbour.java 237 Variables should start with a lowercase character, 'LatLongObjList' starts with uppercase character.
92207 src/com/gps/utilities/FindMyNeighbour.java 238 Local variable 'JsonObj' could be declared final
92208 src/com/gps/utilities/FindMyNeighbour.java 238 Variables should start with a lowercase character, 'JsonObj' starts with uppercase character.
92209 src/com/gps/utilities/FindMyNeighbour.java 240 Avoid instantiating new objects inside loops
92210 src/com/gps/utilities/FindMyNeighbour.java 245 Local variable 'ConvertLatLng' could be declared final
92211 src/com/gps/utilities/FindMyNeighbour.java 245 Variables should start with a lowercase character, 'ConvertLatLng' starts with uppercase character.
92212 src/com/gps/utilities/FindMyNeighbour.java 247 Local variable 'vehicleInfoDTO' could be declared final
92213 src/com/gps/utilities/FindMyNeighbour.java 249 Potential violation of Law of Demeter (method chain calls)
92214 src/com/gps/utilities/FindMyNeighbour.java 250 Found 'DU'-anomaly for variable 'counter' (lines '250'-'258').
92215 src/com/gps/utilities/FindMyNeighbour.java 253 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92216 src/com/gps/utilities/FindMyNeighbour.java 255 There is log block not surrounded by if
92217 src/com/gps/utilities/FindMyNeighbour.java 256 Avoid printStackTrace(); use a logger call instead.
92218 src/com/gps/utilities/FindMyNeighbour.java 260 Avoid reassigning parameters such as 'distance'
92219 src/com/gps/utilities/FindMyNeighbour.java 260 Method names should not start with capital letters
92220 src/com/gps/utilities/FindMyNeighbour.java 260 Parameter 'Rpl' is not assigned and could be declared final
92221 src/com/gps/utilities/FindMyNeighbour.java 260 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
92222 src/com/gps/utilities/FindMyNeighbour.java 262 Avoid variables with short names like p
92223 src/com/gps/utilities/FindMyNeighbour.java 262 Local variable 'p' could be declared final
92224 src/com/gps/utilities/FindMyNeighbour.java 264 Local variable 'tmp' could be declared final
92225 src/com/gps/utilities/FindMyNeighbour.java 268 Parameter 'args' is not assigned and could be declared final
92226 src/com/gps/utilities/FindMyNeighbour.java 268 publicMethodCommentRequirement Required
92227 src/com/gps/utilities/FindMyNeighbour.java 271 Comment is too large: Line too long
92228 src/com/gps/utilities/FuelAlerts.java 12 headerCommentRequirement Required
92229 src/com/gps/utilities/FuelAlerts.java 14 The Logger variable declaration does not contain the static and final modifiers
92230 src/com/gps/utilities/FuelAlerts.java 14 Use explicit scoping instead of the default package private level
92231 src/com/gps/utilities/FuelAlerts.java 14 fieldCommentRequirement Required
92232 src/com/gps/utilities/FuelAlerts.java 19 Parameter 'creationtime' is not assigned and could be declared final
92233 src/com/gps/utilities/FuelAlerts.java 19 Parameter 'fuelcontent' is not assigned and could be declared final
92234 src/com/gps/utilities/FuelAlerts.java 19 Parameter 'lattitude' is not assigned and could be declared final
92235 src/com/gps/utilities/FuelAlerts.java 19 Parameter 'longitude' is not assigned and could be declared final
92236 src/com/gps/utilities/FuelAlerts.java 19 Parameter 'vehicleid' is not assigned and could be declared final
92237 src/com/gps/utilities/FuelAlerts.java 19 publicMethodCommentRequirement Required
92238 src/com/gps/utilities/FuelAlerts.java 21 Avoid using Literals in Conditional Statements
92239 src/com/gps/utilities/FuelAlerts.java 23 There is log block not surrounded by if
92240 src/com/gps/utilities/FuelAlerts.java 23 There is log block not surrounded by if
92241 src/com/gps/utilities/FuelAlerts.java 24 Local variable 'fuelobj' could be declared final
92242 src/com/gps/utilities/FuelAlerts.java 29 There is log block not surrounded by if
92243 src/com/gps/utilities/FuelAlerts.java 29 There is log block not surrounded by if
92244 src/com/gps/utilities/FuelFetcher.java 13 The class 'FuelFetcher' has a Cyclomatic Complexity of 18 (Highest = 17).
92245 src/com/gps/utilities/FuelFetcher.java 13 headerCommentRequirement Required
92246 src/com/gps/utilities/FuelFetcher.java 14 The Logger variable declaration does not contain the static and final modifiers
92247 src/com/gps/utilities/FuelFetcher.java 14 Use explicit scoping instead of the default package private level
92248 src/com/gps/utilities/FuelFetcher.java 14 fieldCommentRequirement Required
92249 src/com/gps/utilities/FuelFetcher.java 15 Parameter 'fuelVolt' is not assigned and could be declared final
92250 src/com/gps/utilities/FuelFetcher.java 15 Parameter 'vehicleid' is not assigned and could be declared final
92251 src/com/gps/utilities/FuelFetcher.java 15 The method 'getFuel' has a Cyclomatic Complexity of 17.
92252 src/com/gps/utilities/FuelFetcher.java 15 publicMethodCommentRequirement Required
92253 src/com/gps/utilities/FuelFetcher.java 18 Local variable 'vehicleDAO' could be declared final
92254 src/com/gps/utilities/FuelFetcher.java 19 Local variable 'vehicle' could be declared final
92255 src/com/gps/utilities/FuelFetcher.java 19 Potential violation of Law of Demeter (object not created locally)
92256 src/com/gps/utilities/FuelFetcher.java 20 Found 'DD'-anomaly for variable 'FuelValue' (lines '20'-'48').
92257 src/com/gps/utilities/FuelFetcher.java 20 Found 'DD'-anomaly for variable 'FuelValue' (lines '20'-'55').
92258 src/com/gps/utilities/FuelFetcher.java 20 Variables should start with a lowercase character, 'FuelValue' starts with uppercase character.
92259 src/com/gps/utilities/FuelFetcher.java 21 Found 'DU'-anomaly for variable 'sess' (lines '21'-'87').
92260 src/com/gps/utilities/FuelFetcher.java 21 Local variable 'sess' could be declared final
92261 src/com/gps/utilities/FuelFetcher.java 21 Potential violation of Law of Demeter (object not created locally)
92262 src/com/gps/utilities/FuelFetcher.java 23 Found 'DD'-anomaly for variable 'validCarType' (lines '23'-'25').
92263 src/com/gps/utilities/FuelFetcher.java 24 Potential violation of Law of Demeter (method chain calls)
92264 src/com/gps/utilities/FuelFetcher.java 24 Potential violation of Law of Demeter (method chain calls)
92265 src/com/gps/utilities/FuelFetcher.java 24 Potential violation of Law of Demeter (object not created locally)
92266 src/com/gps/utilities/FuelFetcher.java 24 Potential violation of Law of Demeter (object not created locally)
92267 src/com/gps/utilities/FuelFetcher.java 27 Avoid using Literals in Conditional Statements
92268 src/com/gps/utilities/FuelFetcher.java 29 Local variable 'tpList' could be declared final
92269 src/com/gps/utilities/FuelFetcher.java 29 Potential violation of Law of Demeter (method chain calls)
92270 src/com/gps/utilities/FuelFetcher.java 29 Potential violation of Law of Demeter (object not created locally)
92271 src/com/gps/utilities/FuelFetcher.java 29 Potential violation of Law of Demeter (object not created locally)
92272 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
92273 src/com/gps/utilities/FuelFetcher.java 31 Potential violation of Law of Demeter (object not created locally)
92274 src/com/gps/utilities/FuelFetcher.java 31 There is log block not surrounded by if
92275 src/com/gps/utilities/FuelFetcher.java 31 There is log block not surrounded by if
92276 src/com/gps/utilities/FuelFetcher.java 32 Avoid using Literals in Conditional Statements
92277 src/com/gps/utilities/FuelFetcher.java 32 Potential violation of Law of Demeter (object not created locally)
92278 src/com/gps/utilities/FuelFetcher.java 32 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
92279 src/com/gps/utilities/FuelFetcher.java 34 Local variable 'vehicle_type' could be declared final
92280 src/com/gps/utilities/FuelFetcher.java 34 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_type' is not final.
92281 src/com/gps/utilities/FuelFetcher.java 34 Potential violation of Law of Demeter (object not created locally)
92282 src/com/gps/utilities/FuelFetcher.java 36 Local variable 'cbList' could be declared final
92283 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (method chain calls)
92284 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
92285 src/com/gps/utilities/FuelFetcher.java 36 Potential violation of Law of Demeter (object not created locally)
92286 src/com/gps/utilities/FuelFetcher.java 38 Avoid using Literals in Conditional Statements
92287 src/com/gps/utilities/FuelFetcher.java 38 Potential violation of Law of Demeter (object not created locally)
92288 src/com/gps/utilities/FuelFetcher.java 38 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
92289 src/com/gps/utilities/FuelFetcher.java 40 Potential violation of Law of Demeter (object not created locally)
92290 src/com/gps/utilities/FuelFetcher.java 40 There is log block not surrounded by if
92291 src/com/gps/utilities/FuelFetcher.java 40 There is log block not surrounded by if
92292 src/com/gps/utilities/FuelFetcher.java 42 Potential violation of Law of Demeter (object not created locally)
92293 src/com/gps/utilities/FuelFetcher.java 44 Deeply nested if..then statements are hard to read
92294 src/com/gps/utilities/FuelFetcher.java 44 Potential violation of Law of Demeter (method chain calls)
92295 src/com/gps/utilities/FuelFetcher.java 44 Potential violation of Law of Demeter (object not created locally)
92296 src/com/gps/utilities/FuelFetcher.java 46 Potential violation of Law of Demeter (method chain calls)
92297 src/com/gps/utilities/FuelFetcher.java 46 Potential violation of Law of Demeter (method chain calls)
92298 src/com/gps/utilities/FuelFetcher.java 46 Potential violation of Law of Demeter (object not created locally)
92299 src/com/gps/utilities/FuelFetcher.java 46 Potential violation of Law of Demeter (object not created locally)
92300 src/com/gps/utilities/FuelFetcher.java 48 Found 'DD'-anomaly for variable 'FuelValue' (lines '48'-'48').
92301 src/com/gps/utilities/FuelFetcher.java 48 Found 'DD'-anomaly for variable 'FuelValue' (lines '48'-'55').
92302 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92303 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92304 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92305 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92306 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92307 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92308 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (method chain calls)
92309 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92310 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92311 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92312 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92313 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92314 src/com/gps/utilities/FuelFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
92315 src/com/gps/utilities/FuelFetcher.java 48 Useless parentheses.
92316 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
92317 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (method chain calls)
92318 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
92319 src/com/gps/utilities/FuelFetcher.java 53 Potential violation of Law of Demeter (object not created locally)
92320 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'48').
92321 src/com/gps/utilities/FuelFetcher.java 55 Found 'DD'-anomaly for variable 'FuelValue' (lines '55'-'55').
92322 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92323 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92324 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92325 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92326 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92327 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (method chain calls)
92328 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92329 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92330 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92331 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92332 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92333 src/com/gps/utilities/FuelFetcher.java 55 Potential violation of Law of Demeter (object not created locally)
92334 src/com/gps/utilities/FuelFetcher.java 55 Useless parentheses.
92335 src/com/gps/utilities/FuelFetcher.java 60 Avoid using Literals in Conditional Statements
92336 src/com/gps/utilities/FuelFetcher.java 61 There is log block not surrounded by if
92337 src/com/gps/utilities/FuelFetcher.java 61 There is log block not surrounded by if
92338 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (method chain calls)
92339 src/com/gps/utilities/FuelFetcher.java 62 Potential violation of Law of Demeter (object not created locally)
92340 src/com/gps/utilities/FuelFetcher.java 63 Deeply nested if..then statements are hard to read
92341 src/com/gps/utilities/FuelFetcher.java 63 Potential violation of Law of Demeter (method chain calls)
92342 src/com/gps/utilities/FuelFetcher.java 63 Potential violation of Law of Demeter (object not created locally)
92343 src/com/gps/utilities/FuelFetcher.java 64 Avoid using if...else statements without curly braces
92344 src/com/gps/utilities/FuelFetcher.java 66 Avoid using if...else statements without curly braces
92345 src/com/gps/utilities/FuelFetcher.java 66 Potential violation of Law of Demeter (method chain calls)
92346 src/com/gps/utilities/FuelFetcher.java 66 Potential violation of Law of Demeter (object not created locally)
92347 src/com/gps/utilities/FuelFetcher.java 66 Potential violation of Law of Demeter (object not created locally)
92348 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (method chain calls)
92349 src/com/gps/utilities/FuelFetcher.java 69 Potential violation of Law of Demeter (object not created locally)
92350 src/com/gps/utilities/FuelFetcher.java 70 Avoid using if...else statements without curly braces
92351 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (method chain calls)
92352 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (object not created locally)
92353 src/com/gps/utilities/FuelFetcher.java 70 Potential violation of Law of Demeter (object not created locally)
92354 src/com/gps/utilities/FuelFetcher.java 73 Avoid using if...else statements without curly braces
92355 src/com/gps/utilities/FuelFetcher.java 79 A method should have only one exit point, and that should be the last statement in the method
92356 src/com/gps/utilities/FuelFetcher.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92357 src/com/gps/utilities/FuelFetcher.java 83 There is log block not surrounded by if
92358 src/com/gps/utilities/GeofenceUtility.java 2 Comment is too large: Too many lines
92359 src/com/gps/utilities/GeofenceUtility.java 11 Avoid unused imports such as 'java.util.ArrayList'
92360 src/com/gps/utilities/GeofenceUtility.java 12 Avoid unused imports such as 'java.util.Iterator'
92361 src/com/gps/utilities/GeofenceUtility.java 16 Avoid unused imports such as 'javax.ws.rs.POST'
92362 src/com/gps/utilities/GeofenceUtility.java 35 The class 'GeofenceUtility' has a Cyclomatic Complexity of 8 (Highest = 14).
92363 src/com/gps/utilities/GeofenceUtility.java 35 headerCommentRequirement Required
92364 src/com/gps/utilities/GeofenceUtility.java 36 The Logger variable declaration does not contain the static and final modifiers
92365 src/com/gps/utilities/GeofenceUtility.java 36 Use explicit scoping instead of the default package private level
92366 src/com/gps/utilities/GeofenceUtility.java 36 fieldCommentRequirement Required
92367 src/com/gps/utilities/GeofenceUtility.java 40 Parameter 'orgId' is not assigned and could be declared final
92368 src/com/gps/utilities/GeofenceUtility.java 41 Found 'DD'-anomaly for variable 'geofenceDao' (lines '41'-'47').
92369 src/com/gps/utilities/GeofenceUtility.java 42 Found 'DD'-anomaly for variable 'geofenceData' (lines '42'-'49').
92370 src/com/gps/utilities/GeofenceUtility.java 43 Found 'DD'-anomaly for variable 'jsonConverter' (lines '43'-'48').
92371 src/com/gps/utilities/GeofenceUtility.java 44 Found 'DD'-anomaly for variable 'jsonResponse' (lines '44'-'50').
92372 src/com/gps/utilities/GeofenceUtility.java 46 There is log block not surrounded by if
92373 src/com/gps/utilities/GeofenceUtility.java 46 There is log block not surrounded by if
92374 src/com/gps/utilities/GeofenceUtility.java 49 Potential violation of Law of Demeter (object not created locally)
92375 src/com/gps/utilities/GeofenceUtility.java 50 Potential violation of Law of Demeter (object not created locally)
92376 src/com/gps/utilities/GeofenceUtility.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92377 src/com/gps/utilities/GeofenceUtility.java 52 The String literal "Exception:" appears 4 times in this file; the first occurrence is on line 52
92378 src/com/gps/utilities/GeofenceUtility.java 52 There is log block not surrounded by if
92379 src/com/gps/utilities/GeofenceUtility.java 62 Parameter 'geofencedata' is not assigned and could be declared final
92380 src/com/gps/utilities/GeofenceUtility.java 62 Parameter 'orgId' is not assigned and could be declared final
92381 src/com/gps/utilities/GeofenceUtility.java 62 The method 'geofenceCRUDOperations' has a Cyclomatic Complexity of 14.
92382 src/com/gps/utilities/GeofenceUtility.java 63 Found 'DD'-anomaly for variable 'geoData' (lines '63'-'77').
92383 src/com/gps/utilities/GeofenceUtility.java 63 Found 'DU'-anomaly for variable 'geoData' (lines '63'-'139').
92384 src/com/gps/utilities/GeofenceUtility.java 64 Found 'DD'-anomaly for variable 'geofencingDao' (lines '64'-'79').
92385 src/com/gps/utilities/GeofenceUtility.java 64 Found 'DU'-anomaly for variable 'geofencingDao' (lines '64'-'139').
92386 src/com/gps/utilities/GeofenceUtility.java 65 Found 'DD'-anomaly for variable 'fenceId' (lines '65'-'100').
92387 src/com/gps/utilities/GeofenceUtility.java 65 Found 'DD'-anomaly for variable 'fenceId' (lines '65'-'113').
92388 src/com/gps/utilities/GeofenceUtility.java 65 Found 'DD'-anomaly for variable 'fenceId' (lines '65'-'121').
92389 src/com/gps/utilities/GeofenceUtility.java 65 Found 'DD'-anomaly for variable 'fenceId' (lines '65'-'82').
92390 src/com/gps/utilities/GeofenceUtility.java 66 Found 'DD'-anomaly for variable 'response' (lines '66'-'127').
92391 src/com/gps/utilities/GeofenceUtility.java 66 Found 'DD'-anomaly for variable 'response' (lines '66'-'129').
92392 src/com/gps/utilities/GeofenceUtility.java 67 Found 'DD'-anomaly for variable 'geoVehicleDao' (lines '67'-'74').
92393 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'104').
92394 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'111').
92395 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'117').
92396 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'122').
92397 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'87').
92398 src/com/gps/utilities/GeofenceUtility.java 68 Found 'DD'-anomaly for variable 'txStatus' (lines '68'-'96').
92399 src/com/gps/utilities/GeofenceUtility.java 70 Found 'DD'-anomaly for variable 'sess' (lines '70'-'101').
92400 src/com/gps/utilities/GeofenceUtility.java 70 Found 'DD'-anomaly for variable 'sess' (lines '70'-'108').
92401 src/com/gps/utilities/GeofenceUtility.java 70 Found 'DD'-anomaly for variable 'sess' (lines '70'-'83').
92402 src/com/gps/utilities/GeofenceUtility.java 70 Found 'DU'-anomaly for variable 'sess' (lines '70'-'139').
92403 src/com/gps/utilities/GeofenceUtility.java 71 Avoid variables with short names like tx
92404 src/com/gps/utilities/GeofenceUtility.java 71 Found 'DD'-anomaly for variable 'tx' (lines '71'-'102').
92405 src/com/gps/utilities/GeofenceUtility.java 71 Found 'DD'-anomaly for variable 'tx' (lines '71'-'109').
92406 src/com/gps/utilities/GeofenceUtility.java 71 Found 'DD'-anomaly for variable 'tx' (lines '71'-'84').
92407 src/com/gps/utilities/GeofenceUtility.java 74 Found 'DU'-anomaly for variable 'geoVehicleDao' (lines '74'-'139').
92408 src/com/gps/utilities/GeofenceUtility.java 75 There is log block not surrounded by if
92409 src/com/gps/utilities/GeofenceUtility.java 75 There is log block not surrounded by if
92410 src/com/gps/utilities/GeofenceUtility.java 78 Avoid if (x != y) ..; else ..;
92411 src/com/gps/utilities/GeofenceUtility.java 78 Potential violation of Law of Demeter (object not created locally)
92412 src/com/gps/utilities/GeofenceUtility.java 79 Found 'DU'-anomaly for variable 'geofencingDao' (lines '79'-'139').
92413 src/com/gps/utilities/GeofenceUtility.java 80 Potential violation of Law of Demeter (method chain calls)
92414 src/com/gps/utilities/GeofenceUtility.java 80 Potential violation of Law of Demeter (method chain calls)
92415 src/com/gps/utilities/GeofenceUtility.java 80 Potential violation of Law of Demeter (object not created locally)
92416 src/com/gps/utilities/GeofenceUtility.java 82 Potential violation of Law of Demeter (object not created locally)
92417 src/com/gps/utilities/GeofenceUtility.java 83 Potential violation of Law of Demeter (object not created locally)
92418 src/com/gps/utilities/GeofenceUtility.java 84 Potential violation of Law of Demeter (object not created locally)
92419 src/com/gps/utilities/GeofenceUtility.java 85 Potential violation of Law of Demeter (object not created locally)
92420 src/com/gps/utilities/GeofenceUtility.java 87 Found 'DD'-anomaly for variable 'txStatus' (lines '87'-'88').
92421 src/com/gps/utilities/GeofenceUtility.java 87 Potential violation of Law of Demeter (object not created locally)
92422 src/com/gps/utilities/GeofenceUtility.java 88 Found 'DD'-anomaly for variable 'txStatus' (lines '88'-'96').
92423 src/com/gps/utilities/GeofenceUtility.java 88 Potential violation of Law of Demeter (object not created locally)
92424 src/com/gps/utilities/GeofenceUtility.java 91 Potential violation of Law of Demeter (object not created locally)
92425 src/com/gps/utilities/GeofenceUtility.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92426 src/com/gps/utilities/GeofenceUtility.java 93 Potential violation of Law of Demeter (object not created locally)
92427 src/com/gps/utilities/GeofenceUtility.java 94 There is log block not surrounded by if
92428 src/com/gps/utilities/GeofenceUtility.java 94 There is log block not surrounded by if
92429 src/com/gps/utilities/GeofenceUtility.java 95 Found 'DD'-anomaly for variable 'fenceId' (lines '95'-'121').
92430 src/com/gps/utilities/GeofenceUtility.java 95 Potential violation of Law of Demeter (object not created locally)
92431 src/com/gps/utilities/GeofenceUtility.java 96 Found 'DD'-anomaly for variable 'txStatus' (lines '96'-'122').
92432 src/com/gps/utilities/GeofenceUtility.java 100 Potential violation of Law of Demeter (object not created locally)
92433 src/com/gps/utilities/GeofenceUtility.java 101 Potential violation of Law of Demeter (object not created locally)
92434 src/com/gps/utilities/GeofenceUtility.java 102 Potential violation of Law of Demeter (object not created locally)
92435 src/com/gps/utilities/GeofenceUtility.java 103 Avoid using if statements without curly braces
92436 src/com/gps/utilities/GeofenceUtility.java 104 Found 'DD'-anomaly for variable 'txStatus' (lines '104'-'122').
92437 src/com/gps/utilities/GeofenceUtility.java 104 Potential violation of Law of Demeter (object not created locally)
92438 src/com/gps/utilities/GeofenceUtility.java 105 Potential violation of Law of Demeter (object not created locally)
92439 src/com/gps/utilities/GeofenceUtility.java 108 Potential violation of Law of Demeter (object not created locally)
92440 src/com/gps/utilities/GeofenceUtility.java 109 Potential violation of Law of Demeter (object not created locally)
92441 src/com/gps/utilities/GeofenceUtility.java 110 Avoid using if statements without curly braces
92442 src/com/gps/utilities/GeofenceUtility.java 110 Potential violation of Law of Demeter (object not created locally)
92443 src/com/gps/utilities/GeofenceUtility.java 111 Found 'DD'-anomaly for variable 'txStatus' (lines '111'-'122').
92444 src/com/gps/utilities/GeofenceUtility.java 111 Potential violation of Law of Demeter (object not created locally)
92445 src/com/gps/utilities/GeofenceUtility.java 112 Potential violation of Law of Demeter (object not created locally)
92446 src/com/gps/utilities/GeofenceUtility.java 113 Found 'DD'-anomaly for variable 'fenceId' (lines '113'-'121').
92447 src/com/gps/utilities/GeofenceUtility.java 113 Potential violation of Law of Demeter (object not created locally)
92448 src/com/gps/utilities/GeofenceUtility.java 116 There is log block not surrounded by if
92449 src/com/gps/utilities/GeofenceUtility.java 116 There is log block not surrounded by if
92450 src/com/gps/utilities/GeofenceUtility.java 117 Found 'DD'-anomaly for variable 'txStatus' (lines '117'-'122').
92451 src/com/gps/utilities/GeofenceUtility.java 121 Potential violation of Law of Demeter (object not created locally)
92452 src/com/gps/utilities/GeofenceUtility.java 125 There is log block not surrounded by if
92453 src/com/gps/utilities/GeofenceUtility.java 125 There is log block not surrounded by if
92454 src/com/gps/utilities/GeofenceUtility.java 126 Avoid unnecessary comparisons in boolean expressions
92455 src/com/gps/utilities/GeofenceUtility.java 127 Found 'DD'-anomaly for variable 'response' (lines '127'-'134').
92456 src/com/gps/utilities/GeofenceUtility.java 127 Potential violation of Law of Demeter (object not created locally)
92457 src/com/gps/utilities/GeofenceUtility.java 129 Found 'DD'-anomaly for variable 'response' (lines '129'-'134').
92458 src/com/gps/utilities/GeofenceUtility.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92459 src/com/gps/utilities/GeofenceUtility.java 132 There is log block not surrounded by if
92460 src/com/gps/utilities/GeofenceUtility.java 133 Potential violation of Law of Demeter (object not created locally)
92461 src/com/gps/utilities/GeofenceUtility.java 141 Found 'UR'-anomaly for variable 'ugd' (lines '141'-'148').
92462 src/com/gps/utilities/GeofenceUtility.java 141 Parameter 'fenceId' is not assigned and could be declared final
92463 src/com/gps/utilities/GeofenceUtility.java 141 Parameter 'sess' is not assigned and could be declared final
92464 src/com/gps/utilities/GeofenceUtility.java 141 Parameter 'userGeofenceData' is not assigned and could be declared final
92465 src/com/gps/utilities/GeofenceUtility.java 141 The method 'userGeofenceCRUDOperation' has a Cyclomatic Complexity of 10.
92466 src/com/gps/utilities/GeofenceUtility.java 142 Found 'DD'-anomaly for variable 'usersGeofenceDao' (lines '142'-'145').
92467 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'151').
92468 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'154').
92469 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'157').
92470 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'161').
92471 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'167').
92472 src/com/gps/utilities/GeofenceUtility.java 143 Found 'DD'-anomaly for variable 'txStatus' (lines '143'-'171').
92473 src/com/gps/utilities/GeofenceUtility.java 145 Found 'DU'-anomaly for variable 'usersGeofenceDao' (lines '145'-'174').
92474 src/com/gps/utilities/GeofenceUtility.java 146 Avoid if (x != y) ..; else ..;
92475 src/com/gps/utilities/GeofenceUtility.java 147 Local variable 'ugd' could be declared final
92476 src/com/gps/utilities/GeofenceUtility.java 148 Potential violation of Law of Demeter (method chain calls)
92477 src/com/gps/utilities/GeofenceUtility.java 148 Potential violation of Law of Demeter (object not created locally)
92478 src/com/gps/utilities/GeofenceUtility.java 148 Potential violation of Law of Demeter (object not created locally)
92479 src/com/gps/utilities/GeofenceUtility.java 149 Potential violation of Law of Demeter (method chain calls)
92480 src/com/gps/utilities/GeofenceUtility.java 149 Potential violation of Law of Demeter (method chain calls)
92481 src/com/gps/utilities/GeofenceUtility.java 149 Potential violation of Law of Demeter (object not created locally)
92482 src/com/gps/utilities/GeofenceUtility.java 151 Found 'DD'-anomaly for variable 'txStatus' (lines '151'-'167').
92483 src/com/gps/utilities/GeofenceUtility.java 151 Potential violation of Law of Demeter (object not created locally)
92484 src/com/gps/utilities/GeofenceUtility.java 154 Found 'DD'-anomaly for variable 'txStatus' (lines '154'-'167').
92485 src/com/gps/utilities/GeofenceUtility.java 154 Potential violation of Law of Demeter (object not created locally)
92486 src/com/gps/utilities/GeofenceUtility.java 157 Found 'DD'-anomaly for variable 'txStatus' (lines '157'-'167').
92487 src/com/gps/utilities/GeofenceUtility.java 157 Potential violation of Law of Demeter (object not created locally)
92488 src/com/gps/utilities/GeofenceUtility.java 160 There is log block not surrounded by if
92489 src/com/gps/utilities/GeofenceUtility.java 160 There is log block not surrounded by if
92490 src/com/gps/utilities/GeofenceUtility.java 161 Found 'DD'-anomaly for variable 'txStatus' (lines '161'-'167').
92491 src/com/gps/utilities/GeofenceUtility.java 167 Found 'DD'-anomaly for variable 'txStatus' (lines '167'-'171').
92492 src/com/gps/utilities/GeofenceUtility.java 169 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92493 src/com/gps/utilities/GeofenceUtility.java 170 There is log block not surrounded by if
92494 src/com/gps/utilities/GeofenceUtility.java 179 Parameter 'dataFlag' is not assigned and could be declared final
92495 src/com/gps/utilities/GeofenceUtility.java 179 Parameter 'orgId' is not assigned and could be declared final
92496 src/com/gps/utilities/GeofenceUtility.java 179 Parameter 'userId' is not assigned and could be declared final
92497 src/com/gps/utilities/GeofenceUtility.java 180 Found 'DD'-anomaly for variable 'response' (lines '180'-'189').
92498 src/com/gps/utilities/GeofenceUtility.java 181 Found 'DD'-anomaly for variable 'jsonConverter' (lines '181'-'187').
92499 src/com/gps/utilities/GeofenceUtility.java 182 Found 'DD'-anomaly for variable 'attributeList' (lines '182'-'188').
92500 src/com/gps/utilities/GeofenceUtility.java 183 Found 'DD'-anomaly for variable 'vehUserDao' (lines '183'-'186').
92501 src/com/gps/utilities/GeofenceUtility.java 188 Potential violation of Law of Demeter (object not created locally)
92502 src/com/gps/utilities/GeofenceUtility.java 189 Potential violation of Law of Demeter (object not created locally)
92503 src/com/gps/utilities/GeofenceUtility.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92504 src/com/gps/utilities/GeofenceUtility.java 191 There is log block not surrounded by if
92505 src/com/gps/utilities/GeofenceUtility.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92506 src/com/gps/utilities/GeofenceUtility.java 196 There is log block not surrounded by if
92507 src/com/gps/utilities/GoogleRequest_url.java 13 headerCommentRequirement Required
92508 src/com/gps/utilities/GoogleRequest_url.java 14 fieldCommentRequirement Required
92509 src/com/gps/utilities/GoogleRequest_url.java 15 fieldCommentRequirement Required
92510 src/com/gps/utilities/GoogleRequest_url.java 16 fieldCommentRequirement Required
92511 src/com/gps/utilities/GoogleRequest_url.java 17 The Logger variable declaration does not contain the static and final modifiers
92512 src/com/gps/utilities/GoogleRequest_url.java 17 Use explicit scoping instead of the default package private level
92513 src/com/gps/utilities/GoogleRequest_url.java 17 fieldCommentRequirement Required
92514 src/com/gps/utilities/GoogleRequest_url.java 21 Avoid unnecessary constructors - the compiler will generate these for you
92515 src/com/gps/utilities/GoogleRequest_url.java 26 Parameter 'requestURL' is not assigned and could be declared final
92516 src/com/gps/utilities/GoogleRequest_url.java 26 protectedMethodCommentRequirement Required
92517 src/com/gps/utilities/GoogleRequest_url.java 28 Found 'DD'-anomaly for variable 'tmp_url' (lines '28'-'62').
92518 src/com/gps/utilities/GoogleRequest_url.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_url' is not final.
92519 src/com/gps/utilities/GoogleRequest_url.java 31 There is log block not surrounded by if
92520 src/com/gps/utilities/GoogleRequest_url.java 31 There is log block not surrounded by if
92521 src/com/gps/utilities/GoogleRequest_url.java 37 Local variable 'url' could be declared final
92522 src/com/gps/utilities/GoogleRequest_url.java 40 Local variable 'resource' could be declared final
92523 src/com/gps/utilities/GoogleRequest_url.java 40 Potential violation of Law of Demeter (object not created locally)
92524 src/com/gps/utilities/GoogleRequest_url.java 40 Potential violation of Law of Demeter (object not created locally)
92525 src/com/gps/utilities/GoogleRequest_url.java 43 Local variable 'sha1Key' could be declared final
92526 src/com/gps/utilities/GoogleRequest_url.java 48 Local variable 'mac' could be declared final
92527 src/com/gps/utilities/GoogleRequest_url.java 49 Potential violation of Law of Demeter (object not created locally)
92528 src/com/gps/utilities/GoogleRequest_url.java 52 Local variable 'sigBytes' could be declared final
92529 src/com/gps/utilities/GoogleRequest_url.java 52 Potential violation of Law of Demeter (object not created locally)
92530 src/com/gps/utilities/GoogleRequest_url.java 52 Potential violation of Law of Demeter (object not created locally)
92531 src/com/gps/utilities/GoogleRequest_url.java 55 Found 'DD'-anomaly for variable 'signature' (lines '55'-'58').
92532 src/com/gps/utilities/GoogleRequest_url.java 58 Potential violation of Law of Demeter (object not created locally)
92533 src/com/gps/utilities/GoogleRequest_url.java 59 Potential violation of Law of Demeter (object not created locally)
92534 src/com/gps/utilities/GoogleRequest_url.java 61 Local variable 'signature1' could be declared final
92535 src/com/gps/utilities/GoogleRequest_url.java 62 Potential violation of Law of Demeter (object not created locally)
92536 src/com/gps/utilities/GoogleRequest_url.java 62 Potential violation of Law of Demeter (object not created locally)
92537 src/com/gps/utilities/GoogleRequest_url.java 65 There is log block not surrounded by if
92538 src/com/gps/utilities/GoogleRequest_url.java 65 There is log block not surrounded by if
92539 src/com/gps/utilities/GoogleRequest_url.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92540 src/com/gps/utilities/GoogleRequest_url.java 68 Avoid printStackTrace(); use a logger call instead.
92541 src/com/gps/utilities/GoogleRequest_url.java 68 Potential violation of Law of Demeter (object not created locally)
92542 src/com/gps/utilities/HQLQueryUtils.java 2 Comment is too large: Too many lines
92543 src/com/gps/utilities/HQLQueryUtils.java 6 Comment is too large: Line too long
92544 src/com/gps/utilities/HQLQueryUtils.java 12 An Interface should be used only to model a behaviour; consider converting this to a class.
92545 src/com/gps/utilities/HQLQueryUtils.java 12 headerCommentRequirement Required
92546 src/com/gps/utilities/HQLQueryUtils.java 15 Avoid excessively long variable names like vehicleInfoQueryWithVehicle
92547 src/com/gps/utilities/HQLQueryUtils.java 15 Avoid modifiers which are implied by the context
92548 src/com/gps/utilities/HQLQueryUtils.java 15 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVehicle' is not all capitals.
92549 src/com/gps/utilities/HQLQueryUtils.java 15 fieldCommentRequirement Required
92550 src/com/gps/utilities/HQLQueryUtils.java 16 Avoid excessively long variable names like lastKnownDataQuery
92551 src/com/gps/utilities/HQLQueryUtils.java 16 Avoid modifiers which are implied by the context
92552 src/com/gps/utilities/HQLQueryUtils.java 16 Variables that are final and static should be all capitals, 'lastKnownDataQuery' is not all capitals.
92553 src/com/gps/utilities/HQLQueryUtils.java 16 fieldCommentRequirement Required
92554 src/com/gps/utilities/HQLQueryUtils.java 17 Avoid modifiers which are implied by the context
92555 src/com/gps/utilities/HQLQueryUtils.java 17 Variables that are final and static should be all capitals, 'getTimeQuery' is not all capitals.
92556 src/com/gps/utilities/HQLQueryUtils.java 17 fieldCommentRequirement Required
92557 src/com/gps/utilities/HQLQueryUtils.java 18 Avoid excessively long variable names like vehicleCheckInQuery
92558 src/com/gps/utilities/HQLQueryUtils.java 18 Avoid modifiers which are implied by the context
92559 src/com/gps/utilities/HQLQueryUtils.java 18 Variables that are final and static should be all capitals, 'vehicleCheckInQuery' is not all capitals.
92560 src/com/gps/utilities/HQLQueryUtils.java 18 fieldCommentRequirement Required
92561 src/com/gps/utilities/HQLQueryUtils.java 19 Avoid excessively long variable names like getStableFuelQuery
92562 src/com/gps/utilities/HQLQueryUtils.java 19 Avoid modifiers which are implied by the context
92563 src/com/gps/utilities/HQLQueryUtils.java 19 Variables that are final and static should be all capitals, 'getStableFuelQuery' is not all capitals.
92564 src/com/gps/utilities/HQLQueryUtils.java 19 fieldCommentRequirement Required
92565 src/com/gps/utilities/HQLQueryUtils.java 20 Avoid modifiers which are implied by the context
92566 src/com/gps/utilities/HQLQueryUtils.java 20 Variables that are final and static should be all capitals, 'inFenceQuery1' is not all capitals.
92567 src/com/gps/utilities/HQLQueryUtils.java 20 fieldCommentRequirement Required
92568 src/com/gps/utilities/HQLQueryUtils.java 21 Avoid modifiers which are implied by the context
92569 src/com/gps/utilities/HQLQueryUtils.java 21 Variables that are final and static should be all capitals, 'inFenceQuery2' is not all capitals.
92570 src/com/gps/utilities/HQLQueryUtils.java 21 fieldCommentRequirement Required
92571 src/com/gps/utilities/HQLQueryUtils.java 22 Avoid modifiers which are implied by the context
92572 src/com/gps/utilities/HQLQueryUtils.java 22 Variables that are final and static should be all capitals, 'getVehicleIdQuery' is not all capitals.
92573 src/com/gps/utilities/HQLQueryUtils.java 22 fieldCommentRequirement Required
92574 src/com/gps/utilities/HQLQueryUtils.java 24 Avoid excessively long variable names like vehicleInfoQueryWithOrg
92575 src/com/gps/utilities/HQLQueryUtils.java 24 Avoid modifiers which are implied by the context
92576 src/com/gps/utilities/HQLQueryUtils.java 24 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrg' is not all capitals.
92577 src/com/gps/utilities/HQLQueryUtils.java 24 fieldCommentRequirement Required
92578 src/com/gps/utilities/HQLQueryUtils.java 27 Avoid excessively long variable names like vehicleInfoQueryForFenceEntry
92579 src/com/gps/utilities/HQLQueryUtils.java 27 Avoid modifiers which are implied by the context
92580 src/com/gps/utilities/HQLQueryUtils.java 27 Variables that are final and static should be all capitals, 'vehicleInfoQueryForFenceEntry' is not all capitals.
92581 src/com/gps/utilities/HQLQueryUtils.java 27 fieldCommentRequirement Required
92582 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid excessively long variable names like vehicleInfoQueryWithOrgVeh
92583 src/com/gps/utilities/HQLQueryUtils.java 28 Avoid modifiers which are implied by the context
92584 src/com/gps/utilities/HQLQueryUtils.java 28 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithOrgVeh' is not all capitals.
92585 src/com/gps/utilities/HQLQueryUtils.java 28 fieldCommentRequirement Required
92586 src/com/gps/utilities/HQLQueryUtils.java 30 Avoid excessively long variable names like offlineVehicleQuery
92587 src/com/gps/utilities/HQLQueryUtils.java 30 Avoid modifiers which are implied by the context
92588 src/com/gps/utilities/HQLQueryUtils.java 30 Variables that are final and static should be all capitals, 'offlineVehicleQuery' is not all capitals.
92589 src/com/gps/utilities/HQLQueryUtils.java 30 fieldCommentRequirement Required
92590 src/com/gps/utilities/HQLQueryUtils.java 32 Avoid excessively long variable names like offlineVehicleQueryWithOrgTypes
92591 src/com/gps/utilities/HQLQueryUtils.java 32 Avoid modifiers which are implied by the context
92592 src/com/gps/utilities/HQLQueryUtils.java 32 Variables that are final and static should be all capitals, 'offlineVehicleQueryWithOrgTypes' is not all capitals.
92593 src/com/gps/utilities/HQLQueryUtils.java 32 fieldCommentRequirement Required
92594 src/com/gps/utilities/HQLQueryUtils.java 34 Avoid excessively long variable names like vehiclePresentQuery
92595 src/com/gps/utilities/HQLQueryUtils.java 34 Avoid modifiers which are implied by the context
92596 src/com/gps/utilities/HQLQueryUtils.java 34 Variables that are final and static should be all capitals, 'vehiclePresentQuery' is not all capitals.
92597 src/com/gps/utilities/HQLQueryUtils.java 34 fieldCommentRequirement Required
92598 src/com/gps/utilities/HQLQueryUtils.java 36 Avoid modifiers which are implied by the context
92599 src/com/gps/utilities/HQLQueryUtils.java 36 Variables that are final and static should be all capitals, 'offlineBusQuery' is not all capitals.
92600 src/com/gps/utilities/HQLQueryUtils.java 36 fieldCommentRequirement Required
92601 src/com/gps/utilities/HQLQueryUtils.java 38 Avoid excessively long variable names like offlineBusQueryWithOrgType
92602 src/com/gps/utilities/HQLQueryUtils.java 38 Avoid modifiers which are implied by the context
92603 src/com/gps/utilities/HQLQueryUtils.java 38 Variables that are final and static should be all capitals, 'offlineBusQueryWithOrgType' is not all capitals.
92604 src/com/gps/utilities/HQLQueryUtils.java 38 fieldCommentRequirement Required
92605 src/com/gps/utilities/HQLQueryUtils.java 40 Avoid modifiers which are implied by the context
92606 src/com/gps/utilities/HQLQueryUtils.java 40 Variables that are final and static should be all capitals, 'deleteQuery' is not all capitals.
92607 src/com/gps/utilities/HQLQueryUtils.java 40 fieldCommentRequirement Required
92608 src/com/gps/utilities/HQLQueryUtils.java 42 Avoid excessively long variable names like vehicleInfoQueryWithVeh
92609 src/com/gps/utilities/HQLQueryUtils.java 42 Avoid modifiers which are implied by the context
92610 src/com/gps/utilities/HQLQueryUtils.java 42 Variables that are final and static should be all capitals, 'vehicleInfoQueryWithVeh' is not all capitals.
92611 src/com/gps/utilities/HQLQueryUtils.java 42 fieldCommentRequirement Required
92612 src/com/gps/utilities/HQLQueryUtils.java 45 Avoid modifiers which are implied by the context
92613 src/com/gps/utilities/HQLQueryUtils.java 45 Variables that are final and static should be all capitals, 'prevPacketQuery' is not all capitals.
92614 src/com/gps/utilities/HQLQueryUtils.java 45 fieldCommentRequirement Required
92615 src/com/gps/utilities/HQLQueryUtils.java 48 Avoid excessively long variable names like offlinevehiclelist
92616 src/com/gps/utilities/HQLQueryUtils.java 48 Avoid modifiers which are implied by the context
92617 src/com/gps/utilities/HQLQueryUtils.java 48 Variables that are final and static should be all capitals, 'offlinevehiclelist' is not all capitals.
92618 src/com/gps/utilities/HQLQueryUtils.java 48 fieldCommentRequirement Required
92619 src/com/gps/utilities/HttpClientGps.java 7 Avoid unused imports such as 'org.apache.http.client.methods.HttpGet'
92620 src/com/gps/utilities/HttpClientGps.java 8 Avoid unused imports such as 'org.apache.http.client.utils.URLEncodedUtils'
92621 src/com/gps/utilities/HttpClientGps.java 12 Avoid unused imports such as 'com.gps.hibernate.SMSDetails'
92622 src/com/gps/utilities/HttpClientGps.java 16 Avoid unused imports such as 'com.gps.webservice.PolygonRegionSOAPImpl'
92623 src/com/gps/utilities/HttpClientGps.java 17 Avoid unused imports such as 'com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections'
92624 src/com/gps/utilities/HttpClientGps.java 21 Avoid unused imports such as 'java.net.URLEncoder'
92625 src/com/gps/utilities/HttpClientGps.java 24 Avoid unused imports such as 'java.util.Calendar'
92626 src/com/gps/utilities/HttpClientGps.java 26 Avoid unused imports such as 'java.util.Iterator'
92627 src/com/gps/utilities/HttpClientGps.java 32 The class 'HttpClientGps' has a Cyclomatic Complexity of 5 (Highest = 13).
92628 src/com/gps/utilities/HttpClientGps.java 32 headerCommentRequirement Required
92629 src/com/gps/utilities/HttpClientGps.java 34 Avoid using redundant field initializer for 'success'
92630 src/com/gps/utilities/HttpClientGps.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
92631 src/com/gps/utilities/HttpClientGps.java 34 Use explicit scoping instead of the default package private level
92632 src/com/gps/utilities/HttpClientGps.java 34 fieldCommentRequirement Required
92633 src/com/gps/utilities/HttpClientGps.java 35 Avoid using redundant field initializer for 'stat'
92634 src/com/gps/utilities/HttpClientGps.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
92635 src/com/gps/utilities/HttpClientGps.java 35 Use explicit scoping instead of the default package private level
92636 src/com/gps/utilities/HttpClientGps.java 35 fieldCommentRequirement Required
92637 src/com/gps/utilities/HttpClientGps.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
92638 src/com/gps/utilities/HttpClientGps.java 36 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
92639 src/com/gps/utilities/HttpClientGps.java 36 fieldCommentRequirement Required
92640 src/com/gps/utilities/HttpClientGps.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
92641 src/com/gps/utilities/HttpClientGps.java 37 Use explicit scoping instead of the default package private level
92642 src/com/gps/utilities/HttpClientGps.java 37 fieldCommentRequirement Required
92643 src/com/gps/utilities/HttpClientGps.java 38 Avoid variables with short names like to
92644 src/com/gps/utilities/HttpClientGps.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
92645 src/com/gps/utilities/HttpClientGps.java 38 StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
92646 src/com/gps/utilities/HttpClientGps.java 38 Use explicit scoping instead of the default package private level
92647 src/com/gps/utilities/HttpClientGps.java 38 fieldCommentRequirement Required
92648 src/com/gps/utilities/HttpClientGps.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
92649 src/com/gps/utilities/HttpClientGps.java 39 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_response' is not final.
92650 src/com/gps/utilities/HttpClientGps.java 39 Use explicit scoping instead of the default package private level
92651 src/com/gps/utilities/HttpClientGps.java 39 fieldCommentRequirement Required
92652 src/com/gps/utilities/HttpClientGps.java 40 Avoid using redundant field initializer for 'method'
92653 src/com/gps/utilities/HttpClientGps.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
92654 src/com/gps/utilities/HttpClientGps.java 40 Use explicit scoping instead of the default package private level
92655 src/com/gps/utilities/HttpClientGps.java 40 fieldCommentRequirement Required
92656 src/com/gps/utilities/HttpClientGps.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
92657 src/com/gps/utilities/HttpClientGps.java 41 Use explicit scoping instead of the default package private level
92658 src/com/gps/utilities/HttpClientGps.java 41 fieldCommentRequirement Required
92659 src/com/gps/utilities/HttpClientGps.java 42 Avoid using redundant field initializer for 'total_count'
92660 src/com/gps/utilities/HttpClientGps.java 42 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_count' is not final.
92661 src/com/gps/utilities/HttpClientGps.java 42 fieldCommentRequirement Required
92662 src/com/gps/utilities/HttpClientGps.java 43 Avoid using redundant field initializer for 'success_url1'
92663 src/com/gps/utilities/HttpClientGps.java 43 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url1' is not final.
92664 src/com/gps/utilities/HttpClientGps.java 43 fieldCommentRequirement Required
92665 src/com/gps/utilities/HttpClientGps.java 44 Avoid using redundant field initializer for 'success_url2'
92666 src/com/gps/utilities/HttpClientGps.java 44 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'success_url2' is not final.
92667 src/com/gps/utilities/HttpClientGps.java 44 fieldCommentRequirement Required
92668 src/com/gps/utilities/HttpClientGps.java 46 The Logger variable declaration does not contain the static and final modifiers
92669 src/com/gps/utilities/HttpClientGps.java 46 fieldCommentRequirement Required
92670 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'port' is not assigned and could be declared final
92671 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'proxy' is not assigned and could be declared final
92672 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'queryString' is not assigned and could be declared final
92673 src/com/gps/utilities/HttpClientGps.java 48 Parameter 'url' is not assigned and could be declared final
92674 src/com/gps/utilities/HttpClientGps.java 48 publicMethodCommentRequirement Required
92675 src/com/gps/utilities/HttpClientGps.java 51 Local variable 'client' could be declared final
92676 src/com/gps/utilities/HttpClientGps.java 54 Local variable 'host' could be declared final
92677 src/com/gps/utilities/HttpClientGps.java 54 Potential violation of Law of Demeter (object not created locally)
92678 src/com/gps/utilities/HttpClientGps.java 55 Potential violation of Law of Demeter (object not created locally)
92679 src/com/gps/utilities/HttpClientGps.java 57 Comment is too large: Line too long
92680 src/com/gps/utilities/HttpClientGps.java 58 Found 'DD'-anomaly for variable 'sta' (lines '58'-'68').
92681 src/com/gps/utilities/HttpClientGps.java 60 Local variable 'method' could be declared final
92682 src/com/gps/utilities/HttpClientGps.java 61 Potential violation of Law of Demeter (object not created locally)
92683 src/com/gps/utilities/HttpClientGps.java 64 Potential violation of Law of Demeter (object not created locally)
92684 src/com/gps/utilities/HttpClientGps.java 64 System.out.print is used
92685 src/com/gps/utilities/HttpClientGps.java 68 Found 'DD'-anomaly for variable 'sta' (lines '68'-'81').
92686 src/com/gps/utilities/HttpClientGps.java 68 Found 'DD'-anomaly for variable 'sta' (lines '68'-'84').
92687 src/com/gps/utilities/HttpClientGps.java 69 Avoid printStackTrace(); use a logger call instead.
92688 src/com/gps/utilities/HttpClientGps.java 69 Potential violation of Law of Demeter (object not created locally)
92689 src/com/gps/utilities/HttpClientGps.java 78 Local variable 'statusCode' could be declared final
92690 src/com/gps/utilities/HttpClientGps.java 78 Potential violation of Law of Demeter (object not created locally)
92691 src/com/gps/utilities/HttpClientGps.java 79 Avoid if (x != y) ..; else ..;
92692 src/com/gps/utilities/HttpClientGps.java 81 Found 'DD'-anomaly for variable 'sta' (lines '81'-'98').
92693 src/com/gps/utilities/HttpClientGps.java 82 Potential violation of Law of Demeter (object not created locally)
92694 src/com/gps/utilities/HttpClientGps.java 82 System.out.print is used
92695 src/com/gps/utilities/HttpClientGps.java 84 Found 'DD'-anomaly for variable 'sta' (lines '84'-'98').
92696 src/com/gps/utilities/HttpClientGps.java 88 Local variable 'responseBody' could be declared final
92697 src/com/gps/utilities/HttpClientGps.java 88 Potential violation of Law of Demeter (object not created locally)
92698 src/com/gps/utilities/HttpClientGps.java 92 Avoid unused local variables such as 'ss'.
92699 src/com/gps/utilities/HttpClientGps.java 92 Avoid variables with short names like ss
92700 src/com/gps/utilities/HttpClientGps.java 92 Found 'DU'-anomaly for variable 'ss' (lines '92'-'113').
92701 src/com/gps/utilities/HttpClientGps.java 92 Local variable 'ss' could be declared final
92702 src/com/gps/utilities/HttpClientGps.java 93 System.out.print is used
92703 src/com/gps/utilities/HttpClientGps.java 98 Found 'DD'-anomaly for variable 'sta' (lines '98'-'103').
92704 src/com/gps/utilities/HttpClientGps.java 99 Potential violation of Law of Demeter (object not created locally)
92705 src/com/gps/utilities/HttpClientGps.java 99 System.out.print is used
92706 src/com/gps/utilities/HttpClientGps.java 100 Avoid printStackTrace(); use a logger call instead.
92707 src/com/gps/utilities/HttpClientGps.java 100 Potential violation of Law of Demeter (object not created locally)
92708 src/com/gps/utilities/HttpClientGps.java 104 Potential violation of Law of Demeter (object not created locally)
92709 src/com/gps/utilities/HttpClientGps.java 104 System.out.print is used
92710 src/com/gps/utilities/HttpClientGps.java 105 Avoid printStackTrace(); use a logger call instead.
92711 src/com/gps/utilities/HttpClientGps.java 105 Potential violation of Law of Demeter (object not created locally)
92712 src/com/gps/utilities/HttpClientGps.java 110 Potential violation of Law of Demeter (object not created locally)
92713 src/com/gps/utilities/HttpClientGps.java 114 Avoid variables with short names like s2
92714 src/com/gps/utilities/HttpClientGps.java 114 Parameter 's2' is not assigned and could be declared final
92715 src/com/gps/utilities/HttpClientGps.java 114 publicMethodCommentRequirement Required
92716 src/com/gps/utilities/HttpClientGps.java 119 System.out.print is used
92717 src/com/gps/utilities/HttpClientGps.java 121 A method should have only one exit point, and that should be the last statement in the method
92718 src/com/gps/utilities/HttpClientGps.java 125 System.out.print is used
92719 src/com/gps/utilities/HttpClientGps.java 132 Avoid really long methods.
92720 src/com/gps/utilities/HttpClientGps.java 132 Found 'UR'-anomaly for variable 'recipient' (lines '132'-'174').
92721 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'currentFence' is not assigned and could be declared final
92722 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'message' is not assigned and could be declared final
92723 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'msgType' is not assigned and could be declared final
92724 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'password' is not assigned and could be declared final
92725 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'port' is not assigned and could be declared final
92726 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'proxy' is not assigned and could be declared final
92727 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'senderId' is not assigned and could be declared final
92728 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'url' is not assigned and could be declared final
92729 src/com/gps/utilities/HttpClientGps.java 132 Parameter 'username' is not assigned and could be declared final
92730 src/com/gps/utilities/HttpClientGps.java 132 Rather than using a lot of String arguments, consider using a container object for those values.
92731 src/com/gps/utilities/HttpClientGps.java 132 The method 'sendAlertMessage' has a Cyclomatic Complexity of 13.
92732 src/com/gps/utilities/HttpClientGps.java 132 publicMethodCommentRequirement Required
92733 src/com/gps/utilities/HttpClientGps.java 133 There is log block not surrounded by if
92734 src/com/gps/utilities/HttpClientGps.java 133 There is log block not surrounded by if
92735 src/com/gps/utilities/HttpClientGps.java 137 Avoid declaring a variable if it is unreferenced before a possible exit point.
92736 src/com/gps/utilities/HttpClientGps.java 137 Avoid unused local variables such as 'geoIdsList'.
92737 src/com/gps/utilities/HttpClientGps.java 137 Found 'DU'-anomaly for variable 'geoIdsList' (lines '137'-'276').
92738 src/com/gps/utilities/HttpClientGps.java 137 Local variable 'geoIdsList' could be declared final
92739 src/com/gps/utilities/HttpClientGps.java 138 Found 'DD'-anomaly for variable 'recipientList' (lines '138'-'151').
92740 src/com/gps/utilities/HttpClientGps.java 139 Avoid declaring a variable if it is unreferenced before a possible exit point.
92741 src/com/gps/utilities/HttpClientGps.java 139 Avoid unused local variables such as 'trip'.
92742 src/com/gps/utilities/HttpClientGps.java 139 Local variable 'trip' could be declared final
92743 src/com/gps/utilities/HttpClientGps.java 140 Avoid declaring a variable if it is unreferenced before a possible exit point.
92744 src/com/gps/utilities/HttpClientGps.java 140 Found 'DD'-anomaly for variable 'nmobno' (lines '140'-'174').
92745 src/com/gps/utilities/HttpClientGps.java 140 Found 'DU'-anomaly for variable 'nmobno' (lines '140'-'276').
92746 src/com/gps/utilities/HttpClientGps.java 145 Local variable 'geoDao' could be declared final
92747 src/com/gps/utilities/HttpClientGps.java 151 Potential violation of Law of Demeter (object not created locally)
92748 src/com/gps/utilities/HttpClientGps.java 152 Potential violation of Law of Demeter (object not created locally)
92749 src/com/gps/utilities/HttpClientGps.java 152 There is log block not surrounded by if
92750 src/com/gps/utilities/HttpClientGps.java 152 There is log block not surrounded by if
92751 src/com/gps/utilities/HttpClientGps.java 155 Avoid using Literals in Conditional Statements
92752 src/com/gps/utilities/HttpClientGps.java 155 Potential violation of Law of Demeter (object not created locally)
92753 src/com/gps/utilities/HttpClientGps.java 155 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
92754 src/com/gps/utilities/HttpClientGps.java 158 There is log block not surrounded by if
92755 src/com/gps/utilities/HttpClientGps.java 158 There is log block not surrounded by if
92756 src/com/gps/utilities/HttpClientGps.java 160 A method should have only one exit point, and that should be the last statement in the method
92757 src/com/gps/utilities/HttpClientGps.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92758 src/com/gps/utilities/HttpClientGps.java 166 Avoid printStackTrace(); use a logger call instead.
92759 src/com/gps/utilities/HttpClientGps.java 166 Potential violation of Law of Demeter (object not created locally)
92760 src/com/gps/utilities/HttpClientGps.java 171 Avoid variables with short names like i
92761 src/com/gps/utilities/HttpClientGps.java 171 Found 'DU'-anomaly for variable 'i' (lines '171'-'276').
92762 src/com/gps/utilities/HttpClientGps.java 172 Local variable 'recipient' could be declared final
92763 src/com/gps/utilities/HttpClientGps.java 174 Found 'DD'-anomaly for variable 'nmobno' (lines '174'-'176').
92764 src/com/gps/utilities/HttpClientGps.java 174 Potential violation of Law of Demeter (object not created locally)
92765 src/com/gps/utilities/HttpClientGps.java 176 Potential violation of Law of Demeter (object not created locally)
92766 src/com/gps/utilities/HttpClientGps.java 177 There is log block not surrounded by if
92767 src/com/gps/utilities/HttpClientGps.java 177 There is log block not surrounded by if
92768 src/com/gps/utilities/HttpClientGps.java 178 Avoid using Literals in Conditional Statements
92769 src/com/gps/utilities/HttpClientGps.java 179 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
92770 src/com/gps/utilities/HttpClientGps.java 180 There is log block not surrounded by if
92771 src/com/gps/utilities/HttpClientGps.java 180 There is log block not surrounded by if
92772 src/com/gps/utilities/HttpClientGps.java 183 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
92773 src/com/gps/utilities/HttpClientGps.java 185 Found 'DU'-anomaly for variable 'i' (lines '185'-'276').
92774 src/com/gps/utilities/HttpClientGps.java 189 Comment is too large: Line too long
92775 src/com/gps/utilities/HttpClientGps.java 192 Avoid empty if statements
92776 src/com/gps/utilities/HttpClientGps.java 201 There is log block not surrounded by if
92777 src/com/gps/utilities/HttpClientGps.java 201 There is log block not surrounded by if
92778 src/com/gps/utilities/HttpClientGps.java 202 Comment is too large: Line too long
92779 src/com/gps/utilities/HttpClientGps.java 204 Comment is too large: Line too long
92780 src/com/gps/utilities/HttpClientGps.java 209 Local variable 'responseBody' could be declared final
92781 src/com/gps/utilities/HttpClientGps.java 212 Avoid instantiating new objects inside loops
92782 src/com/gps/utilities/HttpClientGps.java 212 Avoid variables with short names like ss
92783 src/com/gps/utilities/HttpClientGps.java 212 Local variable 'ss' could be declared final
92784 src/com/gps/utilities/HttpClientGps.java 213 Avoid instantiating new objects inside loops
92785 src/com/gps/utilities/HttpClientGps.java 214 Potential violation of Law of Demeter (method chain calls)
92786 src/com/gps/utilities/HttpClientGps.java 216 Comment is too large: Line too long
92787 src/com/gps/utilities/HttpClientGps.java 217 Comment is too large: Line too long
92788 src/com/gps/utilities/HttpClientGps.java 220 Avoid using Literals in Conditional Statements
92789 src/com/gps/utilities/HttpClientGps.java 223 Useless parentheses.
92790 src/com/gps/utilities/HttpClientGps.java 224 Potential violation of Law of Demeter (method chain calls)
92791 src/com/gps/utilities/HttpClientGps.java 226 Useless parentheses.
92792 src/com/gps/utilities/HttpClientGps.java 228 Potential violation of Law of Demeter (method chain calls)
92793 src/com/gps/utilities/HttpClientGps.java 230 Useless parentheses.
92794 src/com/gps/utilities/HttpClientGps.java 234 Avoid instantiating new objects inside loops
92795 src/com/gps/utilities/HttpClientGps.java 234 Local variable 'sms' could be declared final
92796 src/com/gps/utilities/HttpClientGps.java 235 Avoid instantiating new objects inside loops
92797 src/com/gps/utilities/HttpClientGps.java 235 Local variable 'time' could be declared final
92798 src/com/gps/utilities/HttpClientGps.java 236 Avoid instantiating new objects inside loops
92799 src/com/gps/utilities/HttpClientGps.java 236 Local variable 'format' could be declared final
92800 src/com/gps/utilities/HttpClientGps.java 236 When instantiating a SimpleDateFormat object, specify a Locale
92801 src/com/gps/utilities/HttpClientGps.java 237 Local variable 'orgid' could be declared final
92802 src/com/gps/utilities/HttpClientGps.java 237 Potential violation of Law of Demeter (method chain calls)
92803 src/com/gps/utilities/HttpClientGps.java 237 Potential violation of Law of Demeter (method chain calls)
92804 src/com/gps/utilities/HttpClientGps.java 238 Local variable 'tripId' could be declared final
92805 src/com/gps/utilities/HttpClientGps.java 238 Potential violation of Law of Demeter (method chain calls)
92806 src/com/gps/utilities/HttpClientGps.java 239 Potential violation of Law of Demeter (object not created locally)
92807 src/com/gps/utilities/HttpClientGps.java 239 Potential violation of Law of Demeter (object not created locally)
92808 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
92809 src/com/gps/utilities/HttpClientGps.java 243 There is log block not surrounded by if
92810 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
92811 src/com/gps/utilities/HttpClientGps.java 244 There is log block not surrounded by if
92812 src/com/gps/utilities/HttpClientGps.java 245 Potential violation of Law of Demeter (method chain calls)
92813 src/com/gps/utilities/HttpClientGps.java 245 Potential violation of Law of Demeter (method chain calls)
92814 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
92815 src/com/gps/utilities/HttpClientGps.java 245 There is log block not surrounded by if
92816 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
92817 src/com/gps/utilities/HttpClientGps.java 246 There is log block not surrounded by if
92818 src/com/gps/utilities/HttpClientGps.java 247 There is log block not surrounded by if
92819 src/com/gps/utilities/HttpClientGps.java 247 There is log block not surrounded by if
92820 src/com/gps/utilities/HttpClientGps.java 248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92821 src/com/gps/utilities/HttpClientGps.java 250 There is log block not surrounded by if
92822 src/com/gps/utilities/HttpClientGps.java 251 Avoid printStackTrace(); use a logger call instead.
92823 src/com/gps/utilities/HttpClientGps.java 251 Potential violation of Law of Demeter (object not created locally)
92824 src/com/gps/utilities/HttpClientGps.java 254 There is log block not surrounded by if
92825 src/com/gps/utilities/HttpClientGps.java 254 There is log block not surrounded by if
92826 src/com/gps/utilities/HttpClientGps.java 259 Potential violation of Law of Demeter (method chain calls)
92827 src/com/gps/utilities/HttpClientGps.java 263 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92828 src/com/gps/utilities/HttpClientGps.java 265 Avoid printStackTrace(); use a logger call instead.
92829 src/com/gps/utilities/HttpClientGps.java 265 Potential violation of Law of Demeter (object not created locally)
92830 src/com/gps/utilities/HttpClientGps.java 270 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92831 src/com/gps/utilities/HttpClientGps.java 272 Avoid printStackTrace(); use a logger call instead.
92832 src/com/gps/utilities/HttpClientGps.java 272 Potential violation of Law of Demeter (object not created locally)
92833 src/com/gps/utilities/HttpClientGps.java 279 publicMethodCommentRequirement Required
92834 src/com/gps/utilities/HttpClientGps.java 284 Local variable 'dir' could be declared final
92835 src/com/gps/utilities/HttpClientGps.java 286 Potential violation of Law of Demeter (object not created locally)
92836 src/com/gps/utilities/HttpClientGps.java 286 There is log block not surrounded by if
92837 src/com/gps/utilities/HttpClientGps.java 286 There is log block not surrounded by if
92838 src/com/gps/utilities/HttpClientGps.java 287 Local variable 'children1' could be declared final
92839 src/com/gps/utilities/HttpClientGps.java 287 Potential violation of Law of Demeter (object not created locally)
92840 src/com/gps/utilities/HttpClientGps.java 288 There is log block not surrounded by if
92841 src/com/gps/utilities/HttpClientGps.java 288 There is log block not surrounded by if
92842 src/com/gps/utilities/HttpClientGps.java 291 Potential violation of Law of Demeter (static property access)
92843 src/com/gps/utilities/HttpClientGps.java 292 A method should have only one exit point, and that should be the last statement in the method
92844 src/com/gps/utilities/HttpClientGps.java 293 Comment is too large: Line too long
92845 src/com/gps/utilities/HttpClientGps.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92846 src/com/gps/utilities/HttpClientGps.java 297 There is log block not surrounded by if
92847 src/com/gps/utilities/HttpClientGps.java 298 Avoid printStackTrace(); use a logger call instead.
92848 src/com/gps/utilities/HttpClientGps.java 298 Potential violation of Law of Demeter (object not created locally)
92849 src/com/gps/utilities/HttpClientGps.java 305 publicMethodCommentRequirement Required
92850 src/com/gps/utilities/HttpClientGps.java 308 Found 'DD'-anomaly for variable 'responseBody1' (lines '308'-'343').
92851 src/com/gps/utilities/HttpClientGps.java 312 There is log block not surrounded by if
92852 src/com/gps/utilities/HttpClientGps.java 312 There is log block not surrounded by if
92853 src/com/gps/utilities/HttpClientGps.java 316 System.out.print is used
92854 src/com/gps/utilities/HttpClientGps.java 321 Avoid printStackTrace(); use a logger call instead.
92855 src/com/gps/utilities/HttpClientGps.java 321 Potential violation of Law of Demeter (object not created locally)
92856 src/com/gps/utilities/HttpClientGps.java 331 Local variable 'statusCode' could be declared final
92857 src/com/gps/utilities/HttpClientGps.java 333 Avoid if (x != y) ..; else ..;
92858 src/com/gps/utilities/HttpClientGps.java 336 Potential violation of Law of Demeter (method chain calls)
92859 src/com/gps/utilities/HttpClientGps.java 344 Potential violation of Law of Demeter (method chain calls)
92860 src/com/gps/utilities/HttpClientGps.java 349 Potential violation of Law of Demeter (method chain calls)
92861 src/com/gps/utilities/HttpClientGps.java 349 Potential violation of Law of Demeter (object not created locally)
92862 src/com/gps/utilities/HttpClientGps.java 350 Avoid printStackTrace(); use a logger call instead.
92863 src/com/gps/utilities/HttpClientGps.java 350 Potential violation of Law of Demeter (object not created locally)
92864 src/com/gps/utilities/HttpClientGps.java 354 Potential violation of Law of Demeter (object not created locally)
92865 src/com/gps/utilities/HttpClientGps.java 354 There is log block not surrounded by if
92866 src/com/gps/utilities/HttpClientGps.java 355 Avoid printStackTrace(); use a logger call instead.
92867 src/com/gps/utilities/HttpClientGps.java 355 Potential violation of Law of Demeter (object not created locally)
92868 src/com/gps/utilities/HttpClientGps.java 362 Potential violation of Law of Demeter (method chain calls)
92869 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'fname' is not assigned and could be declared final
92870 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'msg' is not assigned and could be declared final
92871 src/com/gps/utilities/HttpClientGps.java 367 Parameter 'msgType' is not assigned and could be declared final
92872 src/com/gps/utilities/HttpClientGps.java 367 publicMethodCommentRequirement Required
92873 src/com/gps/utilities/HttpClientGps.java 369 Local variable 'config' could be declared final
92874 src/com/gps/utilities/HttpClientGps.java 370 There is log block not surrounded by if
92875 src/com/gps/utilities/HttpClientGps.java 370 There is log block not surrounded by if
92876 src/com/gps/utilities/HttpClientGps.java 371 Found 'DD'-anomaly for variable 'props' (lines '371'-'376').
92877 src/com/gps/utilities/HttpClientGps.java 375 There is log block not surrounded by if
92878 src/com/gps/utilities/HttpClientGps.java 375 There is log block not surrounded by if
92879 src/com/gps/utilities/HttpClientGps.java 379 Local variable 'proxy' could be declared final
92880 src/com/gps/utilities/HttpClientGps.java 380 Position literals first in String comparisons
92881 src/com/gps/utilities/HttpClientGps.java 382 There is log block not surrounded by if
92882 src/com/gps/utilities/HttpClientGps.java 382 There is log block not surrounded by if
92883 src/com/gps/utilities/HttpClientGps.java 384 Local variable 'host' could be declared final
92884 src/com/gps/utilities/HttpClientGps.java 394 There is log block not surrounded by if
92885 src/com/gps/utilities/HttpClientGps.java 394 There is log block not surrounded by if
92886 src/com/gps/utilities/HttpClientGps.java 397 Avoid using Literals in Conditional Statements
92887 src/com/gps/utilities/HttpClientGps.java 398 Avoid using if...else statements without curly braces
92888 src/com/gps/utilities/HttpClientGps.java 402 There is log block not surrounded by if
92889 src/com/gps/utilities/HttpClientGps.java 402 There is log block not surrounded by if
92890 src/com/gps/utilities/HttpClientGps.java 406 There is log block not surrounded by if
92891 src/com/gps/utilities/HttpClientGps.java 406 There is log block not surrounded by if
92892 src/com/gps/utilities/HttpClientGps.java 411 Avoid printStackTrace(); use a logger call instead.
92893 src/com/gps/utilities/HttpClientGps.java 414 Avoid printStackTrace(); use a logger call instead.
92894 src/com/gps/utilities/HttpClientGps.java 419 publicMethodCommentRequirement Required
92895 src/com/gps/utilities/HttpClientGps.java 420 Local variable 'dateFormat' could be declared final
92896 src/com/gps/utilities/HttpClientGps.java 420 When instantiating a SimpleDateFormat object, specify a Locale
92897 src/com/gps/utilities/HttpClientGps.java 421 Local variable 'date' could be declared final
92898 src/com/gps/utilities/HttpClientGps.java 425 Parameter 'args' is not assigned and could be declared final
92899 src/com/gps/utilities/HttpClientGps.java 425 publicMethodCommentRequirement Required
92900 src/com/gps/utilities/HttpClientGps.java 427 Local variable 'client' could be declared final
92901 src/com/gps/utilities/HttpClientGps.java 430 Local variable 'results' could be declared final
92902 src/com/gps/utilities/HttpClientGps.java 440 System.out.print is used
92903 src/com/gps/utilities/HttpClientGps.java 441 System.out.print is used
92904 src/com/gps/utilities/HttpClientGps.java 442 System.out.print is used
92905 src/com/gps/utilities/HttpClientGps.java 442 Useless parentheses.
92906 src/com/gps/utilities/HttpClientGps.java 446 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92907 src/com/gps/utilities/HttpClientGps.java 448 System.out.print is used
92908 src/com/gps/utilities/HttpClientGps.java 449 Avoid statements in a catch block that invoke accessors on the exception without using the information
92909 src/com/gps/utilities/LMUUtils.java 12 Avoid unused imports such as 'javax.swing.text.Document'
92910 src/com/gps/utilities/LMUUtils.java 13 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilder'
92911 src/com/gps/utilities/LMUUtils.java 14 Avoid unused imports such as 'javax.xml.parsers.DocumentBuilderFactory'
92912 src/com/gps/utilities/LMUUtils.java 16 Avoid unused imports such as 'javax.xml.xpath.XPathConstants'
92913 src/com/gps/utilities/LMUUtils.java 28 Avoid unused imports such as 'org.w3c.dom.NodeList'
92914 src/com/gps/utilities/LMUUtils.java 32 headerCommentRequirement Required
92915 src/com/gps/utilities/LMUUtils.java 34 The Logger variable declaration does not contain the static and final modifiers
92916 src/com/gps/utilities/LMUUtils.java 34 Use explicit scoping instead of the default package private level
92917 src/com/gps/utilities/LMUUtils.java 34 fieldCommentRequirement Required
92918 src/com/gps/utilities/LMUUtils.java 35 Avoid unused private fields such as 'format1'.
92919 src/com/gps/utilities/LMUUtils.java 35 When instantiating a SimpleDateFormat object, specify a Locale
92920 src/com/gps/utilities/LMUUtils.java 35 fieldCommentRequirement Required
92921 src/com/gps/utilities/LMUUtils.java 36 A method/constructor shouldnt explicitly throw java.lang.Exception
92922 src/com/gps/utilities/LMUUtils.java 36 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
92923 src/com/gps/utilities/LMUUtils.java 36 Parameter 'inTime' is not assigned and could be declared final
92924 src/com/gps/utilities/LMUUtils.java 36 publicMethodCommentRequirement Required
92925 src/com/gps/utilities/LMUUtils.java 42 Avoid variables with short names like d
92926 src/com/gps/utilities/LMUUtils.java 42 Local variable 'd' could be declared final
92927 src/com/gps/utilities/LMUUtils.java 43 Local variable 'cal' could be declared final
92928 src/com/gps/utilities/LMUUtils.java 44 Potential violation of Law of Demeter (object not created locally)
92929 src/com/gps/utilities/LMUUtils.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92930 src/com/gps/utilities/LMUUtils.java 50 There is log block not surrounded by if
92931 src/com/gps/utilities/LMUUtils.java 57 Avoid reassigning parameters such as 's'
92932 src/com/gps/utilities/LMUUtils.java 57 Avoid variables with short names like s
92933 src/com/gps/utilities/LMUUtils.java 57 publicMethodCommentRequirement Required
92934 src/com/gps/utilities/LMUUtils.java 58 Found 'DU'-anomaly for variable 'digits' (lines '58'-'67').
92935 src/com/gps/utilities/LMUUtils.java 58 Local variable 'digits' could be declared final
92936 src/com/gps/utilities/LMUUtils.java 59 When doing a String.toLowerCase()/toUpperCase() call, use a Locale
92937 src/com/gps/utilities/LMUUtils.java 60 Found 'DD'-anomaly for variable 'val' (lines '60'-'64').
92938 src/com/gps/utilities/LMUUtils.java 62 Avoid variables with short names like c
92939 src/com/gps/utilities/LMUUtils.java 62 Local variable 'c' could be declared final
92940 src/com/gps/utilities/LMUUtils.java 63 Avoid variables with short names like d
92941 src/com/gps/utilities/LMUUtils.java 63 Local variable 'd' could be declared final
92942 src/com/gps/utilities/LMUUtils.java 63 Potential violation of Law of Demeter (object not created locally)
92943 src/com/gps/utilities/LMUUtils.java 71 Avoid reassigning parameters such as 'd'
92944 src/com/gps/utilities/LMUUtils.java 71 Avoid variables with short names like d
92945 src/com/gps/utilities/LMUUtils.java 71 publicMethodCommentRequirement Required
92946 src/com/gps/utilities/LMUUtils.java 72 Avoid declaring a variable if it is unreferenced before a possible exit point.
92947 src/com/gps/utilities/LMUUtils.java 72 Found 'DU'-anomaly for variable 'digits' (lines '72'-'81').
92948 src/com/gps/utilities/LMUUtils.java 72 Local variable 'digits' could be declared final
92949 src/com/gps/utilities/LMUUtils.java 73 A method should have only one exit point, and that should be the last statement in the method
92950 src/com/gps/utilities/LMUUtils.java 73 Avoid using Literals in Conditional Statements
92951 src/com/gps/utilities/LMUUtils.java 73 Avoid using if statements without curly braces
92952 src/com/gps/utilities/LMUUtils.java 74 Found 'DD'-anomaly for variable 'hex' (lines '74'-'77').
92953 src/com/gps/utilities/LMUUtils.java 76 Local variable 'digit' could be declared final
92954 src/com/gps/utilities/LMUUtils.java 77 Potential violation of Law of Demeter (object not created locally)
92955 src/com/gps/utilities/LMUUtils.java 77 Prefer StringBuffer over += for concatenating strings
92956 src/com/gps/utilities/LMUUtils.java 82 A method/constructor shouldnt explicitly throw java.lang.Exception
92957 src/com/gps/utilities/LMUUtils.java 82 Parameter 'packetTime' is not assigned and could be declared final
92958 src/com/gps/utilities/LMUUtils.java 82 publicMethodCommentRequirement Required
92959 src/com/gps/utilities/LMUUtils.java 87 Local variable 'cal' could be declared final
92960 src/com/gps/utilities/LMUUtils.java 91 Potential violation of Law of Demeter (object not created locally)
92961 src/com/gps/utilities/LMUUtils.java 92 Potential violation of Law of Demeter (object not created locally)
92962 src/com/gps/utilities/LMUUtils.java 92 There is log block not surrounded by if
92963 src/com/gps/utilities/LMUUtils.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
92964 src/com/gps/utilities/LMUUtils.java 93 Potential violation of Law of Demeter (object not created locally)
92965 src/com/gps/utilities/LMUUtils.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
92966 src/com/gps/utilities/LMUUtils.java 98 Avoid printStackTrace(); use a logger call instead.
92967 src/com/gps/utilities/LMUUtils.java 104 Parameter 'date' is not assigned and could be declared final
92968 src/com/gps/utilities/LMUUtils.java 104 publicMethodCommentRequirement Required
92969 src/com/gps/utilities/LMUUtils.java 107 Avoid declaring a variable if it is unreferenced before a possible exit point.
92970 src/com/gps/utilities/LMUUtils.java 107 Avoid unused local variables such as 'format'.
92971 src/com/gps/utilities/LMUUtils.java 107 Found 'DU'-anomaly for variable 'format' (lines '107'-'113').
92972 src/com/gps/utilities/LMUUtils.java 107 Local variable 'format' could be declared final
92973 src/com/gps/utilities/LMUUtils.java 107 When instantiating a SimpleDateFormat object, specify a Locale
92974 src/com/gps/utilities/LMUUtils.java 109 Local variable 'cal' could be declared final
92975 src/com/gps/utilities/LMUUtils.java 114 Parameter 'port' is not assigned and could be declared final
92976 src/com/gps/utilities/LMUUtils.java 114 Parameter 'proxy' is not assigned and could be declared final
92977 src/com/gps/utilities/LMUUtils.java 114 Parameter 'queryString' is not assigned and could be declared final
92978 src/com/gps/utilities/LMUUtils.java 114 Parameter 'url' is not assigned and could be declared final
92979 src/com/gps/utilities/LMUUtils.java 114 publicMethodCommentRequirement Required
92980 src/com/gps/utilities/LMUUtils.java 116 Found 'DD'-anomaly for variable 'response' (lines '116'-'153').
92981 src/com/gps/utilities/LMUUtils.java 117 Local variable 'client' could be declared final
92982 src/com/gps/utilities/LMUUtils.java 118 Local variable 'host' could be declared final
92983 src/com/gps/utilities/LMUUtils.java 118 Potential violation of Law of Demeter (object not created locally)
92984 src/com/gps/utilities/LMUUtils.java 119 Potential violation of Law of Demeter (object not created locally)
92985 src/com/gps/utilities/LMUUtils.java 121 Local variable 'method' could be declared final
92986 src/com/gps/utilities/LMUUtils.java 122 Potential violation of Law of Demeter (object not created locally)
92987 src/com/gps/utilities/LMUUtils.java 123 Avoid unused local variables such as 'stat'.
92988 src/com/gps/utilities/LMUUtils.java 123 Found 'DD'-anomaly for variable 'stat' (lines '123'-'130').
92989 src/com/gps/utilities/LMUUtils.java 126 Potential violation of Law of Demeter (object not created locally)
92990 src/com/gps/utilities/LMUUtils.java 126 System.out.print is used
92991 src/com/gps/utilities/LMUUtils.java 130 Found 'DD'-anomaly for variable 'stat' (lines '130'-'142').
92992 src/com/gps/utilities/LMUUtils.java 130 Found 'DD'-anomaly for variable 'stat' (lines '130'-'145').
92993 src/com/gps/utilities/LMUUtils.java 131 Avoid printStackTrace(); use a logger call instead.
92994 src/com/gps/utilities/LMUUtils.java 131 Potential violation of Law of Demeter (object not created locally)
92995 src/com/gps/utilities/LMUUtils.java 139 Local variable 'statusCode' could be declared final
92996 src/com/gps/utilities/LMUUtils.java 139 Potential violation of Law of Demeter (object not created locally)
92997 src/com/gps/utilities/LMUUtils.java 141 Avoid if (x != y) ..; else ..;
92998 src/com/gps/utilities/LMUUtils.java 142 Found 'DD'-anomaly for variable 'stat' (lines '142'-'156').
92999 src/com/gps/utilities/LMUUtils.java 143 Potential violation of Law of Demeter (object not created locally)
93000 src/com/gps/utilities/LMUUtils.java 143 System.out.print is used
93001 src/com/gps/utilities/LMUUtils.java 145 Found 'DD'-anomaly for variable 'stat' (lines '145'-'156').
93002 src/com/gps/utilities/LMUUtils.java 149 Local variable 'responseBody' could be declared final
93003 src/com/gps/utilities/LMUUtils.java 149 Potential violation of Law of Demeter (object not created locally)
93004 src/com/gps/utilities/LMUUtils.java 156 Found 'DD'-anomaly for variable 'stat' (lines '156'-'160').
93005 src/com/gps/utilities/LMUUtils.java 157 Potential violation of Law of Demeter (object not created locally)
93006 src/com/gps/utilities/LMUUtils.java 157 System.out.print is used
93007 src/com/gps/utilities/LMUUtils.java 158 Avoid printStackTrace(); use a logger call instead.
93008 src/com/gps/utilities/LMUUtils.java 158 Potential violation of Law of Demeter (object not created locally)
93009 src/com/gps/utilities/LMUUtils.java 160 Found 'DU'-anomaly for variable 'stat' (lines '160'-'174').
93010 src/com/gps/utilities/LMUUtils.java 161 Potential violation of Law of Demeter (object not created locally)
93011 src/com/gps/utilities/LMUUtils.java 161 System.out.print is used
93012 src/com/gps/utilities/LMUUtils.java 162 Avoid printStackTrace(); use a logger call instead.
93013 src/com/gps/utilities/LMUUtils.java 162 Potential violation of Law of Demeter (object not created locally)
93014 src/com/gps/utilities/LMUUtils.java 167 Potential violation of Law of Demeter (object not created locally)
93015 src/com/gps/utilities/LMUUtils.java 176 A method/constructor shouldnt explicitly throw java.lang.Exception
93016 src/com/gps/utilities/LMUUtils.java 176 Parameter 'args' is not assigned and could be declared final
93017 src/com/gps/utilities/LMUUtils.java 176 publicMethodCommentRequirement Required
93018 src/com/gps/utilities/LMUUtils.java 178 Local variable 'utils' could be declared final
93019 src/com/gps/utilities/LMUUtils.java 182 A method/constructor shouldnt explicitly throw java.lang.Exception
93020 src/com/gps/utilities/LMUUtils.java 182 Parameter 'response' is not assigned and could be declared final
93021 src/com/gps/utilities/LMUUtils.java 182 publicMethodCommentRequirement Required
93022 src/com/gps/utilities/LMUUtils.java 185 Local variable 'factory' could be declared final
93023 src/com/gps/utilities/LMUUtils.java 186 Local variable 'xpath1' could be declared final
93024 src/com/gps/utilities/LMUUtils.java 186 Potential violation of Law of Demeter (object not created locally)
93025 src/com/gps/utilities/LMUUtils.java 187 Local variable 'xpath2' could be declared final
93026 src/com/gps/utilities/LMUUtils.java 187 Potential violation of Law of Demeter (object not created locally)
93027 src/com/gps/utilities/LMUUtils.java 188 Local variable 'exp1' could be declared final
93028 src/com/gps/utilities/LMUUtils.java 189 Local variable 'exp2' could be declared final
93029 src/com/gps/utilities/LMUUtils.java 196 Local variable 'inputXML' could be declared final
93030 src/com/gps/utilities/LMUUtils.java 197 Potential violation of Law of Demeter (object not created locally)
93031 src/com/gps/utilities/LMUUtils.java 198 Local variable 'inputXML2' could be declared final
93032 src/com/gps/utilities/LMUUtils.java 199 Potential violation of Law of Demeter (object not created locally)
93033 src/com/gps/utilities/LMUUtils.java 204 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93034 src/com/gps/utilities/LMUUtils.java 206 Avoid printStackTrace(); use a logger call instead.
93035 src/com/gps/utilities/LMUUtils.java 206 Potential violation of Law of Demeter (object not created locally)
93036 src/com/gps/utilities/LMUUtils.java 212 Parameter 'eventCode' is not assigned and could be declared final
93037 src/com/gps/utilities/LMUUtils.java 212 publicMethodCommentRequirement Required
93038 src/com/gps/utilities/LMUUtils.java 216 Position literals first in String comparisons
93039 src/com/gps/utilities/LMUUtils.java 218 There is log block not surrounded by if
93040 src/com/gps/utilities/LMUUtils.java 218 There is log block not surrounded by if
93041 src/com/gps/utilities/LMUUtils.java 223 There is log block not surrounded by if
93042 src/com/gps/utilities/LMUUtils.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
93043 src/com/gps/utilities/LocationManager.java 12 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
93044 src/com/gps/utilities/LocationManager.java 12 headerCommentRequirement Required
93045 src/com/gps/utilities/LocationManager.java 14 The Logger variable declaration does not contain the static and final modifiers
93046 src/com/gps/utilities/LocationManager.java 14 Use explicit scoping instead of the default package private level
93047 src/com/gps/utilities/LocationManager.java 14 fieldCommentRequirement Required
93048 src/com/gps/utilities/LocationManager.java 18 Parameter 'tripId' is not assigned and could be declared final
93049 src/com/gps/utilities/LocationManager.java 18 publicMethodCommentRequirement Required
93050 src/com/gps/utilities/LocationManager.java 20 Avoid declaring a variable if it is unreferenced before a possible exit point.
93051 src/com/gps/utilities/LocationManager.java 20 Avoid unused local variables such as 'pos'.
93052 src/com/gps/utilities/LocationManager.java 20 Found 'DU'-anomaly for variable 'pos' (lines '20'-'52').
93053 src/com/gps/utilities/LocationManager.java 20 Local variable 'pos' could be declared final
93054 src/com/gps/utilities/LocationManager.java 21 There is log block not surrounded by if
93055 src/com/gps/utilities/LocationManager.java 21 There is log block not surrounded by if
93056 src/com/gps/utilities/LocationManager.java 22 Found 'DD'-anomaly for variable 'location' (lines '22'-'30').
93057 src/com/gps/utilities/LocationManager.java 25 System.out.print is used
93058 src/com/gps/utilities/LocationManager.java 28 There is log block not surrounded by if
93059 src/com/gps/utilities/LocationManager.java 28 There is log block not surrounded by if
93060 src/com/gps/utilities/LocationManager.java 29 Local variable 'populator' could be declared final
93061 src/com/gps/utilities/LocationManager.java 30 Potential violation of Law of Demeter (object not created locally)
93062 src/com/gps/utilities/LocationManager.java 31 There is log block not surrounded by if
93063 src/com/gps/utilities/LocationManager.java 31 There is log block not surrounded by if
93064 src/com/gps/utilities/LocationManager.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93065 src/com/gps/utilities/LocationManager.java 35 There is log block not surrounded by if
93066 src/com/gps/utilities/LocationManager.java 36 Avoid printStackTrace(); use a logger call instead.
93067 src/com/gps/utilities/LocationManager.java 36 Potential violation of Law of Demeter (object not created locally)
93068 src/com/gps/utilities/LocationManager.java 43 There is log block not surrounded by if
93069 src/com/gps/utilities/LocationManager.java 43 There is log block not surrounded by if
93070 src/com/gps/utilities/LocationManager.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93071 src/com/gps/utilities/LocationManager.java 47 There is log block not surrounded by if
93072 src/com/gps/utilities/LocationManager.java 51 Potential violation of Law of Demeter (method chain calls)
93073 src/com/gps/utilities/LocationManager.java 51 Potential violation of Law of Demeter (method chain calls)
93074 src/com/gps/utilities/LocationManager.java 55 A method/constructor shouldnt explicitly throw java.lang.Exception
93075 src/com/gps/utilities/LocationManager.java 55 Parameter 'args' is not assigned and could be declared final
93076 src/com/gps/utilities/LocationManager.java 55 publicMethodCommentRequirement Required
93077 src/com/gps/utilities/LocationManager.java 57 System.out.print is used
93078 src/com/gps/utilities/LocationManager.java 58 Local variable 'dao' could be declared final
93079 src/com/gps/utilities/LoginManager.java 5 Avoid unused imports such as 'java.text.SimpleDateFormat'
93080 src/com/gps/utilities/LoginManager.java 6 Avoid unused imports such as 'java.util.Calendar'
93081 src/com/gps/utilities/LoginManager.java 7 Avoid unused imports such as 'java.util.List'
93082 src/com/gps/utilities/LoginManager.java 15 Avoid importing anything from the sun.* packages
93083 src/com/gps/utilities/LoginManager.java 18 Avoid unused imports such as 'com.gps.hibernate.Organization'
93084 src/com/gps/utilities/LoginManager.java 22 headerCommentRequirement Required
93085 src/com/gps/utilities/LoginManager.java 24 Avoid unused private fields such as 'dates'.
93086 src/com/gps/utilities/LoginManager.java 24 Avoid using redundant field initializer for 'dates'
93087 src/com/gps/utilities/LoginManager.java 24 Private field 'dates' could be made final; it is only initialized in the declaration or constructor.
93088 src/com/gps/utilities/LoginManager.java 24 fieldCommentRequirement Required
93089 src/com/gps/utilities/LoginManager.java 25 Avoid unused private fields such as 'days'.
93090 src/com/gps/utilities/LoginManager.java 25 Avoid using redundant field initializer for 'days'
93091 src/com/gps/utilities/LoginManager.java 25 Private field 'days' could be made final; it is only initialized in the declaration or constructor.
93092 src/com/gps/utilities/LoginManager.java 25 fieldCommentRequirement Required
93093 src/com/gps/utilities/LoginManager.java 26 The Logger variable declaration does not contain the static and final modifiers
93094 src/com/gps/utilities/LoginManager.java 26 Use explicit scoping instead of the default package private level
93095 src/com/gps/utilities/LoginManager.java 26 fieldCommentRequirement Required
93096 src/com/gps/utilities/LoginManager.java 31 Avoid reassigning parameters such as 'password'
93097 src/com/gps/utilities/LoginManager.java 31 Method names should not start with capital letters
93098 src/com/gps/utilities/LoginManager.java 31 Parameter 'username' is not assigned and could be declared final
93099 src/com/gps/utilities/LoginManager.java 31 publicMethodCommentRequirement Required
93100 src/com/gps/utilities/LoginManager.java 33 There is log block not surrounded by if
93101 src/com/gps/utilities/LoginManager.java 33 There is log block not surrounded by if
93102 src/com/gps/utilities/LoginManager.java 34 Local variable 'loginProDAO' could be declared final
93103 src/com/gps/utilities/LoginManager.java 35 Found 'DD'-anomaly for variable 'stat' (lines '35'-'40').
93104 src/com/gps/utilities/LoginManager.java 38 System.out.print is used
93105 src/com/gps/utilities/LoginManager.java 40 Potential violation of Law of Demeter (object not created locally)
93106 src/com/gps/utilities/LoginManager.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93107 src/com/gps/utilities/LoginManager.java 44 Potential violation of Law of Demeter (object not created locally)
93108 src/com/gps/utilities/LoginManager.java 44 There is log block not surrounded by if
93109 src/com/gps/utilities/LoginManager.java 45 Avoid printStackTrace(); use a logger call instead.
93110 src/com/gps/utilities/LoginManager.java 45 Potential violation of Law of Demeter (object not created locally)
93111 src/com/gps/utilities/LoginManager.java 48 A method should have only one exit point, and that should be the last statement in the method
93112 src/com/gps/utilities/LoginManager.java 48 Avoid using if...else statements without curly braces
93113 src/com/gps/utilities/LoginManager.java 48 Potential violation of Law of Demeter (method chain calls)
93114 src/com/gps/utilities/LoginManager.java 48 Potential violation of Law of Demeter (method chain calls)
93115 src/com/gps/utilities/LoginManager.java 50 Avoid using if...else statements without curly braces
93116 src/com/gps/utilities/LoginManager.java 50 Potential violation of Law of Demeter (method chain calls)
93117 src/com/gps/utilities/LoginManager.java 50 Potential violation of Law of Demeter (method chain calls)
93118 src/com/gps/utilities/LoginManager.java 54 Avoid reassigning parameters such as 'password'
93119 src/com/gps/utilities/LoginManager.java 54 Method names should not start with capital letters
93120 src/com/gps/utilities/LoginManager.java 54 Parameter 'username' is not assigned and could be declared final
93121 src/com/gps/utilities/LoginManager.java 54 publicMethodCommentRequirement Required
93122 src/com/gps/utilities/LoginManager.java 57 There is log block not surrounded by if
93123 src/com/gps/utilities/LoginManager.java 57 There is log block not surrounded by if
93124 src/com/gps/utilities/LoginManager.java 58 Local variable 'loginProDAO' could be declared final
93125 src/com/gps/utilities/LoginManager.java 59 Found 'DD'-anomaly for variable 'stat' (lines '59'-'64').
93126 src/com/gps/utilities/LoginManager.java 62 System.out.print is used
93127 src/com/gps/utilities/LoginManager.java 64 Potential violation of Law of Demeter (object not created locally)
93128 src/com/gps/utilities/LoginManager.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93129 src/com/gps/utilities/LoginManager.java 68 Potential violation of Law of Demeter (object not created locally)
93130 src/com/gps/utilities/LoginManager.java 68 There is log block not surrounded by if
93131 src/com/gps/utilities/LoginManager.java 69 Avoid printStackTrace(); use a logger call instead.
93132 src/com/gps/utilities/LoginManager.java 69 Potential violation of Law of Demeter (object not created locally)
93133 src/com/gps/utilities/LoginManager.java 73 Parameter 'inputStr' is not assigned and could be declared final
93134 src/com/gps/utilities/LoginManager.java 73 Use block level rather than method level synchronization
93135 src/com/gps/utilities/LoginManager.java 73 publicMethodCommentRequirement Required
93136 src/com/gps/utilities/LoginManager.java 75 Avoid variables with short names like md
93137 src/com/gps/utilities/LoginManager.java 75 Local variable 'md' could be declared final
93138 src/com/gps/utilities/LoginManager.java 76 Potential violation of Law of Demeter (object not created locally)
93139 src/com/gps/utilities/LoginManager.java 77 Local variable 'digest' could be declared final
93140 src/com/gps/utilities/LoginManager.java 77 Potential violation of Law of Demeter (object not created locally)
93141 src/com/gps/utilities/LoginManager.java 78 A method should have only one exit point, and that should be the last statement in the method
93142 src/com/gps/utilities/LoginManager.java 78 This statement may have some unnecessary parentheses
93143 src/com/gps/utilities/LoginManager.java 78 Useless parentheses.
93144 src/com/gps/utilities/LoginManager.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93145 src/com/gps/utilities/LoginManager.java 84 A method/constructor shouldnt explicitly throw java.lang.Exception
93146 src/com/gps/utilities/LoginManager.java 84 Parameter 'args' is not assigned and could be declared final
93147 src/com/gps/utilities/LoginManager.java 84 publicMethodCommentRequirement Required
93148 src/com/gps/utilities/LoginManager.java 86 Avoid unused local variables such as 'lg'.
93149 src/com/gps/utilities/LoginManager.java 86 Avoid variables with short names like lg
93150 src/com/gps/utilities/LoginManager.java 86 Found 'DU'-anomaly for variable 'lg' (lines '86'-'92').
93151 src/com/gps/utilities/LoginManager.java 86 Local variable 'lg' could be declared final
93152 src/com/gps/utilities/LoginManager.java 87 System.out.print is used
93153 src/com/gps/utilities/LoginManager.java 89 Comment is too large: Line too long
93154 src/com/gps/utilities/MapUtils.java 12 headerCommentRequirement Required
93155 src/com/gps/utilities/MapUtils.java 14 fieldCommentRequirement Required
93156 src/com/gps/utilities/MapUtils.java 15 fieldCommentRequirement Required
93157 src/com/gps/utilities/MapUtils.java 16 The Logger variable declaration does not contain the static and final modifiers
93158 src/com/gps/utilities/MapUtils.java 16 fieldCommentRequirement Required
93159 src/com/gps/utilities/MapUtils.java 17 publicMethodCommentRequirement Required
93160 src/com/gps/utilities/MapUtils.java 21 Parameter 'point' is not assigned and could be declared final
93161 src/com/gps/utilities/MapUtils.java 21 publicMethodCommentRequirement Required
93162 src/com/gps/utilities/MapUtils.java 24 publicMethodCommentRequirement Required
93163 src/com/gps/utilities/MapUtils.java 27 Parameter 'points' is not assigned and could be declared final
93164 src/com/gps/utilities/MapUtils.java 27 publicMethodCommentRequirement Required
93165 src/com/gps/utilities/MapUtils.java 38 Parameter 'centerPoint' is not assigned and could be declared final
93166 src/com/gps/utilities/MapUtils.java 38 Parameter 'radius' is not assigned and could be declared final
93167 src/com/gps/utilities/MapUtils.java 41 Local variable 'distance' could be declared final
93168 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
93169 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
93170 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
93171 src/com/gps/utilities/MapUtils.java 45 Potential violation of Law of Demeter (method chain calls)
93172 src/com/gps/utilities/MapUtils.java 45 There is log block not surrounded by if
93173 src/com/gps/utilities/MapUtils.java 45 There is log block not surrounded by if
93174 src/com/gps/utilities/MapUtils.java 52 Avoid reassigning parameters such as 'hdng'
93175 src/com/gps/utilities/MapUtils.java 52 Parameter 'dist' is not assigned and could be declared final
93176 src/com/gps/utilities/MapUtils.java 52 Parameter 'orig' is not assigned and could be declared final
93177 src/com/gps/utilities/MapUtils.java 52 publicMethodCommentRequirement Required
93178 src/com/gps/utilities/MapUtils.java 54 Avoid variables with short names like R
93179 src/com/gps/utilities/MapUtils.java 54 Local variable 'R' could be declared final
93180 src/com/gps/utilities/MapUtils.java 54 Variables should start with a lowercase character, 'R' starts with uppercase character.
93181 src/com/gps/utilities/MapUtils.java 55 Avoid variables with short names like oX
93182 src/com/gps/utilities/MapUtils.java 55 Avoid variables with short names like oY
93183 src/com/gps/utilities/MapUtils.java 55 Use one line for each declaration, it enhances code readability.
93184 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like x
93185 src/com/gps/utilities/MapUtils.java 56 Avoid variables with short names like y
93186 src/com/gps/utilities/MapUtils.java 56 Use one line for each declaration, it enhances code readability.
93187 src/com/gps/utilities/MapUtils.java 57 Avoid variables with short names like d
93188 src/com/gps/utilities/MapUtils.java 57 Local variable 'd' could be declared final
93189 src/com/gps/utilities/MapUtils.java 62 Found 'DD'-anomaly for variable 'x' (lines '62'-'64').
93190 src/com/gps/utilities/MapUtils.java 65 There is log block not surrounded by if
93191 src/com/gps/utilities/MapUtils.java 65 There is log block not surrounded by if
93192 src/com/gps/utilities/MapUtils.java 74 Parameter 'point1' is not assigned and could be declared final
93193 src/com/gps/utilities/MapUtils.java 74 Parameter 'point2' is not assigned and could be declared final
93194 src/com/gps/utilities/MapUtils.java 76 Avoid variables with short names like R
93195 src/com/gps/utilities/MapUtils.java 76 Local variable 'R' could be declared final
93196 src/com/gps/utilities/MapUtils.java 76 Variables should start with a lowercase character, 'R' starts with uppercase character.
93197 src/com/gps/utilities/MapUtils.java 77 Local variable 'lon1' could be declared final
93198 src/com/gps/utilities/MapUtils.java 78 Local variable 'lat1' could be declared final
93199 src/com/gps/utilities/MapUtils.java 79 Local variable 'lon2' could be declared final
93200 src/com/gps/utilities/MapUtils.java 80 Local variable 'lat2' could be declared final
93201 src/com/gps/utilities/MapUtils.java 81 Local variable 'deltaLat' could be declared final
93202 src/com/gps/utilities/MapUtils.java 82 Local variable 'deltaLon' could be declared final
93203 src/com/gps/utilities/MapUtils.java 83 Local variable 'step1' could be declared final
93204 src/com/gps/utilities/MapUtils.java 84 Local variable 'step2' could be declared final
93205 src/com/gps/utilities/MapUtils.java 88 A method/constructor shouldnt explicitly throw java.lang.Exception
93206 src/com/gps/utilities/MapUtils.java 88 Parameter 'args' is not assigned and could be declared final
93207 src/com/gps/utilities/MapUtils.java 88 publicMethodCommentRequirement Required
93208 src/com/gps/utilities/MapUtils.java 90 Avoid unused local variables such as 'dao'.
93209 src/com/gps/utilities/MapUtils.java 90 Found 'DU'-anomaly for variable 'dao' (lines '90'-'129').
93210 src/com/gps/utilities/MapUtils.java 90 Local variable 'dao' could be declared final
93211 src/com/gps/utilities/MapUtils.java 91 Local variable 'mapUtils' could be declared final
93212 src/com/gps/utilities/MapUtils.java 92 Avoid unused local variables such as 'value'.
93213 src/com/gps/utilities/MapUtils.java 92 Found 'DU'-anomaly for variable 'value' (lines '92'-'129').
93214 src/com/gps/utilities/MapUtils.java 92 Local variable 'value' could be declared final
93215 src/com/gps/utilities/MapUtils.java 108 Comment is too large: Line too long
93216 src/com/gps/utilities/MapUtils.java 114 Comment is too large: Line too long
93217 src/com/gps/utilities/MapUtils.java 128 There is log block not surrounded by if
93218 src/com/gps/utilities/MapUtils.java 128 There is log block not surrounded by if
93219 src/com/gps/utilities/MapUtils.java 130 Parameter 'radius' is not assigned and could be declared final
93220 src/com/gps/utilities/MapUtils.java 130 publicMethodCommentRequirement Required
93221 src/com/gps/utilities/MapUtils.java 135 Local variable 'kmVal' could be declared final
93222 src/com/gps/utilities/MapUtils.java 136 Consider simply returning the value vs storing it in local variable 'kmVal'
93223 src/com/gps/utilities/MyLogger.java 5 Unnecessary use of fully qualified name 'org.apache.log4j.Logger' due to existing import 'org.apache.log4j.Logger'
93224 src/com/gps/utilities/MyLogger.java 5 headerCommentRequirement Required
93225 src/com/gps/utilities/MyLogger.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
93226 src/com/gps/utilities/MyLogger.java 7 The Logger variable declaration does not contain the static and final modifiers
93227 src/com/gps/utilities/MyLogger.java 7 fieldCommentRequirement Required
93228 src/com/gps/utilities/MyLogger.java 8 Parameter 'arg0' is not assigned and could be declared final
93229 src/com/gps/utilities/MyLogger.java 8 protectedMethodCommentRequirement Required
93230 src/com/gps/utilities/MyLogger.java 14 publicMethodCommentRequirement Required
93231 src/com/gps/utilities/MyLogger.java 20 Parameter 'strMessage' is not assigned and could be declared final
93232 src/com/gps/utilities/MyLogger.java 20 Use explicit scoping instead of the default package private level
93233 src/com/gps/utilities/MyLogger.java 22 System.out.print is used
93234 src/com/gps/utilities/OfflineChecker.java 18 headerCommentRequirement Required
93235 src/com/gps/utilities/OfflineChecker.java 20 The Logger variable declaration does not contain the static and final modifiers
93236 src/com/gps/utilities/OfflineChecker.java 20 Use explicit scoping instead of the default package private level
93237 src/com/gps/utilities/OfflineChecker.java 20 fieldCommentRequirement Required
93238 src/com/gps/utilities/OfflineChecker.java 24 Parameter 'interval' is not assigned and could be declared final
93239 src/com/gps/utilities/OfflineChecker.java 24 publicMethodCommentRequirement Required
93240 src/com/gps/utilities/OfflineChecker.java 26 Local variable 'dataTable' could be declared final
93241 src/com/gps/utilities/OfflineChecker.java 27 Found 'DD'-anomaly for variable 'orgList' (lines '27'-'40').
93242 src/com/gps/utilities/OfflineChecker.java 28 Found 'DD'-anomaly for variable 'jsonData' (lines '28'-'43').
93243 src/com/gps/utilities/OfflineChecker.java 29 Found 'DU'-anomaly for variable 'jsonMassager' (lines '29'-'51').
93244 src/com/gps/utilities/OfflineChecker.java 29 Local variable 'jsonMassager' could be declared final
93245 src/com/gps/utilities/OfflineChecker.java 33 Potential violation of Law of Demeter (object not created locally)
93246 src/com/gps/utilities/OfflineChecker.java 35 There is log block not surrounded by if
93247 src/com/gps/utilities/OfflineChecker.java 35 There is log block not surrounded by if
93248 src/com/gps/utilities/OfflineChecker.java 37 Avoid using if...else statements without curly braces
93249 src/com/gps/utilities/OfflineChecker.java 37 There is log block not surrounded by if
93250 src/com/gps/utilities/OfflineChecker.java 37 There is log block not surrounded by if
93251 src/com/gps/utilities/OfflineChecker.java 40 Potential violation of Law of Demeter (object not created locally)
93252 src/com/gps/utilities/OfflineChecker.java 42 Avoid using Literals in Conditional Statements
93253 src/com/gps/utilities/OfflineChecker.java 42 Potential violation of Law of Demeter (object not created locally)
93254 src/com/gps/utilities/OfflineChecker.java 42 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
93255 src/com/gps/utilities/OfflineChecker.java 43 Potential violation of Law of Demeter (object not created locally)
93256 src/com/gps/utilities/OfflineChecker.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93257 src/com/gps/utilities/OfflineChecker.java 47 Avoid printStackTrace(); use a logger call instead.
93258 src/com/gps/utilities/OfflineChecker.java 47 Potential violation of Law of Demeter (object not created locally)
93259 src/com/gps/utilities/PacketDataFetcher.java 29 headerCommentRequirement Required
93260 src/com/gps/utilities/PacketDataFetcher.java 30 The Logger variable declaration does not contain the static and final modifiers
93261 src/com/gps/utilities/PacketDataFetcher.java 30 Use explicit scoping instead of the default package private level
93262 src/com/gps/utilities/PacketDataFetcher.java 30 fieldCommentRequirement Required
93263 src/com/gps/utilities/PacketDataFetcher.java 34 Parameter 'tripParamId' is not assigned and could be declared final
93264 src/com/gps/utilities/PacketDataFetcher.java 34 Parameter 'vehId' is not assigned and could be declared final
93265 src/com/gps/utilities/PacketDataFetcher.java 35 Found 'DD'-anomaly for variable 'packetList' (lines '35'-'40').
93266 src/com/gps/utilities/PacketDataFetcher.java 36 Found 'DD'-anomaly for variable 'jsonConverter' (lines '36'-'39').
93267 src/com/gps/utilities/PacketDataFetcher.java 37 Found 'DD'-anomaly for variable 'response' (lines '37'-'41').
93268 src/com/gps/utilities/PacketDataFetcher.java 41 Potential violation of Law of Demeter (object not created locally)
93269 src/com/gps/utilities/PacketDataFetcher.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93270 src/com/gps/utilities/PacketDataFetcher.java 43 There is log block not surrounded by if
93271 src/com/gps/utilities/PacketDataFetcher.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93272 src/com/gps/utilities/PacketDataFetcher.java 48 There is log block not surrounded by if
93273 src/com/gps/utilities/PacketDataFetcher.java 55 Parameter 'tripParamId' is not assigned and could be declared final
93274 src/com/gps/utilities/PacketDataFetcher.java 55 Parameter 'vehicleId' is not assigned and could be declared final
93275 src/com/gps/utilities/PacketDataFetcher.java 56 Found 'DD'-anomaly for variable 'vehDao' (lines '56'-'62').
93276 src/com/gps/utilities/PacketDataFetcher.java 57 Found 'DD'-anomaly for variable 'packetList' (lines '57'-'65').
93277 src/com/gps/utilities/PacketDataFetcher.java 58 Found 'DD'-anomaly for variable 'infoList' (lines '58'-'63').
93278 src/com/gps/utilities/PacketDataFetcher.java 59 Found 'DD'-anomaly for variable 'vehDto' (lines '59'-'72').
93279 src/com/gps/utilities/PacketDataFetcher.java 59 Found 'DU'-anomaly for variable 'vehDto' (lines '59'-'88').
93280 src/com/gps/utilities/PacketDataFetcher.java 60 Found 'DU'-anomaly for variable 'dateFormat' (lines '60'-'88').
93281 src/com/gps/utilities/PacketDataFetcher.java 60 Local variable 'dateFormat' could be declared final
93282 src/com/gps/utilities/PacketDataFetcher.java 60 When instantiating a SimpleDateFormat object, specify a Locale
93283 src/com/gps/utilities/PacketDataFetcher.java 67 There is log block not surrounded by if
93284 src/com/gps/utilities/PacketDataFetcher.java 67 There is log block not surrounded by if
93285 src/com/gps/utilities/PacketDataFetcher.java 69 Local variable 'packetIter' could be declared final
93286 src/com/gps/utilities/PacketDataFetcher.java 71 Local variable 'rows' could be declared final
93287 src/com/gps/utilities/PacketDataFetcher.java 72 Avoid instantiating new objects inside loops
93288 src/com/gps/utilities/PacketDataFetcher.java 73 Potential violation of Law of Demeter (method chain calls)
93289 src/com/gps/utilities/PacketDataFetcher.java 74 Potential violation of Law of Demeter (method chain calls)
93290 src/com/gps/utilities/PacketDataFetcher.java 75 Potential violation of Law of Demeter (method chain calls)
93291 src/com/gps/utilities/PacketDataFetcher.java 75 Potential violation of Law of Demeter (method chain calls)
93292 src/com/gps/utilities/PacketDataFetcher.java 76 Potential violation of Law of Demeter (method chain calls)
93293 src/com/gps/utilities/PacketDataFetcher.java 77 Potential violation of Law of Demeter (method chain calls)
93294 src/com/gps/utilities/PacketDataFetcher.java 78 Potential violation of Law of Demeter (method chain calls)
93295 src/com/gps/utilities/PacketDataFetcher.java 79 Potential violation of Law of Demeter (method chain calls)
93296 src/com/gps/utilities/PacketDataFetcher.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93297 src/com/gps/utilities/PacketDataFetcher.java 85 There is log block not surrounded by if
93298 src/com/gps/utilities/PacketUpdator.java 9 Comment is too large: Too many lines
93299 src/com/gps/utilities/PacketUpdator.java 13 Comment is too large: Line too long
93300 src/com/gps/utilities/PacketUpdator.java 44 The class 'PacketUpdator' has a Cyclomatic Complexity of 12 (Highest = 25).
93301 src/com/gps/utilities/PacketUpdator.java 44 headerCommentRequirement Required
93302 src/com/gps/utilities/PacketUpdator.java 47 The Logger variable declaration does not contain the static and final modifiers
93303 src/com/gps/utilities/PacketUpdator.java 47 Use explicit scoping instead of the default package private level
93304 src/com/gps/utilities/PacketUpdator.java 47 fieldCommentRequirement Required
93305 src/com/gps/utilities/PacketUpdator.java 48 Variables that are final and static should be all capitals, 'format' is not all capitals.
93306 src/com/gps/utilities/PacketUpdator.java 48 When instantiating a SimpleDateFormat object, specify a Locale
93307 src/com/gps/utilities/PacketUpdator.java 48 fieldCommentRequirement Required
93308 src/com/gps/utilities/PacketUpdator.java 49 Use explicit scoping instead of the default package private level
93309 src/com/gps/utilities/PacketUpdator.java 49 fieldCommentRequirement Required
93310 src/com/gps/utilities/PacketUpdator.java 54 Avoid long parameter lists.
93311 src/com/gps/utilities/PacketUpdator.java 54 Found 'UR'-anomaly for variable 'reportref' (lines '54'-'109').
93312 src/com/gps/utilities/PacketUpdator.java 54 Found 'UR'-anomaly for variable 'tripId' (lines '54'-'124').
93313 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'creationTime' is not assigned and could be declared final
93314 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'distance' is not assigned and could be declared final
93315 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'eventCode' is not assigned and could be declared final
93316 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'fuel' is not assigned and could be declared final
93317 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'heading' is not assigned and could be declared final
93318 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'isInterested' is not assigned and could be declared final
93319 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'lat' is not assigned and could be declared final
93320 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'lon' is not assigned and could be declared final
93321 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'speed' is not assigned and could be declared final
93322 src/com/gps/utilities/PacketUpdator.java 54 Parameter 'vehicleId' is not assigned and could be declared final
93323 src/com/gps/utilities/PacketUpdator.java 54 The method 'updatePacket' has a Cyclomatic Complexity of 25.
93324 src/com/gps/utilities/PacketUpdator.java 54 The method updatePacket() has an NPath complexity of 4808
93325 src/com/gps/utilities/PacketUpdator.java 54 publicMethodCommentRequirement Required
93326 src/com/gps/utilities/PacketUpdator.java 58 Local variable 'dataOrg' could be declared final
93327 src/com/gps/utilities/PacketUpdator.java 59 Local variable 'vehVO' could be declared final
93328 src/com/gps/utilities/PacketUpdator.java 59 Potential violation of Law of Demeter (object not created locally)
93329 src/com/gps/utilities/PacketUpdator.java 60 Local variable 'reportRef' could be declared final
93330 src/com/gps/utilities/PacketUpdator.java 61 Found 'DU'-anomaly for variable 'AllEvents' (lines '61'-'151').
93331 src/com/gps/utilities/PacketUpdator.java 61 Local variable 'AllEvents' could be declared final
93332 src/com/gps/utilities/PacketUpdator.java 61 Potential violation of Law of Demeter (object not created locally)
93333 src/com/gps/utilities/PacketUpdator.java 61 Variables should start with a lowercase character, 'AllEvents' starts with uppercase character.
93334 src/com/gps/utilities/PacketUpdator.java 62 Found 'DU'-anomaly for variable 'dynamic' (lines '62'-'151').
93335 src/com/gps/utilities/PacketUpdator.java 62 Local variable 'dynamic' could be declared final
93336 src/com/gps/utilities/PacketUpdator.java 63 There is log block not surrounded by if
93337 src/com/gps/utilities/PacketUpdator.java 63 There is log block not surrounded by if
93338 src/com/gps/utilities/PacketUpdator.java 65 Found 'DD'-anomaly for variable 'updateFlag' (lines '65'-'69').
93339 src/com/gps/utilities/PacketUpdator.java 65 Found 'DD'-anomaly for variable 'updateFlag' (lines '65'-'71').
93340 src/com/gps/utilities/PacketUpdator.java 67 Found 'DU'-anomaly for variable 'currentPacketTime' (lines '67'-'151').
93341 src/com/gps/utilities/PacketUpdator.java 67 Local variable 'currentPacketTime' could be declared final
93342 src/com/gps/utilities/PacketUpdator.java 68 Potential violation of Law of Demeter (object not created locally)
93343 src/com/gps/utilities/PacketUpdator.java 70 Potential violation of Law of Demeter (object not created locally)
93344 src/com/gps/utilities/PacketUpdator.java 70 Potential violation of Law of Demeter (object not created locally)
93345 src/com/gps/utilities/PacketUpdator.java 70 Static DateFormatter objects should be accessed in a synchronized manner
93346 src/com/gps/utilities/PacketUpdator.java 70 Useless parentheses.
93347 src/com/gps/utilities/PacketUpdator.java 73 Avoid unnecessary comparisons in boolean expressions
93348 src/com/gps/utilities/PacketUpdator.java 73 Avoid using Literals in Conditional Statements
93349 src/com/gps/utilities/PacketUpdator.java 75 Potential violation of Law of Demeter (object not created locally)
93350 src/com/gps/utilities/PacketUpdator.java 77 Potential violation of Law of Demeter (object not created locally)
93351 src/com/gps/utilities/PacketUpdator.java 77 Potential violation of Law of Demeter (object not created locally)
93352 src/com/gps/utilities/PacketUpdator.java 77 There is log block not surrounded by if
93353 src/com/gps/utilities/PacketUpdator.java 77 There is log block not surrounded by if
93354 src/com/gps/utilities/PacketUpdator.java 79 Potential violation of Law of Demeter (object not created locally)
93355 src/com/gps/utilities/PacketUpdator.java 79 Potential violation of Law of Demeter (object not created locally)
93356 src/com/gps/utilities/PacketUpdator.java 79 Potential violation of Law of Demeter (object not created locally)
93357 src/com/gps/utilities/PacketUpdator.java 79 Potential violation of Law of Demeter (object not created locally)
93358 src/com/gps/utilities/PacketUpdator.java 79 Potential violation of Law of Demeter (object not created locally)
93359 src/com/gps/utilities/PacketUpdator.java 79 Useless parentheses.
93360 src/com/gps/utilities/PacketUpdator.java 81 Found 'DD'-anomaly for variable 'counter' (lines '81'-'82').
93361 src/com/gps/utilities/PacketUpdator.java 81 Potential violation of Law of Demeter (object not created locally)
93362 src/com/gps/utilities/PacketUpdator.java 83 There is log block not surrounded by if
93363 src/com/gps/utilities/PacketUpdator.java 83 There is log block not surrounded by if
93364 src/com/gps/utilities/PacketUpdator.java 84 Potential violation of Law of Demeter (object not created locally)
93365 src/com/gps/utilities/PacketUpdator.java 88 There is log block not surrounded by if
93366 src/com/gps/utilities/PacketUpdator.java 88 There is log block not surrounded by if
93367 src/com/gps/utilities/PacketUpdator.java 89 Potential violation of Law of Demeter (object not created locally)
93368 src/com/gps/utilities/PacketUpdator.java 97 Potential violation of Law of Demeter (object not created locally)
93369 src/com/gps/utilities/PacketUpdator.java 100 Useless parentheses.
93370 src/com/gps/utilities/PacketUpdator.java 100 Useless parentheses.
93371 src/com/gps/utilities/PacketUpdator.java 102 Local variable 'event' could be declared final
93372 src/com/gps/utilities/PacketUpdator.java 107 Local variable 'reportref' could be declared final
93373 src/com/gps/utilities/PacketUpdator.java 109 Potential violation of Law of Demeter (method chain calls)
93374 src/com/gps/utilities/PacketUpdator.java 111 Potential violation of Law of Demeter (object not created locally)
93375 src/com/gps/utilities/PacketUpdator.java 111 Potential violation of Law of Demeter (object not created locally)
93376 src/com/gps/utilities/PacketUpdator.java 113 Potential violation of Law of Demeter (method chain calls)
93377 src/com/gps/utilities/PacketUpdator.java 115 Potential violation of Law of Demeter (object not created locally)
93378 src/com/gps/utilities/PacketUpdator.java 118 Local variable 'locdao' could be declared final
93379 src/com/gps/utilities/PacketUpdator.java 119 Found 'DU'-anomaly for variable 'populator' (lines '119'-'151').
93380 src/com/gps/utilities/PacketUpdator.java 119 Local variable 'populator' could be declared final
93381 src/com/gps/utilities/PacketUpdator.java 120 Local variable 'trips' could be declared final
93382 src/com/gps/utilities/PacketUpdator.java 121 Avoid using Literals in Conditional Statements
93383 src/com/gps/utilities/PacketUpdator.java 121 Potential violation of Law of Demeter (object not created locally)
93384 src/com/gps/utilities/PacketUpdator.java 121 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
93385 src/com/gps/utilities/PacketUpdator.java 123 Local variable 'tripId' could be declared final
93386 src/com/gps/utilities/PacketUpdator.java 128 There is log block not surrounded by if
93387 src/com/gps/utilities/PacketUpdator.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
93388 src/com/gps/utilities/PacketUpdator.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93389 src/com/gps/utilities/PacketUpdator.java 133 Potential violation of Law of Demeter (object not created locally)
93390 src/com/gps/utilities/PacketUpdator.java 133 There is log block not surrounded by if
93391 src/com/gps/utilities/PacketUpdator.java 140 There is log block not surrounded by if
93392 src/com/gps/utilities/PacketUpdator.java 140 There is log block not surrounded by if
93393 src/com/gps/utilities/PacketUpdator.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93394 src/com/gps/utilities/PacketUpdator.java 147 There is log block not surrounded by if
93395 src/com/gps/utilities/PacketUpdator.java 155 Method names should not start with capital letters
93396 src/com/gps/utilities/PacketUpdator.java 155 Parameter 'dataOrg' is not assigned and could be declared final
93397 src/com/gps/utilities/PacketUpdator.java 155 Parameter 'lat' is not assigned and could be declared final
93398 src/com/gps/utilities/PacketUpdator.java 155 Parameter 'lon' is not assigned and could be declared final
93399 src/com/gps/utilities/PacketUpdator.java 155 Parameter 'vehicleId' is not assigned and could be declared final
93400 src/com/gps/utilities/PacketUpdator.java 159 There is log block not surrounded by if
93401 src/com/gps/utilities/PacketUpdator.java 159 There is log block not surrounded by if
93402 src/com/gps/utilities/PacketUpdator.java 160 Found 'DD'-anomaly for variable 'Currentfence' (lines '160'-'167').
93403 src/com/gps/utilities/PacketUpdator.java 160 Found 'DU'-anomaly for variable 'Currentfence' (lines '160'-'211').
93404 src/com/gps/utilities/PacketUpdator.java 160 Variables should start with a lowercase character, 'Currentfence' starts with uppercase character.
93405 src/com/gps/utilities/PacketUpdator.java 161 Avoid variables with short names like vo
93406 src/com/gps/utilities/PacketUpdator.java 161 Found 'DD'-anomaly for variable 'vo' (lines '161'-'169').
93407 src/com/gps/utilities/PacketUpdator.java 161 Found 'DU'-anomaly for variable 'vo' (lines '161'-'211').
93408 src/com/gps/utilities/PacketUpdator.java 162 Local variable 'orgId' could be declared final
93409 src/com/gps/utilities/PacketUpdator.java 163 Local variable 'Geofences' could be declared final
93410 src/com/gps/utilities/PacketUpdator.java 163 Variables should start with a lowercase character, 'Geofences' starts with uppercase character.
93411 src/com/gps/utilities/PacketUpdator.java 166 Avoid variables with short names like ws
93412 src/com/gps/utilities/PacketUpdator.java 166 Local variable 'ws' could be declared final
93413 src/com/gps/utilities/PacketUpdator.java 167 Found 'DU'-anomaly for variable 'Currentfence' (lines '167'-'211').
93414 src/com/gps/utilities/PacketUpdator.java 167 Potential violation of Law of Demeter (object not created locally)
93415 src/com/gps/utilities/PacketUpdator.java 172 Avoid if (x != y) ..; else ..;
93416 src/com/gps/utilities/PacketUpdator.java 174 Potential violation of Law of Demeter (object not created locally)
93417 src/com/gps/utilities/PacketUpdator.java 174 Potential violation of Law of Demeter (object not created locally)
93418 src/com/gps/utilities/PacketUpdator.java 174 There is log block not surrounded by if
93419 src/com/gps/utilities/PacketUpdator.java 174 There is log block not surrounded by if
93420 src/com/gps/utilities/PacketUpdator.java 176 Avoid if (x != y) ..; else ..;
93421 src/com/gps/utilities/PacketUpdator.java 176 Potential violation of Law of Demeter (object not created locally)
93422 src/com/gps/utilities/PacketUpdator.java 176 Potential violation of Law of Demeter (object not created locally)
93423 src/com/gps/utilities/PacketUpdator.java 178 There is log block not surrounded by if
93424 src/com/gps/utilities/PacketUpdator.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
93425 src/com/gps/utilities/PacketUpdator.java 179 Local variable 'CrTime' could be declared final
93426 src/com/gps/utilities/PacketUpdator.java 179 Potential violation of Law of Demeter (object not created locally)
93427 src/com/gps/utilities/PacketUpdator.java 179 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
93428 src/com/gps/utilities/PacketUpdator.java 182 There is log block not surrounded by if
93429 src/com/gps/utilities/PacketUpdator.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
93430 src/com/gps/utilities/PacketUpdator.java 183 Potential violation of Law of Demeter (object not created locally)
93431 src/com/gps/utilities/PacketUpdator.java 183 Static DateFormatter objects should be accessed in a synchronized manner
93432 src/com/gps/utilities/PacketUpdator.java 185 Potential violation of Law of Demeter (object not created locally)
93433 src/com/gps/utilities/PacketUpdator.java 187 Potential violation of Law of Demeter (object not created locally)
93434 src/com/gps/utilities/PacketUpdator.java 187 Static DateFormatter objects should be accessed in a synchronized manner
93435 src/com/gps/utilities/PacketUpdator.java 191 Avoid using if...else statements without curly braces
93436 src/com/gps/utilities/PacketUpdator.java 191 There is log block not surrounded by if
93437 src/com/gps/utilities/PacketUpdator.java 191 There is log block not surrounded by if
93438 src/com/gps/utilities/PacketUpdator.java 196 Avoid using Literals in Conditional Statements
93439 src/com/gps/utilities/PacketUpdator.java 196 Potential violation of Law of Demeter (object not created locally)
93440 src/com/gps/utilities/PacketUpdator.java 201 Potential violation of Law of Demeter (object not created locally)
93441 src/com/gps/utilities/PacketUpdator.java 207 Avoid catching NullPointerException; consider removing the cause of the NPE.
93442 src/com/gps/utilities/PacketUpdator.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93443 src/com/gps/utilities/PacketUpdator.java 209 There is log block not surrounded by if
93444 src/com/gps/utilities/PacketUpdator.java 214 Method names should not start with capital letters
93445 src/com/gps/utilities/PacketUpdator.java 214 Parameter 'CrTime' is not assigned and could be declared final
93446 src/com/gps/utilities/PacketUpdator.java 214 Parameter 'fenceId' is not assigned and could be declared final
93447 src/com/gps/utilities/PacketUpdator.java 214 Parameter 'vehicleId' is not assigned and could be declared final
93448 src/com/gps/utilities/PacketUpdator.java 214 Variables should start with a lowercase character, 'CrTime' starts with uppercase character.
93449 src/com/gps/utilities/PacketUpdator.java 218 Local variable 'mapDAO' could be declared final
93450 src/com/gps/utilities/PacketUpdator.java 220 Local variable 'GeoVehicle' could be declared final
93451 src/com/gps/utilities/PacketUpdator.java 220 Variables should start with a lowercase character, 'GeoVehicle' starts with uppercase character.
93452 src/com/gps/utilities/PacketUpdator.java 221 Avoid if (x != y) ..; else ..;
93453 src/com/gps/utilities/PacketUpdator.java 223 Potential violation of Law of Demeter (object not created locally)
93454 src/com/gps/utilities/PacketUpdator.java 223 Potential violation of Law of Demeter (object not created locally)
93455 src/com/gps/utilities/PacketUpdator.java 223 There is log block not surrounded by if
93456 src/com/gps/utilities/PacketUpdator.java 223 There is log block not surrounded by if
93457 src/com/gps/utilities/PacketUpdator.java 224 Potential violation of Law of Demeter (object not created locally)
93458 src/com/gps/utilities/PacketUpdator.java 228 Avoid using if...else statements without curly braces
93459 src/com/gps/utilities/PacketUpdator.java 228 There is log block not surrounded by if
93460 src/com/gps/utilities/PacketUpdator.java 228 There is log block not surrounded by if
93461 src/com/gps/utilities/PacketUpdator.java 230 Avoid catching NullPointerException; consider removing the cause of the NPE.
93462 src/com/gps/utilities/PacketUpdator.java 230 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93463 src/com/gps/utilities/PacketUpdator.java 232 There is log block not surrounded by if
93464 src/com/gps/utilities/PhoneLogin.java 9 Avoid unused imports such as 'com.gps.hibernate.Organization'
93465 src/com/gps/utilities/PhoneLogin.java 12 Avoid importing anything from the sun.* packages
93466 src/com/gps/utilities/PhoneLogin.java 18 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
93467 src/com/gps/utilities/PhoneLogin.java 18 headerCommentRequirement Required
93468 src/com/gps/utilities/PhoneLogin.java 23 Avoid reassigning parameters such as 'password'
93469 src/com/gps/utilities/PhoneLogin.java 23 Parameter 'emailid' is not assigned and could be declared final
93470 src/com/gps/utilities/PhoneLogin.java 23 publicMethodCommentRequirement Required
93471 src/com/gps/utilities/PhoneLogin.java 25 Found 'DD'-anomaly for variable 'organization' (lines '25'-'30').
93472 src/com/gps/utilities/PhoneLogin.java 29 Local variable 'logprodao' could be declared final
93473 src/com/gps/utilities/PhoneLogin.java 30 Potential violation of Law of Demeter (object not created locally)
93474 src/com/gps/utilities/PhoneLogin.java 31 Local variable 'convert' could be declared final
93475 src/com/gps/utilities/PhoneLogin.java 32 A method should have only one exit point, and that should be the last statement in the method
93476 src/com/gps/utilities/PhoneLogin.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93477 src/com/gps/utilities/PhoneLogin.java 35 Avoid printStackTrace(); use a logger call instead.
93478 src/com/gps/utilities/PhoneLogin.java 35 Potential violation of Law of Demeter (object not created locally)
93479 src/com/gps/utilities/PhoneLogin.java 40 Parameter 'inputStr' is not assigned and could be declared final
93480 src/com/gps/utilities/PhoneLogin.java 40 Use block level rather than method level synchronization
93481 src/com/gps/utilities/PhoneLogin.java 40 publicMethodCommentRequirement Required
93482 src/com/gps/utilities/PhoneLogin.java 42 Avoid variables with short names like md
93483 src/com/gps/utilities/PhoneLogin.java 42 Local variable 'md' could be declared final
93484 src/com/gps/utilities/PhoneLogin.java 43 Potential violation of Law of Demeter (object not created locally)
93485 src/com/gps/utilities/PhoneLogin.java 44 Local variable 'digest' could be declared final
93486 src/com/gps/utilities/PhoneLogin.java 44 Potential violation of Law of Demeter (object not created locally)
93487 src/com/gps/utilities/PhoneLogin.java 45 A method should have only one exit point, and that should be the last statement in the method
93488 src/com/gps/utilities/PhoneLogin.java 45 This statement may have some unnecessary parentheses
93489 src/com/gps/utilities/PhoneLogin.java 45 Useless parentheses.
93490 src/com/gps/utilities/PhoneLogin.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93491 src/com/gps/utilities/PropertyConfigurator.java 3 Avoid unused imports such as 'java.io.FileInputStream'
93492 src/com/gps/utilities/PropertyConfigurator.java 8 headerCommentRequirement Required
93493 src/com/gps/utilities/PropertyConfigurator.java 10 Parameter 'filename' is not assigned and could be declared final
93494 src/com/gps/utilities/PropertyConfigurator.java 10 publicMethodCommentRequirement Required
93495 src/com/gps/utilities/PropertyConfigurator.java 13 Local variable 'properties' could be declared final
93496 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
93497 src/com/gps/utilities/PropertyConfigurator.java 14 Potential violation of Law of Demeter (method chain calls)
93498 src/com/gps/utilities/PropertyConfigurator.java 19 Parameter 'args' is not assigned and could be declared final
93499 src/com/gps/utilities/PropertyConfigurator.java 19 publicMethodCommentRequirement Required
93500 src/com/gps/utilities/PropertyConfigurator.java 22 Local variable 'props' could be declared final
93501 src/com/gps/utilities/PropertyConfigurator.java 23 System.out.print is used
93502 src/com/gps/utilities/PullTripTrackingDetails.java 2 Comment is too large: Too many lines
93503 src/com/gps/utilities/PullTripTrackingDetails.java 6 Comment is too large: Line too long
93504 src/com/gps/utilities/PullTripTrackingDetails.java 15 Avoid unused imports such as 'com.gps.automation.DataOrganizer'
93505 src/com/gps/utilities/PullTripTrackingDetails.java 18 Avoid unused imports such as 'com.gps.helper.DBManager'
93506 src/com/gps/utilities/PullTripTrackingDetails.java 23 Avoid unused imports such as 'com.gps.vo.VehicleVO'
93507 src/com/gps/utilities/PullTripTrackingDetails.java 26 headerCommentRequirement Required
93508 src/com/gps/utilities/PullTripTrackingDetails.java 28 The Logger variable declaration does not contain the static and final modifiers
93509 src/com/gps/utilities/PullTripTrackingDetails.java 28 Use explicit scoping instead of the default package private level
93510 src/com/gps/utilities/PullTripTrackingDetails.java 28 fieldCommentRequirement Required
93511 src/com/gps/utilities/PullTripTrackingDetails.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
93512 src/com/gps/utilities/PullTripTrackingDetails.java 29 Use explicit scoping instead of the default package private level
93513 src/com/gps/utilities/PullTripTrackingDetails.java 29 fieldCommentRequirement Required
93514 src/com/gps/utilities/PullTripTrackingDetails.java 33 Parameter 'trackerId' is not assigned and could be declared final
93515 src/com/gps/utilities/PullTripTrackingDetails.java 33 publicMethodCommentRequirement Required
93516 src/com/gps/utilities/PullTripTrackingDetails.java 34 Found 'DD'-anomaly for variable 'response' (lines '34'-'48').
93517 src/com/gps/utilities/PullTripTrackingDetails.java 34 Found 'DD'-anomaly for variable 'response' (lines '34'-'50').
93518 src/com/gps/utilities/PullTripTrackingDetails.java 35 Found 'DD'-anomaly for variable 'outTrip' (lines '35'-'40').
93519 src/com/gps/utilities/PullTripTrackingDetails.java 36 Local variable 'jsonData' could be declared final
93520 src/com/gps/utilities/PullTripTrackingDetails.java 37 Local variable 'exp' could be declared final
93521 src/com/gps/utilities/PullTripTrackingDetails.java 41 Avoid using if statements without curly braces
93522 src/com/gps/utilities/PullTripTrackingDetails.java 42 Potential violation of Law of Demeter (object not created locally)
93523 src/com/gps/utilities/PullTripTrackingDetails.java 42 There is log block not surrounded by if
93524 src/com/gps/utilities/PullTripTrackingDetails.java 42 There is log block not surrounded by if
93525 src/com/gps/utilities/PullTripTrackingDetails.java 46 Potential violation of Law of Demeter (object not created locally)
93526 src/com/gps/utilities/PullTripTrackingDetails.java 47 Potential violation of Law of Demeter (object not created locally)
93527 src/com/gps/utilities/PullTripTrackingDetails.java 48 Potential violation of Law of Demeter (object not created locally)
93528 src/com/gps/utilities/PullTripTrackingDetails.java 50 Avoid using if...else statements without curly braces
93529 src/com/gps/utilities/PullTripTrackingDetails.java 50 Potential violation of Law of Demeter (object not created locally)
93530 src/com/gps/utilities/PullTripTrackingDetails.java 54 There is log block not surrounded by if
93531 src/com/gps/utilities/PullTripTrackingDetails.java 54 There is log block not surrounded by if
93532 src/com/gps/utilities/PullTripTrackingDetails.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93533 src/com/gps/utilities/PullTripTrackingDetails.java 58 Potential violation of Law of Demeter (object not created locally)
93534 src/com/gps/utilities/PullTripTrackingDetails.java 59 Potential violation of Law of Demeter (object not created locally)
93535 src/com/gps/utilities/PullTripTrackingDetails.java 60 Avoid printStackTrace(); use a logger call instead.
93536 src/com/gps/utilities/PullTripTrackingDetails.java 60 Potential violation of Law of Demeter (object not created locally)
93537 src/com/gps/utilities/PullTripTrackingDetails.java 67 There is log block not surrounded by if
93538 src/com/gps/utilities/PullTripTrackingDetails.java 67 There is log block not surrounded by if
93539 src/com/gps/utilities/PullTripTrackingDetails.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93540 src/com/gps/utilities/PullTripTrackingDetails.java 74 There is log block not surrounded by if
93541 src/com/gps/utilities/PushTripDetails.java 6 Avoid unused imports such as 'java.util.HashSet'
93542 src/com/gps/utilities/PushTripDetails.java 8 Avoid unused imports such as 'java.util.Set'
93543 src/com/gps/utilities/PushTripDetails.java 29 headerCommentRequirement Required
93544 src/com/gps/utilities/PushTripDetails.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
93545 src/com/gps/utilities/PushTripDetails.java 31 Use explicit scoping instead of the default package private level
93546 src/com/gps/utilities/PushTripDetails.java 31 fieldCommentRequirement Required
93547 src/com/gps/utilities/PushTripDetails.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
93548 src/com/gps/utilities/PushTripDetails.java 32 Use explicit scoping instead of the default package private level
93549 src/com/gps/utilities/PushTripDetails.java 32 fieldCommentRequirement Required
93550 src/com/gps/utilities/PushTripDetails.java 33 The Logger variable declaration does not contain the static and final modifiers
93551 src/com/gps/utilities/PushTripDetails.java 33 Use explicit scoping instead of the default package private level
93552 src/com/gps/utilities/PushTripDetails.java 33 fieldCommentRequirement Required
93553 src/com/gps/utilities/PushTripDetails.java 38 Parameter 'tripJSON' is not assigned and could be declared final
93554 src/com/gps/utilities/PushTripDetails.java 38 publicMethodCommentRequirement Required
93555 src/com/gps/utilities/PushTripDetails.java 39 Found 'DD'-anomaly for variable 'result' (lines '39'-'55').
93556 src/com/gps/utilities/PushTripDetails.java 41 Found 'DD'-anomaly for variable 'response' (lines '41'-'51').
93557 src/com/gps/utilities/PushTripDetails.java 42 Local variable 'jsonData' could be declared final
93558 src/com/gps/utilities/PushTripDetails.java 46 There is log block not surrounded by if
93559 src/com/gps/utilities/PushTripDetails.java 46 There is log block not surrounded by if
93560 src/com/gps/utilities/PushTripDetails.java 50 Potential violation of Law of Demeter (object not created locally)
93561 src/com/gps/utilities/PushTripDetails.java 53 Potential violation of Law of Demeter (object not created locally)
93562 src/com/gps/utilities/PushTripDetails.java 53 Potential violation of Law of Demeter (object not created locally)
93563 src/com/gps/utilities/PushTripDetails.java 53 There is log block not surrounded by if
93564 src/com/gps/utilities/PushTripDetails.java 53 There is log block not surrounded by if
93565 src/com/gps/utilities/PushTripDetails.java 55 Potential violation of Law of Demeter (object not created locally)
93566 src/com/gps/utilities/PushTripDetails.java 57 There is log block not surrounded by if
93567 src/com/gps/utilities/PushTripDetails.java 57 There is log block not surrounded by if
93568 src/com/gps/utilities/PushTripDetails.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93569 src/com/gps/utilities/PushTripDetails.java 61 Potential violation of Law of Demeter (object not created locally)
93570 src/com/gps/utilities/PushTripDetails.java 61 There is log block not surrounded by if
93571 src/com/gps/utilities/PushTripDetails.java 61 There is log block not surrounded by if
93572 src/com/gps/utilities/PushTripDetails.java 62 Avoid printStackTrace(); use a logger call instead.
93573 src/com/gps/utilities/PushTripDetails.java 62 Potential violation of Law of Demeter (object not created locally)
93574 src/com/gps/utilities/PushTripDetails.java 69 There is log block not surrounded by if
93575 src/com/gps/utilities/PushTripDetails.java 69 There is log block not surrounded by if
93576 src/com/gps/utilities/PushTripDetails.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93577 src/com/gps/utilities/PushTripDetails.java 73 There is log block not surrounded by if
93578 src/com/gps/utilities/PushTripDetails.java 80 Parameter 'args' is not assigned and could be declared final
93579 src/com/gps/utilities/PushTripDetails.java 80 publicMethodCommentRequirement Required
93580 src/com/gps/utilities/PushTripDetails.java 84 Local variable 'pick1' could be declared final
93581 src/com/gps/utilities/PushTripDetails.java 85 Local variable 'pick2' could be declared final
93582 src/com/gps/utilities/PushTripDetails.java 86 Local variable 'pick3' could be declared final
93583 src/com/gps/utilities/PushTripDetails.java 88 Local variable 'pickup_point' could be declared final
93584 src/com/gps/utilities/PushTripDetails.java 88 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
93585 src/com/gps/utilities/PushTripDetails.java 89 Local variable 'pickup_points' could be declared final
93586 src/com/gps/utilities/PushTripDetails.java 89 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
93587 src/com/gps/utilities/PushTripDetails.java 90 Potential violation of Law of Demeter (object not created locally)
93588 src/com/gps/utilities/PushTripDetails.java 91 Potential violation of Law of Demeter (object not created locally)
93589 src/com/gps/utilities/PushTripDetails.java 92 Potential violation of Law of Demeter (object not created locally)
93590 src/com/gps/utilities/PushTripDetails.java 94 Potential violation of Law of Demeter (object not created locally)
93591 src/com/gps/utilities/PushTripDetails.java 96 Local variable 'push_trip_details' could be declared final
93592 src/com/gps/utilities/PushTripDetails.java 96 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'push_trip_details' is not final.
93593 src/com/gps/utilities/PushTripDetails.java 97 Local variable 'mapper' could be declared final
93594 src/com/gps/utilities/PushTripDetails.java 99 Found 'DD'-anomaly for variable 'jsonData' (lines '99'-'101').
93595 src/com/gps/utilities/PushTripDetails.java 101 Potential violation of Law of Demeter (object not created locally)
93596 src/com/gps/utilities/PushTripDetails.java 104 Avoid printStackTrace(); use a logger call instead.
93597 src/com/gps/utilities/PushTripDetails.java 104 Potential violation of Law of Demeter (object not created locally)
93598 src/com/gps/utilities/PushTripDetails.java 107 Avoid printStackTrace(); use a logger call instead.
93599 src/com/gps/utilities/PushTripDetails.java 107 Potential violation of Law of Demeter (object not created locally)
93600 src/com/gps/utilities/PushTripDetails.java 110 Avoid printStackTrace(); use a logger call instead.
93601 src/com/gps/utilities/PushTripDetails.java 110 Potential violation of Law of Demeter (object not created locally)
93602 src/com/gps/utilities/PushTripDetails.java 113 Local variable 'encoder' could be declared final
93603 src/com/gps/utilities/PushTripDetails.java 114 Local variable 'jsonDataltst' could be declared final
93604 src/com/gps/utilities/PushTripDetails.java 115 There is log block not surrounded by if
93605 src/com/gps/utilities/PushTripDetails.java 115 There is log block not surrounded by if
93606 src/com/gps/utilities/ReportDataFetcher.java 29 headerCommentRequirement Required
93607 src/com/gps/utilities/ReportDataFetcher.java 30 The Logger variable declaration does not contain the static and final modifiers
93608 src/com/gps/utilities/ReportDataFetcher.java 30 Use explicit scoping instead of the default package private level
93609 src/com/gps/utilities/ReportDataFetcher.java 30 fieldCommentRequirement Required
93610 src/com/gps/utilities/ReportDataFetcher.java 34 Parameter 'fromDate' is not assigned and could be declared final
93611 src/com/gps/utilities/ReportDataFetcher.java 34 Parameter 'reportType' is not assigned and could be declared final
93612 src/com/gps/utilities/ReportDataFetcher.java 34 Parameter 'toDate' is not assigned and could be declared final
93613 src/com/gps/utilities/ReportDataFetcher.java 34 Parameter 'vehId' is not assigned and could be declared final
93614 src/com/gps/utilities/ReportDataFetcher.java 35 Found 'DD'-anomaly for variable 'report' (lines '35'-'43').
93615 src/com/gps/utilities/ReportDataFetcher.java 36 Local variable 'dateFormat' could be declared final
93616 src/com/gps/utilities/ReportDataFetcher.java 36 When instantiating a SimpleDateFormat object, specify a Locale
93617 src/com/gps/utilities/ReportDataFetcher.java 37 Found 'DD'-anomaly for variable 'reportInput' (lines '37'-'44').
93618 src/com/gps/utilities/ReportDataFetcher.java 38 Found 'DD'-anomaly for variable 'acReportList' (lines '38'-'49').
93619 src/com/gps/utilities/ReportDataFetcher.java 39 Found 'DD'-anomaly for variable 'response' (lines '39'-'50').
93620 src/com/gps/utilities/ReportDataFetcher.java 40 Found 'DD'-anomaly for variable 'jsonConverter' (lines '40'-'42').
93621 src/com/gps/utilities/ReportDataFetcher.java 43 Potential violation of Law of Demeter (method chain calls)
93622 src/com/gps/utilities/ReportDataFetcher.java 45 Potential violation of Law of Demeter (object not created locally)
93623 src/com/gps/utilities/ReportDataFetcher.java 46 Potential violation of Law of Demeter (object not created locally)
93624 src/com/gps/utilities/ReportDataFetcher.java 46 Potential violation of Law of Demeter (object not created locally)
93625 src/com/gps/utilities/ReportDataFetcher.java 47 Potential violation of Law of Demeter (object not created locally)
93626 src/com/gps/utilities/ReportDataFetcher.java 47 Potential violation of Law of Demeter (object not created locally)
93627 src/com/gps/utilities/ReportDataFetcher.java 48 Potential violation of Law of Demeter (object not created locally)
93628 src/com/gps/utilities/ReportDataFetcher.java 49 Potential violation of Law of Demeter (object not created locally)
93629 src/com/gps/utilities/ReportDataFetcher.java 50 Potential violation of Law of Demeter (object not created locally)
93630 src/com/gps/utilities/ReportDataFetcher.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93631 src/com/gps/utilities/ReportDataFetcher.java 52 There is log block not surrounded by if
93632 src/com/gps/utilities/ReportDataFetcher.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93633 src/com/gps/utilities/ReportDataFetcher.java 57 There is log block not surrounded by if
93634 src/com/gps/utilities/RevGeocode.java 4 Avoid unused imports such as 'java.io.UnsupportedEncodingException'
93635 src/com/gps/utilities/RevGeocode.java 5 Avoid unused imports such as 'java.net.MalformedURLException'
93636 src/com/gps/utilities/RevGeocode.java 26 The class 'RevGeocode' has a Cyclomatic Complexity of 6 (Highest = 11).
93637 src/com/gps/utilities/RevGeocode.java 26 headerCommentRequirement Required
93638 src/com/gps/utilities/RevGeocode.java 28 Logger should be defined private static final and have the correct class
93639 src/com/gps/utilities/RevGeocode.java 28 Variables that are final and static should be all capitals, 'log' is not all capitals.
93640 src/com/gps/utilities/RevGeocode.java 28 fieldCommentRequirement Required
93641 src/com/gps/utilities/RevGeocode.java 29 Avoid excessively long variable names like GEOCODE_REQUEST_URL
93642 src/com/gps/utilities/RevGeocode.java 29 fieldCommentRequirement Required
93643 src/com/gps/utilities/RevGeocode.java 30 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
93644 src/com/gps/utilities/RevGeocode.java 30 fieldCommentRequirement Required
93645 src/com/gps/utilities/RevGeocode.java 31 Parameter 'lattitude' is not assigned and could be declared final
93646 src/com/gps/utilities/RevGeocode.java 31 Parameter 'longitude' is not assigned and could be declared final
93647 src/com/gps/utilities/RevGeocode.java 31 The method 'getLocation' has a Cyclomatic Complexity of 11.
93648 src/com/gps/utilities/RevGeocode.java 31 publicMethodCommentRequirement Required
93649 src/com/gps/utilities/RevGeocode.java 33 Local variable 'urlBuilder' could be declared final
93650 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
93651 src/com/gps/utilities/RevGeocode.java 34 There is log block not surrounded by if
93652 src/com/gps/utilities/RevGeocode.java 35 Found 'DD'-anomaly for variable 'method' (lines '35'-'46').
93653 src/com/gps/utilities/RevGeocode.java 38 Potential violation of Law of Demeter (object not created locally)
93654 src/com/gps/utilities/RevGeocode.java 39 Local variable 'signUrl' could be declared final
93655 src/com/gps/utilities/RevGeocode.java 40 Local variable 'request' could be declared final
93656 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
93657 src/com/gps/utilities/RevGeocode.java 40 Potential violation of Law of Demeter (object not created locally)
93658 src/com/gps/utilities/RevGeocode.java 42 Local variable 'client' could be declared final
93659 src/com/gps/utilities/RevGeocode.java 49 Local variable 'host' could be declared final
93660 src/com/gps/utilities/RevGeocode.java 49 Potential violation of Law of Demeter (object not created locally)
93661 src/com/gps/utilities/RevGeocode.java 50 Do not hard code the IP address
93662 src/com/gps/utilities/RevGeocode.java 50 Potential violation of Law of Demeter (object not created locally)
93663 src/com/gps/utilities/RevGeocode.java 59 Potential violation of Law of Demeter (object not created locally)
93664 src/com/gps/utilities/RevGeocode.java 62 Potential violation of Law of Demeter (object not created locally)
93665 src/com/gps/utilities/RevGeocode.java 62 There is log block not surrounded by if
93666 src/com/gps/utilities/RevGeocode.java 66 Local variable 'responseBody' could be declared final
93667 src/com/gps/utilities/RevGeocode.java 66 Potential violation of Law of Demeter (object not created locally)
93668 src/com/gps/utilities/RevGeocode.java 69 Local variable 'result' could be declared final
93669 src/com/gps/utilities/RevGeocode.java 73 Local variable 'obj' could be declared final
93670 src/com/gps/utilities/RevGeocode.java 74 Local variable 'resultsArray' could be declared final
93671 src/com/gps/utilities/RevGeocode.java 74 Potential violation of Law of Demeter (object not created locally)
93672 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
93673 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
93674 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (method chain calls)
93675 src/com/gps/utilities/RevGeocode.java 79 Potential violation of Law of Demeter (object not created locally)
93676 src/com/gps/utilities/RevGeocode.java 79 The String literal "address_components" appears 5 times in this file; the first occurrence is on line 79
93677 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93678 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93679 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93680 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93681 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93682 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93683 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93684 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (method chain calls)
93685 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
93686 src/com/gps/utilities/RevGeocode.java 81 Potential violation of Law of Demeter (object not created locally)
93687 src/com/gps/utilities/RevGeocode.java 83 Avoid using if statements without curly braces
93688 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93689 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93690 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93691 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93692 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93693 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (method chain calls)
93694 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
93695 src/com/gps/utilities/RevGeocode.java 83 Potential violation of Law of Demeter (object not created locally)
93696 src/com/gps/utilities/RevGeocode.java 83 These nested if statements could be combined
93697 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
93698 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
93699 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (method chain calls)
93700 src/com/gps/utilities/RevGeocode.java 84 Potential violation of Law of Demeter (object not created locally)
93701 src/com/gps/utilities/RevGeocode.java 84 Prefer StringBuffer over += for concatenating strings
93702 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
93703 src/com/gps/utilities/RevGeocode.java 87 There is log block not surrounded by if
93704 src/com/gps/utilities/RevGeocode.java 88 A method should have only one exit point, and that should be the last statement in the method
93705 src/com/gps/utilities/RevGeocode.java 93 Avoid printStackTrace(); use a logger call instead.
93706 src/com/gps/utilities/RevGeocode.java 93 Potential violation of Law of Demeter (object not created locally)
93707 src/com/gps/utilities/RevGeocode.java 99 Potential violation of Law of Demeter (object not created locally)
93708 src/com/gps/utilities/RevGeocode.java 99 There is log block not surrounded by if
93709 src/com/gps/utilities/RevGeocode.java 100 Avoid printStackTrace(); use a logger call instead.
93710 src/com/gps/utilities/RevGeocode.java 100 Potential violation of Law of Demeter (object not created locally)
93711 src/com/gps/utilities/RevGeocode.java 103 Potential violation of Law of Demeter (object not created locally)
93712 src/com/gps/utilities/RevGeocode.java 103 There is log block not surrounded by if
93713 src/com/gps/utilities/RevGeocode.java 104 Avoid printStackTrace(); use a logger call instead.
93714 src/com/gps/utilities/RevGeocode.java 104 Potential violation of Law of Demeter (object not created locally)
93715 src/com/gps/utilities/RevGeocode.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93716 src/com/gps/utilities/RevGeocode.java 109 There is log block not surrounded by if
93717 src/com/gps/utilities/RevGeocode.java 109 Use the correct logging statement for logging exceptions
93718 src/com/gps/utilities/RevGeocode.java 110 Avoid printStackTrace(); use a logger call instead.
93719 src/com/gps/utilities/RevGeocode.java 110 Potential violation of Law of Demeter (object not created locally)
93720 src/com/gps/utilities/RevGeocode.java 115 Avoid using if statements without curly braces
93721 src/com/gps/utilities/RevGeocode.java 116 Potential violation of Law of Demeter (object not created locally)
93722 src/com/gps/utilities/RevGeocode.java 121 Parameter 'args' is not assigned and could be declared final
93723 src/com/gps/utilities/RevGeocode.java 121 publicMethodCommentRequirement Required
93724 src/com/gps/utilities/RevGeocode.java 123 Local variable 'obj' could be declared final
93725 src/com/gps/utilities/RevGeocode.java 124 Avoid unused local variables such as 'adrr'.
93726 src/com/gps/utilities/RevGeocode.java 124 Found 'DU'-anomaly for variable 'adrr' (lines '124'-'125').
93727 src/com/gps/utilities/RevGeocode.java 124 Local variable 'adrr' could be declared final
93728 src/com/gps/utilities/RfidAlerts.java 10 Avoid unused imports such as 'javax.ws.rs.POST'
93729 src/com/gps/utilities/RfidAlerts.java 20 headerCommentRequirement Required
93730 src/com/gps/utilities/RfidAlerts.java 22 The Logger variable declaration does not contain the static and final modifiers
93731 src/com/gps/utilities/RfidAlerts.java 22 Use explicit scoping instead of the default package private level
93732 src/com/gps/utilities/RfidAlerts.java 22 fieldCommentRequirement Required
93733 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'lat' is not assigned and could be declared final
93734 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'lon' is not assigned and could be declared final
93735 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'packetTime' is not assigned and could be declared final
93736 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'rfidNo' is not assigned and could be declared final
93737 src/com/gps/utilities/RfidAlerts.java 27 Parameter 'vehicleId' is not assigned and could be declared final
93738 src/com/gps/utilities/RfidAlerts.java 27 publicMethodCommentRequirement Required
93739 src/com/gps/utilities/RfidAlerts.java 28 There is log block not surrounded by if
93740 src/com/gps/utilities/RfidAlerts.java 28 There is log block not surrounded by if
93741 src/com/gps/utilities/RfidAlerts.java 29 Local variable 'polygon' could be declared final
93742 src/com/gps/utilities/RfidAlerts.java 30 Local variable 'cal' could be declared final
93743 src/com/gps/utilities/RfidAlerts.java 31 Local variable 'formatter' could be declared final
93744 src/com/gps/utilities/RfidAlerts.java 31 When instantiating a SimpleDateFormat object, specify a Locale
93745 src/com/gps/utilities/RfidAlerts.java 32 Found 'DD'-anomaly for variable 'stat' (lines '32'-'47').
93746 src/com/gps/utilities/RfidAlerts.java 33 Found 'DD'-anomaly for variable 'date' (lines '33'-'38').
93747 src/com/gps/utilities/RfidAlerts.java 38 Potential violation of Law of Demeter (object not created locally)
93748 src/com/gps/utilities/RfidAlerts.java 41 There is log block not surrounded by if
93749 src/com/gps/utilities/RfidAlerts.java 42 Avoid printStackTrace(); use a logger call instead.
93750 src/com/gps/utilities/RfidAlerts.java 42 Potential violation of Law of Demeter (object not created locally)
93751 src/com/gps/utilities/RfidAlerts.java 44 Potential violation of Law of Demeter (object not created locally)
93752 src/com/gps/utilities/RfidAlerts.java 45 There is log block not surrounded by if
93753 src/com/gps/utilities/RfidAlerts.java 45 There is log block not surrounded by if
93754 src/com/gps/utilities/RfidAlerts.java 47 Potential violation of Law of Demeter (object not created locally)
93755 src/com/gps/utilities/RfidAlerts.java 49 Avoid catching NullPointerException; consider removing the cause of the NPE.
93756 src/com/gps/utilities/RfidAlerts.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93757 src/com/gps/utilities/RfidAlerts.java 51 There is log block not surrounded by if
93758 src/com/gps/utilities/RfidAlerts.java 52 Avoid printStackTrace(); use a logger call instead.
93759 src/com/gps/utilities/RfidAlerts.java 52 Potential violation of Law of Demeter (object not created locally)
93760 src/com/gps/utilities/RfidAlerts.java 56 A method should have only one exit point, and that should be the last statement in the method
93761 src/com/gps/utilities/RfidAlerts.java 56 Avoid using if...else statements without curly braces
93762 src/com/gps/utilities/RfidAlerts.java 56 Potential violation of Law of Demeter (method chain calls)
93763 src/com/gps/utilities/RfidAlerts.java 56 Potential violation of Law of Demeter (method chain calls)
93764 src/com/gps/utilities/RfidAlerts.java 58 Avoid using if...else statements without curly braces
93765 src/com/gps/utilities/RfidAlerts.java 58 Potential violation of Law of Demeter (method chain calls)
93766 src/com/gps/utilities/RfidAlerts.java 58 Potential violation of Law of Demeter (method chain calls)
93767 src/com/gps/utilities/RouteDeviation.java 6 Comment is too large: Line too long
93768 src/com/gps/utilities/RouteDeviation.java 26 Avoid unused imports such as 'com.gps.dao.TraversalReferenceDAO'
93769 src/com/gps/utilities/RouteDeviation.java 33 Avoid unused imports such as 'com.gps.helper.DBManager'
93770 src/com/gps/utilities/RouteDeviation.java 43 The class 'RouteDeviation' has a Cyclomatic Complexity of 6 (Highest = 13).
93771 src/com/gps/utilities/RouteDeviation.java 44 The Logger variable declaration does not contain the static and final modifiers
93772 src/com/gps/utilities/RouteDeviation.java 44 Use explicit scoping instead of the default package private level
93773 src/com/gps/utilities/RouteDeviation.java 44 fieldCommentRequirement Required
93774 src/com/gps/utilities/RouteDeviation.java 47 Avoid using implementation types like 'LinkedHashMap'; use the interface instead
93775 src/com/gps/utilities/RouteDeviation.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
93776 src/com/gps/utilities/RouteDeviation.java 47 fieldCommentRequirement Required
93777 src/com/gps/utilities/RouteDeviation.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
93778 src/com/gps/utilities/RouteDeviation.java 48 fieldCommentRequirement Required
93779 src/com/gps/utilities/RouteDeviation.java 50 Use explicit scoping instead of the default package private level
93780 src/com/gps/utilities/RouteDeviation.java 50 fieldCommentRequirement Required
93781 src/com/gps/utilities/RouteDeviation.java 52 Comment is too large: Too many lines
93782 src/com/gps/utilities/RouteDeviation.java 54 Comment is too large: Line too long
93783 src/com/gps/utilities/RouteDeviation.java 55 Comment is too large: Line too long
93784 src/com/gps/utilities/RouteDeviation.java 67 Avoid really long methods.
93785 src/com/gps/utilities/RouteDeviation.java 67 Parameter 'latitude' is not assigned and could be declared final
93786 src/com/gps/utilities/RouteDeviation.java 67 Parameter 'longitude' is not assigned and could be declared final
93787 src/com/gps/utilities/RouteDeviation.java 67 Parameter 'pktTime' is not assigned and could be declared final
93788 src/com/gps/utilities/RouteDeviation.java 67 Parameter 'speed' is not assigned and could be declared final
93789 src/com/gps/utilities/RouteDeviation.java 67 Parameter 'tripid' is not assigned and could be declared final
93790 src/com/gps/utilities/RouteDeviation.java 67 The method 'isRouteDeviated' has a Cyclomatic Complexity of 13.
93791 src/com/gps/utilities/RouteDeviation.java 69 Avoid excessively long variable names like bRouteDeviationFlag
93792 src/com/gps/utilities/RouteDeviation.java 69 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'106').
93793 src/com/gps/utilities/RouteDeviation.java 69 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'158').
93794 src/com/gps/utilities/RouteDeviation.java 69 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'207').
93795 src/com/gps/utilities/RouteDeviation.java 69 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'217').
93796 src/com/gps/utilities/RouteDeviation.java 69 Found 'DD'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'223').
93797 src/com/gps/utilities/RouteDeviation.java 69 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '69'-'245').
93798 src/com/gps/utilities/RouteDeviation.java 72 Local variable 'cal' could be declared final
93799 src/com/gps/utilities/RouteDeviation.java 73 Potential violation of Law of Demeter (object not created locally)
93800 src/com/gps/utilities/RouteDeviation.java 74 Local variable 'packetTime' could be declared final
93801 src/com/gps/utilities/RouteDeviation.java 74 Potential violation of Law of Demeter (object not created locally)
93802 src/com/gps/utilities/RouteDeviation.java 75 Found 'DU'-anomaly for variable 'sdf' (lines '75'-'245').
93803 src/com/gps/utilities/RouteDeviation.java 75 Local variable 'sdf' could be declared final
93804 src/com/gps/utilities/RouteDeviation.java 75 When instantiating a SimpleDateFormat object, specify a Locale
93805 src/com/gps/utilities/RouteDeviation.java 78 Local variable 'tripSession' could be declared final
93806 src/com/gps/utilities/RouteDeviation.java 80 There is log block not surrounded by if
93807 src/com/gps/utilities/RouteDeviation.java 80 There is log block not surrounded by if
93808 src/com/gps/utilities/RouteDeviation.java 83 Avoid excessively long variable names like currentPacketPoint
93809 src/com/gps/utilities/RouteDeviation.java 83 Local variable 'currentPacketPoint' could be declared final
93810 src/com/gps/utilities/RouteDeviation.java 84 Potential violation of Law of Demeter (object not created locally)
93811 src/com/gps/utilities/RouteDeviation.java 85 Potential violation of Law of Demeter (object not created locally)
93812 src/com/gps/utilities/RouteDeviation.java 86 Local variable 'tripDetails' could be declared final
93813 src/com/gps/utilities/RouteDeviation.java 87 Potential violation of Law of Demeter (object not created locally)
93814 src/com/gps/utilities/RouteDeviation.java 88 Potential violation of Law of Demeter (object not created locally)
93815 src/com/gps/utilities/RouteDeviation.java 89 Potential violation of Law of Demeter (object not created locally)
93816 src/com/gps/utilities/RouteDeviation.java 90 Potential violation of Law of Demeter (object not created locally)
93817 src/com/gps/utilities/RouteDeviation.java 94 Comment is too large: Line too long
93818 src/com/gps/utilities/RouteDeviation.java 95 Local variable 'isPktPresent' could be declared final
93819 src/com/gps/utilities/RouteDeviation.java 100 There is log block not surrounded by if
93820 src/com/gps/utilities/RouteDeviation.java 100 There is log block not surrounded by if
93821 src/com/gps/utilities/RouteDeviation.java 103 Comment is too large: Line too long
93822 src/com/gps/utilities/RouteDeviation.java 106 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '106'-'245').
93823 src/com/gps/utilities/RouteDeviation.java 110 Avoid using Literals in Conditional Statements
93824 src/com/gps/utilities/RouteDeviation.java 112 Found 'DD'-anomaly for variable 'sTripSession' (lines '112'-'114').
93825 src/com/gps/utilities/RouteDeviation.java 112 Found 'DD'-anomaly for variable 'sTripSession' (lines '112'-'117').
93826 src/com/gps/utilities/RouteDeviation.java 112 Found 'DU'-anomaly for variable 'sTripSession' (lines '112'-'245').
93827 src/com/gps/utilities/RouteDeviation.java 113 Avoid using Literals in Conditional Statements
93828 src/com/gps/utilities/RouteDeviation.java 114 Avoid using if...else statements without curly braces
93829 src/com/gps/utilities/RouteDeviation.java 114 Found 'DU'-anomaly for variable 'sTripSession' (lines '114'-'245').
93830 src/com/gps/utilities/RouteDeviation.java 116 Avoid using Literals in Conditional Statements
93831 src/com/gps/utilities/RouteDeviation.java 116 Avoid using if statements without curly braces
93832 src/com/gps/utilities/RouteDeviation.java 117 Found 'DU'-anomaly for variable 'sTripSession' (lines '117'-'245').
93833 src/com/gps/utilities/RouteDeviation.java 118 This statement may have some unnecessary parentheses
93834 src/com/gps/utilities/RouteDeviation.java 118 Useless parentheses.
93835 src/com/gps/utilities/RouteDeviation.java 120 There is log block not surrounded by if
93836 src/com/gps/utilities/RouteDeviation.java 120 There is log block not surrounded by if
93837 src/com/gps/utilities/RouteDeviation.java 123 Avoid using Literals in Conditional Statements
93838 src/com/gps/utilities/RouteDeviation.java 123 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
93839 src/com/gps/utilities/RouteDeviation.java 125 A method should have only one exit point, and that should be the last statement in the method
93840 src/com/gps/utilities/RouteDeviation.java 125 Potential violation of Law of Demeter (method chain calls)
93841 src/com/gps/utilities/RouteDeviation.java 125 Potential violation of Law of Demeter (method chain calls)
93842 src/com/gps/utilities/RouteDeviation.java 128 Local variable 'trpTraversalDao' could be declared final
93843 src/com/gps/utilities/RouteDeviation.java 129 Local variable 'sess' could be declared final
93844 src/com/gps/utilities/RouteDeviation.java 129 Potential violation of Law of Demeter (object not created locally)
93845 src/com/gps/utilities/RouteDeviation.java 131 Comment is too large: Line too long
93846 src/com/gps/utilities/RouteDeviation.java 134 Local variable 'queryString' could be declared final
93847 src/com/gps/utilities/RouteDeviation.java 135 Potential violation of Law of Demeter (object not created locally)
93848 src/com/gps/utilities/RouteDeviation.java 135 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
93849 src/com/gps/utilities/RouteDeviation.java 136 Potential violation of Law of Demeter (object not created locally)
93850 src/com/gps/utilities/RouteDeviation.java 136 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
93851 src/com/gps/utilities/RouteDeviation.java 137 Potential violation of Law of Demeter (object not created locally)
93852 src/com/gps/utilities/RouteDeviation.java 137 Potential violation of Law of Demeter (object not created locally)
93853 src/com/gps/utilities/RouteDeviation.java 137 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
93854 src/com/gps/utilities/RouteDeviation.java 138 Potential violation of Law of Demeter (object not created locally)
93855 src/com/gps/utilities/RouteDeviation.java 138 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
93856 src/com/gps/utilities/RouteDeviation.java 139 Potential violation of Law of Demeter (method chain calls)
93857 src/com/gps/utilities/RouteDeviation.java 139 Potential violation of Law of Demeter (object not created locally)
93858 src/com/gps/utilities/RouteDeviation.java 139 Potential violation of Law of Demeter (object not created locally)
93859 src/com/gps/utilities/RouteDeviation.java 140 Potential violation of Law of Demeter (object not created locally)
93860 src/com/gps/utilities/RouteDeviation.java 142 Local variable 'queryObject' could be declared final
93861 src/com/gps/utilities/RouteDeviation.java 142 Potential violation of Law of Demeter (object not created locally)
93862 src/com/gps/utilities/RouteDeviation.java 142 Potential violation of Law of Demeter (object not created locally)
93863 src/com/gps/utilities/RouteDeviation.java 143 Avoid excessively long variable names like numberOfpointsTraversed
93864 src/com/gps/utilities/RouteDeviation.java 143 Local variable 'numberOfpointsTraversed' could be declared final
93865 src/com/gps/utilities/RouteDeviation.java 143 Potential violation of Law of Demeter (method chain calls)
93866 src/com/gps/utilities/RouteDeviation.java 143 Potential violation of Law of Demeter (object not created locally)
93867 src/com/gps/utilities/RouteDeviation.java 145 There is log block not surrounded by if
93868 src/com/gps/utilities/RouteDeviation.java 145 There is log block not surrounded by if
93869 src/com/gps/utilities/RouteDeviation.java 147 Found 'DD'-anomaly for variable 'lstTripTraversal' (lines '147'-'148').
93870 src/com/gps/utilities/RouteDeviation.java 148 Found 'DU'-anomaly for variable 'lstTripTraversal' (lines '148'-'245').
93871 src/com/gps/utilities/RouteDeviation.java 148 Potential violation of Law of Demeter (object not created locally)
93872 src/com/gps/utilities/RouteDeviation.java 150 Avoid declaring a variable if it is unreferenced before a possible exit point.
93873 src/com/gps/utilities/RouteDeviation.java 150 Found 'DU'-anomaly for variable 'iPointTraversed' (lines '150'-'245').
93874 src/com/gps/utilities/RouteDeviation.java 150 Local variable 'iPointTraversed' could be declared final
93875 src/com/gps/utilities/RouteDeviation.java 151 Found 'DD'-anomaly for variable 'trpTraversal' (lines '151'-'165').
93876 src/com/gps/utilities/RouteDeviation.java 151 Found 'DU'-anomaly for variable 'trpTraversal' (lines '151'-'245').
93877 src/com/gps/utilities/RouteDeviation.java 152 Avoid excessively long variable names like referenceRoutePoint
93878 src/com/gps/utilities/RouteDeviation.java 152 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '152'-'170').
93879 src/com/gps/utilities/RouteDeviation.java 152 Found 'DD'-anomaly for variable 'referenceRoutePoint' (lines '152'-'178').
93880 src/com/gps/utilities/RouteDeviation.java 152 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '152'-'245').
93881 src/com/gps/utilities/RouteDeviation.java 154 Avoid excessively long variable names like tripPointIdToBeChecked
93882 src/com/gps/utilities/RouteDeviation.java 154 Found 'DD'-anomaly for variable 'tripPointIdToBeChecked' (lines '154'-'166').
93883 src/com/gps/utilities/RouteDeviation.java 154 Found 'DU'-anomaly for variable 'tripPointIdToBeChecked' (lines '154'-'245').
93884 src/com/gps/utilities/RouteDeviation.java 159 A method should have only one exit point, and that should be the last statement in the method
93885 src/com/gps/utilities/RouteDeviation.java 159 Potential violation of Law of Demeter (method chain calls)
93886 src/com/gps/utilities/RouteDeviation.java 159 Potential violation of Law of Demeter (method chain calls)
93887 src/com/gps/utilities/RouteDeviation.java 159 Potential violation of Law of Demeter (object not created locally)
93888 src/com/gps/utilities/RouteDeviation.java 163 Avoid using Literals in Conditional Statements
93889 src/com/gps/utilities/RouteDeviation.java 165 Potential violation of Law of Demeter (object not created locally)
93890 src/com/gps/utilities/RouteDeviation.java 165 Potential violation of Law of Demeter (object not created locally)
93891 src/com/gps/utilities/RouteDeviation.java 165 Useless parentheses.
93892 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (method chain calls)
93893 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (method chain calls)
93894 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (object not created locally)
93895 src/com/gps/utilities/RouteDeviation.java 166 Potential violation of Law of Demeter (object not created locally)
93896 src/com/gps/utilities/RouteDeviation.java 166 Useless parentheses.
93897 src/com/gps/utilities/RouteDeviation.java 166 Useless parentheses.
93898 src/com/gps/utilities/RouteDeviation.java 168 There is log block not surrounded by if
93899 src/com/gps/utilities/RouteDeviation.java 168 There is log block not surrounded by if
93900 src/com/gps/utilities/RouteDeviation.java 174 Avoid excessively long variable names like cRoutePointsInSequence
93901 src/com/gps/utilities/RouteDeviation.java 174 Local variable 'cRoutePointsInSequence' could be declared final
93902 src/com/gps/utilities/RouteDeviation.java 177 Local variable 'itr' could be declared final
93903 src/com/gps/utilities/RouteDeviation.java 177 Potential violation of Law of Demeter (object not created locally)
93904 src/com/gps/utilities/RouteDeviation.java 182 Comment is too large: Line too long
93905 src/com/gps/utilities/RouteDeviation.java 183 Local variable 'bPointInCircle' could be declared final
93906 src/com/gps/utilities/RouteDeviation.java 184 There is log block not surrounded by if
93907 src/com/gps/utilities/RouteDeviation.java 184 There is log block not surrounded by if
93908 src/com/gps/utilities/RouteDeviation.java 186 Comment is too large: Line too long
93909 src/com/gps/utilities/RouteDeviation.java 190 Local variable 'objTripTraversal' could be declared final
93910 src/com/gps/utilities/RouteDeviation.java 191 Local variable 'tripReference' could be declared final
93911 src/com/gps/utilities/RouteDeviation.java 192 Potential violation of Law of Demeter (object not created locally)
93912 src/com/gps/utilities/RouteDeviation.java 192 Potential violation of Law of Demeter (object not created locally)
93913 src/com/gps/utilities/RouteDeviation.java 194 Potential violation of Law of Demeter (object not created locally)
93914 src/com/gps/utilities/RouteDeviation.java 195 Potential violation of Law of Demeter (object not created locally)
93915 src/com/gps/utilities/RouteDeviation.java 196 Potential violation of Law of Demeter (object not created locally)
93916 src/com/gps/utilities/RouteDeviation.java 197 Potential violation of Law of Demeter (object not created locally)
93917 src/com/gps/utilities/RouteDeviation.java 198 Potential violation of Law of Demeter (object not created locally)
93918 src/com/gps/utilities/RouteDeviation.java 200 Local variable 'obj' could be declared final
93919 src/com/gps/utilities/RouteDeviation.java 200 This statement may have some unnecessary parentheses
93920 src/com/gps/utilities/RouteDeviation.java 200 Useless parentheses.
93921 src/com/gps/utilities/RouteDeviation.java 201 Avoid variables with short names like tx
93922 src/com/gps/utilities/RouteDeviation.java 201 Local variable 'tx' could be declared final
93923 src/com/gps/utilities/RouteDeviation.java 201 Potential violation of Law of Demeter (object not created locally)
93924 src/com/gps/utilities/RouteDeviation.java 202 Potential violation of Law of Demeter (object not created locally)
93925 src/com/gps/utilities/RouteDeviation.java 203 Potential violation of Law of Demeter (object not created locally)
93926 src/com/gps/utilities/RouteDeviation.java 204 Potential violation of Law of Demeter (object not created locally)
93927 src/com/gps/utilities/RouteDeviation.java 205 Potential violation of Law of Demeter (object not created locally)
93928 src/com/gps/utilities/RouteDeviation.java 207 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '207'-'245').
93929 src/com/gps/utilities/RouteDeviation.java 213 There is log block not surrounded by if
93930 src/com/gps/utilities/RouteDeviation.java 213 There is log block not surrounded by if
93931 src/com/gps/utilities/RouteDeviation.java 215 Potential violation of Law of Demeter (object not created locally)
93932 src/com/gps/utilities/RouteDeviation.java 215 Potential violation of Law of Demeter (object not created locally)
93933 src/com/gps/utilities/RouteDeviation.java 217 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '217'-'245').
93934 src/com/gps/utilities/RouteDeviation.java 221 Comment is too large: Line too long
93935 src/com/gps/utilities/RouteDeviation.java 222 Potential violation of Law of Demeter (method chain calls)
93936 src/com/gps/utilities/RouteDeviation.java 222 Potential violation of Law of Demeter (method chain calls)
93937 src/com/gps/utilities/RouteDeviation.java 222 Potential violation of Law of Demeter (object not created locally)
93938 src/com/gps/utilities/RouteDeviation.java 222 Potential violation of Law of Demeter (object not created locally)
93939 src/com/gps/utilities/RouteDeviation.java 223 Found 'DU'-anomaly for variable 'bRouteDeviationFlag' (lines '223'-'245').
93940 src/com/gps/utilities/RouteDeviation.java 235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
93941 src/com/gps/utilities/RouteDeviation.java 237 There is log block not surrounded by if
93942 src/com/gps/utilities/RouteDeviation.java 238 Avoid printStackTrace(); use a logger call instead.
93943 src/com/gps/utilities/RouteDeviation.java 238 Potential violation of Law of Demeter (object not created locally)
93944 src/com/gps/utilities/RouteDeviation.java 239 A method should have only one exit point, and that should be the last statement in the method
93945 src/com/gps/utilities/RouteDeviation.java 239 Potential violation of Law of Demeter (method chain calls)
93946 src/com/gps/utilities/RouteDeviation.java 239 Potential violation of Law of Demeter (method chain calls)
93947 src/com/gps/utilities/RouteDeviation.java 241 Avoid empty finally blocks
93948 src/com/gps/utilities/RouteDeviation.java 244 Potential violation of Law of Demeter (method chain calls)
93949 src/com/gps/utilities/RouteDeviation.java 244 Potential violation of Law of Demeter (method chain calls)
93950 src/com/gps/utilities/RouteDeviation.java 244 Potential violation of Law of Demeter (object not created locally)
93951 src/com/gps/utilities/RouteDeviation.java 247 Comment is too large: Too many lines
93952 src/com/gps/utilities/RouteDeviation.java 248 Comment is too large: Line too long
93953 src/com/gps/utilities/RouteDeviation.java 256 A method/constructor shouldnt explicitly throw java.lang.Exception
93954 src/com/gps/utilities/RouteDeviation.java 256 Avoid excessively long variable names like currentPacketPoint
93955 src/com/gps/utilities/RouteDeviation.java 256 Avoid excessively long variable names like referenceRoutePoint
93956 src/com/gps/utilities/RouteDeviation.java 256 Parameter 'currentPacketPoint' is not assigned and could be declared final
93957 src/com/gps/utilities/RouteDeviation.java 256 Parameter 'referenceRoutePoint' is not assigned and could be declared final
93958 src/com/gps/utilities/RouteDeviation.java 258 Local variable 'distance' could be declared final
93959 src/com/gps/utilities/RouteDeviation.java 259 There is log block not surrounded by if
93960 src/com/gps/utilities/RouteDeviation.java 259 There is log block not surrounded by if
93961 src/com/gps/utilities/RouteDeviation.java 260 Local variable 'permissibleRadius' could be declared final
93962 src/com/gps/utilities/RouteDeviation.java 262 Avoid unnecessary if..then..else statements when returning booleans
93963 src/com/gps/utilities/RouteDeviation.java 262 Avoid using Literals in Conditional Statements
93964 src/com/gps/utilities/RouteDeviation.java 262 Potential violation of Law of Demeter (object not created locally)
93965 src/com/gps/utilities/RouteDeviation.java 262 Potential violation of Law of Demeter (object not created locally)
93966 src/com/gps/utilities/RouteDeviation.java 264 A method should have only one exit point, and that should be the last statement in the method
93967 src/com/gps/utilities/RouteDeviation.java 273 Comment is too large: Too many lines
93968 src/com/gps/utilities/RouteDeviation.java 274 Comment is too large: Line too long
93969 src/com/gps/utilities/RouteDeviation.java 282 A method/constructor shouldnt explicitly throw java.lang.Exception
93970 src/com/gps/utilities/RouteDeviation.java 282 Avoid excessively long variable names like currentPacketPoint
93971 src/com/gps/utilities/RouteDeviation.java 282 Avoid really long methods.
93972 src/com/gps/utilities/RouteDeviation.java 282 Parameter 'currentPacketPoint' is not assigned and could be declared final
93973 src/com/gps/utilities/RouteDeviation.java 282 Parameter 'refTripPointId' is not assigned and could be declared final
93974 src/com/gps/utilities/RouteDeviation.java 282 Parameter 'startIndex' is not assigned and could be declared final
93975 src/com/gps/utilities/RouteDeviation.java 282 The method 'isBkOnRefRoutePoint' has a Cyclomatic Complexity of 13.
93976 src/com/gps/utilities/RouteDeviation.java 284 There is log block not surrounded by if
93977 src/com/gps/utilities/RouteDeviation.java 284 There is log block not surrounded by if
93978 src/com/gps/utilities/RouteDeviation.java 285 Avoid excessively long variable names like backOnRefRouteFlag
93979 src/com/gps/utilities/RouteDeviation.java 285 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '285'-'352').
93980 src/com/gps/utilities/RouteDeviation.java 285 Found 'DD'-anomaly for variable 'backOnRefRouteFlag' (lines '285'-'425').
93981 src/com/gps/utilities/RouteDeviation.java 287 Local variable 'cRoutePointsInSequence' could be declared final
93982 src/com/gps/utilities/RouteDeviation.java 288 Avoid excessively long variable names like cRoutePointsInSequence
93983 src/com/gps/utilities/RouteDeviation.java 289 Local variable 'itr' could be declared final
93984 src/com/gps/utilities/RouteDeviation.java 289 Potential violation of Law of Demeter (object not created locally)
93985 src/com/gps/utilities/RouteDeviation.java 291 Found 'DU'-anomaly for variable 'i' (lines '291'-'436').
93986 src/com/gps/utilities/RouteDeviation.java 291 This statement may have some unnecessary parentheses
93987 src/com/gps/utilities/RouteDeviation.java 291 Useless parentheses.
93988 src/com/gps/utilities/RouteDeviation.java 293 Avoid excessively long variable names like referenceRoutePoint
93989 src/com/gps/utilities/RouteDeviation.java 293 Found 'DU'-anomaly for variable 'referenceRoutePoint' (lines '293'-'436').
93990 src/com/gps/utilities/RouteDeviation.java 293 Local variable 'referenceRoutePoint' could be declared final
93991 src/com/gps/utilities/RouteDeviation.java 297 Comment is too large: Line too long
93992 src/com/gps/utilities/RouteDeviation.java 298 Local variable 'bPointInCircle' could be declared final
93993 src/com/gps/utilities/RouteDeviation.java 299 Potential violation of Law of Demeter (object not created locally)
93994 src/com/gps/utilities/RouteDeviation.java 299 There is log block not surrounded by if
93995 src/com/gps/utilities/RouteDeviation.java 299 There is log block not surrounded by if
93996 src/com/gps/utilities/RouteDeviation.java 305 Local variable 'cal1' could be declared final
93997 src/com/gps/utilities/RouteDeviation.java 306 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '306'-'331').
93998 src/com/gps/utilities/RouteDeviation.java 306 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '306'-'333').
93999 src/com/gps/utilities/RouteDeviation.java 307 Comment is too large: Line too long
94000 src/com/gps/utilities/RouteDeviation.java 308 Avoid instantiating new objects inside loops
94001 src/com/gps/utilities/RouteDeviation.java 308 Local variable 'realTimeDiff' could be declared final
94002 src/com/gps/utilities/RouteDeviation.java 308 This statement may have some unnecessary parentheses
94003 src/com/gps/utilities/RouteDeviation.java 308 This statement may have some unnecessary parentheses
94004 src/com/gps/utilities/RouteDeviation.java 308 Useless parentheses.
94005 src/com/gps/utilities/RouteDeviation.java 308 Useless parentheses.
94006 src/com/gps/utilities/RouteDeviation.java 310 Found 'DD'-anomaly for variable 'timeDelta' (lines '310'-'312').
94007 src/com/gps/utilities/RouteDeviation.java 311 Avoid using Literals in Conditional Statements
94008 src/com/gps/utilities/RouteDeviation.java 311 Avoid using if statements without curly braces
94009 src/com/gps/utilities/RouteDeviation.java 316 There is log block not surrounded by if
94010 src/com/gps/utilities/RouteDeviation.java 316 There is log block not surrounded by if
94011 src/com/gps/utilities/RouteDeviation.java 318 Comment is too large: Line too long
94012 src/com/gps/utilities/RouteDeviation.java 319 Comment is too large: Line too long
94013 src/com/gps/utilities/RouteDeviation.java 320 Potential violation of Law of Demeter (object not created locally)
94014 src/com/gps/utilities/RouteDeviation.java 320 Potential violation of Law of Demeter (object not created locally)
94015 src/com/gps/utilities/RouteDeviation.java 321 Local variable 'refPtTimeInSecs' could be declared final
94016 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94017 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94018 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94019 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94020 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94021 src/com/gps/utilities/RouteDeviation.java 321 Potential violation of Law of Demeter (object not created locally)
94022 src/com/gps/utilities/RouteDeviation.java 321 Useless parentheses.
94023 src/com/gps/utilities/RouteDeviation.java 321 Useless parentheses.
94024 src/com/gps/utilities/RouteDeviation.java 322 Potential violation of Law of Demeter (object not created locally)
94025 src/com/gps/utilities/RouteDeviation.java 322 There is log block not surrounded by if
94026 src/com/gps/utilities/RouteDeviation.java 322 There is log block not surrounded by if
94027 src/com/gps/utilities/RouteDeviation.java 325 Potential violation of Law of Demeter (object not created locally)
94028 src/com/gps/utilities/RouteDeviation.java 326 Avoid excessively long variable names like currPktPtTimeInSecs
94029 src/com/gps/utilities/RouteDeviation.java 326 Local variable 'currPktPtTimeInSecs' could be declared final
94030 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94031 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94032 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94033 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94034 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94035 src/com/gps/utilities/RouteDeviation.java 326 Potential violation of Law of Demeter (object not created locally)
94036 src/com/gps/utilities/RouteDeviation.java 326 Useless parentheses.
94037 src/com/gps/utilities/RouteDeviation.java 326 Useless parentheses.
94038 src/com/gps/utilities/RouteDeviation.java 327 There is log block not surrounded by if
94039 src/com/gps/utilities/RouteDeviation.java 327 There is log block not surrounded by if
94040 src/com/gps/utilities/RouteDeviation.java 329 Comment is too large: Line too long
94041 src/com/gps/utilities/RouteDeviation.java 331 Avoid using if...else statements without curly braces
94042 src/com/gps/utilities/RouteDeviation.java 333 Avoid using if...else statements without curly braces
94043 src/com/gps/utilities/RouteDeviation.java 335 Comment is too large: Line too long
94044 src/com/gps/utilities/RouteDeviation.java 336 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '336'-'336').
94045 src/com/gps/utilities/RouteDeviation.java 336 Found 'DD'-anomaly for variable 'trpMatchPointId' (lines '336'-'344').
94046 src/com/gps/utilities/RouteDeviation.java 336 Found 'DU'-anomaly for variable 'trpMatchPointId' (lines '336'-'436').
94047 src/com/gps/utilities/RouteDeviation.java 336 Potential violation of Law of Demeter (object not created locally)
94048 src/com/gps/utilities/RouteDeviation.java 339 Potential violation of Law of Demeter (object not created locally)
94049 src/com/gps/utilities/RouteDeviation.java 339 There is log block not surrounded by if
94050 src/com/gps/utilities/RouteDeviation.java 339 There is log block not surrounded by if
94051 src/com/gps/utilities/RouteDeviation.java 341 Avoid using Literals in Conditional Statements
94052 src/com/gps/utilities/RouteDeviation.java 341 Potential violation of Law of Demeter (method chain calls)
94053 src/com/gps/utilities/RouteDeviation.java 341 Potential violation of Law of Demeter (object not created locally)
94054 src/com/gps/utilities/RouteDeviation.java 341 Potential violation of Law of Demeter (object not created locally)
94055 src/com/gps/utilities/RouteDeviation.java 347 Avoid instantiating new objects inside loops
94056 src/com/gps/utilities/RouteDeviation.java 347 Local variable 'bTraversed' could be declared final
94057 src/com/gps/utilities/RouteDeviation.java 347 Potential violation of Law of Demeter (method chain calls)
94058 src/com/gps/utilities/RouteDeviation.java 347 This statement may have some unnecessary parentheses
94059 src/com/gps/utilities/RouteDeviation.java 347 Useless parentheses.
94060 src/com/gps/utilities/RouteDeviation.java 349 Comment is too large: Line too long
94061 src/com/gps/utilities/RouteDeviation.java 356 Potential violation of Law of Demeter (object not created locally)
94062 src/com/gps/utilities/RouteDeviation.java 356 There is log block not surrounded by if
94063 src/com/gps/utilities/RouteDeviation.java 356 There is log block not surrounded by if
94064 src/com/gps/utilities/RouteDeviation.java 358 Comment is too large: Line too long
94065 src/com/gps/utilities/RouteDeviation.java 360 Potential violation of Law of Demeter (object not created locally)
94066 src/com/gps/utilities/RouteDeviation.java 362 Comment is too large: Line too long
94067 src/com/gps/utilities/RouteDeviation.java 364 Avoid instantiating new objects inside loops
94068 src/com/gps/utilities/RouteDeviation.java 364 This statement may have some unnecessary parentheses
94069 src/com/gps/utilities/RouteDeviation.java 364 Useless parentheses.
94070 src/com/gps/utilities/RouteDeviation.java 365 Local variable 'matchPtTimeInSecs' could be declared final
94071 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94072 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94073 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94074 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94075 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94076 src/com/gps/utilities/RouteDeviation.java 365 Potential violation of Law of Demeter (object not created locally)
94077 src/com/gps/utilities/RouteDeviation.java 365 Useless parentheses.
94078 src/com/gps/utilities/RouteDeviation.java 365 Useless parentheses.
94079 src/com/gps/utilities/RouteDeviation.java 366 There is log block not surrounded by if
94080 src/com/gps/utilities/RouteDeviation.java 366 There is log block not surrounded by if
94081 src/com/gps/utilities/RouteDeviation.java 369 Avoid using if...else statements without curly braces
94082 src/com/gps/utilities/RouteDeviation.java 371 Avoid using if...else statements without curly braces
94083 src/com/gps/utilities/RouteDeviation.java 372 There is log block not surrounded by if
94084 src/com/gps/utilities/RouteDeviation.java 372 There is log block not surrounded by if
94085 src/com/gps/utilities/RouteDeviation.java 375 Comment is too large: Line too long
94086 src/com/gps/utilities/RouteDeviation.java 376 Comment is too large: Line too long
94087 src/com/gps/utilities/RouteDeviation.java 378 Avoid instantiating new objects inside loops
94088 src/com/gps/utilities/RouteDeviation.java 378 Local variable 'trpTraversalDAO' could be declared final
94089 src/com/gps/utilities/RouteDeviation.java 379 Local variable 'sess' could be declared final
94090 src/com/gps/utilities/RouteDeviation.java 379 Potential violation of Law of Demeter (object not created locally)
94091 src/com/gps/utilities/RouteDeviation.java 381 Avoid variables with short names like tx
94092 src/com/gps/utilities/RouteDeviation.java 381 Local variable 'tx' could be declared final
94093 src/com/gps/utilities/RouteDeviation.java 381 Potential violation of Law of Demeter (object not created locally)
94094 src/com/gps/utilities/RouteDeviation.java 382 Potential violation of Law of Demeter (object not created locally)
94095 src/com/gps/utilities/RouteDeviation.java 383 Avoid excessively long variable names like numberOfPointsTraversed
94096 src/com/gps/utilities/RouteDeviation.java 384 Useless parentheses.
94097 src/com/gps/utilities/RouteDeviation.java 384 Useless parentheses.
94098 src/com/gps/utilities/RouteDeviation.java 386 Avoid instantiating new objects inside loops
94099 src/com/gps/utilities/RouteDeviation.java 386 Local variable 'objTripTraversal' could be declared final
94100 src/com/gps/utilities/RouteDeviation.java 387 Avoid instantiating new objects inside loops
94101 src/com/gps/utilities/RouteDeviation.java 387 Local variable 'tripReference' could be declared final
94102 src/com/gps/utilities/RouteDeviation.java 388 Potential violation of Law of Demeter (object not created locally)
94103 src/com/gps/utilities/RouteDeviation.java 390 Potential violation of Law of Demeter (object not created locally)
94104 src/com/gps/utilities/RouteDeviation.java 391 Potential violation of Law of Demeter (object not created locally)
94105 src/com/gps/utilities/RouteDeviation.java 392 Potential violation of Law of Demeter (object not created locally)
94106 src/com/gps/utilities/RouteDeviation.java 393 Potential violation of Law of Demeter (object not created locally)
94107 src/com/gps/utilities/RouteDeviation.java 394 Potential violation of Law of Demeter (object not created locally)
94108 src/com/gps/utilities/RouteDeviation.java 396 Potential violation of Law of Demeter (object not created locally)
94109 src/com/gps/utilities/RouteDeviation.java 402 Avoid instantiating new objects inside loops
94110 src/com/gps/utilities/RouteDeviation.java 402 Local variable 'objTripTraversal' could be declared final
94111 src/com/gps/utilities/RouteDeviation.java 403 Avoid instantiating new objects inside loops
94112 src/com/gps/utilities/RouteDeviation.java 403 Local variable 'tripReference' could be declared final
94113 src/com/gps/utilities/RouteDeviation.java 404 Potential violation of Law of Demeter (object not created locally)
94114 src/com/gps/utilities/RouteDeviation.java 406 Potential violation of Law of Demeter (object not created locally)
94115 src/com/gps/utilities/RouteDeviation.java 407 Potential violation of Law of Demeter (object not created locally)
94116 src/com/gps/utilities/RouteDeviation.java 408 Potential violation of Law of Demeter (object not created locally)
94117 src/com/gps/utilities/RouteDeviation.java 409 Potential violation of Law of Demeter (object not created locally)
94118 src/com/gps/utilities/RouteDeviation.java 410 Potential violation of Law of Demeter (object not created locally)
94119 src/com/gps/utilities/RouteDeviation.java 412 Potential violation of Law of Demeter (object not created locally)
94120 src/com/gps/utilities/RouteDeviation.java 414 Comment is too large: Line too long
94121 src/com/gps/utilities/RouteDeviation.java 415 Avoid instantiating new objects inside loops
94122 src/com/gps/utilities/RouteDeviation.java 415 Local variable 'objTripDeviation' could be declared final
94123 src/com/gps/utilities/RouteDeviation.java 416 Potential violation of Law of Demeter (object not created locally)
94124 src/com/gps/utilities/RouteDeviation.java 417 Potential violation of Law of Demeter (object not created locally)
94125 src/com/gps/utilities/RouteDeviation.java 418 Potential violation of Law of Demeter (object not created locally)
94126 src/com/gps/utilities/RouteDeviation.java 420 Potential violation of Law of Demeter (object not created locally)
94127 src/com/gps/utilities/RouteDeviation.java 422 Potential violation of Law of Demeter (object not created locally)
94128 src/com/gps/utilities/RouteDeviation.java 423 Potential violation of Law of Demeter (object not created locally)
94129 src/com/gps/utilities/RouteDeviation.java 438 Comment is too large: Too many lines
94130 src/com/gps/utilities/RouteDeviation.java 439 Comment is too large: Line too long
94131 src/com/gps/utilities/RouteDeviation.java 440 Comment is too large: Line too long
94132 src/com/gps/utilities/RouteDeviation.java 448 A method/constructor shouldnt explicitly throw java.lang.Exception
94133 src/com/gps/utilities/RouteDeviation.java 448 Parameter 'latitude' is not assigned and could be declared final
94134 src/com/gps/utilities/RouteDeviation.java 448 Parameter 'longitude' is not assigned and could be declared final
94135 src/com/gps/utilities/RouteDeviation.java 448 Parameter 'packetTime' is not assigned and could be declared final
94136 src/com/gps/utilities/RouteDeviation.java 448 Parameter 'tripid' is not assigned and could be declared final
94137 src/com/gps/utilities/RouteDeviation.java 450 Local variable 'isPresent' could be declared final
94138 src/com/gps/utilities/RouteDeviation.java 456 There is log block not surrounded by if
94139 src/com/gps/utilities/RouteDeviation.java 456 There is log block not surrounded by if
94140 src/com/gps/utilities/RouteDeviation.java 458 Avoid empty if statements
94141 src/com/gps/utilities/RouteDeviation.java 465 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94142 src/com/gps/utilities/RouteDeviation.java 467 Avoid printStackTrace(); use a logger call instead.
94143 src/com/gps/utilities/RouteDeviation.java 474 Comment is too large: Too many lines
94144 src/com/gps/utilities/RouteDeviation.java 478 Comment is too large: Line too long
94145 src/com/gps/utilities/RouteDeviation.java 483 A method/constructor shouldnt explicitly throw java.lang.Exception
94146 src/com/gps/utilities/RouteDeviation.java 483 Parameter 'currPacketPoint' is not assigned and could be declared final
94147 src/com/gps/utilities/RouteDeviation.java 483 Parameter 'refRoutePoint' is not assigned and could be declared final
94148 src/com/gps/utilities/RouteDeviation.java 485 There is log block not surrounded by if
94149 src/com/gps/utilities/RouteDeviation.java 485 There is log block not surrounded by if
94150 src/com/gps/utilities/RouteDeviation.java 486 Found 'DD'-anomaly for variable 'closestPointId' (lines '486'-'517').
94151 src/com/gps/utilities/RouteDeviation.java 486 Found 'DD'-anomaly for variable 'closestPointId' (lines '486'-'522').
94152 src/com/gps/utilities/RouteDeviation.java 486 Found 'DU'-anomaly for variable 'closestPointId' (lines '486'-'532').
94153 src/com/gps/utilities/RouteDeviation.java 489 Found 'DD'-anomaly for variable 'referencesList' (lines '489'-'512').
94154 src/com/gps/utilities/RouteDeviation.java 490 Local variable 'referencePointIds' could be declared final
94155 src/com/gps/utilities/RouteDeviation.java 492 Local variable 'strTok' could be declared final
94156 src/com/gps/utilities/RouteDeviation.java 494 Local variable 'refWhereClause' could be declared final
94157 src/com/gps/utilities/RouteDeviation.java 494 StringBuffer constructor is initialized with size 16, but has at least 58 characters appended.
94158 src/com/gps/utilities/RouteDeviation.java 495 Potential violation of Law of Demeter (object not created locally)
94159 src/com/gps/utilities/RouteDeviation.java 495 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
94160 src/com/gps/utilities/RouteDeviation.java 496 Potential violation of Law of Demeter (method chain calls)
94161 src/com/gps/utilities/RouteDeviation.java 496 Potential violation of Law of Demeter (object not created locally)
94162 src/com/gps/utilities/RouteDeviation.java 496 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
94163 src/com/gps/utilities/RouteDeviation.java 497 Potential violation of Law of Demeter (object not created locally)
94164 src/com/gps/utilities/RouteDeviation.java 497 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
94165 src/com/gps/utilities/RouteDeviation.java 498 Potential violation of Law of Demeter (object not created locally)
94166 src/com/gps/utilities/RouteDeviation.java 499 Potential violation of Law of Demeter (object not created locally)
94167 src/com/gps/utilities/RouteDeviation.java 500 Potential violation of Law of Demeter (object not created locally)
94168 src/com/gps/utilities/RouteDeviation.java 501 Potential violation of Law of Demeter (object not created locally)
94169 src/com/gps/utilities/RouteDeviation.java 501 Potential violation of Law of Demeter (object not created locally)
94170 src/com/gps/utilities/RouteDeviation.java 504 Local variable 'trpDao' could be declared final
94171 src/com/gps/utilities/RouteDeviation.java 505 Local variable 'obj' could be declared final
94172 src/com/gps/utilities/RouteDeviation.java 505 Potential violation of Law of Demeter (object not created locally)
94173 src/com/gps/utilities/RouteDeviation.java 507 Avoid unused local variables such as 'sdf'.
94174 src/com/gps/utilities/RouteDeviation.java 507 Found 'DU'-anomaly for variable 'sdf' (lines '507'-'532').
94175 src/com/gps/utilities/RouteDeviation.java 507 Local variable 'sdf' could be declared final
94176 src/com/gps/utilities/RouteDeviation.java 507 When instantiating a SimpleDateFormat object, specify a Locale
94177 src/com/gps/utilities/RouteDeviation.java 508 Local variable 'qry' could be declared final
94178 src/com/gps/utilities/RouteDeviation.java 508 Potential violation of Law of Demeter (object not created locally)
94179 src/com/gps/utilities/RouteDeviation.java 509 There is log block not surrounded by if
94180 src/com/gps/utilities/RouteDeviation.java 509 There is log block not surrounded by if
94181 src/com/gps/utilities/RouteDeviation.java 511 Local variable 'query' could be declared final
94182 src/com/gps/utilities/RouteDeviation.java 511 Potential violation of Law of Demeter (object not created locally)
94183 src/com/gps/utilities/RouteDeviation.java 512 Potential violation of Law of Demeter (object not created locally)
94184 src/com/gps/utilities/RouteDeviation.java 514 Potential violation of Law of Demeter (object not created locally)
94185 src/com/gps/utilities/RouteDeviation.java 517 Found 'DU'-anomaly for variable 'closestPointId' (lines '517'-'532').
94186 src/com/gps/utilities/RouteDeviation.java 521 Avoid using Literals in Conditional Statements
94187 src/com/gps/utilities/RouteDeviation.java 521 Avoid using if statements without curly braces
94188 src/com/gps/utilities/RouteDeviation.java 521 Potential violation of Law of Demeter (object not created locally)
94189 src/com/gps/utilities/RouteDeviation.java 522 Found 'DU'-anomaly for variable 'closestPointId' (lines '522'-'532').
94190 src/com/gps/utilities/RouteDeviation.java 525 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94191 src/com/gps/utilities/RouteDeviation.java 527 Avoid printStackTrace(); use a logger call instead.
94192 src/com/gps/utilities/RouteDeviation.java 527 Potential violation of Law of Demeter (object not created locally)
94193 src/com/gps/utilities/RouteDeviation.java 530 There is log block not surrounded by if
94194 src/com/gps/utilities/RouteDeviation.java 530 There is log block not surrounded by if
94195 src/com/gps/utilities/RouteDeviation.java 534 Comment is too large: Too many lines
94196 src/com/gps/utilities/RouteDeviation.java 536 Comment is too large: Line too long
94197 src/com/gps/utilities/RouteDeviation.java 544 A method/constructor shouldnt explicitly throw java.lang.Exception
94198 src/com/gps/utilities/RouteDeviation.java 544 Avoid excessively long variable names like recurrLocationList
94199 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'currPktPt' is not assigned and could be declared final
94200 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'recurrLocationList' is not assigned and could be declared final
94201 src/com/gps/utilities/RouteDeviation.java 544 Parameter 'refPointId' is not assigned and could be declared final
94202 src/com/gps/utilities/RouteDeviation.java 546 There is log block not surrounded by if
94203 src/com/gps/utilities/RouteDeviation.java 546 There is log block not surrounded by if
94204 src/com/gps/utilities/RouteDeviation.java 547 Local variable 'traversalDao' could be declared final
94205 src/com/gps/utilities/RouteDeviation.java 547 This statement may have some unnecessary parentheses
94206 src/com/gps/utilities/RouteDeviation.java 547 Useless parentheses.
94207 src/com/gps/utilities/RouteDeviation.java 549 Avoid excessively long variable names like closestReferencePoint
94208 src/com/gps/utilities/RouteDeviation.java 549 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '549'-'576').
94209 src/com/gps/utilities/RouteDeviation.java 550 Found 'DD'-anomaly for variable 'closestPointId' (lines '550'-'581').
94210 src/com/gps/utilities/RouteDeviation.java 552 Found 'DU'-anomaly for variable 'timeDelta' (lines '552'-'584').
94211 src/com/gps/utilities/RouteDeviation.java 552 Local variable 'timeDelta' could be declared final
94212 src/com/gps/utilities/RouteDeviation.java 552 Potential violation of Law of Demeter (object not created locally)
94213 src/com/gps/utilities/RouteDeviation.java 553 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '553'-'584').
94214 src/com/gps/utilities/RouteDeviation.java 553 This statement may have some unnecessary parentheses
94215 src/com/gps/utilities/RouteDeviation.java 553 Useless parentheses.
94216 src/com/gps/utilities/RouteDeviation.java 555 Local variable 'cal1' could be declared final
94217 src/com/gps/utilities/RouteDeviation.java 556 Potential violation of Law of Demeter (object not created locally)
94218 src/com/gps/utilities/RouteDeviation.java 557 Found 'DU'-anomaly for variable 'currPktTimeInSecs' (lines '557'-'584').
94219 src/com/gps/utilities/RouteDeviation.java 557 Local variable 'currPktTimeInSecs' could be declared final
94220 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94221 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94222 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94223 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94224 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94225 src/com/gps/utilities/RouteDeviation.java 557 Potential violation of Law of Demeter (object not created locally)
94226 src/com/gps/utilities/RouteDeviation.java 557 Useless parentheses.
94227 src/com/gps/utilities/RouteDeviation.java 557 Useless parentheses.
94228 src/com/gps/utilities/RouteDeviation.java 561 Local variable 'referencePoint' could be declared final
94229 src/com/gps/utilities/RouteDeviation.java 562 Potential violation of Law of Demeter (object not created locally)
94230 src/com/gps/utilities/RouteDeviation.java 562 There is log block not surrounded by if
94231 src/com/gps/utilities/RouteDeviation.java 562 There is log block not surrounded by if
94232 src/com/gps/utilities/RouteDeviation.java 565 Potential violation of Law of Demeter (object not created locally)
94233 src/com/gps/utilities/RouteDeviation.java 565 Potential violation of Law of Demeter (object not created locally)
94234 src/com/gps/utilities/RouteDeviation.java 566 Avoid excessively long variable names like closestRefTimeInSecs
94235 src/com/gps/utilities/RouteDeviation.java 566 Local variable 'closestRefTimeInSecs' could be declared final
94236 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94237 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94238 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94239 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94240 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94241 src/com/gps/utilities/RouteDeviation.java 566 Potential violation of Law of Demeter (object not created locally)
94242 src/com/gps/utilities/RouteDeviation.java 566 Useless parentheses.
94243 src/com/gps/utilities/RouteDeviation.java 566 Useless parentheses.
94244 src/com/gps/utilities/RouteDeviation.java 567 There is log block not surrounded by if
94245 src/com/gps/utilities/RouteDeviation.java 567 There is log block not surrounded by if
94246 src/com/gps/utilities/RouteDeviation.java 568 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '568'-'570').
94247 src/com/gps/utilities/RouteDeviation.java 568 Found 'DD'-anomaly for variable 'timeDiffInSecs' (lines '568'-'572').
94248 src/com/gps/utilities/RouteDeviation.java 570 Avoid using if...else statements without curly braces
94249 src/com/gps/utilities/RouteDeviation.java 572 Avoid using if...else statements without curly braces
94250 src/com/gps/utilities/RouteDeviation.java 573 There is log block not surrounded by if
94251 src/com/gps/utilities/RouteDeviation.java 573 There is log block not surrounded by if
94252 src/com/gps/utilities/RouteDeviation.java 575 Found 'DU'-anomaly for variable 'minTimeDiff' (lines '575'-'584').
94253 src/com/gps/utilities/RouteDeviation.java 576 Found 'DD'-anomaly for variable 'closestReferencePoint' (lines '576'-'576').
94254 src/com/gps/utilities/RouteDeviation.java 580 Avoid using if statements without curly braces
94255 src/com/gps/utilities/RouteDeviation.java 580 Potential violation of Law of Demeter (object not created locally)
94256 src/com/gps/utilities/RouteDeviation.java 581 Potential violation of Law of Demeter (object not created locally)
94257 src/com/gps/utilities/RouteDeviation.java 582 There is log block not surrounded by if
94258 src/com/gps/utilities/RouteDeviation.java 582 There is log block not surrounded by if
94259 src/com/gps/utilities/RouteDeviation.java 589 Parameter 'args' is not assigned and could be declared final
94260 src/com/gps/utilities/TripDisabler.java 14 headerCommentRequirement Required
94261 src/com/gps/utilities/TripDisabler.java 15 The Logger variable declaration does not contain the static and final modifiers
94262 src/com/gps/utilities/TripDisabler.java 15 Use explicit scoping instead of the default package private level
94263 src/com/gps/utilities/TripDisabler.java 15 fieldCommentRequirement Required
94264 src/com/gps/utilities/TripDisabler.java 19 Parameter 'trackerId' is not assigned and could be declared final
94265 src/com/gps/utilities/TripDisabler.java 19 publicMethodCommentRequirement Required
94266 src/com/gps/utilities/TripDisabler.java 20 Local variable 'tripdao' could be declared final
94267 src/com/gps/utilities/TripDisabler.java 21 Found 'DD'-anomaly for variable 'exp' (lines '21'-'25').
94268 src/com/gps/utilities/TripDisabler.java 22 Found 'DD'-anomaly for variable 'response' (lines '22'-'26').
94269 src/com/gps/utilities/TripDisabler.java 28 There is log block not surrounded by if
94270 src/com/gps/utilities/TripDisabler.java 28 There is log block not surrounded by if
94271 src/com/gps/utilities/TripDisabler.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94272 src/com/gps/utilities/TripDisabler.java 32 Avoid printStackTrace(); use a logger call instead.
94273 src/com/gps/utilities/TripDisabler.java 39 There is log block not surrounded by if
94274 src/com/gps/utilities/TripDisabler.java 39 There is log block not surrounded by if
94275 src/com/gps/utilities/TripDisabler.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94276 src/com/gps/utilities/TripDisabler.java 43 There is log block not surrounded by if
94277 src/com/gps/utilities/TripRecurrentLocatons.java 3 Avoid unused imports such as 'java.text.DateFormat'
94278 src/com/gps/utilities/TripRecurrentLocatons.java 4 Avoid unused imports such as 'java.text.SimpleDateFormat'
94279 src/com/gps/utilities/TripRecurrentLocatons.java 7 Avoid unused imports such as 'javax.xml.datatype.DatatypeFactory'
94280 src/com/gps/utilities/TripRecurrentLocatons.java 8 Avoid unused imports such as 'javax.xml.datatype.XMLGregorianCalendar'
94281 src/com/gps/utilities/TripRecurrentLocatons.java 16 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
94282 src/com/gps/utilities/TripRecurrentLocatons.java 20 The class 'TripRecurrentLocations' has a Cyclomatic Complexity of 6 (Highest = 12).
94283 src/com/gps/utilities/TripRecurrentLocatons.java 20 headerCommentRequirement Required
94284 src/com/gps/utilities/TripRecurrentLocatons.java 23 The Logger variable declaration does not contain the static and final modifiers
94285 src/com/gps/utilities/TripRecurrentLocatons.java 23 Use explicit scoping instead of the default package private level
94286 src/com/gps/utilities/TripRecurrentLocatons.java 23 fieldCommentRequirement Required
94287 src/com/gps/utilities/TripRecurrentLocatons.java 25 Comment is too large: Too many lines
94288 src/com/gps/utilities/TripRecurrentLocatons.java 37 Comment is too large: Line too long
94289 src/com/gps/utilities/TripRecurrentLocatons.java 41 A method/constructor shouldnt explicitly throw java.lang.Exception
94290 src/com/gps/utilities/TripRecurrentLocatons.java 41 Parameter 'tripSession' is not assigned and could be declared final
94291 src/com/gps/utilities/TripRecurrentLocatons.java 41 Parameter 'tripid' is not assigned and could be declared final
94292 src/com/gps/utilities/TripRecurrentLocatons.java 41 The method 'updateTripReference' has a Cyclomatic Complexity of 12.
94293 src/com/gps/utilities/TripRecurrentLocatons.java 43 Avoid unused local variables such as 'dHelper'.
94294 src/com/gps/utilities/TripRecurrentLocatons.java 43 Found 'DU'-anomaly for variable 'dHelper' (lines '43'-'109').
94295 src/com/gps/utilities/TripRecurrentLocatons.java 43 Local variable 'dHelper' could be declared final
94296 src/com/gps/utilities/TripRecurrentLocatons.java 47 Local variable 'tripRefList' could be declared final
94297 src/com/gps/utilities/TripRecurrentLocatons.java 47 This statement may have some unnecessary parentheses
94298 src/com/gps/utilities/TripRecurrentLocatons.java 47 Useless parentheses.
94299 src/com/gps/utilities/TripRecurrentLocatons.java 49 Avoid using Literals in Conditional Statements
94300 src/com/gps/utilities/TripRecurrentLocatons.java 49 Potential violation of Law of Demeter (object not created locally)
94301 src/com/gps/utilities/TripRecurrentLocatons.java 49 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
94302 src/com/gps/utilities/TripRecurrentLocatons.java 50 Avoid using if...else statements without curly braces
94303 src/com/gps/utilities/TripRecurrentLocatons.java 50 There is log block not surrounded by if
94304 src/com/gps/utilities/TripRecurrentLocatons.java 50 There is log block not surrounded by if
94305 src/com/gps/utilities/TripRecurrentLocatons.java 52 Avoid using if...else statements without curly braces
94306 src/com/gps/utilities/TripRecurrentLocatons.java 52 There is log block not surrounded by if
94307 src/com/gps/utilities/TripRecurrentLocatons.java 52 There is log block not surrounded by if
94308 src/com/gps/utilities/TripRecurrentLocatons.java 54 Local variable 'col' could be declared final
94309 src/com/gps/utilities/TripRecurrentLocatons.java 54 Potential violation of Law of Demeter (object not created locally)
94310 src/com/gps/utilities/TripRecurrentLocatons.java 55 Local variable 'itr1' could be declared final
94311 src/com/gps/utilities/TripRecurrentLocatons.java 55 Potential violation of Law of Demeter (object not created locally)
94312 src/com/gps/utilities/TripRecurrentLocatons.java 59 Local variable 'itr2' could be declared final
94313 src/com/gps/utilities/TripRecurrentLocatons.java 59 Potential violation of Law of Demeter (object not created locally)
94314 src/com/gps/utilities/TripRecurrentLocatons.java 60 Avoid instantiating new objects inside loops
94315 src/com/gps/utilities/TripRecurrentLocatons.java 60 Found 'DD'-anomaly for variable 'refRt' (lines '60'-'61').
94316 src/com/gps/utilities/TripRecurrentLocatons.java 61 Found 'DU'-anomaly for variable 'refRt' (lines '61'-'109').
94317 src/com/gps/utilities/TripRecurrentLocatons.java 62 Avoid excessively long variable names like refPointIdReferences
94318 src/com/gps/utilities/TripRecurrentLocatons.java 62 Found 'DD'-anomaly for variable 'refPointIdReferences' (lines '62'-'73').
94319 src/com/gps/utilities/TripRecurrentLocatons.java 65 Avoid instantiating new objects inside loops
94320 src/com/gps/utilities/TripRecurrentLocatons.java 65 Found 'DD'-anomaly for variable 'refRt2' (lines '65'-'66').
94321 src/com/gps/utilities/TripRecurrentLocatons.java 67 Local variable 'idDiff' could be declared final
94322 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
94323 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
94324 src/com/gps/utilities/TripRecurrentLocatons.java 67 Potential violation of Law of Demeter (object not created locally)
94325 src/com/gps/utilities/TripRecurrentLocatons.java 67 Useless parentheses.
94326 src/com/gps/utilities/TripRecurrentLocatons.java 71 These nested if statements could be combined
94327 src/com/gps/utilities/TripRecurrentLocatons.java 73 Potential violation of Law of Demeter (object not created locally)
94328 src/com/gps/utilities/TripRecurrentLocatons.java 74 Found 'DD'-anomaly for variable 'len' (lines '74'-'77').
94329 src/com/gps/utilities/TripRecurrentLocatons.java 76 Avoid using if statements without curly braces
94330 src/com/gps/utilities/TripRecurrentLocatons.java 77 Potential violation of Law of Demeter (object not created locally)
94331 src/com/gps/utilities/TripRecurrentLocatons.java 79 Avoid using Literals in Conditional Statements
94332 src/com/gps/utilities/TripRecurrentLocatons.java 80 Prefer StringBuffer over += for concatenating strings
94333 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (method chain calls)
94334 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (object not created locally)
94335 src/com/gps/utilities/TripRecurrentLocatons.java 81 Potential violation of Law of Demeter (object not created locally)
94336 src/com/gps/utilities/TripRecurrentLocatons.java 81 Prefer StringBuffer over += for concatenating strings
94337 src/com/gps/utilities/TripRecurrentLocatons.java 81 This statement may have some unnecessary parentheses
94338 src/com/gps/utilities/TripRecurrentLocatons.java 81 Useless parentheses.
94339 src/com/gps/utilities/TripRecurrentLocatons.java 84 Avoid using Literals in Conditional Statements
94340 src/com/gps/utilities/TripRecurrentLocatons.java 84 Avoid using if statements without curly braces
94341 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (method chain calls)
94342 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (object not created locally)
94343 src/com/gps/utilities/TripRecurrentLocatons.java 85 Potential violation of Law of Demeter (object not created locally)
94344 src/com/gps/utilities/TripRecurrentLocatons.java 85 This statement may have some unnecessary parentheses
94345 src/com/gps/utilities/TripRecurrentLocatons.java 85 Useless parentheses.
94346 src/com/gps/utilities/TripRecurrentLocatons.java 87 Potential violation of Law of Demeter (object not created locally)
94347 src/com/gps/utilities/TripRecurrentLocatons.java 88 Potential violation of Law of Demeter (object not created locally)
94348 src/com/gps/utilities/TripRecurrentLocatons.java 88 Potential violation of Law of Demeter (object not created locally)
94349 src/com/gps/utilities/TripRecurrentLocatons.java 88 There is log block not surrounded by if
94350 src/com/gps/utilities/TripRecurrentLocatons.java 88 There is log block not surrounded by if
94351 src/com/gps/utilities/TripRecurrentLocatons.java 92 Avoid using Literals in Conditional Statements
94352 src/com/gps/utilities/TripRecurrentLocatons.java 92 Use equals() to compare strings instead of '==' or '!='
94353 src/com/gps/utilities/TripRecurrentLocatons.java 94 Avoid instantiating new objects inside loops
94354 src/com/gps/utilities/TripRecurrentLocatons.java 94 Local variable 'obj' could be declared final
94355 src/com/gps/utilities/TripRecurrentLocatons.java 94 This statement may have some unnecessary parentheses
94356 src/com/gps/utilities/TripRecurrentLocatons.java 94 Useless parentheses.
94357 src/com/gps/utilities/TripRecurrentLocatons.java 95 Avoid variables with short names like tx
94358 src/com/gps/utilities/TripRecurrentLocatons.java 95 Local variable 'tx' could be declared final
94359 src/com/gps/utilities/TripRecurrentLocatons.java 96 Potential violation of Law of Demeter (object not created locally)
94360 src/com/gps/utilities/TripRecurrentLocatons.java 98 Potential violation of Law of Demeter (object not created locally)
94361 src/com/gps/utilities/TripRecurrentLocatons.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94362 src/com/gps/utilities/TripRecurrentLocatons.java 106 There is log block not surrounded by if
94363 src/com/gps/utilities/TripRecurrentLocatons.java 106 There is log block not surrounded by if
94364 src/com/gps/utilities/TripRecurrentLocatons.java 107 Avoid printStackTrace(); use a logger call instead.
94365 src/com/gps/utilities/TripRecurrentLocatons.java 107 Potential violation of Law of Demeter (object not created locally)
94366 src/com/gps/utilities/TripRecurrentLocatons.java 111 A method/constructor shouldnt explicitly throw java.lang.Exception
94367 src/com/gps/utilities/TripRecurrentLocatons.java 111 Avoid excessively long variable names like currentPacketPoint
94368 src/com/gps/utilities/TripRecurrentLocatons.java 111 Avoid excessively long variable names like referenceRoutePoint
94369 src/com/gps/utilities/TripRecurrentLocatons.java 111 Parameter 'currentPacketPoint' is not assigned and could be declared final
94370 src/com/gps/utilities/TripRecurrentLocatons.java 111 Parameter 'referenceRoutePoint' is not assigned and could be declared final
94371 src/com/gps/utilities/TripRecurrentLocatons.java 111 publicMethodCommentRequirement Required
94372 src/com/gps/utilities/TripRecurrentLocatons.java 112 Local variable 'dHelper' could be declared final
94373 src/com/gps/utilities/TripRecurrentLocatons.java 114 Local variable 'distance' could be declared final
94374 src/com/gps/utilities/TripRecurrentLocatons.java 115 There is log block not surrounded by if
94375 src/com/gps/utilities/TripRecurrentLocatons.java 115 There is log block not surrounded by if
94376 src/com/gps/utilities/TripRecurrentLocatons.java 116 Local variable 'permissibleRadius' could be declared final
94377 src/com/gps/utilities/TripRecurrentLocatons.java 117 There is log block not surrounded by if
94378 src/com/gps/utilities/TripRecurrentLocatons.java 117 There is log block not surrounded by if
94379 src/com/gps/utilities/TripRecurrentLocatons.java 118 Potential violation of Law of Demeter (object not created locally)
94380 src/com/gps/utilities/TripRecurrentLocatons.java 118 Potential violation of Law of Demeter (object not created locally)
94381 src/com/gps/utilities/TripRecurrentLocatons.java 118 There is log block not surrounded by if
94382 src/com/gps/utilities/TripRecurrentLocatons.java 118 There is log block not surrounded by if
94383 src/com/gps/utilities/TripRecurrentLocatons.java 118 This statement may have some unnecessary parentheses
94384 src/com/gps/utilities/TripRecurrentLocatons.java 118 Useless parentheses.
94385 src/com/gps/utilities/TripRecurrentLocatons.java 119 Avoid unnecessary if..then..else statements when returning booleans
94386 src/com/gps/utilities/TripRecurrentLocatons.java 119 Avoid using Literals in Conditional Statements
94387 src/com/gps/utilities/TripRecurrentLocatons.java 119 Potential violation of Law of Demeter (object not created locally)
94388 src/com/gps/utilities/TripRecurrentLocatons.java 119 Potential violation of Law of Demeter (object not created locally)
94389 src/com/gps/utilities/TripRecurrentLocatons.java 121 A method should have only one exit point, and that should be the last statement in the method
94390 src/com/gps/utilities/TripRecurrentLocatons.java 129 Parameter 'args' is not assigned and could be declared final
94391 src/com/gps/utilities/TripRecurrentLocatons.java 129 publicMethodCommentRequirement Required
94392 src/com/gps/utilities/TripRecurrentLocatons.java 132 Local variable 'trp' could be declared final
94393 src/com/gps/utilities/TripRecurrentLocatons.java 133 Avoid unused local variables such as 'tripList'.
94394 src/com/gps/utilities/TripRecurrentLocatons.java 133 Found 'DU'-anomaly for variable 'tripList' (lines '133'-'154').
94395 src/com/gps/utilities/TripRecurrentLocatons.java 133 Local variable 'tripList' could be declared final
94396 src/com/gps/utilities/TripRecurrentLocatons.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94397 src/com/gps/utilities/TripRecurrentLocatons.java 151 There is log block not surrounded by if
94398 src/com/gps/utilities/TripRecurrentLocatons.java 151 There is log block not surrounded by if
94399 src/com/gps/utilities/TripRecurrentLocatons.java 152 Avoid printStackTrace(); use a logger call instead.
94400 src/com/gps/utilities/UrlSigner.java 19 headerCommentRequirement Required
94401 src/com/gps/utilities/UrlSigner.java 21 Logger should be defined private static final and have the correct class
94402 src/com/gps/utilities/UrlSigner.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
94403 src/com/gps/utilities/UrlSigner.java 21 fieldCommentRequirement Required
94404 src/com/gps/utilities/UrlSigner.java 22 fieldCommentRequirement Required
94405 src/com/gps/utilities/UrlSigner.java 24 Method names should not start with capital letters
94406 src/com/gps/utilities/UrlSigner.java 24 Parameter 'keyString' is not assigned and could be declared final
94407 src/com/gps/utilities/UrlSigner.java 24 Parameter 'urlString' is not assigned and could be declared final
94408 src/com/gps/utilities/UrlSigner.java 24 publicMethodCommentRequirement Required
94409 src/com/gps/utilities/UrlSigner.java 26 Found 'DD'-anomaly for variable 'url' (lines '26'-'31').
94410 src/com/gps/utilities/UrlSigner.java 27 Found 'DD'-anomaly for variable 'request' (lines '27'-'33').
94411 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
94412 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
94413 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
94414 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
94415 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
94416 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
94417 src/com/gps/utilities/UrlSigner.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94418 src/com/gps/utilities/UrlSigner.java 38 There is log block not surrounded by if
94419 src/com/gps/utilities/UrlSigner.java 39 Avoid printStackTrace(); use a logger call instead.
94420 src/com/gps/utilities/UrlSigner.java 39 Potential violation of Law of Demeter (object not created locally)
94421 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
94422 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
94423 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
94424 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
94425 src/com/gps/utilities/UrlSigner.java 45 Method names should not start with capital letters
94426 src/com/gps/utilities/UrlSigner.java 45 publicMethodCommentRequirement Required
94427 src/com/gps/utilities/UrlSigner.java 53 Parameter 'path' is not assigned and could be declared final
94428 src/com/gps/utilities/UrlSigner.java 53 Parameter 'query' is not assigned and could be declared final
94429 src/com/gps/utilities/UrlSigner.java 53 publicMethodCommentRequirement Required
94430 src/com/gps/utilities/UrlSigner.java 56 Local variable 'resource' could be declared final
94431 src/com/gps/utilities/UrlSigner.java 59 Local variable 'sha1Key' could be declared final
94432 src/com/gps/utilities/UrlSigner.java 62 Local variable 'mac' could be declared final
94433 src/com/gps/utilities/UrlSigner.java 63 Potential violation of Law of Demeter (object not created locally)
94434 src/com/gps/utilities/UrlSigner.java 66 Local variable 'sigBytes' could be declared final
94435 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
94436 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
94437 src/com/gps/utilities/UrlSigner.java 69 Found 'DD'-anomaly for variable 'signature' (lines '69'-'72').
94438 src/com/gps/utilities/UrlSigner.java 72 Potential violation of Law of Demeter (object not created locally)
94439 src/com/gps/utilities/UrlSigner.java 73 Potential violation of Law of Demeter (object not created locally)
94440 src/com/gps/utilities/VehicleDataFetcher.java 17 Comment is too large: Too many lines
94441 src/com/gps/utilities/VehicleDataFetcher.java 21 Comment is too large: Line too long
94442 src/com/gps/utilities/VehicleDataFetcher.java 50 A high number of imports can indicate a high degree of coupling within an object.
94443 src/com/gps/utilities/VehicleDataFetcher.java 50 Possible God class (WMC=51, ATFD=61, TCC=0.0)
94444 src/com/gps/utilities/VehicleDataFetcher.java 53 Avoid unused imports such as 'java.sql.ResultSet'
94445 src/com/gps/utilities/VehicleDataFetcher.java 64 Avoid unused imports such as 'javax.ws.rs.PathParam'
94446 src/com/gps/utilities/VehicleDataFetcher.java 76 Avoid unused imports such as 'com.gps.hibernate.HibernateSessionFactory'
94447 src/com/gps/utilities/VehicleDataFetcher.java 89 The class 'VehicleDataFetcher' has a Cyclomatic Complexity of 6 (Highest = 15).
94448 src/com/gps/utilities/VehicleDataFetcher.java 89 headerCommentRequirement Required
94449 src/com/gps/utilities/VehicleDataFetcher.java 90 The Logger variable declaration does not contain the static and final modifiers
94450 src/com/gps/utilities/VehicleDataFetcher.java 90 Use explicit scoping instead of the default package private level
94451 src/com/gps/utilities/VehicleDataFetcher.java 90 fieldCommentRequirement Required
94452 src/com/gps/utilities/VehicleDataFetcher.java 92 Use explicit scoping instead of the default package private level
94453 src/com/gps/utilities/VehicleDataFetcher.java 93 Found non-transient, non-static member. Please mark as transient or provide accessors.
94454 src/com/gps/utilities/VehicleDataFetcher.java 93 fieldCommentRequirement Required
94455 src/com/gps/utilities/VehicleDataFetcher.java 97 Found 'UR'-anomaly for variable 'paramVal' (lines '97'-'112').
94456 src/com/gps/utilities/VehicleDataFetcher.java 97 The method 'getVehicleInfo' has a Cyclomatic Complexity of 15.
94457 src/com/gps/utilities/VehicleDataFetcher.java 98 Found 'DD'-anomaly for variable 'uriPath' (lines '98'-'104').
94458 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'123').
94459 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'126').
94460 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'131').
94461 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'135').
94462 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'138').
94463 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'142').
94464 src/com/gps/utilities/VehicleDataFetcher.java 99 Found 'DD'-anomaly for variable 'response' (lines '99'-'149').
94465 src/com/gps/utilities/VehicleDataFetcher.java 100 Found 'DD'-anomaly for variable 'params' (lines '100'-'105').
94466 src/com/gps/utilities/VehicleDataFetcher.java 101 Found 'DD'-anomaly for variable 'paramLength' (lines '101'-'107').
94467 src/com/gps/utilities/VehicleDataFetcher.java 101 Found 'DU'-anomaly for variable 'paramLength' (lines '101'-'166').
94468 src/com/gps/utilities/VehicleDataFetcher.java 105 Potential violation of Law of Demeter (object not created locally)
94469 src/com/gps/utilities/VehicleDataFetcher.java 107 Found 'DD'-anomaly for variable 'paramLength' (lines '107'-'113').
94470 src/com/gps/utilities/VehicleDataFetcher.java 110 Local variable 'paramVal' could be declared final
94471 src/com/gps/utilities/VehicleDataFetcher.java 112 Potential violation of Law of Demeter (method chain calls)
94472 src/com/gps/utilities/VehicleDataFetcher.java 112 Potential violation of Law of Demeter (object not created locally)
94473 src/com/gps/utilities/VehicleDataFetcher.java 112 Potential violation of Law of Demeter (object not created locally)
94474 src/com/gps/utilities/VehicleDataFetcher.java 123 Found 'DD'-anomaly for variable 'response' (lines '123'-'149').
94475 src/com/gps/utilities/VehicleDataFetcher.java 126 Found 'DD'-anomaly for variable 'response' (lines '126'-'149').
94476 src/com/gps/utilities/VehicleDataFetcher.java 126 Potential violation of Law of Demeter (method chain calls)
94477 src/com/gps/utilities/VehicleDataFetcher.java 131 Found 'DD'-anomaly for variable 'response' (lines '131'-'149').
94478 src/com/gps/utilities/VehicleDataFetcher.java 131 Potential violation of Law of Demeter (method chain calls)
94479 src/com/gps/utilities/VehicleDataFetcher.java 131 Potential violation of Law of Demeter (method chain calls)
94480 src/com/gps/utilities/VehicleDataFetcher.java 135 Found 'DD'-anomaly for variable 'response' (lines '135'-'149').
94481 src/com/gps/utilities/VehicleDataFetcher.java 135 Potential violation of Law of Demeter (method chain calls)
94482 src/com/gps/utilities/VehicleDataFetcher.java 135 Potential violation of Law of Demeter (method chain calls)
94483 src/com/gps/utilities/VehicleDataFetcher.java 138 Found 'DD'-anomaly for variable 'response' (lines '138'-'149').
94484 src/com/gps/utilities/VehicleDataFetcher.java 138 Potential violation of Law of Demeter (method chain calls)
94485 src/com/gps/utilities/VehicleDataFetcher.java 138 Potential violation of Law of Demeter (method chain calls)
94486 src/com/gps/utilities/VehicleDataFetcher.java 138 Potential violation of Law of Demeter (method chain calls)
94487 src/com/gps/utilities/VehicleDataFetcher.java 142 Found 'DD'-anomaly for variable 'response' (lines '142'-'149').
94488 src/com/gps/utilities/VehicleDataFetcher.java 149 Found 'DD'-anomaly for variable 'response' (lines '149'-'154').
94489 src/com/gps/utilities/VehicleDataFetcher.java 150 There is log block not surrounded by if
94490 src/com/gps/utilities/VehicleDataFetcher.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94491 src/com/gps/utilities/VehicleDataFetcher.java 156 There is log block not surrounded by if
94492 src/com/gps/utilities/VehicleDataFetcher.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94493 src/com/gps/utilities/VehicleDataFetcher.java 162 Potential violation of Law of Demeter (object not created locally)
94494 src/com/gps/utilities/VehicleDataFetcher.java 162 There is log block not surrounded by if
94495 src/com/gps/utilities/VehicleDataFetcher.java 171 Parameter 'esn' is not assigned and could be declared final
94496 src/com/gps/utilities/VehicleDataFetcher.java 171 publicMethodCommentRequirement Required
94497 src/com/gps/utilities/VehicleDataFetcher.java 172 Found 'DD'-anomaly for variable 'response' (lines '172'-'177').
94498 src/com/gps/utilities/VehicleDataFetcher.java 174 Local variable 'converter' could be declared final
94499 src/com/gps/utilities/VehicleDataFetcher.java 175 Local variable 'dataOrg' could be declared final
94500 src/com/gps/utilities/VehicleDataFetcher.java 176 Avoid excessively long variable names like lastVehicleDetails
94501 src/com/gps/utilities/VehicleDataFetcher.java 176 Local variable 'lastVehicleDetails' could be declared final
94502 src/com/gps/utilities/VehicleDataFetcher.java 176 Potential violation of Law of Demeter (object not created locally)
94503 src/com/gps/utilities/VehicleDataFetcher.java 177 Potential violation of Law of Demeter (object not created locally)
94504 src/com/gps/utilities/VehicleDataFetcher.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94505 src/com/gps/utilities/VehicleDataFetcher.java 179 There is log block not surrounded by if
94506 src/com/gps/utilities/VehicleDataFetcher.java 185 Parameter 'fetchLoc' is not assigned and could be declared final
94507 src/com/gps/utilities/VehicleDataFetcher.java 185 Parameter 'orgId' is not assigned and could be declared final
94508 src/com/gps/utilities/VehicleDataFetcher.java 185 Parameter 'reqCount' is not assigned and could be declared final
94509 src/com/gps/utilities/VehicleDataFetcher.java 185 publicMethodCommentRequirement Required
94510 src/com/gps/utilities/VehicleDataFetcher.java 187 There is log block not surrounded by if
94511 src/com/gps/utilities/VehicleDataFetcher.java 187 There is log block not surrounded by if
94512 src/com/gps/utilities/VehicleDataFetcher.java 188 Local variable 'vehicleList' could be declared final
94513 src/com/gps/utilities/VehicleDataFetcher.java 190 Potential violation of Law of Demeter (object not created locally)
94514 src/com/gps/utilities/VehicleDataFetcher.java 190 There is log block not surrounded by if
94515 src/com/gps/utilities/VehicleDataFetcher.java 190 There is log block not surrounded by if
94516 src/com/gps/utilities/VehicleDataFetcher.java 191 Local variable 'converter' could be declared final
94517 src/com/gps/utilities/VehicleDataFetcher.java 192 A method should have only one exit point, and that should be the last statement in the method
94518 src/com/gps/utilities/VehicleDataFetcher.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94519 src/com/gps/utilities/VehicleDataFetcher.java 195 There is log block not surrounded by if
94520 src/com/gps/utilities/VehicleDataFetcher.java 200 Avoid really long methods.
94521 src/com/gps/utilities/VehicleDataFetcher.java 200 Parameter 'doQuery' is not assigned and could be declared final
94522 src/com/gps/utilities/VehicleDataFetcher.java 200 Parameter 'orgId' is not assigned and could be declared final
94523 src/com/gps/utilities/VehicleDataFetcher.java 200 Parameter 'reqCount' is not assigned and could be declared final
94524 src/com/gps/utilities/VehicleDataFetcher.java 200 The method 'getInfo' has a Cyclomatic Complexity of 12.
94525 src/com/gps/utilities/VehicleDataFetcher.java 200 publicMethodCommentRequirement Required
94526 src/com/gps/utilities/VehicleDataFetcher.java 202 Found 'DU'-anomaly for variable 'vehDao' (lines '202'-'316').
94527 src/com/gps/utilities/VehicleDataFetcher.java 202 Local variable 'vehDao' could be declared final
94528 src/com/gps/utilities/VehicleDataFetcher.java 205 Local variable 'fetchObj' could be declared final
94529 src/com/gps/utilities/VehicleDataFetcher.java 206 Found 'DU'-anomaly for variable 'formatter' (lines '206'-'316').
94530 src/com/gps/utilities/VehicleDataFetcher.java 206 Local variable 'formatter' could be declared final
94531 src/com/gps/utilities/VehicleDataFetcher.java 207 Found 'DU'-anomaly for variable 'dateFormat' (lines '207'-'316').
94532 src/com/gps/utilities/VehicleDataFetcher.java 207 Local variable 'dateFormat' could be declared final
94533 src/com/gps/utilities/VehicleDataFetcher.java 207 When instantiating a SimpleDateFormat object, specify a Locale
94534 src/com/gps/utilities/VehicleDataFetcher.java 208 Local variable 'vehicleList' could be declared final
94535 src/com/gps/utilities/VehicleDataFetcher.java 209 Found 'DD'-anomaly for variable 'refObj' (lines '209'-'238').
94536 src/com/gps/utilities/VehicleDataFetcher.java 209 Found 'DD'-anomaly for variable 'refObj' (lines '209'-'240').
94537 src/com/gps/utilities/VehicleDataFetcher.java 211 Avoid excessively long variable names like timeInMilliseconds
94538 src/com/gps/utilities/VehicleDataFetcher.java 211 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '211'-'269').
94539 src/com/gps/utilities/VehicleDataFetcher.java 211 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '211'-'316').
94540 src/com/gps/utilities/VehicleDataFetcher.java 214 Found 'DD'-anomaly for variable 'tankCapacity' (lines '214'-'250').
94541 src/com/gps/utilities/VehicleDataFetcher.java 214 Found 'DD'-anomaly for variable 'tankCapacity' (lines '214'-'259').
94542 src/com/gps/utilities/VehicleDataFetcher.java 215 Found 'DD'-anomaly for variable 'updateStatus' (lines '215'-'252').
94543 src/com/gps/utilities/VehicleDataFetcher.java 215 Found 'DU'-anomaly for variable 'updateStatus' (lines '215'-'316').
94544 src/com/gps/utilities/VehicleDataFetcher.java 218 Local variable 'dataOrg' could be declared final
94545 src/com/gps/utilities/VehicleDataFetcher.java 219 Found 'DD'-anomaly for variable 'speed' (lines '219'-'291').
94546 src/com/gps/utilities/VehicleDataFetcher.java 221 Local variable 'rsVeh' could be declared final
94547 src/com/gps/utilities/VehicleDataFetcher.java 221 Potential violation of Law of Demeter (object not created locally)
94548 src/com/gps/utilities/VehicleDataFetcher.java 223 Local variable 'GeofenceList' could be declared final
94549 src/com/gps/utilities/VehicleDataFetcher.java 223 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
94550 src/com/gps/utilities/VehicleDataFetcher.java 225 Local variable 'coder' could be declared final
94551 src/com/gps/utilities/VehicleDataFetcher.java 226 Local variable 'reportDAO' could be declared final
94552 src/com/gps/utilities/VehicleDataFetcher.java 227 Found 'DU'-anomaly for variable 'setter' (lines '227'-'316').
94553 src/com/gps/utilities/VehicleDataFetcher.java 227 Local variable 'setter' could be declared final
94554 src/com/gps/utilities/VehicleDataFetcher.java 229 Potential violation of Law of Demeter (object not created locally)
94555 src/com/gps/utilities/VehicleDataFetcher.java 229 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
94556 src/com/gps/utilities/VehicleDataFetcher.java 230 Local variable 'rsVehIter' could be declared final
94557 src/com/gps/utilities/VehicleDataFetcher.java 230 Potential violation of Law of Demeter (object not created locally)
94558 src/com/gps/utilities/VehicleDataFetcher.java 232 Local variable 'vehBean' could be declared final
94559 src/com/gps/utilities/VehicleDataFetcher.java 234 Avoid instantiating new objects inside loops
94560 src/com/gps/utilities/VehicleDataFetcher.java 234 Local variable 'vehObj' could be declared final
94561 src/com/gps/utilities/VehicleDataFetcher.java 235 Potential violation of Law of Demeter (object not created locally)
94562 src/com/gps/utilities/VehicleDataFetcher.java 235 Potential violation of Law of Demeter (object not created locally)
94563 src/com/gps/utilities/VehicleDataFetcher.java 237 Avoid if (x != y) ..; else ..;
94564 src/com/gps/utilities/VehicleDataFetcher.java 237 Potential violation of Law of Demeter (object not created locally)
94565 src/com/gps/utilities/VehicleDataFetcher.java 238 Potential violation of Law of Demeter (object not created locally)
94566 src/com/gps/utilities/VehicleDataFetcher.java 238 Potential violation of Law of Demeter (object not created locally)
94567 src/com/gps/utilities/VehicleDataFetcher.java 240 Potential violation of Law of Demeter (object not created locally)
94568 src/com/gps/utilities/VehicleDataFetcher.java 243 Potential violation of Law of Demeter (object not created locally)
94569 src/com/gps/utilities/VehicleDataFetcher.java 243 Potential violation of Law of Demeter (object not created locally)
94570 src/com/gps/utilities/VehicleDataFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
94571 src/com/gps/utilities/VehicleDataFetcher.java 244 Potential violation of Law of Demeter (object not created locally)
94572 src/com/gps/utilities/VehicleDataFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
94573 src/com/gps/utilities/VehicleDataFetcher.java 245 Potential violation of Law of Demeter (object not created locally)
94574 src/com/gps/utilities/VehicleDataFetcher.java 246 Potential violation of Law of Demeter (object not created locally)
94575 src/com/gps/utilities/VehicleDataFetcher.java 246 Potential violation of Law of Demeter (object not created locally)
94576 src/com/gps/utilities/VehicleDataFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
94577 src/com/gps/utilities/VehicleDataFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
94578 src/com/gps/utilities/VehicleDataFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
94579 src/com/gps/utilities/VehicleDataFetcher.java 247 Potential violation of Law of Demeter (object not created locally)
94580 src/com/gps/utilities/VehicleDataFetcher.java 249 Avoid using Literals in Conditional Statements
94581 src/com/gps/utilities/VehicleDataFetcher.java 250 Potential violation of Law of Demeter (object not created locally)
94582 src/com/gps/utilities/VehicleDataFetcher.java 250 Potential violation of Law of Demeter (object not created locally)
94583 src/com/gps/utilities/VehicleDataFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
94584 src/com/gps/utilities/VehicleDataFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
94585 src/com/gps/utilities/VehicleDataFetcher.java 253 Avoid using Literals in Conditional Statements
94586 src/com/gps/utilities/VehicleDataFetcher.java 254 There is log block not surrounded by if
94587 src/com/gps/utilities/VehicleDataFetcher.java 254 There is log block not surrounded by if
94588 src/com/gps/utilities/VehicleDataFetcher.java 256 There is log block not surrounded by if
94589 src/com/gps/utilities/VehicleDataFetcher.java 256 There is log block not surrounded by if
94590 src/com/gps/utilities/VehicleDataFetcher.java 259 Potential violation of Law of Demeter (object not created locally)
94591 src/com/gps/utilities/VehicleDataFetcher.java 260 There is log block not surrounded by if
94592 src/com/gps/utilities/VehicleDataFetcher.java 260 There is log block not surrounded by if
94593 src/com/gps/utilities/VehicleDataFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
94594 src/com/gps/utilities/VehicleDataFetcher.java 265 Potential violation of Law of Demeter (object not created locally)
94595 src/com/gps/utilities/VehicleDataFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
94596 src/com/gps/utilities/VehicleDataFetcher.java 266 There is log block not surrounded by if
94597 src/com/gps/utilities/VehicleDataFetcher.java 266 There is log block not surrounded by if
94598 src/com/gps/utilities/VehicleDataFetcher.java 269 Potential violation of Law of Demeter (method chain calls)
94599 src/com/gps/utilities/VehicleDataFetcher.java 269 Potential violation of Law of Demeter (object not created locally)
94600 src/com/gps/utilities/VehicleDataFetcher.java 271 Potential violation of Law of Demeter (object not created locally)
94601 src/com/gps/utilities/VehicleDataFetcher.java 271 Potential violation of Law of Demeter (object not created locally)
94602 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
94603 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
94604 src/com/gps/utilities/VehicleDataFetcher.java 273 Potential violation of Law of Demeter (object not created locally)
94605 src/com/gps/utilities/VehicleDataFetcher.java 275 Potential violation of Law of Demeter (object not created locally)
94606 src/com/gps/utilities/VehicleDataFetcher.java 276 Local variable 'idle_time' could be declared final
94607 src/com/gps/utilities/VehicleDataFetcher.java 276 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
94608 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
94609 src/com/gps/utilities/VehicleDataFetcher.java 276 Potential violation of Law of Demeter (object not created locally)
94610 src/com/gps/utilities/VehicleDataFetcher.java 277 Avoid instantiating new objects inside loops
94611 src/com/gps/utilities/VehicleDataFetcher.java 277 Avoid variables with short names like df
94612 src/com/gps/utilities/VehicleDataFetcher.java 277 Local variable 'df' could be declared final
94613 src/com/gps/utilities/VehicleDataFetcher.java 277 When instantiating a SimpleDateFormat object, specify a Locale
94614 src/com/gps/utilities/VehicleDataFetcher.java 278 Local variable 'Datedate' could be declared final
94615 src/com/gps/utilities/VehicleDataFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
94616 src/com/gps/utilities/VehicleDataFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
94617 src/com/gps/utilities/VehicleDataFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
94618 src/com/gps/utilities/VehicleDataFetcher.java 278 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
94619 src/com/gps/utilities/VehicleDataFetcher.java 279 Local variable 'idletime' could be declared final
94620 src/com/gps/utilities/VehicleDataFetcher.java 279 Potential violation of Law of Demeter (object not created locally)
94621 src/com/gps/utilities/VehicleDataFetcher.java 280 Local variable 'idle_' could be declared final
94622 src/com/gps/utilities/VehicleDataFetcher.java 280 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
94623 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
94624 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
94625 src/com/gps/utilities/VehicleDataFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
94626 src/com/gps/utilities/VehicleDataFetcher.java 280 Useless parentheses.
94627 src/com/gps/utilities/VehicleDataFetcher.java 282 There is log block not surrounded by if
94628 src/com/gps/utilities/VehicleDataFetcher.java 282 There is log block not surrounded by if
94629 src/com/gps/utilities/VehicleDataFetcher.java 283 Potential violation of Law of Demeter (object not created locally)
94630 src/com/gps/utilities/VehicleDataFetcher.java 286 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94631 src/com/gps/utilities/VehicleDataFetcher.java 287 There is log block not surrounded by if
94632 src/com/gps/utilities/VehicleDataFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
94633 src/com/gps/utilities/VehicleDataFetcher.java 289 Potential violation of Law of Demeter (object not created locally)
94634 src/com/gps/utilities/VehicleDataFetcher.java 290 Avoid using if statements without curly braces
94635 src/com/gps/utilities/VehicleDataFetcher.java 290 Potential violation of Law of Demeter (object not created locally)
94636 src/com/gps/utilities/VehicleDataFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
94637 src/com/gps/utilities/VehicleDataFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
94638 src/com/gps/utilities/VehicleDataFetcher.java 293 Potential violation of Law of Demeter (object not created locally)
94639 src/com/gps/utilities/VehicleDataFetcher.java 295 Potential violation of Law of Demeter (object not created locally)
94640 src/com/gps/utilities/VehicleDataFetcher.java 295 Potential violation of Law of Demeter (object not created locally)
94641 src/com/gps/utilities/VehicleDataFetcher.java 295 Potential violation of Law of Demeter (object not created locally)
94642 src/com/gps/utilities/VehicleDataFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
94643 src/com/gps/utilities/VehicleDataFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
94644 src/com/gps/utilities/VehicleDataFetcher.java 296 There is log block not surrounded by if
94645 src/com/gps/utilities/VehicleDataFetcher.java 296 There is log block not surrounded by if
94646 src/com/gps/utilities/VehicleDataFetcher.java 299 Potential violation of Law of Demeter (object not created locally)
94647 src/com/gps/utilities/VehicleDataFetcher.java 299 Potential violation of Law of Demeter (object not created locally)
94648 src/com/gps/utilities/VehicleDataFetcher.java 299 Potential violation of Law of Demeter (object not created locally)
94649 src/com/gps/utilities/VehicleDataFetcher.java 301 Potential violation of Law of Demeter (object not created locally)
94650 src/com/gps/utilities/VehicleDataFetcher.java 307 Potential violation of Law of Demeter (object not created locally)
94651 src/com/gps/utilities/VehicleDataFetcher.java 308 Potential violation of Law of Demeter (object not created locally)
94652 src/com/gps/utilities/VehicleDataFetcher.java 308 There is log block not surrounded by if
94653 src/com/gps/utilities/VehicleDataFetcher.java 308 There is log block not surrounded by if
94654 src/com/gps/utilities/VehicleDataFetcher.java 310 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94655 src/com/gps/utilities/VehicleDataFetcher.java 313 There is log block not surrounded by if
94656 src/com/gps/utilities/VehicleDataFetcher.java 320 Method names should not start with capital letters
94657 src/com/gps/utilities/VehicleDataFetcher.java 320 Parameter 'PacketTime' is not assigned and could be declared final
94658 src/com/gps/utilities/VehicleDataFetcher.java 320 Parameter 'dataOrg' is not assigned and could be declared final
94659 src/com/gps/utilities/VehicleDataFetcher.java 320 Parameter 'regNo' is not assigned and could be declared final
94660 src/com/gps/utilities/VehicleDataFetcher.java 320 Variables should start with a lowercase character, 'PacketTime' starts with uppercase character.
94661 src/com/gps/utilities/VehicleDataFetcher.java 320 publicMethodCommentRequirement Required
94662 src/com/gps/utilities/VehicleDataFetcher.java 322 Found 'DD'-anomaly for variable 'Duration' (lines '322'-'335').
94663 src/com/gps/utilities/VehicleDataFetcher.java 322 Variables should start with a lowercase character, 'Duration' starts with uppercase character.
94664 src/com/gps/utilities/VehicleDataFetcher.java 323 Found 'DD'-anomaly for variable 'DurationInMilli' (lines '323'-'334').
94665 src/com/gps/utilities/VehicleDataFetcher.java 323 Found 'DU'-anomaly for variable 'DurationInMilli' (lines '323'-'345').
94666 src/com/gps/utilities/VehicleDataFetcher.java 323 Variables should start with a lowercase character, 'DurationInMilli' starts with uppercase character.
94667 src/com/gps/utilities/VehicleDataFetcher.java 324 Avoid variables with short names like vo
94668 src/com/gps/utilities/VehicleDataFetcher.java 324 Found 'DD'-anomaly for variable 'vo' (lines '324'-'328').
94669 src/com/gps/utilities/VehicleDataFetcher.java 325 Found 'DU'-anomaly for variable 'format' (lines '325'-'345').
94670 src/com/gps/utilities/VehicleDataFetcher.java 325 Local variable 'format' could be declared final
94671 src/com/gps/utilities/VehicleDataFetcher.java 325 When instantiating a SimpleDateFormat object, specify a Locale
94672 src/com/gps/utilities/VehicleDataFetcher.java 331 Potential violation of Law of Demeter (object not created locally)
94673 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (method chain calls)
94674 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (method chain calls)
94675 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (method chain calls)
94676 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (method chain calls)
94677 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94678 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94679 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94680 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94681 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94682 src/com/gps/utilities/VehicleDataFetcher.java 334 Potential violation of Law of Demeter (object not created locally)
94683 src/com/gps/utilities/VehicleDataFetcher.java 334 Useless parentheses.
94684 src/com/gps/utilities/VehicleDataFetcher.java 334 Useless parentheses.
94685 src/com/gps/utilities/VehicleDataFetcher.java 334 Useless parentheses.
94686 src/com/gps/utilities/VehicleDataFetcher.java 335 Potential violation of Law of Demeter (static property access)
94687 src/com/gps/utilities/VehicleDataFetcher.java 337 There is log block not surrounded by if
94688 src/com/gps/utilities/VehicleDataFetcher.java 337 There is log block not surrounded by if
94689 src/com/gps/utilities/VehicleDataFetcher.java 339 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94690 src/com/gps/utilities/VehicleDataFetcher.java 341 There is log block not surrounded by if
94691 src/com/gps/utilities/VehicleDataFetcher.java 350 Found 'UR'-anomaly for variable 'geofence' (lines '350'-'372').
94692 src/com/gps/utilities/VehicleDataFetcher.java 350 Method names should not start with capital letters
94693 src/com/gps/utilities/VehicleDataFetcher.java 350 Parameter 'GeofenceList' is not assigned and could be declared final
94694 src/com/gps/utilities/VehicleDataFetcher.java 350 Parameter 'Lat' is not assigned and could be declared final
94695 src/com/gps/utilities/VehicleDataFetcher.java 350 Parameter 'Lng' is not assigned and could be declared final
94696 src/com/gps/utilities/VehicleDataFetcher.java 350 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
94697 src/com/gps/utilities/VehicleDataFetcher.java 350 Variables should start with a lowercase character, 'Lat' starts with uppercase character.
94698 src/com/gps/utilities/VehicleDataFetcher.java 350 Variables should start with a lowercase character, 'Lng' starts with uppercase character.
94699 src/com/gps/utilities/VehicleDataFetcher.java 350 publicMethodCommentRequirement Required
94700 src/com/gps/utilities/VehicleDataFetcher.java 352 Found 'DD'-anomaly for variable 'fenceName' (lines '352'-'384').
94701 src/com/gps/utilities/VehicleDataFetcher.java 353 Found 'DD'-anomaly for variable 'fenceDAO' (lines '353'-'366').
94702 src/com/gps/utilities/VehicleDataFetcher.java 353 Found 'DU'-anomaly for variable 'fenceDAO' (lines '353'-'398').
94703 src/com/gps/utilities/VehicleDataFetcher.java 354 Found 'DU'-anomaly for variable 'Imaginaryfence' (lines '354'-'398').
94704 src/com/gps/utilities/VehicleDataFetcher.java 354 Local variable 'Imaginaryfence' could be declared final
94705 src/com/gps/utilities/VehicleDataFetcher.java 354 Variables should start with a lowercase character, 'Imaginaryfence' starts with uppercase character.
94706 src/com/gps/utilities/VehicleDataFetcher.java 355 Found 'DD'-anomaly for variable 'utils' (lines '355'-'367').
94707 src/com/gps/utilities/VehicleDataFetcher.java 355 Found 'DU'-anomaly for variable 'utils' (lines '355'-'398').
94708 src/com/gps/utilities/VehicleDataFetcher.java 356 Found 'DU'-anomaly for variable 'count' (lines '356'-'398').
94709 src/com/gps/utilities/VehicleDataFetcher.java 357 Found 'DD'-anomaly for variable 'GeoVehFence' (lines '357'-'371').
94710 src/com/gps/utilities/VehicleDataFetcher.java 357 Found 'DU'-anomaly for variable 'GeoVehFence' (lines '357'-'398').
94711 src/com/gps/utilities/VehicleDataFetcher.java 357 Variables should start with a lowercase character, 'GeoVehFence' starts with uppercase character.
94712 src/com/gps/utilities/VehicleDataFetcher.java 358 Found 'DD'-anomaly for variable 'CurrentDistance' (lines '358'-'378').
94713 src/com/gps/utilities/VehicleDataFetcher.java 358 Found 'DU'-anomaly for variable 'CurrentDistance' (lines '358'-'398').
94714 src/com/gps/utilities/VehicleDataFetcher.java 358 Found 'DU'-anomaly for variable 'distance' (lines '358'-'398').
94715 src/com/gps/utilities/VehicleDataFetcher.java 358 Use one line for each declaration, it enhances code readability.
94716 src/com/gps/utilities/VehicleDataFetcher.java 358 Variables should start with a lowercase character, 'CurrentDistance' starts with uppercase character.
94717 src/com/gps/utilities/VehicleDataFetcher.java 363 Potential violation of Law of Demeter (object not created locally)
94718 src/com/gps/utilities/VehicleDataFetcher.java 364 Potential violation of Law of Demeter (object not created locally)
94719 src/com/gps/utilities/VehicleDataFetcher.java 365 Potential violation of Law of Demeter (object not created locally)
94720 src/com/gps/utilities/VehicleDataFetcher.java 366 Found 'DU'-anomaly for variable 'fenceDAO' (lines '366'-'398').
94721 src/com/gps/utilities/VehicleDataFetcher.java 367 Found 'DU'-anomaly for variable 'utils' (lines '367'-'398').
94722 src/com/gps/utilities/VehicleDataFetcher.java 368 There is log block not surrounded by if
94723 src/com/gps/utilities/VehicleDataFetcher.java 368 There is log block not surrounded by if
94724 src/com/gps/utilities/VehicleDataFetcher.java 369 Local variable 'geofence' could be declared final
94725 src/com/gps/utilities/VehicleDataFetcher.java 371 Avoid instantiating new objects inside loops
94726 src/com/gps/utilities/VehicleDataFetcher.java 372 Potential violation of Law of Demeter (object not created locally)
94727 src/com/gps/utilities/VehicleDataFetcher.java 372 There is log block not surrounded by if
94728 src/com/gps/utilities/VehicleDataFetcher.java 372 There is log block not surrounded by if
94729 src/com/gps/utilities/VehicleDataFetcher.java 373 Potential violation of Law of Demeter (object not created locally)
94730 src/com/gps/utilities/VehicleDataFetcher.java 373 Potential violation of Law of Demeter (object not created locally)
94731 src/com/gps/utilities/VehicleDataFetcher.java 374 Potential violation of Law of Demeter (object not created locally)
94732 src/com/gps/utilities/VehicleDataFetcher.java 374 Potential violation of Law of Demeter (object not created locally)
94733 src/com/gps/utilities/VehicleDataFetcher.java 376 Potential violation of Law of Demeter (object not created locally)
94734 src/com/gps/utilities/VehicleDataFetcher.java 378 Potential violation of Law of Demeter (object not created locally)
94735 src/com/gps/utilities/VehicleDataFetcher.java 379 There is log block not surrounded by if
94736 src/com/gps/utilities/VehicleDataFetcher.java 379 There is log block not surrounded by if
94737 src/com/gps/utilities/VehicleDataFetcher.java 384 Found 'DD'-anomaly for variable 'fenceName' (lines '384'-'384').
94738 src/com/gps/utilities/VehicleDataFetcher.java 384 Potential violation of Law of Demeter (object not created locally)
94739 src/com/gps/utilities/VehicleDataFetcher.java 386 Found 'DU'-anomaly for variable 'count' (lines '386'-'398').
94740 src/com/gps/utilities/VehicleDataFetcher.java 391 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94741 src/com/gps/utilities/VehicleDataFetcher.java 393 There is log block not surrounded by if
94742 src/com/gps/utilities/VehicleDataFetcher.java 396 There is log block not surrounded by if
94743 src/com/gps/utilities/VehicleDataFetcher.java 396 There is log block not surrounded by if
94744 src/com/gps/utilities/VehicleDataFetcher.java 401 Comment is too large: Too many lines
94745 src/com/gps/utilities/VehicleDataFetcher.java 428 Avoid reassigning parameters such as 'distance'
94746 src/com/gps/utilities/VehicleDataFetcher.java 428 Method names should not start with capital letters
94747 src/com/gps/utilities/VehicleDataFetcher.java 428 Parameter 'Rpl' is not assigned and could be declared final
94748 src/com/gps/utilities/VehicleDataFetcher.java 428 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
94749 src/com/gps/utilities/VehicleDataFetcher.java 430 Avoid variables with short names like p
94750 src/com/gps/utilities/VehicleDataFetcher.java 430 Found 'DD'-anomaly for variable 'p' (lines '430'-'433').
94751 src/com/gps/utilities/VehicleDataFetcher.java 430 Found 'DD'-anomaly for variable 'tmp' (lines '430'-'435').
94752 src/com/gps/utilities/VehicleDataFetcher.java 430 Use one line for each declaration, it enhances code readability.
94753 src/com/gps/utilities/VehicleDataFetcher.java 437 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94754 src/com/gps/utilities/VehicleDataFetcher.java 439 There is log block not surrounded by if
94755 src/com/gps/utilities/VehicleDataFetcher.java 447 Found 'UR'-anomaly for variable 'vehbean' (lines '447'-'472').
94756 src/com/gps/utilities/VehicleDataFetcher.java 447 Parameter 'islmu' is not assigned and could be declared final
94757 src/com/gps/utilities/VehicleDataFetcher.java 447 Parameter 'orgId' is not assigned and could be declared final
94758 src/com/gps/utilities/VehicleDataFetcher.java 447 Parameter 'vehid' is not assigned and could be declared final
94759 src/com/gps/utilities/VehicleDataFetcher.java 447 publicMethodCommentRequirement Required
94760 src/com/gps/utilities/VehicleDataFetcher.java 450 Local variable 'orgDao' could be declared final
94761 src/com/gps/utilities/VehicleDataFetcher.java 452 Found 'DU'-anomaly for variable 'dateFormat' (lines '452'-'497').
94762 src/com/gps/utilities/VehicleDataFetcher.java 452 Local variable 'dateFormat' could be declared final
94763 src/com/gps/utilities/VehicleDataFetcher.java 452 When instantiating a SimpleDateFormat object, specify a Locale
94764 src/com/gps/utilities/VehicleDataFetcher.java 456 There is log block not surrounded by if
94765 src/com/gps/utilities/VehicleDataFetcher.java 456 There is log block not surrounded by if
94766 src/com/gps/utilities/VehicleDataFetcher.java 457 Local variable 'vehDAO' could be declared final
94767 src/com/gps/utilities/VehicleDataFetcher.java 458 Found 'DU'-anomaly for variable 'converter' (lines '458'-'497').
94768 src/com/gps/utilities/VehicleDataFetcher.java 458 Local variable 'converter' could be declared final
94769 src/com/gps/utilities/VehicleDataFetcher.java 459 Local variable 'dataOrg' could be declared final
94770 src/com/gps/utilities/VehicleDataFetcher.java 460 Found 'DU'-anomaly for variable 'vehObj' (lines '460'-'497').
94771 src/com/gps/utilities/VehicleDataFetcher.java 460 Local variable 'vehObj' could be declared final
94772 src/com/gps/utilities/VehicleDataFetcher.java 461 Local variable 'orgBuffer' could be declared final
94773 src/com/gps/utilities/VehicleDataFetcher.java 461 Potential violation of Law of Demeter (method chain calls)
94774 src/com/gps/utilities/VehicleDataFetcher.java 462 Local variable 'vehRegNo' could be declared final
94775 src/com/gps/utilities/VehicleDataFetcher.java 463 Avoid calling toString() on String objects; this is unnecessary.
94776 src/com/gps/utilities/VehicleDataFetcher.java 463 Local variable 'rsVeh' could be declared final
94777 src/com/gps/utilities/VehicleDataFetcher.java 463 Potential violation of Law of Demeter (object not created locally)
94778 src/com/gps/utilities/VehicleDataFetcher.java 463 Potential violation of Law of Demeter (object not created locally)
94779 src/com/gps/utilities/VehicleDataFetcher.java 469 Local variable 'vehbean' could be declared final
94780 src/com/gps/utilities/VehicleDataFetcher.java 482 There is log block not surrounded by if
94781 src/com/gps/utilities/VehicleDataFetcher.java 482 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
94782 src/com/gps/utilities/VehicleDataFetcher.java 483 A method should have only one exit point, and that should be the last statement in the method
94783 src/com/gps/utilities/VehicleDataFetcher.java 483 Avoid using a branching statement as the last in a loop.
94784 src/com/gps/utilities/VehicleDataFetcher.java 488 Avoid catching NullPointerException; consider removing the cause of the NPE.
94785 src/com/gps/utilities/VehicleDataFetcher.java 488 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94786 src/com/gps/utilities/VehicleDataFetcher.java 490 There is log block not surrounded by if
94787 src/com/gps/utilities/VehicleDataFetcher.java 492 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94788 src/com/gps/utilities/VehicleDataFetcher.java 494 There is log block not surrounded by if
94789 src/com/gps/utilities/VehicleInfoFetcher.java 17 Comment is too large: Too many lines
94790 src/com/gps/utilities/VehicleInfoFetcher.java 21 Comment is too large: Line too long
94791 src/com/gps/utilities/VehicleInfoFetcher.java 34 A high number of imports can indicate a high degree of coupling within an object.
94792 src/com/gps/utilities/VehicleInfoFetcher.java 36 Avoid unused imports such as 'java.sql.ResultSet'
94793 src/com/gps/utilities/VehicleInfoFetcher.java 37 Avoid unused imports such as 'java.sql.SQLException'
94794 src/com/gps/utilities/VehicleInfoFetcher.java 42 Avoid unused imports such as 'java.util.Calendar'
94795 src/com/gps/utilities/VehicleInfoFetcher.java 52 Avoid unused imports such as 'org.hibernate.id.GUIDGenerator'
94796 src/com/gps/utilities/VehicleInfoFetcher.java 58 Avoid unused imports such as 'com.gps.dto.eventDTO'
94797 src/com/gps/utilities/VehicleInfoFetcher.java 62 Avoid unused imports such as 'com.gps.hibernate.Phone'
94798 src/com/gps/utilities/VehicleInfoFetcher.java 63 Avoid unused imports such as 'com.gps.hibernate.PhoneDAO'
94799 src/com/gps/utilities/VehicleInfoFetcher.java 66 Avoid unused imports such as 'com.gps.hibernate.UsersOrgs'
94800 src/com/gps/utilities/VehicleInfoFetcher.java 67 Avoid unused imports such as 'com.gps.hibernate.UsersOrgsId'
94801 src/com/gps/utilities/VehicleInfoFetcher.java 73 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
94802 src/com/gps/utilities/VehicleInfoFetcher.java 76 The class 'VehicleInfoFetcher' has a Cyclomatic Complexity of 8 (Highest = 12).
94803 src/com/gps/utilities/VehicleInfoFetcher.java 76 headerCommentRequirement Required
94804 src/com/gps/utilities/VehicleInfoFetcher.java 78 The Logger variable declaration does not contain the static and final modifiers
94805 src/com/gps/utilities/VehicleInfoFetcher.java 78 Use explicit scoping instead of the default package private level
94806 src/com/gps/utilities/VehicleInfoFetcher.java 78 fieldCommentRequirement Required
94807 src/com/gps/utilities/VehicleInfoFetcher.java 83 Parameter 'orgId' is not assigned and could be declared final
94808 src/com/gps/utilities/VehicleInfoFetcher.java 83 publicMethodCommentRequirement Required
94809 src/com/gps/utilities/VehicleInfoFetcher.java 85 There is log block not surrounded by if
94810 src/com/gps/utilities/VehicleInfoFetcher.java 85 There is log block not surrounded by if
94811 src/com/gps/utilities/VehicleInfoFetcher.java 87 Local variable 'vehicleList' could be declared final
94812 src/com/gps/utilities/VehicleInfoFetcher.java 89 Potential violation of Law of Demeter (object not created locally)
94813 src/com/gps/utilities/VehicleInfoFetcher.java 89 There is log block not surrounded by if
94814 src/com/gps/utilities/VehicleInfoFetcher.java 89 There is log block not surrounded by if
94815 src/com/gps/utilities/VehicleInfoFetcher.java 90 Local variable 'converter' could be declared final
94816 src/com/gps/utilities/VehicleInfoFetcher.java 91 A method should have only one exit point, and that should be the last statement in the method
94817 src/com/gps/utilities/VehicleInfoFetcher.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94818 src/com/gps/utilities/VehicleInfoFetcher.java 94 There is log block not surrounded by if
94819 src/com/gps/utilities/VehicleInfoFetcher.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94820 src/com/gps/utilities/VehicleInfoFetcher.java 99 There is log block not surrounded by if
94821 src/com/gps/utilities/VehicleInfoFetcher.java 105 Avoid really long methods.
94822 src/com/gps/utilities/VehicleInfoFetcher.java 105 Parameter 'orgId' is not assigned and could be declared final
94823 src/com/gps/utilities/VehicleInfoFetcher.java 105 The method 'getInfo' has a Cyclomatic Complexity of 11.
94824 src/com/gps/utilities/VehicleInfoFetcher.java 105 publicMethodCommentRequirement Required
94825 src/com/gps/utilities/VehicleInfoFetcher.java 108 Found 'DU'-anomaly for variable 'formatter' (lines '108'-'209').
94826 src/com/gps/utilities/VehicleInfoFetcher.java 108 Local variable 'formatter' could be declared final
94827 src/com/gps/utilities/VehicleInfoFetcher.java 109 Found 'DU'-anomaly for variable 'dateFormat' (lines '109'-'209').
94828 src/com/gps/utilities/VehicleInfoFetcher.java 109 Local variable 'dateFormat' could be declared final
94829 src/com/gps/utilities/VehicleInfoFetcher.java 109 When instantiating a SimpleDateFormat object, specify a Locale
94830 src/com/gps/utilities/VehicleInfoFetcher.java 110 Local variable 'vehicleList' could be declared final
94831 src/com/gps/utilities/VehicleInfoFetcher.java 111 Found 'DD'-anomaly for variable 'refObj' (lines '111'-'144').
94832 src/com/gps/utilities/VehicleInfoFetcher.java 111 Found 'DD'-anomaly for variable 'refObj' (lines '111'-'146').
94833 src/com/gps/utilities/VehicleInfoFetcher.java 111 Found 'DU'-anomaly for variable 'refObj' (lines '111'-'209').
94834 src/com/gps/utilities/VehicleInfoFetcher.java 113 Avoid excessively long variable names like timeInMilliseconds
94835 src/com/gps/utilities/VehicleInfoFetcher.java 113 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '113'-'158').
94836 src/com/gps/utilities/VehicleInfoFetcher.java 113 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '113'-'209').
94837 src/com/gps/utilities/VehicleInfoFetcher.java 116 Local variable 'dataOrg' could be declared final
94838 src/com/gps/utilities/VehicleInfoFetcher.java 117 Found 'DD'-anomaly for variable 'speed' (lines '117'-'181').
94839 src/com/gps/utilities/VehicleInfoFetcher.java 117 Found 'DU'-anomaly for variable 'speed' (lines '117'-'209').
94840 src/com/gps/utilities/VehicleInfoFetcher.java 119 Local variable 'rsVeh' could be declared final
94841 src/com/gps/utilities/VehicleInfoFetcher.java 119 Potential violation of Law of Demeter (object not created locally)
94842 src/com/gps/utilities/VehicleInfoFetcher.java 121 Local variable 'coder' could be declared final
94843 src/com/gps/utilities/VehicleInfoFetcher.java 122 Found 'DD'-anomaly for variable 'date' (lines '122'-'162').
94844 src/com/gps/utilities/VehicleInfoFetcher.java 122 Found 'DU'-anomaly for variable 'date' (lines '122'-'209').
94845 src/com/gps/utilities/VehicleInfoFetcher.java 123 Found 'DU'-anomaly for variable 'reportDAO' (lines '123'-'209').
94846 src/com/gps/utilities/VehicleInfoFetcher.java 123 Local variable 'reportDAO' could be declared final
94847 src/com/gps/utilities/VehicleInfoFetcher.java 132 Found 'DU'-anomaly for variable 'setter' (lines '132'-'209').
94848 src/com/gps/utilities/VehicleInfoFetcher.java 132 Local variable 'setter' could be declared final
94849 src/com/gps/utilities/VehicleInfoFetcher.java 134 Potential violation of Law of Demeter (object not created locally)
94850 src/com/gps/utilities/VehicleInfoFetcher.java 134 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
94851 src/com/gps/utilities/VehicleInfoFetcher.java 135 Local variable 'rsVehIter' could be declared final
94852 src/com/gps/utilities/VehicleInfoFetcher.java 135 Potential violation of Law of Demeter (object not created locally)
94853 src/com/gps/utilities/VehicleInfoFetcher.java 137 Local variable 'vehBean' could be declared final
94854 src/com/gps/utilities/VehicleInfoFetcher.java 139 Avoid instantiating new objects inside loops
94855 src/com/gps/utilities/VehicleInfoFetcher.java 139 Local variable 'vehObj' could be declared final
94856 src/com/gps/utilities/VehicleInfoFetcher.java 140 Comment is too large: Line too long
94857 src/com/gps/utilities/VehicleInfoFetcher.java 142 Potential violation of Law of Demeter (object not created locally)
94858 src/com/gps/utilities/VehicleInfoFetcher.java 142 Potential violation of Law of Demeter (object not created locally)
94859 src/com/gps/utilities/VehicleInfoFetcher.java 143 Avoid if (x != y) ..; else ..;
94860 src/com/gps/utilities/VehicleInfoFetcher.java 143 Potential violation of Law of Demeter (object not created locally)
94861 src/com/gps/utilities/VehicleInfoFetcher.java 144 Potential violation of Law of Demeter (object not created locally)
94862 src/com/gps/utilities/VehicleInfoFetcher.java 144 Potential violation of Law of Demeter (object not created locally)
94863 src/com/gps/utilities/VehicleInfoFetcher.java 146 Potential violation of Law of Demeter (object not created locally)
94864 src/com/gps/utilities/VehicleInfoFetcher.java 148 Potential violation of Law of Demeter (object not created locally)
94865 src/com/gps/utilities/VehicleInfoFetcher.java 148 Potential violation of Law of Demeter (object not created locally)
94866 src/com/gps/utilities/VehicleInfoFetcher.java 149 Potential violation of Law of Demeter (object not created locally)
94867 src/com/gps/utilities/VehicleInfoFetcher.java 149 Potential violation of Law of Demeter (object not created locally)
94868 src/com/gps/utilities/VehicleInfoFetcher.java 150 Potential violation of Law of Demeter (object not created locally)
94869 src/com/gps/utilities/VehicleInfoFetcher.java 150 Potential violation of Law of Demeter (object not created locally)
94870 src/com/gps/utilities/VehicleInfoFetcher.java 151 Potential violation of Law of Demeter (object not created locally)
94871 src/com/gps/utilities/VehicleInfoFetcher.java 151 Potential violation of Law of Demeter (object not created locally)
94872 src/com/gps/utilities/VehicleInfoFetcher.java 155 Potential violation of Law of Demeter (object not created locally)
94873 src/com/gps/utilities/VehicleInfoFetcher.java 158 Potential violation of Law of Demeter (method chain calls)
94874 src/com/gps/utilities/VehicleInfoFetcher.java 158 Potential violation of Law of Demeter (object not created locally)
94875 src/com/gps/utilities/VehicleInfoFetcher.java 160 Potential violation of Law of Demeter (object not created locally)
94876 src/com/gps/utilities/VehicleInfoFetcher.java 160 Potential violation of Law of Demeter (object not created locally)
94877 src/com/gps/utilities/VehicleInfoFetcher.java 162 Potential violation of Law of Demeter (object not created locally)
94878 src/com/gps/utilities/VehicleInfoFetcher.java 162 Potential violation of Law of Demeter (object not created locally)
94879 src/com/gps/utilities/VehicleInfoFetcher.java 163 Potential violation of Law of Demeter (object not created locally)
94880 src/com/gps/utilities/VehicleInfoFetcher.java 165 Potential violation of Law of Demeter (object not created locally)
94881 src/com/gps/utilities/VehicleInfoFetcher.java 166 Local variable 'idle_time' could be declared final
94882 src/com/gps/utilities/VehicleInfoFetcher.java 166 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
94883 src/com/gps/utilities/VehicleInfoFetcher.java 166 Potential violation of Law of Demeter (object not created locally)
94884 src/com/gps/utilities/VehicleInfoFetcher.java 166 Potential violation of Law of Demeter (object not created locally)
94885 src/com/gps/utilities/VehicleInfoFetcher.java 167 Avoid instantiating new objects inside loops
94886 src/com/gps/utilities/VehicleInfoFetcher.java 167 Avoid variables with short names like df
94887 src/com/gps/utilities/VehicleInfoFetcher.java 167 Local variable 'df' could be declared final
94888 src/com/gps/utilities/VehicleInfoFetcher.java 167 When instantiating a SimpleDateFormat object, specify a Locale
94889 src/com/gps/utilities/VehicleInfoFetcher.java 168 Local variable 'Datedate' could be declared final
94890 src/com/gps/utilities/VehicleInfoFetcher.java 168 Potential violation of Law of Demeter (object not created locally)
94891 src/com/gps/utilities/VehicleInfoFetcher.java 168 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
94892 src/com/gps/utilities/VehicleInfoFetcher.java 169 Local variable 'idletime' could be declared final
94893 src/com/gps/utilities/VehicleInfoFetcher.java 169 Potential violation of Law of Demeter (object not created locally)
94894 src/com/gps/utilities/VehicleInfoFetcher.java 170 Local variable 'idle_' could be declared final
94895 src/com/gps/utilities/VehicleInfoFetcher.java 170 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
94896 src/com/gps/utilities/VehicleInfoFetcher.java 170 Potential violation of Law of Demeter (object not created locally)
94897 src/com/gps/utilities/VehicleInfoFetcher.java 170 Potential violation of Law of Demeter (object not created locally)
94898 src/com/gps/utilities/VehicleInfoFetcher.java 170 Potential violation of Law of Demeter (object not created locally)
94899 src/com/gps/utilities/VehicleInfoFetcher.java 170 Useless parentheses.
94900 src/com/gps/utilities/VehicleInfoFetcher.java 173 Potential violation of Law of Demeter (object not created locally)
94901 src/com/gps/utilities/VehicleInfoFetcher.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94902 src/com/gps/utilities/VehicleInfoFetcher.java 177 There is log block not surrounded by if
94903 src/com/gps/utilities/VehicleInfoFetcher.java 179 Potential violation of Law of Demeter (object not created locally)
94904 src/com/gps/utilities/VehicleInfoFetcher.java 179 Potential violation of Law of Demeter (object not created locally)
94905 src/com/gps/utilities/VehicleInfoFetcher.java 180 Avoid using if statements without curly braces
94906 src/com/gps/utilities/VehicleInfoFetcher.java 180 Potential violation of Law of Demeter (object not created locally)
94907 src/com/gps/utilities/VehicleInfoFetcher.java 181 Potential violation of Law of Demeter (object not created locally)
94908 src/com/gps/utilities/VehicleInfoFetcher.java 181 Potential violation of Law of Demeter (object not created locally)
94909 src/com/gps/utilities/VehicleInfoFetcher.java 183 Potential violation of Law of Demeter (object not created locally)
94910 src/com/gps/utilities/VehicleInfoFetcher.java 188 Potential violation of Law of Demeter (object not created locally)
94911 src/com/gps/utilities/VehicleInfoFetcher.java 188 There is log block not surrounded by if
94912 src/com/gps/utilities/VehicleInfoFetcher.java 188 There is log block not surrounded by if
94913 src/com/gps/utilities/VehicleInfoFetcher.java 189 Potential violation of Law of Demeter (object not created locally)
94914 src/com/gps/utilities/VehicleInfoFetcher.java 195 Potential violation of Law of Demeter (object not created locally)
94915 src/com/gps/utilities/VehicleInfoFetcher.java 196 Potential violation of Law of Demeter (object not created locally)
94916 src/com/gps/utilities/VehicleInfoFetcher.java 196 There is log block not surrounded by if
94917 src/com/gps/utilities/VehicleInfoFetcher.java 196 There is log block not surrounded by if
94918 src/com/gps/utilities/VehicleInfoFetcher.java 197 Potential violation of Law of Demeter (object not created locally)
94919 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94920 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94921 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94922 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94923 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94924 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94925 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94926 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (method chain calls)
94927 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (object not created locally)
94928 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (object not created locally)
94929 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (object not created locally)
94930 src/com/gps/utilities/VehicleInfoFetcher.java 200 Potential violation of Law of Demeter (object not created locally)
94931 src/com/gps/utilities/VehicleInfoFetcher.java 200 There is log block not surrounded by if
94932 src/com/gps/utilities/VehicleInfoFetcher.java 200 There is log block not surrounded by if
94933 src/com/gps/utilities/VehicleInfoFetcher.java 203 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
94934 src/com/gps/utilities/VehicleInfoFetcher.java 206 There is log block not surrounded by if
94935 src/com/gps/utilities/VehicleInfoFetcher.java 214 Avoid really long methods.
94936 src/com/gps/utilities/VehicleInfoFetcher.java 214 Parameter 'RegNos' is not assigned and could be declared final
94937 src/com/gps/utilities/VehicleInfoFetcher.java 214 Parameter 'orgId' is not assigned and could be declared final
94938 src/com/gps/utilities/VehicleInfoFetcher.java 214 The method 'getVehicleInfo' has a Cyclomatic Complexity of 12.
94939 src/com/gps/utilities/VehicleInfoFetcher.java 214 Variables should start with a lowercase character, 'RegNos' starts with uppercase character.
94940 src/com/gps/utilities/VehicleInfoFetcher.java 214 publicMethodCommentRequirement Required
94941 src/com/gps/utilities/VehicleInfoFetcher.java 217 Local variable 'orgDao' could be declared final
94942 src/com/gps/utilities/VehicleInfoFetcher.java 218 Found 'DU'-anomaly for variable 'fuelObj' (lines '218'-'330').
94943 src/com/gps/utilities/VehicleInfoFetcher.java 218 Local variable 'fuelObj' could be declared final
94944 src/com/gps/utilities/VehicleInfoFetcher.java 219 Found 'DU'-anomaly for variable 'formatter' (lines '219'-'330').
94945 src/com/gps/utilities/VehicleInfoFetcher.java 219 Local variable 'formatter' could be declared final
94946 src/com/gps/utilities/VehicleInfoFetcher.java 220 Found 'DU'-anomaly for variable 'dateFormat' (lines '220'-'330').
94947 src/com/gps/utilities/VehicleInfoFetcher.java 220 Local variable 'dateFormat' could be declared final
94948 src/com/gps/utilities/VehicleInfoFetcher.java 220 When instantiating a SimpleDateFormat object, specify a Locale
94949 src/com/gps/utilities/VehicleInfoFetcher.java 221 Local variable 'vehicleList' could be declared final
94950 src/com/gps/utilities/VehicleInfoFetcher.java 222 Local variable 'converter' could be declared final
94951 src/com/gps/utilities/VehicleInfoFetcher.java 223 Local variable 'dataOrg' could be declared final
94952 src/com/gps/utilities/VehicleInfoFetcher.java 225 Found 'DU'-anomaly for variable 'DataFetcher' (lines '225'-'330').
94953 src/com/gps/utilities/VehicleInfoFetcher.java 225 Local variable 'DataFetcher' could be declared final
94954 src/com/gps/utilities/VehicleInfoFetcher.java 225 Variables should start with a lowercase character, 'DataFetcher' starts with uppercase character.
94955 src/com/gps/utilities/VehicleInfoFetcher.java 226 Found 'DU'-anomaly for variable 'GeofenceList' (lines '226'-'330').
94956 src/com/gps/utilities/VehicleInfoFetcher.java 226 Local variable 'GeofenceList' could be declared final
94957 src/com/gps/utilities/VehicleInfoFetcher.java 226 Variables should start with a lowercase character, 'GeofenceList' starts with uppercase character.
94958 src/com/gps/utilities/VehicleInfoFetcher.java 228 Found 'DD'-anomaly for variable 'speed' (lines '228'-'293').
94959 src/com/gps/utilities/VehicleInfoFetcher.java 228 Found 'DU'-anomaly for variable 'speed' (lines '228'-'330').
94960 src/com/gps/utilities/VehicleInfoFetcher.java 230 Local variable 'rsVeh' could be declared final
94961 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (method chain calls)
94962 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (method chain calls)
94963 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (object not created locally)
94964 src/com/gps/utilities/VehicleInfoFetcher.java 230 Potential violation of Law of Demeter (object not created locally)
94965 src/com/gps/utilities/VehicleInfoFetcher.java 233 Avoid excessively long variable names like timeInMilliseconds
94966 src/com/gps/utilities/VehicleInfoFetcher.java 233 Found 'DD'-anomaly for variable 'timeInMilliseconds' (lines '233'-'270').
94967 src/com/gps/utilities/VehicleInfoFetcher.java 233 Found 'DU'-anomaly for variable 'timeInMilliseconds' (lines '233'-'330').
94968 src/com/gps/utilities/VehicleInfoFetcher.java 235 Found 'DU'-anomaly for variable 'coder' (lines '235'-'330').
94969 src/com/gps/utilities/VehicleInfoFetcher.java 235 Local variable 'coder' could be declared final
94970 src/com/gps/utilities/VehicleInfoFetcher.java 236 Found 'DU'-anomaly for variable 'date' (lines '236'-'330').
94971 src/com/gps/utilities/VehicleInfoFetcher.java 237 Found 'DU'-anomaly for variable 'reportDAO' (lines '237'-'330').
94972 src/com/gps/utilities/VehicleInfoFetcher.java 237 Local variable 'reportDAO' could be declared final
94973 src/com/gps/utilities/VehicleInfoFetcher.java 238 Found 'DU'-anomaly for variable 'setter' (lines '238'-'330').
94974 src/com/gps/utilities/VehicleInfoFetcher.java 238 Local variable 'setter' could be declared final
94975 src/com/gps/utilities/VehicleInfoFetcher.java 239 Found 'DD'-anomaly for variable 'refObj' (lines '239'-'254').
94976 src/com/gps/utilities/VehicleInfoFetcher.java 239 Found 'DD'-anomaly for variable 'refObj' (lines '239'-'256').
94977 src/com/gps/utilities/VehicleInfoFetcher.java 239 Found 'DU'-anomaly for variable 'refObj' (lines '239'-'330').
94978 src/com/gps/utilities/VehicleInfoFetcher.java 241 Potential violation of Law of Demeter (object not created locally)
94979 src/com/gps/utilities/VehicleInfoFetcher.java 241 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
94980 src/com/gps/utilities/VehicleInfoFetcher.java 242 Local variable 'rsVehIter' could be declared final
94981 src/com/gps/utilities/VehicleInfoFetcher.java 242 Potential violation of Law of Demeter (object not created locally)
94982 src/com/gps/utilities/VehicleInfoFetcher.java 244 Local variable 'vehBean' could be declared final
94983 src/com/gps/utilities/VehicleInfoFetcher.java 247 Avoid instantiating new objects inside loops
94984 src/com/gps/utilities/VehicleInfoFetcher.java 247 Local variable 'vehObj' could be declared final
94985 src/com/gps/utilities/VehicleInfoFetcher.java 248 Potential violation of Law of Demeter (object not created locally)
94986 src/com/gps/utilities/VehicleInfoFetcher.java 248 Potential violation of Law of Demeter (object not created locally)
94987 src/com/gps/utilities/VehicleInfoFetcher.java 248 There is log block not surrounded by if
94988 src/com/gps/utilities/VehicleInfoFetcher.java 248 There is log block not surrounded by if
94989 src/com/gps/utilities/VehicleInfoFetcher.java 249 Local variable 'location' could be declared final
94990 src/com/gps/utilities/VehicleInfoFetcher.java 249 Potential violation of Law of Demeter (object not created locally)
94991 src/com/gps/utilities/VehicleInfoFetcher.java 249 Potential violation of Law of Demeter (object not created locally)
94992 src/com/gps/utilities/VehicleInfoFetcher.java 249 Potential violation of Law of Demeter (object not created locally)
94993 src/com/gps/utilities/VehicleInfoFetcher.java 250 System.out.print is used
94994 src/com/gps/utilities/VehicleInfoFetcher.java 251 Potential violation of Law of Demeter (object not created locally)
94995 src/com/gps/utilities/VehicleInfoFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
94996 src/com/gps/utilities/VehicleInfoFetcher.java 252 Potential violation of Law of Demeter (object not created locally)
94997 src/com/gps/utilities/VehicleInfoFetcher.java 253 Avoid if (x != y) ..; else ..;
94998 src/com/gps/utilities/VehicleInfoFetcher.java 253 Potential violation of Law of Demeter (object not created locally)
94999 src/com/gps/utilities/VehicleInfoFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
95000 src/com/gps/utilities/VehicleInfoFetcher.java 254 Potential violation of Law of Demeter (object not created locally)
95001 src/com/gps/utilities/VehicleInfoFetcher.java 256 Potential violation of Law of Demeter (object not created locally)
95002 src/com/gps/utilities/VehicleInfoFetcher.java 258 Potential violation of Law of Demeter (object not created locally)
95003 src/com/gps/utilities/VehicleInfoFetcher.java 258 Potential violation of Law of Demeter (object not created locally)
95004 src/com/gps/utilities/VehicleInfoFetcher.java 259 Potential violation of Law of Demeter (object not created locally)
95005 src/com/gps/utilities/VehicleInfoFetcher.java 259 Potential violation of Law of Demeter (object not created locally)
95006 src/com/gps/utilities/VehicleInfoFetcher.java 260 Potential violation of Law of Demeter (object not created locally)
95007 src/com/gps/utilities/VehicleInfoFetcher.java 260 Potential violation of Law of Demeter (object not created locally)
95008 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
95009 src/com/gps/utilities/VehicleInfoFetcher.java 261 Potential violation of Law of Demeter (object not created locally)
95010 src/com/gps/utilities/VehicleInfoFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
95011 src/com/gps/utilities/VehicleInfoFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
95012 src/com/gps/utilities/VehicleInfoFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
95013 src/com/gps/utilities/VehicleInfoFetcher.java 262 Potential violation of Law of Demeter (object not created locally)
95014 src/com/gps/utilities/VehicleInfoFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
95015 src/com/gps/utilities/VehicleInfoFetcher.java 263 Potential violation of Law of Demeter (object not created locally)
95016 src/com/gps/utilities/VehicleInfoFetcher.java 266 Potential violation of Law of Demeter (object not created locally)
95017 src/com/gps/utilities/VehicleInfoFetcher.java 267 There is log block not surrounded by if
95018 src/com/gps/utilities/VehicleInfoFetcher.java 267 There is log block not surrounded by if
95019 src/com/gps/utilities/VehicleInfoFetcher.java 270 Potential violation of Law of Demeter (method chain calls)
95020 src/com/gps/utilities/VehicleInfoFetcher.java 270 Potential violation of Law of Demeter (object not created locally)
95021 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
95022 src/com/gps/utilities/VehicleInfoFetcher.java 272 Potential violation of Law of Demeter (object not created locally)
95023 src/com/gps/utilities/VehicleInfoFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
95024 src/com/gps/utilities/VehicleInfoFetcher.java 274 Potential violation of Law of Demeter (object not created locally)
95025 src/com/gps/utilities/VehicleInfoFetcher.java 275 Potential violation of Law of Demeter (object not created locally)
95026 src/com/gps/utilities/VehicleInfoFetcher.java 277 Potential violation of Law of Demeter (object not created locally)
95027 src/com/gps/utilities/VehicleInfoFetcher.java 278 Local variable 'idle_time' could be declared final
95028 src/com/gps/utilities/VehicleInfoFetcher.java 278 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_time' is not final.
95029 src/com/gps/utilities/VehicleInfoFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
95030 src/com/gps/utilities/VehicleInfoFetcher.java 278 Potential violation of Law of Demeter (object not created locally)
95031 src/com/gps/utilities/VehicleInfoFetcher.java 279 Avoid instantiating new objects inside loops
95032 src/com/gps/utilities/VehicleInfoFetcher.java 279 Avoid variables with short names like df
95033 src/com/gps/utilities/VehicleInfoFetcher.java 279 Local variable 'df' could be declared final
95034 src/com/gps/utilities/VehicleInfoFetcher.java 279 When instantiating a SimpleDateFormat object, specify a Locale
95035 src/com/gps/utilities/VehicleInfoFetcher.java 280 Local variable 'Datedate' could be declared final
95036 src/com/gps/utilities/VehicleInfoFetcher.java 280 Potential violation of Law of Demeter (object not created locally)
95037 src/com/gps/utilities/VehicleInfoFetcher.java 280 Variables should start with a lowercase character, 'Datedate' starts with uppercase character.
95038 src/com/gps/utilities/VehicleInfoFetcher.java 281 Local variable 'idletime' could be declared final
95039 src/com/gps/utilities/VehicleInfoFetcher.java 281 Potential violation of Law of Demeter (object not created locally)
95040 src/com/gps/utilities/VehicleInfoFetcher.java 282 Local variable 'idle_' could be declared final
95041 src/com/gps/utilities/VehicleInfoFetcher.java 282 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'idle_' is not final.
95042 src/com/gps/utilities/VehicleInfoFetcher.java 282 Potential violation of Law of Demeter (object not created locally)
95043 src/com/gps/utilities/VehicleInfoFetcher.java 282 Potential violation of Law of Demeter (object not created locally)
95044 src/com/gps/utilities/VehicleInfoFetcher.java 282 Potential violation of Law of Demeter (object not created locally)
95045 src/com/gps/utilities/VehicleInfoFetcher.java 282 Useless parentheses.
95046 src/com/gps/utilities/VehicleInfoFetcher.java 283 There is log block not surrounded by if
95047 src/com/gps/utilities/VehicleInfoFetcher.java 283 There is log block not surrounded by if
95048 src/com/gps/utilities/VehicleInfoFetcher.java 284 Potential violation of Law of Demeter (object not created locally)
95049 src/com/gps/utilities/VehicleInfoFetcher.java 287 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95050 src/com/gps/utilities/VehicleInfoFetcher.java 288 There is log block not surrounded by if
95051 src/com/gps/utilities/VehicleInfoFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
95052 src/com/gps/utilities/VehicleInfoFetcher.java 291 Potential violation of Law of Demeter (object not created locally)
95053 src/com/gps/utilities/VehicleInfoFetcher.java 292 Avoid using if statements without curly braces
95054 src/com/gps/utilities/VehicleInfoFetcher.java 292 Potential violation of Law of Demeter (object not created locally)
95055 src/com/gps/utilities/VehicleInfoFetcher.java 293 Potential violation of Law of Demeter (object not created locally)
95056 src/com/gps/utilities/VehicleInfoFetcher.java 293 Potential violation of Law of Demeter (object not created locally)
95057 src/com/gps/utilities/VehicleInfoFetcher.java 295 Potential violation of Law of Demeter (object not created locally)
95058 src/com/gps/utilities/VehicleInfoFetcher.java 296 Avoid using Literals in Conditional Statements
95059 src/com/gps/utilities/VehicleInfoFetcher.java 296 Potential violation of Law of Demeter (object not created locally)
95060 src/com/gps/utilities/VehicleInfoFetcher.java 297 Avoid using if...else statements without curly braces
95061 src/com/gps/utilities/VehicleInfoFetcher.java 297 Potential violation of Law of Demeter (object not created locally)
95062 src/com/gps/utilities/VehicleInfoFetcher.java 299 Avoid using if...else statements without curly braces
95063 src/com/gps/utilities/VehicleInfoFetcher.java 299 Potential violation of Law of Demeter (object not created locally)
95064 src/com/gps/utilities/VehicleInfoFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
95065 src/com/gps/utilities/VehicleInfoFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
95066 src/com/gps/utilities/VehicleInfoFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
95067 src/com/gps/utilities/VehicleInfoFetcher.java 302 Potential violation of Law of Demeter (object not created locally)
95068 src/com/gps/utilities/VehicleInfoFetcher.java 303 Potential violation of Law of Demeter (object not created locally)
95069 src/com/gps/utilities/VehicleInfoFetcher.java 303 Potential violation of Law of Demeter (object not created locally)
95070 src/com/gps/utilities/VehicleInfoFetcher.java 303 There is log block not surrounded by if
95071 src/com/gps/utilities/VehicleInfoFetcher.java 303 There is log block not surrounded by if
95072 src/com/gps/utilities/VehicleInfoFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
95073 src/com/gps/utilities/VehicleInfoFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
95074 src/com/gps/utilities/VehicleInfoFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
95075 src/com/gps/utilities/VehicleInfoFetcher.java 306 Potential violation of Law of Demeter (object not created locally)
95076 src/com/gps/utilities/VehicleInfoFetcher.java 308 Potential violation of Law of Demeter (object not created locally)
95077 src/com/gps/utilities/VehicleInfoFetcher.java 316 A method should have only one exit point, and that should be the last statement in the method
95078 src/com/gps/utilities/VehicleInfoFetcher.java 316 Potential violation of Law of Demeter (object not created locally)
95079 src/com/gps/utilities/VehicleInfoFetcher.java 318 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95080 src/com/gps/utilities/VehicleInfoFetcher.java 320 There is log block not surrounded by if
95081 src/com/gps/utilities/VehicleInfoFetcher.java 325 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95082 src/com/gps/utilities/VehicleInfoFetcher.java 326 Potential violation of Law of Demeter (object not created locally)
95083 src/com/gps/utilities/VehicleInfoFetcher.java 326 There is log block not surrounded by if
95084 src/com/gps/utilities/VehicleInfoFetcher.java 335 Parameter 'RoleId' is not assigned and could be declared final
95085 src/com/gps/utilities/VehicleInfoFetcher.java 335 Parameter 'UserId' is not assigned and could be declared final
95086 src/com/gps/utilities/VehicleInfoFetcher.java 335 Parameter 'orgId' is not assigned and could be declared final
95087 src/com/gps/utilities/VehicleInfoFetcher.java 335 Variables should start with a lowercase character, 'RoleId' starts with uppercase character.
95088 src/com/gps/utilities/VehicleInfoFetcher.java 335 Variables should start with a lowercase character, 'UserId' starts with uppercase character.
95089 src/com/gps/utilities/VehicleInfoFetcher.java 335 publicMethodCommentRequirement Required
95090 src/com/gps/utilities/VehicleInfoFetcher.java 337 There is log block not surrounded by if
95091 src/com/gps/utilities/VehicleInfoFetcher.java 337 There is log block not surrounded by if
95092 src/com/gps/utilities/VehicleInfoFetcher.java 338 Avoid if (x != y) ..; else ..;
95093 src/com/gps/utilities/VehicleInfoFetcher.java 338 Avoid using Literals in Conditional Statements
95094 src/com/gps/utilities/VehicleInfoFetcher.java 340 A method should have only one exit point, and that should be the last statement in the method
95095 src/com/gps/utilities/VehicleInfoFetcher.java 344 Local variable 'daoObj' could be declared final
95096 src/com/gps/utilities/VehicleInfoFetcher.java 345 Local variable 'vehicles' could be declared final
95097 src/com/gps/utilities/VehicleInfoFetcher.java 346 Avoid using Literals in Conditional Statements
95098 src/com/gps/utilities/VehicleInfoFetcher.java 346 Potential violation of Law of Demeter (object not created locally)
95099 src/com/gps/utilities/VehicleInfoFetcher.java 346 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
95100 src/com/gps/utilities/VehicleInfoFetcher.java 348 There is log block not surrounded by if
95101 src/com/gps/utilities/VehicleInfoFetcher.java 348 There is log block not surrounded by if
95102 src/com/gps/utilities/VehicleInfoFetcher.java 349 A method should have only one exit point, and that should be the last statement in the method
95103 src/com/gps/utilities/VehicleInfoFetcher.java 353 Local variable 'regBuffer' could be declared final
95104 src/com/gps/utilities/VehicleInfoFetcher.java 354 Potential violation of Law of Demeter (method chain calls)
95105 src/com/gps/utilities/VehicleInfoFetcher.java 354 Potential violation of Law of Demeter (object not created locally)
95106 src/com/gps/utilities/VehicleInfoFetcher.java 355 Potential violation of Law of Demeter (object not created locally)
95107 src/com/gps/utilities/VehicleInfoFetcher.java 356 Avoid appending characters as strings in StringBuffer.append.
95108 src/com/gps/utilities/VehicleInfoFetcher.java 356 Potential violation of Law of Demeter (method chain calls)
95109 src/com/gps/utilities/VehicleInfoFetcher.java 356 Potential violation of Law of Demeter (object not created locally)
95110 src/com/gps/utilities/VehicleInfoFetcher.java 359 A method should have only one exit point, and that should be the last statement in the method
95111 src/com/gps/utilities/VehicleInfoFetcher.java 362 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95112 src/com/gps/utilities/VehicleInfoFetcher.java 363 There is log block not surrounded by if
95113 src/com/gps/utilities/geoCoder.java 19 Avoid unused imports such as 'org.apache.commons.httpclient.HostConfiguration'
95114 src/com/gps/utilities/geoCoder.java 31 Avoid unused imports such as 'com.gps.hibernate.GeovehicleMapDAO'
95115 src/com/gps/utilities/geoCoder.java 32 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
95116 src/com/gps/utilities/geoCoder.java 35 Class names should begin with an uppercase character
95117 src/com/gps/utilities/geoCoder.java 35 headerCommentRequirement Required
95118 src/com/gps/utilities/geoCoder.java 37 Avoid excessively long variable names like GEOCODE_REQUEST_URL
95119 src/com/gps/utilities/geoCoder.java 37 fieldCommentRequirement Required
95120 src/com/gps/utilities/geoCoder.java 38 fieldCommentRequirement Required
95121 src/com/gps/utilities/geoCoder.java 39 Avoid excessively long variable names like GEOCODE_REQUEST_BULK_URL
95122 src/com/gps/utilities/geoCoder.java 39 fieldCommentRequirement Required
95123 src/com/gps/utilities/geoCoder.java 40 Avoid excessively long variable names like GEOCODE_REQUEST_DISTANCE_URL
95124 src/com/gps/utilities/geoCoder.java 40 fieldCommentRequirement Required
95125 src/com/gps/utilities/geoCoder.java 41 fieldCommentRequirement Required
95126 src/com/gps/utilities/geoCoder.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
95127 src/com/gps/utilities/geoCoder.java 42 Use explicit scoping instead of the default package private level
95128 src/com/gps/utilities/geoCoder.java 42 fieldCommentRequirement Required
95129 src/com/gps/utilities/geoCoder.java 43 The Logger variable declaration does not contain the static and final modifiers
95130 src/com/gps/utilities/geoCoder.java 43 Use explicit scoping instead of the default package private level
95131 src/com/gps/utilities/geoCoder.java 43 fieldCommentRequirement Required
95132 src/com/gps/utilities/geoCoder.java 44 Avoid using redundant field initializer for 'counter'
95133 src/com/gps/utilities/geoCoder.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
95134 src/com/gps/utilities/geoCoder.java 44 Use explicit scoping instead of the default package private level
95135 src/com/gps/utilities/geoCoder.java 44 fieldCommentRequirement Required
95136 src/com/gps/utilities/geoCoder.java 45 Avoid using redundant field initializer for 'locCounter'
95137 src/com/gps/utilities/geoCoder.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
95138 src/com/gps/utilities/geoCoder.java 45 Use explicit scoping instead of the default package private level
95139 src/com/gps/utilities/geoCoder.java 45 fieldCommentRequirement Required
95140 src/com/gps/utilities/geoCoder.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
95141 src/com/gps/utilities/geoCoder.java 46 Use explicit scoping instead of the default package private level
95142 src/com/gps/utilities/geoCoder.java 46 Variables should start with a lowercase character, 'Result' starts with uppercase character.
95143 src/com/gps/utilities/geoCoder.java 46 fieldCommentRequirement Required
95144 src/com/gps/utilities/geoCoder.java 47 Parameter 'isbck' is not assigned and could be declared final
95145 src/com/gps/utilities/geoCoder.java 47 Parameter 'lat' is not assigned and could be declared final
95146 src/com/gps/utilities/geoCoder.java 47 Parameter 'lon' is not assigned and could be declared final
95147 src/com/gps/utilities/geoCoder.java 47 publicMethodCommentRequirement Required
95148 src/com/gps/utilities/geoCoder.java 51 Avoid if (x != y) ..; else ..;
95149 src/com/gps/utilities/geoCoder.java 54 Potential violation of Law of Demeter (object not created locally)
95150 src/com/gps/utilities/geoCoder.java 54 The String literal "UTF-8" appears 4 times in this file; the first occurrence is on line 54
95151 src/com/gps/utilities/geoCoder.java 60 Potential violation of Law of Demeter (object not created locally)
95152 src/com/gps/utilities/geoCoder.java 61 Potential violation of Law of Demeter (object not created locally)
95153 src/com/gps/utilities/geoCoder.java 63 Potential violation of Law of Demeter (object not created locally)
95154 src/com/gps/utilities/geoCoder.java 63 System.out.print is used
95155 src/com/gps/utilities/geoCoder.java 69 Local variable 'reader' could be declared final
95156 src/com/gps/utilities/geoCoder.java 69 Potential violation of Law of Demeter (object not created locally)
95157 src/com/gps/utilities/geoCoder.java 69 Potential violation of Law of Demeter (object not created locally)
95158 src/com/gps/utilities/geoCoder.java 71 Potential violation of Law of Demeter (object not created locally)
95159 src/com/gps/utilities/geoCoder.java 72 There is log block not surrounded by if
95160 src/com/gps/utilities/geoCoder.java 72 There is log block not surrounded by if
95161 src/com/gps/utilities/geoCoder.java 73 Local variable 'buffer' could be declared final
95162 src/com/gps/utilities/geoCoder.java 74 Local variable 'writer' could be declared final
95163 src/com/gps/utilities/geoCoder.java 75 Avoid assignments in operands
95164 src/com/gps/utilities/geoCoder.java 75 Found 'DU'-anomaly for variable 'data' (lines '75'-'106').
95165 src/com/gps/utilities/geoCoder.java 75 Potential violation of Law of Demeter (object not created locally)
95166 src/com/gps/utilities/geoCoder.java 76 Potential violation of Law of Demeter (object not created locally)
95167 src/com/gps/utilities/geoCoder.java 79 Local variable 'result' could be declared final
95168 src/com/gps/utilities/geoCoder.java 79 Potential violation of Law of Demeter (object not created locally)
95169 src/com/gps/utilities/geoCoder.java 80 Avoid calling toString() on String objects; this is unnecessary.
95170 src/com/gps/utilities/geoCoder.java 80 Potential violation of Law of Demeter (object not created locally)
95171 src/com/gps/utilities/geoCoder.java 80 There is log block not surrounded by if
95172 src/com/gps/utilities/geoCoder.java 80 There is log block not surrounded by if
95173 src/com/gps/utilities/geoCoder.java 82 Local variable 'dbf' could be declared final
95174 src/com/gps/utilities/geoCoder.java 83 Avoid variables with short names like db
95175 src/com/gps/utilities/geoCoder.java 83 Local variable 'db' could be declared final
95176 src/com/gps/utilities/geoCoder.java 83 Potential violation of Law of Demeter (object not created locally)
95177 src/com/gps/utilities/geoCoder.java 84 Avoid variables with short names like is
95178 src/com/gps/utilities/geoCoder.java 84 Local variable 'is' could be declared final
95179 src/com/gps/utilities/geoCoder.java 85 Potential violation of Law of Demeter (method chain calls)
95180 src/com/gps/utilities/geoCoder.java 85 Potential violation of Law of Demeter (object not created locally)
95181 src/com/gps/utilities/geoCoder.java 86 Local variable 'doc' could be declared final
95182 src/com/gps/utilities/geoCoder.java 86 Potential violation of Law of Demeter (object not created locally)
95183 src/com/gps/utilities/geoCoder.java 88 Found 'DD'-anomaly for variable 'xpath' (lines '88'-'90').
95184 src/com/gps/utilities/geoCoder.java 89 Avoid using if statements without curly braces
95185 src/com/gps/utilities/geoCoder.java 92 Local variable 'strAddress' could be declared final
95186 src/com/gps/utilities/geoCoder.java 93 Avoid using if statements without curly braces
95187 src/com/gps/utilities/geoCoder.java 93 Position literals first in String comparisons
95188 src/com/gps/utilities/geoCoder.java 93 Potential violation of Law of Demeter (object not created locally)
95189 src/com/gps/utilities/geoCoder.java 93 The String literal "Location not available" appears 4 times in this file; the first occurrence is on line 93
95190 src/com/gps/utilities/geoCoder.java 94 A method should have only one exit point, and that should be the last statement in the method
95191 src/com/gps/utilities/geoCoder.java 95 There is log block not surrounded by if
95192 src/com/gps/utilities/geoCoder.java 95 There is log block not surrounded by if
95193 src/com/gps/utilities/geoCoder.java 96 A method should have only one exit point, and that should be the last statement in the method
95194 src/com/gps/utilities/geoCoder.java 99 Potential violation of Law of Demeter (object not created locally)
95195 src/com/gps/utilities/geoCoder.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95196 src/com/gps/utilities/geoCoder.java 102 Avoid printStackTrace(); use a logger call instead.
95197 src/com/gps/utilities/geoCoder.java 102 Potential violation of Law of Demeter (object not created locally)
95198 src/com/gps/utilities/geoCoder.java 108 Parameter 'doQuery' is not assigned and could be declared final
95199 src/com/gps/utilities/geoCoder.java 108 Parameter 'geolocation' is not assigned and could be declared final
95200 src/com/gps/utilities/geoCoder.java 108 Parameter 'orgId' is not assigned and could be declared final
95201 src/com/gps/utilities/geoCoder.java 108 publicMethodCommentRequirement Required
95202 src/com/gps/utilities/geoCoder.java 115 There is log block not surrounded by if
95203 src/com/gps/utilities/geoCoder.java 115 There is log block not surrounded by if
95204 src/com/gps/utilities/geoCoder.java 118 Local variable 'reqDao' could be declared final
95205 src/com/gps/utilities/geoCoder.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95206 src/com/gps/utilities/geoCoder.java 121 Avoid printStackTrace(); use a logger call instead.
95207 src/com/gps/utilities/geoCoder.java 127 Avoid unused method parameters such as 'orgId'.
95208 src/com/gps/utilities/geoCoder.java 127 Method names should not start with capital letters
95209 src/com/gps/utilities/geoCoder.java 127 Parameter 'geolocation' is not assigned and could be declared final
95210 src/com/gps/utilities/geoCoder.java 127 Parameter 'orgId' is not assigned and could be declared final
95211 src/com/gps/utilities/geoCoder.java 132 Avoid unused local variables such as 'address'.
95212 src/com/gps/utilities/geoCoder.java 132 Found 'DU'-anomaly for variable 'address' (lines '132'-'180').
95213 src/com/gps/utilities/geoCoder.java 132 Local variable 'address' could be declared final
95214 src/com/gps/utilities/geoCoder.java 138 Potential violation of Law of Demeter (method chain calls)
95215 src/com/gps/utilities/geoCoder.java 138 Potential violation of Law of Demeter (method chain calls)
95216 src/com/gps/utilities/geoCoder.java 138 Potential violation of Law of Demeter (method chain calls)
95217 src/com/gps/utilities/geoCoder.java 138 Potential violation of Law of Demeter (method chain calls)
95218 src/com/gps/utilities/geoCoder.java 138 Potential violation of Law of Demeter (object not created locally)
95219 src/com/gps/utilities/geoCoder.java 145 Potential violation of Law of Demeter (object not created locally)
95220 src/com/gps/utilities/geoCoder.java 145 There is log block not surrounded by if
95221 src/com/gps/utilities/geoCoder.java 145 There is log block not surrounded by if
95222 src/com/gps/utilities/geoCoder.java 151 Local variable 'reader' could be declared final
95223 src/com/gps/utilities/geoCoder.java 151 Potential violation of Law of Demeter (object not created locally)
95224 src/com/gps/utilities/geoCoder.java 151 Potential violation of Law of Demeter (object not created locally)
95225 src/com/gps/utilities/geoCoder.java 153 Potential violation of Law of Demeter (object not created locally)
95226 src/com/gps/utilities/geoCoder.java 154 There is log block not surrounded by if
95227 src/com/gps/utilities/geoCoder.java 154 There is log block not surrounded by if
95228 src/com/gps/utilities/geoCoder.java 155 Local variable 'buffer' could be declared final
95229 src/com/gps/utilities/geoCoder.java 156 Local variable 'writer' could be declared final
95230 src/com/gps/utilities/geoCoder.java 157 Avoid assignments in operands
95231 src/com/gps/utilities/geoCoder.java 157 Found 'DU'-anomaly for variable 'data' (lines '157'-'180').
95232 src/com/gps/utilities/geoCoder.java 157 Potential violation of Law of Demeter (object not created locally)
95233 src/com/gps/utilities/geoCoder.java 158 Potential violation of Law of Demeter (object not created locally)
95234 src/com/gps/utilities/geoCoder.java 161 Local variable 'result' could be declared final
95235 src/com/gps/utilities/geoCoder.java 161 Potential violation of Law of Demeter (object not created locally)
95236 src/com/gps/utilities/geoCoder.java 162 Avoid calling toString() on String objects; this is unnecessary.
95237 src/com/gps/utilities/geoCoder.java 162 Potential violation of Law of Demeter (object not created locally)
95238 src/com/gps/utilities/geoCoder.java 162 There is log block not surrounded by if
95239 src/com/gps/utilities/geoCoder.java 162 There is log block not surrounded by if
95240 src/com/gps/utilities/geoCoder.java 164 Local variable 'dbf' could be declared final
95241 src/com/gps/utilities/geoCoder.java 165 Avoid variables with short names like db
95242 src/com/gps/utilities/geoCoder.java 165 Local variable 'db' could be declared final
95243 src/com/gps/utilities/geoCoder.java 165 Potential violation of Law of Demeter (object not created locally)
95244 src/com/gps/utilities/geoCoder.java 166 Avoid variables with short names like is
95245 src/com/gps/utilities/geoCoder.java 166 Local variable 'is' could be declared final
95246 src/com/gps/utilities/geoCoder.java 167 Potential violation of Law of Demeter (method chain calls)
95247 src/com/gps/utilities/geoCoder.java 167 Potential violation of Law of Demeter (object not created locally)
95248 src/com/gps/utilities/geoCoder.java 168 Local variable 'doc' could be declared final
95249 src/com/gps/utilities/geoCoder.java 168 Potential violation of Law of Demeter (object not created locally)
95250 src/com/gps/utilities/geoCoder.java 170 Local variable 'xpath' could be declared final
95251 src/com/gps/utilities/geoCoder.java 171 System.out.print is used
95252 src/com/gps/utilities/geoCoder.java 175 Potential violation of Law of Demeter (object not created locally)
95253 src/com/gps/utilities/geoCoder.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95254 src/com/gps/utilities/geoCoder.java 178 Avoid printStackTrace(); use a logger call instead.
95255 src/com/gps/utilities/geoCoder.java 178 Potential violation of Law of Demeter (object not created locally)
95256 src/com/gps/utilities/geoCoder.java 182 Method names should not start with capital letters
95257 src/com/gps/utilities/geoCoder.java 182 Parameter 'Destination' is not assigned and could be declared final
95258 src/com/gps/utilities/geoCoder.java 182 Parameter 'Source' is not assigned and could be declared final
95259 src/com/gps/utilities/geoCoder.java 182 Variables should start with a lowercase character, 'Destination' starts with uppercase character.
95260 src/com/gps/utilities/geoCoder.java 182 Variables should start with a lowercase character, 'Source' starts with uppercase character.
95261 src/com/gps/utilities/geoCoder.java 182 publicMethodCommentRequirement Required
95262 src/com/gps/utilities/geoCoder.java 188 Avoid declaring a variable if it is unreferenced before a possible exit point.
95263 src/com/gps/utilities/geoCoder.java 188 Avoid unused local variables such as 'incr'.
95264 src/com/gps/utilities/geoCoder.java 188 Found 'DU'-anomaly for variable 'incr' (lines '188'-'235').
95265 src/com/gps/utilities/geoCoder.java 188 Local variable 'incr' could be declared final
95266 src/com/gps/utilities/geoCoder.java 190 Potential violation of Law of Demeter (object not created locally)
95267 src/com/gps/utilities/geoCoder.java 190 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
95268 src/com/gps/utilities/geoCoder.java 191 Potential violation of Law of Demeter (object not created locally)
95269 src/com/gps/utilities/geoCoder.java 191 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
95270 src/com/gps/utilities/geoCoder.java 192 Potential violation of Law of Demeter (object not created locally)
95271 src/com/gps/utilities/geoCoder.java 195 Potential violation of Law of Demeter (object not created locally)
95272 src/com/gps/utilities/geoCoder.java 195 System.out.print is used
95273 src/com/gps/utilities/geoCoder.java 201 Local variable 'reader' could be declared final
95274 src/com/gps/utilities/geoCoder.java 201 Potential violation of Law of Demeter (object not created locally)
95275 src/com/gps/utilities/geoCoder.java 201 Potential violation of Law of Demeter (object not created locally)
95276 src/com/gps/utilities/geoCoder.java 203 Potential violation of Law of Demeter (object not created locally)
95277 src/com/gps/utilities/geoCoder.java 204 There is log block not surrounded by if
95278 src/com/gps/utilities/geoCoder.java 204 There is log block not surrounded by if
95279 src/com/gps/utilities/geoCoder.java 205 Local variable 'buffer' could be declared final
95280 src/com/gps/utilities/geoCoder.java 206 Local variable 'writer' could be declared final
95281 src/com/gps/utilities/geoCoder.java 207 Avoid assignments in operands
95282 src/com/gps/utilities/geoCoder.java 207 Found 'DU'-anomaly for variable 'data' (lines '207'-'235').
95283 src/com/gps/utilities/geoCoder.java 207 Potential violation of Law of Demeter (object not created locally)
95284 src/com/gps/utilities/geoCoder.java 208 Potential violation of Law of Demeter (object not created locally)
95285 src/com/gps/utilities/geoCoder.java 211 Local variable 'result' could be declared final
95286 src/com/gps/utilities/geoCoder.java 211 Potential violation of Law of Demeter (object not created locally)
95287 src/com/gps/utilities/geoCoder.java 212 Avoid calling toString() on String objects; this is unnecessary.
95288 src/com/gps/utilities/geoCoder.java 212 Potential violation of Law of Demeter (object not created locally)
95289 src/com/gps/utilities/geoCoder.java 212 There is log block not surrounded by if
95290 src/com/gps/utilities/geoCoder.java 212 There is log block not surrounded by if
95291 src/com/gps/utilities/geoCoder.java 214 Local variable 'dbf' could be declared final
95292 src/com/gps/utilities/geoCoder.java 215 Avoid variables with short names like db
95293 src/com/gps/utilities/geoCoder.java 215 Local variable 'db' could be declared final
95294 src/com/gps/utilities/geoCoder.java 215 Potential violation of Law of Demeter (object not created locally)
95295 src/com/gps/utilities/geoCoder.java 216 Avoid variables with short names like is
95296 src/com/gps/utilities/geoCoder.java 216 Local variable 'is' could be declared final
95297 src/com/gps/utilities/geoCoder.java 217 Potential violation of Law of Demeter (method chain calls)
95298 src/com/gps/utilities/geoCoder.java 217 Potential violation of Law of Demeter (object not created locally)
95299 src/com/gps/utilities/geoCoder.java 218 Local variable 'doc' could be declared final
95300 src/com/gps/utilities/geoCoder.java 218 Potential violation of Law of Demeter (object not created locally)
95301 src/com/gps/utilities/geoCoder.java 220 Local variable 'xpath' could be declared final
95302 src/com/gps/utilities/geoCoder.java 222 Local variable 'time' could be declared final
95303 src/com/gps/utilities/geoCoder.java 224 There is log block not surrounded by if
95304 src/com/gps/utilities/geoCoder.java 224 There is log block not surrounded by if
95305 src/com/gps/utilities/geoCoder.java 225 A method should have only one exit point, and that should be the last statement in the method
95306 src/com/gps/utilities/geoCoder.java 228 Potential violation of Law of Demeter (object not created locally)
95307 src/com/gps/utilities/geoCoder.java 230 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
95308 src/com/gps/utilities/geoCoder.java 231 Avoid printStackTrace(); use a logger call instead.
95309 src/com/gps/utilities/geoCoder.java 231 Potential violation of Law of Demeter (object not created locally)
95310 src/com/gps/utilities/geoCoder.java 237 Parameter 'doc' is not assigned and could be declared final
95311 src/com/gps/utilities/geoCoder.java 237 Parameter 'isFirst' is not assigned and could be declared final
95312 src/com/gps/utilities/geoCoder.java 237 Parameter 'strXpath' is not assigned and could be declared final
95313 src/com/gps/utilities/geoCoder.java 238 Local variable 'xPath' could be declared final
95314 src/com/gps/utilities/geoCoder.java 238 Potential violation of Law of Demeter (method chain calls)
95315 src/com/gps/utilities/geoCoder.java 239 Local variable 'expr' could be declared final
95316 src/com/gps/utilities/geoCoder.java 239 Potential violation of Law of Demeter (object not created locally)
95317 src/com/gps/utilities/geoCoder.java 240 Found 'DD'-anomaly for variable 'resultData' (lines '240'-'246').
95318 src/com/gps/utilities/geoCoder.java 240 Found 'DD'-anomaly for variable 'resultData' (lines '240'-'250').
95319 src/com/gps/utilities/geoCoder.java 241 Local variable 'result4' could be declared final
95320 src/com/gps/utilities/geoCoder.java 241 Potential violation of Law of Demeter (object not created locally)
95321 src/com/gps/utilities/geoCoder.java 242 Local variable 'nodes' could be declared final
95322 src/com/gps/utilities/geoCoder.java 243 Avoid using Literals in Conditional Statements
95323 src/com/gps/utilities/geoCoder.java 243 Potential violation of Law of Demeter (object not created locally)
95324 src/com/gps/utilities/geoCoder.java 246 Avoid using if...else statements without curly braces
95325 src/com/gps/utilities/geoCoder.java 246 Potential violation of Law of Demeter (method chain calls)
95326 src/com/gps/utilities/geoCoder.java 246 Potential violation of Law of Demeter (object not created locally)
95327 src/com/gps/utilities/geoCoder.java 249 Potential violation of Law of Demeter (object not created locally)
95328 src/com/gps/utilities/geoCoder.java 250 Found 'DD'-anomaly for variable 'resultData' (lines '250'-'250').
95329 src/com/gps/utilities/geoCoder.java 250 Potential violation of Law of Demeter (method chain calls)
95330 src/com/gps/utilities/geoCoder.java 250 Potential violation of Law of Demeter (object not created locally)
95331 src/com/gps/utilities/geoCoder.java 257 Avoid unused method parameters such as 'isFirst'.
95332 src/com/gps/utilities/geoCoder.java 257 Parameter 'doc' is not assigned and could be declared final
95333 src/com/gps/utilities/geoCoder.java 257 Parameter 'isFirst' is not assigned and could be declared final
95334 src/com/gps/utilities/geoCoder.java 257 Parameter 'locations' is not assigned and could be declared final
95335 src/com/gps/utilities/geoCoder.java 257 Parameter 'strXpath' is not assigned and could be declared final
95336 src/com/gps/utilities/geoCoder.java 258 Local variable 'xPath' could be declared final
95337 src/com/gps/utilities/geoCoder.java 258 Potential violation of Law of Demeter (method chain calls)
95338 src/com/gps/utilities/geoCoder.java 259 Local variable 'expr' could be declared final
95339 src/com/gps/utilities/geoCoder.java 259 Potential violation of Law of Demeter (object not created locally)
95340 src/com/gps/utilities/geoCoder.java 260 Found 'DU'-anomaly for variable 'resultData' (lines '260'-'279').
95341 src/com/gps/utilities/geoCoder.java 260 Local variable 'resultData' could be declared final
95342 src/com/gps/utilities/geoCoder.java 261 Local variable 'result4' could be declared final
95343 src/com/gps/utilities/geoCoder.java 261 Potential violation of Law of Demeter (object not created locally)
95344 src/com/gps/utilities/geoCoder.java 262 Local variable 'nodes' could be declared final
95345 src/com/gps/utilities/geoCoder.java 263 Potential violation of Law of Demeter (object not created locally)
95346 src/com/gps/utilities/geoCoder.java 263 System.out.print is used
95347 src/com/gps/utilities/geoCoder.java 264 Avoid using Literals in Conditional Statements
95348 src/com/gps/utilities/geoCoder.java 264 Potential violation of Law of Demeter (object not created locally)
95349 src/com/gps/utilities/geoCoder.java 266 Potential violation of Law of Demeter (object not created locally)
95350 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95351 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95352 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95353 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95354 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95355 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95356 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95357 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (method chain calls)
95358 src/com/gps/utilities/geoCoder.java 267 Potential violation of Law of Demeter (object not created locally)
95359 src/com/gps/utilities/geoCoder.java 267 There is log block not surrounded by if
95360 src/com/gps/utilities/geoCoder.java 267 There is log block not surrounded by if
95361 src/com/gps/utilities/geoCoder.java 268 Avoid if (x != y) ..; else ..;
95362 src/com/gps/utilities/geoCoder.java 268 Avoid using Literals in Conditional Statements
95363 src/com/gps/utilities/geoCoder.java 268 Potential violation of Law of Demeter (method chain calls)
95364 src/com/gps/utilities/geoCoder.java 268 Potential violation of Law of Demeter (object not created locally)
95365 src/com/gps/utilities/geoCoder.java 268 Use equals() to compare strings instead of '==' or '!='
95366 src/com/gps/utilities/geoCoder.java 270 Potential violation of Law of Demeter (method chain calls)
95367 src/com/gps/utilities/geoCoder.java 270 Potential violation of Law of Demeter (method chain calls)
95368 src/com/gps/utilities/geoCoder.java 270 Potential violation of Law of Demeter (method chain calls)
95369 src/com/gps/utilities/geoCoder.java 270 Potential violation of Law of Demeter (object not created locally)
95370 src/com/gps/utilities/geoCoder.java 274 Potential violation of Law of Demeter (method chain calls)
95371 src/com/gps/utilities/geoCoder.java 281 Parameter 'args' is not assigned and could be declared final
95372 src/com/gps/utilities/geoCoder.java 281 publicMethodCommentRequirement Required
95373 src/com/gps/utilities/geoCoder.java 283 Avoid unused local variables such as 'lstnr'.
95374 src/com/gps/utilities/geoCoder.java 283 Found 'DU'-anomaly for variable 'lstnr' (lines '283'-'288').
95375 src/com/gps/utilities/geoCoder.java 283 Local variable 'lstnr' could be declared final
95376 src/com/gps/utilities/geoCoder.java 286 Local variable 'fetch' could be declared final
95377 src/com/gps/vo/ACReportVO.java 3 Avoid unused imports such as 'java.sql.Time'
95378 src/com/gps/vo/ACReportVO.java 13 headerCommentRequirement Required
95379 src/com/gps/vo/ACReportVO.java 14 fieldCommentRequirement Required
95380 src/com/gps/vo/ACReportVO.java 15 fieldCommentRequirement Required
95381 src/com/gps/vo/ACReportVO.java 16 fieldCommentRequirement Required
95382 src/com/gps/vo/ACReportVO.java 17 fieldCommentRequirement Required
95383 src/com/gps/vo/ACReportVO.java 18 fieldCommentRequirement Required
95384 src/com/gps/vo/ACReportVO.java 19 fieldCommentRequirement Required
95385 src/com/gps/vo/ACReportVO.java 20 fieldCommentRequirement Required
95386 src/com/gps/vo/ACReportVO.java 21 fieldCommentRequirement Required
95387 src/com/gps/vo/ACReportVO.java 22 publicMethodCommentRequirement Required
95388 src/com/gps/vo/ACReportVO.java 25 Parameter 'startLattitude' is not assigned and could be declared final
95389 src/com/gps/vo/ACReportVO.java 25 publicMethodCommentRequirement Required
95390 src/com/gps/vo/ACReportVO.java 28 publicMethodCommentRequirement Required
95391 src/com/gps/vo/ACReportVO.java 31 Parameter 'startLongitude' is not assigned and could be declared final
95392 src/com/gps/vo/ACReportVO.java 31 publicMethodCommentRequirement Required
95393 src/com/gps/vo/ACReportVO.java 34 publicMethodCommentRequirement Required
95394 src/com/gps/vo/ACReportVO.java 37 Parameter 'startTime' is not assigned and could be declared final
95395 src/com/gps/vo/ACReportVO.java 37 publicMethodCommentRequirement Required
95396 src/com/gps/vo/ACReportVO.java 40 publicMethodCommentRequirement Required
95397 src/com/gps/vo/ACReportVO.java 43 Parameter 'endLattitude' is not assigned and could be declared final
95398 src/com/gps/vo/ACReportVO.java 43 publicMethodCommentRequirement Required
95399 src/com/gps/vo/ACReportVO.java 46 publicMethodCommentRequirement Required
95400 src/com/gps/vo/ACReportVO.java 49 Parameter 'endLongitude' is not assigned and could be declared final
95401 src/com/gps/vo/ACReportVO.java 49 publicMethodCommentRequirement Required
95402 src/com/gps/vo/ACReportVO.java 52 publicMethodCommentRequirement Required
95403 src/com/gps/vo/ACReportVO.java 55 Parameter 'endTime' is not assigned and could be declared final
95404 src/com/gps/vo/ACReportVO.java 55 publicMethodCommentRequirement Required
95405 src/com/gps/vo/ACReportVO.java 58 publicMethodCommentRequirement Required
95406 src/com/gps/vo/ACReportVO.java 61 Parameter 'idleTime' is not assigned and could be declared final
95407 src/com/gps/vo/ACReportVO.java 61 publicMethodCommentRequirement Required
95408 src/com/gps/vo/ACReportVO.java 64 publicMethodCommentRequirement Required
95409 src/com/gps/vo/ACReportVO.java 67 Parameter 'usageTime' is not assigned and could be declared final
95410 src/com/gps/vo/ACReportVO.java 67 publicMethodCommentRequirement Required
95411 src/com/gps/vo/ActualPickUpPoints.java 8 headerCommentRequirement Required
95412 src/com/gps/vo/ActualPickUpPoints.java 10 Avoid excessively long variable names like actual_pickup_point
95413 src/com/gps/vo/ActualPickUpPoints.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_point' is not final.
95414 src/com/gps/vo/ActualPickUpPoints.java 10 fieldCommentRequirement Required
95415 src/com/gps/vo/ActualPickUpPoints.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lat' is not final.
95416 src/com/gps/vo/ActualPickUpPoints.java 11 fieldCommentRequirement Required
95417 src/com/gps/vo/ActualPickUpPoints.java 12 Avoid excessively long variable names like actual_pickup_lang
95418 src/com/gps/vo/ActualPickUpPoints.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_lang' is not final.
95419 src/com/gps/vo/ActualPickUpPoints.java 12 fieldCommentRequirement Required
95420 src/com/gps/vo/ActualPickUpPoints.java 13 Avoid excessively long variable names like actual_pickup_datetime
95421 src/com/gps/vo/ActualPickUpPoints.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_datetime' is not final.
95422 src/com/gps/vo/ActualPickUpPoints.java 13 fieldCommentRequirement Required
95423 src/com/gps/vo/ActualPickUpPoints.java 14 Avoid excessively long variable names like actual_pickup_location_name
95424 src/com/gps/vo/ActualPickUpPoints.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_location_name' is not final.
95425 src/com/gps/vo/ActualPickUpPoints.java 14 fieldCommentRequirement Required
95426 src/com/gps/vo/ActualPickUpPoints.java 15 Avoid excessively long variable names like actual_pickup_odometer_reading
95427 src/com/gps/vo/ActualPickUpPoints.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_odometer_reading' is not final.
95428 src/com/gps/vo/ActualPickUpPoints.java 15 fieldCommentRequirement Required
95429 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupLat' is not assigned and could be declared final
95430 src/com/gps/vo/ActualPickUpPoints.java 26 Parameter 'actualPickupPoint' is not assigned and could be declared final
95431 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupDatetime
95432 src/com/gps/vo/ActualPickUpPoints.java 27 Avoid excessively long variable names like actualPickupOdometerReading
95433 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupDatetime' is not assigned and could be declared final
95434 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupLang' is not assigned and could be declared final
95435 src/com/gps/vo/ActualPickUpPoints.java 27 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
95436 src/com/gps/vo/ActualPickUpPoints.java 29 Local variable 'coder' could be declared final
95437 src/com/gps/vo/ActualPickUpPoints.java 30 Local variable 'formatter' could be declared final
95438 src/com/gps/vo/ActualPickUpPoints.java 30 When instantiating a SimpleDateFormat object, specify a Locale
95439 src/com/gps/vo/ActualPickUpPoints.java 34 Avoid using if statements without curly braces
95440 src/com/gps/vo/ActualPickUpPoints.java 42 Method names should not contain underscores
95441 src/com/gps/vo/ActualPickUpPoints.java 48 Method names should not contain underscores
95442 src/com/gps/vo/ActualPickUpPoints.java 48 Parameter 'actualPickupPoint' is not assigned and could be declared final
95443 src/com/gps/vo/ActualPickUpPoints.java 54 Method names should not contain underscores
95444 src/com/gps/vo/ActualPickUpPoints.java 60 Method names should not contain underscores
95445 src/com/gps/vo/ActualPickUpPoints.java 60 Parameter 'actualPickupLat' is not assigned and could be declared final
95446 src/com/gps/vo/ActualPickUpPoints.java 66 Method names should not contain underscores
95447 src/com/gps/vo/ActualPickUpPoints.java 72 Method names should not contain underscores
95448 src/com/gps/vo/ActualPickUpPoints.java 72 Parameter 'actualPickupLang' is not assigned and could be declared final
95449 src/com/gps/vo/ActualPickUpPoints.java 78 Method names should not contain underscores
95450 src/com/gps/vo/ActualPickUpPoints.java 84 Avoid excessively long variable names like actualPickupDatetime
95451 src/com/gps/vo/ActualPickUpPoints.java 84 Method names should not contain underscores
95452 src/com/gps/vo/ActualPickUpPoints.java 84 Parameter 'actualPickupDatetime' is not assigned and could be declared final
95453 src/com/gps/vo/ActualPickUpPoints.java 90 Method names should not contain underscores
95454 src/com/gps/vo/ActualPickUpPoints.java 96 Avoid excessively long variable names like actualPickupLocationName
95455 src/com/gps/vo/ActualPickUpPoints.java 96 Method names should not contain underscores
95456 src/com/gps/vo/ActualPickUpPoints.java 96 Parameter 'actualPickupLocationName' is not assigned and could be declared final
95457 src/com/gps/vo/ActualPickUpPoints.java 102 Method names should not contain underscores
95458 src/com/gps/vo/ActualPickUpPoints.java 108 Avoid excessively long variable names like actualPickupOdometerReading
95459 src/com/gps/vo/ActualPickUpPoints.java 108 Method names should not contain underscores
95460 src/com/gps/vo/ActualPickUpPoints.java 108 Parameter 'actualPickupOdometerReading' is not assigned and could be declared final
95461 src/com/gps/vo/CustomAttributeVO.java 10 headerCommentRequirement Required
95462 src/com/gps/vo/CustomAttributeVO.java 11 fieldCommentRequirement Required
95463 src/com/gps/vo/CustomAttributeVO.java 13 publicMethodCommentRequirement Required
95464 src/com/gps/vo/CustomAttributeVO.java 17 Parameter 'attributeName' is not assigned and could be declared final
95465 src/com/gps/vo/CustomAttributeVO.java 17 publicMethodCommentRequirement Required
95466 src/com/gps/vo/DailyTripVO.java 3 headerCommentRequirement Required
95467 src/com/gps/vo/DailyTripVO.java 5 Use explicit scoping instead of the default package private level
95468 src/com/gps/vo/DailyTripVO.java 5 fieldCommentRequirement Required
95469 src/com/gps/vo/DailyTripVO.java 6 Use explicit scoping instead of the default package private level
95470 src/com/gps/vo/DailyTripVO.java 6 fieldCommentRequirement Required
95471 src/com/gps/vo/DailyTripVO.java 7 Use explicit scoping instead of the default package private level
95472 src/com/gps/vo/DailyTripVO.java 7 fieldCommentRequirement Required
95473 src/com/gps/vo/DailyTripVO.java 8 Use explicit scoping instead of the default package private level
95474 src/com/gps/vo/DailyTripVO.java 8 fieldCommentRequirement Required
95475 src/com/gps/vo/DailyTripVO.java 9 Use explicit scoping instead of the default package private level
95476 src/com/gps/vo/DailyTripVO.java 9 fieldCommentRequirement Required
95477 src/com/gps/vo/DailyTripVO.java 10 Use explicit scoping instead of the default package private level
95478 src/com/gps/vo/DailyTripVO.java 10 fieldCommentRequirement Required
95479 src/com/gps/vo/DailyTripVO.java 11 Use explicit scoping instead of the default package private level
95480 src/com/gps/vo/DailyTripVO.java 11 fieldCommentRequirement Required
95481 src/com/gps/vo/DailyTripVO.java 12 Use explicit scoping instead of the default package private level
95482 src/com/gps/vo/DailyTripVO.java 12 fieldCommentRequirement Required
95483 src/com/gps/vo/DailyTripVO.java 13 Use explicit scoping instead of the default package private level
95484 src/com/gps/vo/DailyTripVO.java 13 fieldCommentRequirement Required
95485 src/com/gps/vo/DailyTripVO.java 14 Use explicit scoping instead of the default package private level
95486 src/com/gps/vo/DailyTripVO.java 14 fieldCommentRequirement Required
95487 src/com/gps/vo/DailyTripVO.java 25 Parameter 'tripName' is not assigned and could be declared final
95488 src/com/gps/vo/DailyTripVO.java 37 Parameter 'regNo' is not assigned and could be declared final
95489 src/com/gps/vo/DailyTripVO.java 49 Parameter 'startTime' is not assigned and could be declared final
95490 src/com/gps/vo/DailyTripVO.java 61 Parameter 'endTime' is not assigned and could be declared final
95491 src/com/gps/vo/DailyTripVO.java 73 Parameter 'maxSpeed' is not assigned and could be declared final
95492 src/com/gps/vo/DailyTripVO.java 85 Parameter 'idleTime' is not assigned and could be declared final
95493 src/com/gps/vo/DailyTripVO.java 97 Parameter 'missedStops' is not assigned and could be declared final
95494 src/com/gps/vo/DailyTripVO.java 109 Parameter 'tripDistance' is not assigned and could be declared final
95495 src/com/gps/vo/DailyTripVO.java 121 Parameter 'totalDistance' is not assigned and could be declared final
95496 src/com/gps/vo/DailyTripVO.java 133 Parameter 'hardBrakes' is not assigned and could be declared final
95497 src/com/gps/vo/DateVO.java 11 Avoid using redundant field initializer for 'date'
95498 src/com/gps/vo/DateVO.java 11 fieldCommentRequirement Required
95499 src/com/gps/vo/DateVO.java 12 Avoid using redundant field initializer for 'inTripDist'
95500 src/com/gps/vo/DateVO.java 12 fieldCommentRequirement Required
95501 src/com/gps/vo/DateVO.java 13 Avoid using redundant field initializer for 'outTripDist'
95502 src/com/gps/vo/DateVO.java 13 fieldCommentRequirement Required
95503 src/com/gps/vo/DateVO.java 15 Avoid using redundant field initializer for 'lastLat'
95504 src/com/gps/vo/DateVO.java 15 fieldCommentRequirement Required
95505 src/com/gps/vo/DateVO.java 17 Avoid using redundant field initializer for 'lastLong'
95506 src/com/gps/vo/DateVO.java 17 fieldCommentRequirement Required
95507 src/com/gps/vo/DateVO.java 20 Use explicit scoping instead of the default package private level
95508 src/com/gps/vo/DateVO.java 20 fieldCommentRequirement Required
95509 src/com/gps/vo/DateVO.java 32 Parameter 'date' is not assigned and could be declared final
95510 src/com/gps/vo/DateVO.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
95511 src/com/gps/vo/DateVO.java 44 Parameter 'inTripDist' is not assigned and could be declared final
95512 src/com/gps/vo/DateVO.java 56 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
95513 src/com/gps/vo/DateVO.java 56 Parameter 'outTripDist' is not assigned and could be declared final
95514 src/com/gps/vo/DateVO.java 72 Parameter 'lastLat' is not assigned and could be declared final
95515 src/com/gps/vo/DateVO.java 87 Parameter 'lastLong' is not assigned and could be declared final
95516 src/com/gps/vo/DateVO.java 92 publicMethodCommentRequirement Required
95517 src/com/gps/vo/DateVO.java 98 Parameter 'tripsLst' is not assigned and could be declared final
95518 src/com/gps/vo/DynamicQueryVO.java 9 headerCommentRequirement Required
95519 src/com/gps/vo/DynamicQueryVO.java 10 fieldCommentRequirement Required
95520 src/com/gps/vo/DynamicQueryVO.java 11 fieldCommentRequirement Required
95521 src/com/gps/vo/DynamicQueryVO.java 12 fieldCommentRequirement Required
95522 src/com/gps/vo/DynamicQueryVO.java 13 fieldCommentRequirement Required
95523 src/com/gps/vo/DynamicQueryVO.java 14 fieldCommentRequirement Required
95524 src/com/gps/vo/DynamicQueryVO.java 15 fieldCommentRequirement Required
95525 src/com/gps/vo/DynamicQueryVO.java 16 publicMethodCommentRequirement Required
95526 src/com/gps/vo/DynamicQueryVO.java 19 Parameter 'whereQuery' is not assigned and could be declared final
95527 src/com/gps/vo/DynamicQueryVO.java 19 publicMethodCommentRequirement Required
95528 src/com/gps/vo/DynamicQueryVO.java 22 publicMethodCommentRequirement Required
95529 src/com/gps/vo/DynamicQueryVO.java 25 Parameter 'paramStart' is not assigned and could be declared final
95530 src/com/gps/vo/DynamicQueryVO.java 25 publicMethodCommentRequirement Required
95531 src/com/gps/vo/DynamicQueryVO.java 28 publicMethodCommentRequirement Required
95532 src/com/gps/vo/DynamicQueryVO.java 31 Parameter 'paramEnd' is not assigned and could be declared final
95533 src/com/gps/vo/DynamicQueryVO.java 31 publicMethodCommentRequirement Required
95534 src/com/gps/vo/DynamicQueryVO.java 34 publicMethodCommentRequirement Required
95535 src/com/gps/vo/DynamicQueryVO.java 37 Parameter 'startDate' is not assigned and could be declared final
95536 src/com/gps/vo/DynamicQueryVO.java 37 publicMethodCommentRequirement Required
95537 src/com/gps/vo/DynamicQueryVO.java 40 publicMethodCommentRequirement Required
95538 src/com/gps/vo/DynamicQueryVO.java 43 Parameter 'endDate' is not assigned and could be declared final
95539 src/com/gps/vo/DynamicQueryVO.java 43 publicMethodCommentRequirement Required
95540 src/com/gps/vo/DynamicQueryVO.java 46 publicMethodCommentRequirement Required
95541 src/com/gps/vo/DynamicQueryVO.java 49 Parameter 'vehicleId' is not assigned and could be declared final
95542 src/com/gps/vo/DynamicQueryVO.java 49 publicMethodCommentRequirement Required
95543 src/com/gps/vo/GeofenceData.java 13 headerCommentRequirement Required
95544 src/com/gps/vo/GeofenceData.java 14 fieldCommentRequirement Required
95545 src/com/gps/vo/GeofenceData.java 15 fieldCommentRequirement Required
95546 src/com/gps/vo/GeofenceData.java 16 fieldCommentRequirement Required
95547 src/com/gps/vo/GeofenceData.java 17 fieldCommentRequirement Required
95548 src/com/gps/vo/GeofenceData.java 18 fieldCommentRequirement Required
95549 src/com/gps/vo/GeofenceData.java 19 fieldCommentRequirement Required
95550 src/com/gps/vo/GeofenceData.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
95551 src/com/gps/vo/GeofenceData.java 20 fieldCommentRequirement Required
95552 src/com/gps/vo/GeofenceData.java 22 Parameter 'geoLatitude' is not assigned and could be declared final
95553 src/com/gps/vo/GeofenceData.java 22 Parameter 'geofenceId' is not assigned and could be declared final
95554 src/com/gps/vo/GeofenceData.java 22 publicMethodCommentRequirement Required
95555 src/com/gps/vo/GeofenceData.java 23 Parameter 'geoLongitude' is not assigned and could be declared final
95556 src/com/gps/vo/GeofenceData.java 23 Parameter 'landmark' is not assigned and could be declared final
95557 src/com/gps/vo/GeofenceData.java 23 Parameter 'radius' is not assigned and could be declared final
95558 src/com/gps/vo/GeofenceData.java 30 Document empty constructor
95559 src/com/gps/vo/GeofenceData.java 30 publicMethodCommentRequirement Required
95560 src/com/gps/vo/GeofenceData.java 33 publicMethodCommentRequirement Required
95561 src/com/gps/vo/GeofenceData.java 36 Parameter 'geofenceId' is not assigned and could be declared final
95562 src/com/gps/vo/GeofenceData.java 36 publicMethodCommentRequirement Required
95563 src/com/gps/vo/GeofenceData.java 39 publicMethodCommentRequirement Required
95564 src/com/gps/vo/GeofenceData.java 42 Parameter 'geoLatitude' is not assigned and could be declared final
95565 src/com/gps/vo/GeofenceData.java 42 publicMethodCommentRequirement Required
95566 src/com/gps/vo/GeofenceData.java 45 publicMethodCommentRequirement Required
95567 src/com/gps/vo/GeofenceData.java 48 Parameter 'geoLongitude' is not assigned and could be declared final
95568 src/com/gps/vo/GeofenceData.java 48 publicMethodCommentRequirement Required
95569 src/com/gps/vo/GeofenceData.java 51 publicMethodCommentRequirement Required
95570 src/com/gps/vo/GeofenceData.java 54 Parameter 'radius' is not assigned and could be declared final
95571 src/com/gps/vo/GeofenceData.java 54 publicMethodCommentRequirement Required
95572 src/com/gps/vo/GeofenceData.java 58 publicMethodCommentRequirement Required
95573 src/com/gps/vo/GeofenceData.java 61 Parameter 'userGeofenceData' is not assigned and could be declared final
95574 src/com/gps/vo/GeofenceData.java 61 publicMethodCommentRequirement Required
95575 src/com/gps/vo/GeofenceData.java 64 publicMethodCommentRequirement Required
95576 src/com/gps/vo/GeofenceData.java 67 Parameter 'landmark' is not assigned and could be declared final
95577 src/com/gps/vo/GeofenceData.java 67 publicMethodCommentRequirement Required
95578 src/com/gps/vo/GeofenceData.java 70 publicMethodCommentRequirement Required
95579 src/com/gps/vo/GeofenceData.java 73 Parameter 'operationType' is not assigned and could be declared final
95580 src/com/gps/vo/GeofenceData.java 73 publicMethodCommentRequirement Required
95581 src/com/gps/vo/InFenceVO.java 13 Comment is too large: Line too long
95582 src/com/gps/vo/InFenceVO.java 21 headerCommentRequirement Required
95583 src/com/gps/vo/InFenceVO.java 23 Variables should start with a lowercase character, 'FenceId' starts with uppercase character.
95584 src/com/gps/vo/InFenceVO.java 23 fieldCommentRequirement Required
95585 src/com/gps/vo/InFenceVO.java 24 Variables should start with a lowercase character, 'InFenceTime' starts with uppercase character.
95586 src/com/gps/vo/InFenceVO.java 24 fieldCommentRequirement Required
95587 src/com/gps/vo/InFenceVO.java 25 It is a good practice to call super() in a constructor
95588 src/com/gps/vo/InFenceVO.java 25 publicMethodCommentRequirement Required
95589 src/com/gps/vo/InFenceVO.java 29 publicMethodCommentRequirement Required
95590 src/com/gps/vo/InFenceVO.java 32 Parameter 'fenceId' is not assigned and could be declared final
95591 src/com/gps/vo/InFenceVO.java 32 publicMethodCommentRequirement Required
95592 src/com/gps/vo/InFenceVO.java 35 publicMethodCommentRequirement Required
95593 src/com/gps/vo/InFenceVO.java 38 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
95594 src/com/gps/vo/InFenceVO.java 38 Parameter 'inFenceTime' is not assigned and could be declared final
95595 src/com/gps/vo/InFenceVO.java 38 publicMethodCommentRequirement Required
95596 src/com/gps/vo/InFenceVO.java 41 It is a good practice to call super() in a constructor
95597 src/com/gps/vo/InFenceVO.java 41 Parameter 'fenceId' is not assigned and could be declared final
95598 src/com/gps/vo/InFenceVO.java 41 Parameter 'inFenceTime' is not assigned and could be declared final
95599 src/com/gps/vo/InFenceVO.java 41 publicMethodCommentRequirement Required
95600 src/com/gps/vo/OrgDailyVO.java 6 headerCommentRequirement Required
95601 src/com/gps/vo/OrgDailyVO.java 8 Use explicit scoping instead of the default package private level
95602 src/com/gps/vo/OrgDailyVO.java 8 fieldCommentRequirement Required
95603 src/com/gps/vo/OrgDailyVO.java 9 Use explicit scoping instead of the default package private level
95604 src/com/gps/vo/OrgDailyVO.java 9 fieldCommentRequirement Required
95605 src/com/gps/vo/OrgDailyVO.java 10 Use explicit scoping instead of the default package private level
95606 src/com/gps/vo/OrgDailyVO.java 10 fieldCommentRequirement Required
95607 src/com/gps/vo/OrgDailyVO.java 20 Parameter 'orgName' is not assigned and could be declared final
95608 src/com/gps/vo/OrgDailyVO.java 32 Parameter 'tripListVO' is not assigned and could be declared final
95609 src/com/gps/vo/OrgDailyVO.java 44 Parameter 'orgId' is not assigned and could be declared final
95610 src/com/gps/vo/OrgOfflineList.java 7 headerCommentRequirement Required
95611 src/com/gps/vo/OrgOfflineList.java 8 Use explicit scoping instead of the default package private level
95612 src/com/gps/vo/OrgOfflineList.java 8 fieldCommentRequirement Required
95613 src/com/gps/vo/OrgOfflineList.java 9 Use explicit scoping instead of the default package private level
95614 src/com/gps/vo/OrgOfflineList.java 9 fieldCommentRequirement Required
95615 src/com/gps/vo/OrgOfflineList.java 10 Use explicit scoping instead of the default package private level
95616 src/com/gps/vo/OrgOfflineList.java 10 fieldCommentRequirement Required
95617 src/com/gps/vo/OrgOfflineList.java 20 Parameter 'vehListVO' is not assigned and could be declared final
95618 src/com/gps/vo/OrgOfflineList.java 32 Parameter 'orgName' is not assigned and could be declared final
95619 src/com/gps/vo/OrgOfflineList.java 44 Parameter 'orgId' is not assigned and could be declared final
95620 src/com/gps/vo/OrgVO.java 3 headerCommentRequirement Required
95621 src/com/gps/vo/OrgVO.java 5 fieldCommentRequirement Required
95622 src/com/gps/vo/OrgVO.java 6 fieldCommentRequirement Required
95623 src/com/gps/vo/OrgVO.java 10 Parameter 'name' is not assigned and could be declared final
95624 src/com/gps/vo/OrgVO.java 10 Parameter 'orgId' is not assigned and could be declared final
95625 src/com/gps/vo/OrgVO.java 10 publicMethodCommentRequirement Required
95626 src/com/gps/vo/OrgVO.java 15 publicMethodCommentRequirement Required
95627 src/com/gps/vo/OrgVO.java 18 Parameter 'orgId' is not assigned and could be declared final
95628 src/com/gps/vo/OrgVO.java 18 publicMethodCommentRequirement Required
95629 src/com/gps/vo/OrgVO.java 21 publicMethodCommentRequirement Required
95630 src/com/gps/vo/OrgVO.java 24 Parameter 'name' is not assigned and could be declared final
95631 src/com/gps/vo/OrgVO.java 24 publicMethodCommentRequirement Required
95632 src/com/gps/vo/OrganizationMessageVO.java 10 headerCommentRequirement Required
95633 src/com/gps/vo/OrganizationMessageVO.java 11 fieldCommentRequirement Required
95634 src/com/gps/vo/OrganizationMessageVO.java 12 fieldCommentRequirement Required
95635 src/com/gps/vo/OrganizationMessageVO.java 13 fieldCommentRequirement Required
95636 src/com/gps/vo/OrganizationMessageVO.java 14 publicMethodCommentRequirement Required
95637 src/com/gps/vo/OrganizationMessageVO.java 18 Parameter 'message' is not assigned and could be declared final
95638 src/com/gps/vo/OrganizationMessageVO.java 18 publicMethodCommentRequirement Required
95639 src/com/gps/vo/OrganizationMessageVO.java 22 publicMethodCommentRequirement Required
95640 src/com/gps/vo/OrganizationMessageVO.java 26 Parameter 'messageType' is not assigned and could be declared final
95641 src/com/gps/vo/OrganizationMessageVO.java 26 publicMethodCommentRequirement Required
95642 src/com/gps/vo/OrganizationMessageVO.java 30 publicMethodCommentRequirement Required
95643 src/com/gps/vo/OrganizationMessageVO.java 34 Parameter 'status' is not assigned and could be declared final
95644 src/com/gps/vo/OrganizationMessageVO.java 34 publicMethodCommentRequirement Required
95645 src/com/gps/vo/ParamsVO.java 3 headerCommentRequirement Required
95646 src/com/gps/vo/ParamsVO.java 5 Use explicit scoping instead of the default package private level
95647 src/com/gps/vo/ParamsVO.java 5 fieldCommentRequirement Required
95648 src/com/gps/vo/ParamsVO.java 6 Use explicit scoping instead of the default package private level
95649 src/com/gps/vo/ParamsVO.java 6 fieldCommentRequirement Required
95650 src/com/gps/vo/ParamsVO.java 13 Parameter 'date' is not assigned and could be declared final
95651 src/com/gps/vo/ParamsVO.java 13 Parameter 'paranId' is not assigned and could be declared final
95652 src/com/gps/vo/ParamsVO.java 28 Parameter 'paranId' is not assigned and could be declared final
95653 src/com/gps/vo/ParamsVO.java 40 Parameter 'date' is not assigned and could be declared final
95654 src/com/gps/vo/PickUpPoints.java 3 headerCommentRequirement Required
95655 src/com/gps/vo/PickUpPoints.java 5 Avoid excessively long variable names like planned_pickup_point_id
95656 src/com/gps/vo/PickUpPoints.java 5 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_point_id' is not final.
95657 src/com/gps/vo/PickUpPoints.java 5 fieldCommentRequirement Required
95658 src/com/gps/vo/PickUpPoints.java 6 Avoid excessively long variable names like planned_pickup_lat
95659 src/com/gps/vo/PickUpPoints.java 6 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lat' is not final.
95660 src/com/gps/vo/PickUpPoints.java 6 fieldCommentRequirement Required
95661 src/com/gps/vo/PickUpPoints.java 7 Avoid excessively long variable names like planned_pickup_lang
95662 src/com/gps/vo/PickUpPoints.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_lang' is not final.
95663 src/com/gps/vo/PickUpPoints.java 7 fieldCommentRequirement Required
95664 src/com/gps/vo/PickUpPoints.java 8 Avoid excessively long variable names like planned_pickup_datetime
95665 src/com/gps/vo/PickUpPoints.java 8 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_datetime' is not final.
95666 src/com/gps/vo/PickUpPoints.java 8 fieldCommentRequirement Required
95667 src/com/gps/vo/PickUpPoints.java 9 Avoid excessively long variable names like planned_pickup_location_name
95668 src/com/gps/vo/PickUpPoints.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_pickup_location_name' is not final.
95669 src/com/gps/vo/PickUpPoints.java 9 fieldCommentRequirement Required
95670 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLang' is not assigned and could be declared final
95671 src/com/gps/vo/PickUpPoints.java 26 Parameter 'plannedPickupLat' is not assigned and could be declared final
95672 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupDatetime
95673 src/com/gps/vo/PickUpPoints.java 27 Avoid excessively long variable names like plannedPickupLocationName
95674 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
95675 src/com/gps/vo/PickUpPoints.java 27 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
95676 src/com/gps/vo/PickUpPoints.java 43 Avoid excessively long variable names like plannedPickupPointId
95677 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupLat' is not assigned and could be declared final
95678 src/com/gps/vo/PickUpPoints.java 43 Parameter 'plannedPickupPointId' is not assigned and could be declared final
95679 src/com/gps/vo/PickUpPoints.java 44 Avoid excessively long variable names like plannedPickupDatetime
95680 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
95681 src/com/gps/vo/PickUpPoints.java 44 Parameter 'plannedPickupLang' is not assigned and could be declared final
95682 src/com/gps/vo/PickUpPoints.java 45 Avoid excessively long variable names like plannedPickupLocationName
95683 src/com/gps/vo/PickUpPoints.java 45 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
95684 src/com/gps/vo/PickUpPoints.java 56 Method names should not contain underscores
95685 src/com/gps/vo/PickUpPoints.java 62 Avoid excessively long variable names like plannedPickupPointId
95686 src/com/gps/vo/PickUpPoints.java 62 Method names should not contain underscores
95687 src/com/gps/vo/PickUpPoints.java 62 Parameter 'plannedPickupPointId' is not assigned and could be declared final
95688 src/com/gps/vo/PickUpPoints.java 68 Method names should not contain underscores
95689 src/com/gps/vo/PickUpPoints.java 74 Method names should not contain underscores
95690 src/com/gps/vo/PickUpPoints.java 74 Parameter 'plannedPickupLat' is not assigned and could be declared final
95691 src/com/gps/vo/PickUpPoints.java 80 Method names should not contain underscores
95692 src/com/gps/vo/PickUpPoints.java 86 Method names should not contain underscores
95693 src/com/gps/vo/PickUpPoints.java 86 Parameter 'plannedPickupLang' is not assigned and could be declared final
95694 src/com/gps/vo/PickUpPoints.java 92 Method names should not contain underscores
95695 src/com/gps/vo/PickUpPoints.java 98 Avoid excessively long variable names like plannedPickupDatetime
95696 src/com/gps/vo/PickUpPoints.java 98 Method names should not contain underscores
95697 src/com/gps/vo/PickUpPoints.java 98 Parameter 'plannedPickupDatetime' is not assigned and could be declared final
95698 src/com/gps/vo/PickUpPoints.java 104 Method names should not contain underscores
95699 src/com/gps/vo/PickUpPoints.java 110 Avoid excessively long variable names like plannedPickupLocationName
95700 src/com/gps/vo/PickUpPoints.java 110 Method names should not contain underscores
95701 src/com/gps/vo/PickUpPoints.java 110 Parameter 'plannedPickupLocationName' is not assigned and could be declared final
95702 src/com/gps/vo/StudentInfo.java 5 headerCommentRequirement Required
95703 src/com/gps/vo/StudentInfo.java 8 fieldCommentRequirement Required
95704 src/com/gps/vo/StudentInfo.java 9 fieldCommentRequirement Required
95705 src/com/gps/vo/StudentInfo.java 11 fieldCommentRequirement Required
95706 src/com/gps/vo/StudentInfo.java 12 fieldCommentRequirement Required
95707 src/com/gps/vo/StudentInfo.java 13 fieldCommentRequirement Required
95708 src/com/gps/vo/StudentInfo.java 14 fieldCommentRequirement Required
95709 src/com/gps/vo/StudentInfo.java 15 fieldCommentRequirement Required
95710 src/com/gps/vo/StudentInfo.java 16 fieldCommentRequirement Required
95711 src/com/gps/vo/StudentInfo.java 17 fieldCommentRequirement Required
95712 src/com/gps/vo/StudentInfo.java 18 fieldCommentRequirement Required
95713 src/com/gps/vo/StudentInfo.java 19 fieldCommentRequirement Required
95714 src/com/gps/vo/StudentInfo.java 20 fieldCommentRequirement Required
95715 src/com/gps/vo/StudentInfo.java 23 Parameter 'contactNo' is not assigned and could be declared final
95716 src/com/gps/vo/StudentInfo.java 23 Parameter 'name' is not assigned and could be declared final
95717 src/com/gps/vo/StudentInfo.java 23 Parameter 'tripNameExpt' is not assigned and could be declared final
95718 src/com/gps/vo/StudentInfo.java 23 Parameter 'userId' is not assigned and could be declared final
95719 src/com/gps/vo/StudentInfo.java 23 publicMethodCommentRequirement Required
95720 src/com/gps/vo/StudentInfo.java 31 Parameter 'contactNo' is not assigned and could be declared final
95721 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFenceAM' is not assigned and could be declared final
95722 src/com/gps/vo/StudentInfo.java 31 Parameter 'exptFencePM' is not assigned and could be declared final
95723 src/com/gps/vo/StudentInfo.java 31 Parameter 'name' is not assigned and could be declared final
95724 src/com/gps/vo/StudentInfo.java 31 Parameter 'tripNameExpt' is not assigned and could be declared final
95725 src/com/gps/vo/StudentInfo.java 31 Parameter 'userId' is not assigned and could be declared final
95726 src/com/gps/vo/StudentInfo.java 31 publicMethodCommentRequirement Required
95727 src/com/gps/vo/StudentInfo.java 42 Avoid long parameter lists.
95728 src/com/gps/vo/StudentInfo.java 42 Parameter 'name' is not assigned and could be declared final
95729 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameActual' is not assigned and could be declared final
95730 src/com/gps/vo/StudentInfo.java 42 Parameter 'tripNameExpt' is not assigned and could be declared final
95731 src/com/gps/vo/StudentInfo.java 42 publicMethodCommentRequirement Required
95732 src/com/gps/vo/StudentInfo.java 43 Parameter 'contactNo' is not assigned and could be declared final
95733 src/com/gps/vo/StudentInfo.java 43 Parameter 'entryTime' is not assigned and could be declared final
95734 src/com/gps/vo/StudentInfo.java 43 Parameter 'exittime' is not assigned and could be declared final
95735 src/com/gps/vo/StudentInfo.java 44 Parameter 'actFenceAM' is not assigned and could be declared final
95736 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFenceAM' is not assigned and could be declared final
95737 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFencePM' is not assigned and could be declared final
95738 src/com/gps/vo/StudentInfo.java 45 Parameter 'actFencePM' is not assigned and could be declared final
95739 src/com/gps/vo/StudentInfo.java 45 Parameter 'status' is not assigned and could be declared final
95740 src/com/gps/vo/StudentInfo.java 61 Parameter 'name' is not assigned and could be declared final
95741 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameActual' is not assigned and could be declared final
95742 src/com/gps/vo/StudentInfo.java 61 Parameter 'tripNameExpt' is not assigned and could be declared final
95743 src/com/gps/vo/StudentInfo.java 61 Parameter 'userId' is not assigned and could be declared final
95744 src/com/gps/vo/StudentInfo.java 61 publicMethodCommentRequirement Required
95745 src/com/gps/vo/StudentInfo.java 62 Parameter 'contactNo' is not assigned and could be declared final
95746 src/com/gps/vo/StudentInfo.java 82 Parameter 'name' is not assigned and could be declared final
95747 src/com/gps/vo/StudentInfo.java 100 Parameter 'tripNameActual' is not assigned and could be declared final
95748 src/com/gps/vo/StudentInfo.java 112 Parameter 'tripNameExpt' is not assigned and could be declared final
95749 src/com/gps/vo/StudentInfo.java 124 Parameter 'contactNo' is not assigned and could be declared final
95750 src/com/gps/vo/StudentInfo.java 130 Parameter 'entryTime' is not assigned and could be declared final
95751 src/com/gps/vo/StudentInfo.java 142 Parameter 'exittime' is not assigned and could be declared final
95752 src/com/gps/vo/StudentInfo.java 154 Parameter 'exptFenceAM' is not assigned and could be declared final
95753 src/com/gps/vo/StudentInfo.java 166 Parameter 'exptFencePM' is not assigned and could be declared final
95754 src/com/gps/vo/StudentInfo.java 178 Parameter 'actFenceAM' is not assigned and could be declared final
95755 src/com/gps/vo/StudentInfo.java 190 Parameter 'actFencePM' is not assigned and could be declared final
95756 src/com/gps/vo/StudentInfo.java 202 Parameter 'status' is not assigned and could be declared final
95757 src/com/gps/vo/StudentInfo.java 220 Parameter 'userId' is not assigned and could be declared final
95758 src/com/gps/vo/TripDetailsVO.java 7 headerCommentRequirement Required
95759 src/com/gps/vo/TripDetailsVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
95760 src/com/gps/vo/TripDetailsVO.java 9 fieldCommentRequirement Required
95761 src/com/gps/vo/TripDetailsVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
95762 src/com/gps/vo/TripDetailsVO.java 10 fieldCommentRequirement Required
95763 src/com/gps/vo/TripDetailsVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
95764 src/com/gps/vo/TripDetailsVO.java 11 fieldCommentRequirement Required
95765 src/com/gps/vo/TripDetailsVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lat' is not final.
95766 src/com/gps/vo/TripDetailsVO.java 12 fieldCommentRequirement Required
95767 src/com/gps/vo/TripDetailsVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'garage_lang' is not final.
95768 src/com/gps/vo/TripDetailsVO.java 13 fieldCommentRequirement Required
95769 src/com/gps/vo/TripDetailsVO.java 14 Avoid excessively long variable names like planned_garage_start_datetime
95770 src/com/gps/vo/TripDetailsVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_start_datetime' is not final.
95771 src/com/gps/vo/TripDetailsVO.java 14 fieldCommentRequirement Required
95772 src/com/gps/vo/TripDetailsVO.java 15 Avoid excessively long variable names like planned_garage_odometer_reading
95773 src/com/gps/vo/TripDetailsVO.java 15 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_garage_odometer_reading' is not final.
95774 src/com/gps/vo/TripDetailsVO.java 15 fieldCommentRequirement Required
95775 src/com/gps/vo/TripDetailsVO.java 16 Avoid using implementation types like 'HashMap'; use the interface instead
95776 src/com/gps/vo/TripDetailsVO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
95777 src/com/gps/vo/TripDetailsVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_points' is not final.
95778 src/com/gps/vo/TripDetailsVO.java 16 fieldCommentRequirement Required
95779 src/com/gps/vo/TripDetailsVO.java 17 Avoid excessively long variable names like planned_dropoff_lat
95780 src/com/gps/vo/TripDetailsVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lat' is not final.
95781 src/com/gps/vo/TripDetailsVO.java 17 fieldCommentRequirement Required
95782 src/com/gps/vo/TripDetailsVO.java 18 Avoid excessively long variable names like planned_dropoff_lang
95783 src/com/gps/vo/TripDetailsVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_lang' is not final.
95784 src/com/gps/vo/TripDetailsVO.java 18 fieldCommentRequirement Required
95785 src/com/gps/vo/TripDetailsVO.java 19 Avoid excessively long variable names like planned_dropoff_datetime
95786 src/com/gps/vo/TripDetailsVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_datetime' is not final.
95787 src/com/gps/vo/TripDetailsVO.java 19 fieldCommentRequirement Required
95788 src/com/gps/vo/TripDetailsVO.java 20 Avoid excessively long variable names like planned_dropoff_location_name
95789 src/com/gps/vo/TripDetailsVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'planned_dropoff_location_name' is not final.
95790 src/com/gps/vo/TripDetailsVO.java 20 fieldCommentRequirement Required
95791 src/com/gps/vo/TripDetailsVO.java 21 fieldCommentRequirement Required
95792 src/com/gps/vo/TripDetailsVO.java 23 publicMethodCommentRequirement Required
95793 src/com/gps/vo/TripDetailsVO.java 27 Parameter 'tripType' is not assigned and could be declared final
95794 src/com/gps/vo/TripDetailsVO.java 27 publicMethodCommentRequirement Required
95795 src/com/gps/vo/TripDetailsVO.java 39 Comment is too large: Too many lines
95796 src/com/gps/vo/TripDetailsVO.java 53 Avoid long parameter lists.
95797 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'trackingId' is not assigned and could be declared final
95798 src/com/gps/vo/TripDetailsVO.java 53 Parameter 'vehicleNumber' is not assigned and could be declared final
95799 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLang' is not assigned and could be declared final
95800 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'garageLat' is not assigned and could be declared final
95801 src/com/gps/vo/TripDetailsVO.java 54 Parameter 'gpsDeviceId' is not assigned and could be declared final
95802 src/com/gps/vo/TripDetailsVO.java 55 Avoid excessively long variable names like plannedGarageStartDatetime
95803 src/com/gps/vo/TripDetailsVO.java 55 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
95804 src/com/gps/vo/TripDetailsVO.java 56 Avoid excessively long variable names like plannedGarageOdometerReading
95805 src/com/gps/vo/TripDetailsVO.java 56 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
95806 src/com/gps/vo/TripDetailsVO.java 57 Avoid using implementation types like 'HashMap'; use the interface instead
95807 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'pickupPoint' is not assigned and could be declared final
95808 src/com/gps/vo/TripDetailsVO.java 57 Parameter 'plannedDropoffLat' is not assigned and could be declared final
95809 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffDatetime
95810 src/com/gps/vo/TripDetailsVO.java 58 Avoid excessively long variable names like plannedDropoffLang
95811 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
95812 src/com/gps/vo/TripDetailsVO.java 58 Parameter 'plannedDropoffLang' is not assigned and could be declared final
95813 src/com/gps/vo/TripDetailsVO.java 59 Avoid excessively long variable names like plannedDropoffLocationName
95814 src/com/gps/vo/TripDetailsVO.java 59 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
95815 src/com/gps/vo/TripDetailsVO.java 75 Avoid long parameter lists.
95816 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'trackingId' is not assigned and could be declared final
95817 src/com/gps/vo/TripDetailsVO.java 75 Parameter 'vehicleNumber' is not assigned and could be declared final
95818 src/com/gps/vo/TripDetailsVO.java 75 publicMethodCommentRequirement Required
95819 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLang' is not assigned and could be declared final
95820 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'garageLat' is not assigned and could be declared final
95821 src/com/gps/vo/TripDetailsVO.java 76 Parameter 'gpsDeviceId' is not assigned and could be declared final
95822 src/com/gps/vo/TripDetailsVO.java 77 Avoid excessively long variable names like plannedGarageStartDatetime
95823 src/com/gps/vo/TripDetailsVO.java 77 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
95824 src/com/gps/vo/TripDetailsVO.java 78 Avoid excessively long variable names like plannedGarageOdometerReading
95825 src/com/gps/vo/TripDetailsVO.java 78 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
95826 src/com/gps/vo/TripDetailsVO.java 79 Avoid using implementation types like 'HashMap'; use the interface instead
95827 src/com/gps/vo/TripDetailsVO.java 79 Parameter 'pickupPoints' is not assigned and could be declared final
95828 src/com/gps/vo/TripDetailsVO.java 80 Avoid excessively long variable names like plannedDropoffLang
95829 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLang' is not assigned and could be declared final
95830 src/com/gps/vo/TripDetailsVO.java 80 Parameter 'plannedDropoffLat' is not assigned and could be declared final
95831 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffDatetime
95832 src/com/gps/vo/TripDetailsVO.java 81 Avoid excessively long variable names like plannedDropoffLocationName
95833 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
95834 src/com/gps/vo/TripDetailsVO.java 81 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
95835 src/com/gps/vo/TripDetailsVO.java 82 Parameter 'tripType' is not assigned and could be declared final
95836 src/com/gps/vo/TripDetailsVO.java 102 Method names should not contain underscores
95837 src/com/gps/vo/TripDetailsVO.java 108 Method names should not contain underscores
95838 src/com/gps/vo/TripDetailsVO.java 108 Parameter 'trackingId' is not assigned and could be declared final
95839 src/com/gps/vo/TripDetailsVO.java 114 Method names should not contain underscores
95840 src/com/gps/vo/TripDetailsVO.java 120 Method names should not contain underscores
95841 src/com/gps/vo/TripDetailsVO.java 120 Parameter 'vehicleNumber' is not assigned and could be declared final
95842 src/com/gps/vo/TripDetailsVO.java 126 Method names should not contain underscores
95843 src/com/gps/vo/TripDetailsVO.java 132 Method names should not contain underscores
95844 src/com/gps/vo/TripDetailsVO.java 132 Parameter 'gpsDeviceId' is not assigned and could be declared final
95845 src/com/gps/vo/TripDetailsVO.java 138 Method names should not contain underscores
95846 src/com/gps/vo/TripDetailsVO.java 144 Method names should not contain underscores
95847 src/com/gps/vo/TripDetailsVO.java 144 Parameter 'garageLat' is not assigned and could be declared final
95848 src/com/gps/vo/TripDetailsVO.java 150 Method names should not contain underscores
95849 src/com/gps/vo/TripDetailsVO.java 156 Method names should not contain underscores
95850 src/com/gps/vo/TripDetailsVO.java 156 Parameter 'garageLang' is not assigned and could be declared final
95851 src/com/gps/vo/TripDetailsVO.java 162 Method names should not contain underscores
95852 src/com/gps/vo/TripDetailsVO.java 168 Avoid excessively long variable names like plannedGarageStartDatetime
95853 src/com/gps/vo/TripDetailsVO.java 168 Method names should not contain underscores
95854 src/com/gps/vo/TripDetailsVO.java 168 Parameter 'plannedGarageStartDatetime' is not assigned and could be declared final
95855 src/com/gps/vo/TripDetailsVO.java 174 Method names should not contain underscores
95856 src/com/gps/vo/TripDetailsVO.java 180 Method names should not contain underscores
95857 src/com/gps/vo/TripDetailsVO.java 181 Avoid excessively long variable names like plannedGarageOdometerReading
95858 src/com/gps/vo/TripDetailsVO.java 181 Parameter 'plannedGarageOdometerReading' is not assigned and could be declared final
95859 src/com/gps/vo/TripDetailsVO.java 187 Avoid using implementation types like 'HashMap'; use the interface instead
95860 src/com/gps/vo/TripDetailsVO.java 187 Method names should not contain underscores
95861 src/com/gps/vo/TripDetailsVO.java 193 Avoid using implementation types like 'HashMap'; use the interface instead
95862 src/com/gps/vo/TripDetailsVO.java 193 Method names should not contain underscores
95863 src/com/gps/vo/TripDetailsVO.java 193 Parameter 'pickupPoint' is not assigned and could be declared final
95864 src/com/gps/vo/TripDetailsVO.java 199 Method names should not contain underscores
95865 src/com/gps/vo/TripDetailsVO.java 205 Method names should not contain underscores
95866 src/com/gps/vo/TripDetailsVO.java 205 Parameter 'palnnedDropoffLat' is not assigned and could be declared final
95867 src/com/gps/vo/TripDetailsVO.java 211 Method names should not contain underscores
95868 src/com/gps/vo/TripDetailsVO.java 217 Avoid excessively long variable names like plannedDropoffLang
95869 src/com/gps/vo/TripDetailsVO.java 217 Method names should not contain underscores
95870 src/com/gps/vo/TripDetailsVO.java 217 Parameter 'plannedDropoffLang' is not assigned and could be declared final
95871 src/com/gps/vo/TripDetailsVO.java 223 Method names should not contain underscores
95872 src/com/gps/vo/TripDetailsVO.java 229 Avoid excessively long variable names like plannedDropoffLocationName
95873 src/com/gps/vo/TripDetailsVO.java 229 Method names should not contain underscores
95874 src/com/gps/vo/TripDetailsVO.java 229 Parameter 'plannedDropoffLocationName' is not assigned and could be declared final
95875 src/com/gps/vo/TripDetailsVO.java 235 Method names should not contain underscores
95876 src/com/gps/vo/TripDetailsVO.java 241 Avoid excessively long variable names like plannedDropoffDatetime
95877 src/com/gps/vo/TripDetailsVO.java 241 Method names should not contain underscores
95878 src/com/gps/vo/TripDetailsVO.java 241 Parameter 'plannedDropoffDatetime' is not assigned and could be declared final
95879 src/com/gps/vo/TripDistance.java 3 headerCommentRequirement Required
95880 src/com/gps/vo/TripDistance.java 5 fieldCommentRequirement Required
95881 src/com/gps/vo/TripDistance.java 6 Avoid using redundant field initializer for 'distance'
95882 src/com/gps/vo/TripDistance.java 6 fieldCommentRequirement Required
95883 src/com/gps/vo/TripDistance.java 17 Parameter 'tripName' is not assigned and could be declared final
95884 src/com/gps/vo/TripDistance.java 29 Parameter 'distance' is not assigned and could be declared final
95885 src/com/gps/vo/TripMessageVO.java 3 headerCommentRequirement Required
95886 src/com/gps/vo/TripMessageVO.java 5 fieldCommentRequirement Required
95887 src/com/gps/vo/TripMessageVO.java 17 Parameter 'message' is not assigned and could be declared final
95888 src/com/gps/vo/TripOutVO.java 1 This class has a bunch of public methods and attributes
95889 src/com/gps/vo/TripOutVO.java 3 Avoid unused imports such as 'java.util.Date'
95890 src/com/gps/vo/TripOutVO.java 7 Too many fields
95891 src/com/gps/vo/TripOutVO.java 7 headerCommentRequirement Required
95892 src/com/gps/vo/TripOutVO.java 9 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tracking_id' is not final.
95893 src/com/gps/vo/TripOutVO.java 9 fieldCommentRequirement Required
95894 src/com/gps/vo/TripOutVO.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_number' is not final.
95895 src/com/gps/vo/TripOutVO.java 10 fieldCommentRequirement Required
95896 src/com/gps/vo/TripOutVO.java 11 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gps_device_id' is not final.
95897 src/com/gps/vo/TripOutVO.java 11 fieldCommentRequirement Required
95898 src/com/gps/vo/TripOutVO.java 12 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_type' is not final.
95899 src/com/gps/vo/TripOutVO.java 12 fieldCommentRequirement Required
95900 src/com/gps/vo/TripOutVO.java 13 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_kms' is not final.
95901 src/com/gps/vo/TripOutVO.java 13 fieldCommentRequirement Required
95902 src/com/gps/vo/TripOutVO.java 14 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'eta_mins' is not final.
95903 src/com/gps/vo/TripOutVO.java 14 fieldCommentRequirement Required
95904 src/com/gps/vo/TripOutVO.java 15 fieldCommentRequirement Required
95905 src/com/gps/vo/TripOutVO.java 16 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lat' is not final.
95906 src/com/gps/vo/TripOutVO.java 16 fieldCommentRequirement Required
95907 src/com/gps/vo/TripOutVO.java 17 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_lng' is not final.
95908 src/com/gps/vo/TripOutVO.java 17 fieldCommentRequirement Required
95909 src/com/gps/vo/TripOutVO.java 18 Avoid excessively long variable names like current_odometer_reading
95910 src/com/gps/vo/TripOutVO.java 18 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_odometer_reading' is not final.
95911 src/com/gps/vo/TripOutVO.java 18 fieldCommentRequirement Required
95912 src/com/gps/vo/TripOutVO.java 19 Avoid excessively long variable names like current_vehicle_speed
95913 src/com/gps/vo/TripOutVO.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_vehicle_speed' is not final.
95914 src/com/gps/vo/TripOutVO.java 19 fieldCommentRequirement Required
95915 src/com/gps/vo/TripOutVO.java 20 Avoid excessively long variable names like current_location_name
95916 src/com/gps/vo/TripOutVO.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_location_name' is not final.
95917 src/com/gps/vo/TripOutVO.java 20 fieldCommentRequirement Required
95918 src/com/gps/vo/TripOutVO.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_status' is not final.
95919 src/com/gps/vo/TripOutVO.java 21 fieldCommentRequirement Required
95920 src/com/gps/vo/TripOutVO.java 22 Avoid using implementation types like 'HashMap'; use the interface instead
95921 src/com/gps/vo/TripOutVO.java 22 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pickup_point' is not final.
95922 src/com/gps/vo/TripOutVO.java 22 fieldCommentRequirement Required
95923 src/com/gps/vo/TripOutVO.java 23 Avoid excessively long variable names like actual_dropoff_lat
95924 src/com/gps/vo/TripOutVO.java 23 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lat' is not final.
95925 src/com/gps/vo/TripOutVO.java 23 fieldCommentRequirement Required
95926 src/com/gps/vo/TripOutVO.java 24 Avoid excessively long variable names like actual_dropoff_lang
95927 src/com/gps/vo/TripOutVO.java 24 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_lang' is not final.
95928 src/com/gps/vo/TripOutVO.java 24 fieldCommentRequirement Required
95929 src/com/gps/vo/TripOutVO.java 25 Avoid excessively long variable names like actual_dropoff_datetime
95930 src/com/gps/vo/TripOutVO.java 25 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_datetime' is not final.
95931 src/com/gps/vo/TripOutVO.java 25 fieldCommentRequirement Required
95932 src/com/gps/vo/TripOutVO.java 26 Avoid excessively long variable names like actual_dropoff_odometer_reading
95933 src/com/gps/vo/TripOutVO.java 26 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_odometer_reading' is not final.
95934 src/com/gps/vo/TripOutVO.java 26 fieldCommentRequirement Required
95935 src/com/gps/vo/TripOutVO.java 27 Avoid excessively long variable names like actual_pickup_to_dropoff_kms
95936 src/com/gps/vo/TripOutVO.java 27 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_pickup_to_dropoff_kms' is not final.
95937 src/com/gps/vo/TripOutVO.java 27 fieldCommentRequirement Required
95938 src/com/gps/vo/TripOutVO.java 28 Avoid excessively long variable names like actual_dropoff_to_garage_datetime
95939 src/com/gps/vo/TripOutVO.java 28 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_datetime' is not final.
95940 src/com/gps/vo/TripOutVO.java 28 fieldCommentRequirement Required
95941 src/com/gps/vo/TripOutVO.java 29 Avoid excessively long variable names like actual_dropoff_to_garage_kms
95942 src/com/gps/vo/TripOutVO.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_to_garage_kms' is not final.
95943 src/com/gps/vo/TripOutVO.java 29 fieldCommentRequirement Required
95944 src/com/gps/vo/TripOutVO.java 30 Avoid excessively long variable names like actual_dropoff_location_name
95945 src/com/gps/vo/TripOutVO.java 30 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'actual_dropoff_location_name' is not final.
95946 src/com/gps/vo/TripOutVO.java 30 fieldCommentRequirement Required
95947 src/com/gps/vo/TripOutVO.java 31 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
95948 src/com/gps/vo/TripOutVO.java 31 fieldCommentRequirement Required
95949 src/com/gps/vo/TripOutVO.java 36 Method names should not contain underscores
95950 src/com/gps/vo/TripOutVO.java 42 Method names should not contain underscores
95951 src/com/gps/vo/TripOutVO.java 42 Parameter 'trackingId' is not assigned and could be declared final
95952 src/com/gps/vo/TripOutVO.java 48 Method names should not contain underscores
95953 src/com/gps/vo/TripOutVO.java 54 Method names should not contain underscores
95954 src/com/gps/vo/TripOutVO.java 54 Parameter 'vehicleNumber' is not assigned and could be declared final
95955 src/com/gps/vo/TripOutVO.java 60 Method names should not contain underscores
95956 src/com/gps/vo/TripOutVO.java 66 Method names should not contain underscores
95957 src/com/gps/vo/TripOutVO.java 66 Parameter 'gpsDeviceId' is not assigned and could be declared final
95958 src/com/gps/vo/TripOutVO.java 72 Method names should not contain underscores
95959 src/com/gps/vo/TripOutVO.java 78 Method names should not contain underscores
95960 src/com/gps/vo/TripOutVO.java 78 Parameter 'etaType' is not assigned and could be declared final
95961 src/com/gps/vo/TripOutVO.java 84 Method names should not contain underscores
95962 src/com/gps/vo/TripOutVO.java 90 Method names should not contain underscores
95963 src/com/gps/vo/TripOutVO.java 90 Parameter 'etaKms' is not assigned and could be declared final
95964 src/com/gps/vo/TripOutVO.java 96 Method names should not contain underscores
95965 src/com/gps/vo/TripOutVO.java 102 Method names should not contain underscores
95966 src/com/gps/vo/TripOutVO.java 102 Parameter 'etaMins' is not assigned and could be declared final
95967 src/com/gps/vo/TripOutVO.java 114 Parameter 'datetime' is not assigned and could be declared final
95968 src/com/gps/vo/TripOutVO.java 120 Method names should not contain underscores
95969 src/com/gps/vo/TripOutVO.java 126 Method names should not contain underscores
95970 src/com/gps/vo/TripOutVO.java 126 Parameter 'currentLat' is not assigned and could be declared final
95971 src/com/gps/vo/TripOutVO.java 132 Method names should not contain underscores
95972 src/com/gps/vo/TripOutVO.java 138 Method names should not contain underscores
95973 src/com/gps/vo/TripOutVO.java 138 Parameter 'currentLng' is not assigned and could be declared final
95974 src/com/gps/vo/TripOutVO.java 144 Method names should not contain underscores
95975 src/com/gps/vo/TripOutVO.java 150 Avoid excessively long variable names like currentOdometerReading
95976 src/com/gps/vo/TripOutVO.java 150 Method names should not contain underscores
95977 src/com/gps/vo/TripOutVO.java 150 Parameter 'currentOdometerReading' is not assigned and could be declared final
95978 src/com/gps/vo/TripOutVO.java 156 Method names should not contain underscores
95979 src/com/gps/vo/TripOutVO.java 162 Avoid excessively long variable names like currentVehicleSpeed
95980 src/com/gps/vo/TripOutVO.java 162 Method names should not contain underscores
95981 src/com/gps/vo/TripOutVO.java 162 Parameter 'currentVehicleSpeed' is not assigned and could be declared final
95982 src/com/gps/vo/TripOutVO.java 168 Method names should not contain underscores
95983 src/com/gps/vo/TripOutVO.java 174 Avoid excessively long variable names like currentLocationName
95984 src/com/gps/vo/TripOutVO.java 174 Method names should not contain underscores
95985 src/com/gps/vo/TripOutVO.java 174 Parameter 'currentLocationName' is not assigned and could be declared final
95986 src/com/gps/vo/TripOutVO.java 180 Method names should not contain underscores
95987 src/com/gps/vo/TripOutVO.java 186 Method names should not contain underscores
95988 src/com/gps/vo/TripOutVO.java 186 Parameter 'tripStatus' is not assigned and could be declared final
95989 src/com/gps/vo/TripOutVO.java 192 Avoid using implementation types like 'HashMap'; use the interface instead
95990 src/com/gps/vo/TripOutVO.java 192 Method names should not contain underscores
95991 src/com/gps/vo/TripOutVO.java 198 Method names should not contain underscores
95992 src/com/gps/vo/TripOutVO.java 199 Avoid using implementation types like 'HashMap'; use the interface instead
95993 src/com/gps/vo/TripOutVO.java 199 Parameter 'pickupPoint' is not assigned and could be declared final
95994 src/com/gps/vo/TripOutVO.java 205 Method names should not contain underscores
95995 src/com/gps/vo/TripOutVO.java 211 Method names should not contain underscores
95996 src/com/gps/vo/TripOutVO.java 211 Parameter 'actualDropoffLat' is not assigned and could be declared final
95997 src/com/gps/vo/TripOutVO.java 217 Method names should not contain underscores
95998 src/com/gps/vo/TripOutVO.java 223 Method names should not contain underscores
95999 src/com/gps/vo/TripOutVO.java 223 Parameter 'actualDropoffLang' is not assigned and could be declared final
96000 src/com/gps/vo/TripOutVO.java 229 Method names should not contain underscores
96001 src/com/gps/vo/TripOutVO.java 235 Method names should not contain underscores
96002 src/com/gps/vo/TripOutVO.java 235 Parameter 'date' is not assigned and could be declared final
96003 src/com/gps/vo/TripOutVO.java 241 Method names should not contain underscores
96004 src/com/gps/vo/TripOutVO.java 247 Method names should not contain underscores
96005 src/com/gps/vo/TripOutVO.java 248 Avoid excessively long variable names like actualDropoffOdometerReading
96006 src/com/gps/vo/TripOutVO.java 248 Parameter 'actualDropoffOdometerReading' is not assigned and could be declared final
96007 src/com/gps/vo/TripOutVO.java 254 Method names should not contain underscores
96008 src/com/gps/vo/TripOutVO.java 260 Avoid excessively long variable names like actualPickupToDropoffKms
96009 src/com/gps/vo/TripOutVO.java 260 Method names should not contain underscores
96010 src/com/gps/vo/TripOutVO.java 260 Parameter 'actualPickupToDropoffKms' is not assigned and could be declared final
96011 src/com/gps/vo/TripOutVO.java 266 Method names should not contain underscores
96012 src/com/gps/vo/TripOutVO.java 270 Comment is too large: Line too long
96013 src/com/gps/vo/TripOutVO.java 272 Method names should not contain underscores
96014 src/com/gps/vo/TripOutVO.java 273 Avoid excessively long variable names like actualDropoffToGarageDatetime
96015 src/com/gps/vo/TripOutVO.java 273 Parameter 'actualDropoffToGarageDatetime' is not assigned and could be declared final
96016 src/com/gps/vo/TripOutVO.java 279 Method names should not contain underscores
96017 src/com/gps/vo/TripOutVO.java 285 Avoid excessively long variable names like actualDropoffToGarageKms
96018 src/com/gps/vo/TripOutVO.java 285 Method names should not contain underscores
96019 src/com/gps/vo/TripOutVO.java 285 Parameter 'actualDropoffToGarageKms' is not assigned and could be declared final
96020 src/com/gps/vo/TripOutVO.java 291 Method names should not contain underscores
96021 src/com/gps/vo/TripOutVO.java 297 Method names should not contain underscores
96022 src/com/gps/vo/TripOutVO.java 298 Avoid excessively long variable names like actualDropoffToLocationName
96023 src/com/gps/vo/TripOutVO.java 298 Parameter 'actualDropoffToLocationName' is not assigned and could be declared final
96024 src/com/gps/vo/TripOutVO.java 304 Method names should not contain underscores
96025 src/com/gps/vo/TripOutVO.java 310 Method names should not contain underscores
96026 src/com/gps/vo/TripOutVO.java 310 Parameter 'tripDetails' is not assigned and could be declared final
96027 src/com/gps/vo/TripUserInfo.java 3 Avoid unused imports such as 'java.util.List'
96028 src/com/gps/vo/TripUserInfo.java 5 headerCommentRequirement Required
96029 src/com/gps/vo/TripUserInfo.java 7 fieldCommentRequirement Required
96030 src/com/gps/vo/TripUserInfo.java 8 fieldCommentRequirement Required
96031 src/com/gps/vo/TripUserInfo.java 9 fieldCommentRequirement Required
96032 src/com/gps/vo/TripUserInfo.java 10 fieldCommentRequirement Required
96033 src/com/gps/vo/TripUserInfo.java 13 Parameter 'scheduledCount' is not assigned and could be declared final
96034 src/com/gps/vo/TripUserInfo.java 13 Parameter 'unscheduledCount' is not assigned and could be declared final
96035 src/com/gps/vo/TripUserInfo.java 13 publicMethodCommentRequirement Required
96036 src/com/gps/vo/TripUserInfo.java 14 Parameter 'absentCount' is not assigned and could be declared final
96037 src/com/gps/vo/TripUserInfo.java 29 Parameter 'tripName' is not assigned and could be declared final
96038 src/com/gps/vo/TripUserInfo.java 41 Parameter 'scheduledCount' is not assigned and could be declared final
96039 src/com/gps/vo/TripUserInfo.java 53 Parameter 'unscheduledCount' is not assigned and could be declared final
96040 src/com/gps/vo/TripUserInfo.java 65 Parameter 'absentCount' is not assigned and could be declared final
96041 src/com/gps/vo/TripVO.java 11 Use explicit scoping instead of the default package private level
96042 src/com/gps/vo/TripVO.java 11 fieldCommentRequirement Required
96043 src/com/gps/vo/TripVO.java 12 Use explicit scoping instead of the default package private level
96044 src/com/gps/vo/TripVO.java 13 fieldCommentRequirement Required
96045 src/com/gps/vo/TripVO.java 14 Use explicit scoping instead of the default package private level
96046 src/com/gps/vo/TripVO.java 15 fieldCommentRequirement Required
96047 src/com/gps/vo/TripVO.java 26 Parameter 'vehName' is not assigned and could be declared final
96048 src/com/gps/vo/TripVO.java 38 Parameter 'orgName' is not assigned and could be declared final
96049 src/com/gps/vo/TripVO.java 50 Parameter 'dateVO' is not assigned and could be declared final
96050 src/com/gps/vo/UserGeofenceData.java 10 headerCommentRequirement Required
96051 src/com/gps/vo/UserGeofenceData.java 11 fieldCommentRequirement Required
96052 src/com/gps/vo/UserGeofenceData.java 12 fieldCommentRequirement Required
96053 src/com/gps/vo/UserGeofenceData.java 13 fieldCommentRequirement Required
96054 src/com/gps/vo/UserGeofenceData.java 14 fieldCommentRequirement Required
96055 src/com/gps/vo/UserGeofenceData.java 15 fieldCommentRequirement Required
96056 src/com/gps/vo/UserGeofenceData.java 16 fieldCommentRequirement Required
96057 src/com/gps/vo/UserGeofenceData.java 17 fieldCommentRequirement Required
96058 src/com/gps/vo/UserGeofenceData.java 19 publicMethodCommentRequirement Required
96059 src/com/gps/vo/UserGeofenceData.java 22 Parameter 'mobileNo' is not assigned and could be declared final
96060 src/com/gps/vo/UserGeofenceData.java 22 publicMethodCommentRequirement Required
96061 src/com/gps/vo/UserGeofenceData.java 25 publicMethodCommentRequirement Required
96062 src/com/gps/vo/UserGeofenceData.java 28 Parameter 'intrSession' is not assigned and could be declared final
96063 src/com/gps/vo/UserGeofenceData.java 28 publicMethodCommentRequirement Required
96064 src/com/gps/vo/UserGeofenceData.java 31 publicMethodCommentRequirement Required
96065 src/com/gps/vo/UserGeofenceData.java 34 Parameter 'alertType' is not assigned and could be declared final
96066 src/com/gps/vo/UserGeofenceData.java 34 publicMethodCommentRequirement Required
96067 src/com/gps/vo/UserGeofenceData.java 37 publicMethodCommentRequirement Required
96068 src/com/gps/vo/UserGeofenceData.java 40 Parameter 'userId' is not assigned and could be declared final
96069 src/com/gps/vo/UserGeofenceData.java 40 publicMethodCommentRequirement Required
96070 src/com/gps/vo/UserGeofenceData.java 43 publicMethodCommentRequirement Required
96071 src/com/gps/vo/UserGeofenceData.java 46 Parameter 'firstName' is not assigned and could be declared final
96072 src/com/gps/vo/UserGeofenceData.java 46 publicMethodCommentRequirement Required
96073 src/com/gps/vo/UserGeofenceData.java 49 publicMethodCommentRequirement Required
96074 src/com/gps/vo/UserGeofenceData.java 52 Parameter 'lastName' is not assigned and could be declared final
96075 src/com/gps/vo/UserGeofenceData.java 52 publicMethodCommentRequirement Required
96076 src/com/gps/vo/UserGeofenceData.java 55 publicMethodCommentRequirement Required
96077 src/com/gps/vo/UserGeofenceData.java 58 Parameter 'userOperationType' is not assigned and could be declared final
96078 src/com/gps/vo/UserGeofenceData.java 58 publicMethodCommentRequirement Required
96079 src/com/gps/vo/UserList.java 3 headerCommentRequirement Required
96080 src/com/gps/vo/UserList.java 5 fieldCommentRequirement Required
96081 src/com/gps/vo/UserList.java 6 fieldCommentRequirement Required
96082 src/com/gps/vo/UserList.java 13 Parameter 'mobileNo' is not assigned and could be declared final
96083 src/com/gps/vo/UserList.java 13 Parameter 'userId' is not assigned and could be declared final
96084 src/com/gps/vo/UserList.java 28 Parameter 'mobileNo' is not assigned and could be declared final
96085 src/com/gps/vo/UserList.java 40 Parameter 'userId' is not assigned and could be declared final
96086 src/com/gps/vo/VehicleInfo.java 3 headerCommentRequirement Required
96087 src/com/gps/vo/VehicleInfo.java 5 Use explicit scoping instead of the default package private level
96088 src/com/gps/vo/VehicleInfo.java 5 fieldCommentRequirement Required
96089 src/com/gps/vo/VehicleInfo.java 6 Use explicit scoping instead of the default package private level
96090 src/com/gps/vo/VehicleInfo.java 6 fieldCommentRequirement Required
96091 src/com/gps/vo/VehicleInfo.java 7 Use explicit scoping instead of the default package private level
96092 src/com/gps/vo/VehicleInfo.java 7 fieldCommentRequirement Required
96093 src/com/gps/vo/VehicleInfo.java 10 Use explicit scoping instead of the default package private level
96094 src/com/gps/vo/VehicleInfo.java 10 fieldCommentRequirement Required
96095 src/com/gps/vo/VehicleInfo.java 12 publicMethodCommentRequirement Required
96096 src/com/gps/vo/VehicleInfo.java 15 Parameter 'vehicleid' is not assigned and could be declared final
96097 src/com/gps/vo/VehicleInfo.java 15 publicMethodCommentRequirement Required
96098 src/com/gps/vo/VehicleInfo.java 33 Parameter 'esnNo' is not assigned and could be declared final
96099 src/com/gps/vo/VehicleInfo.java 36 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
96100 src/com/gps/vo/VehicleInfo.java 36 Use explicit scoping instead of the default package private level
96101 src/com/gps/vo/VehicleInfo.java 36 fieldCommentRequirement Required
96102 src/com/gps/vo/VehicleInfo.java 37 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
96103 src/com/gps/vo/VehicleInfo.java 37 Use explicit scoping instead of the default package private level
96104 src/com/gps/vo/VehicleInfo.java 37 fieldCommentRequirement Required
96105 src/com/gps/vo/VehicleInfo.java 48 Parameter 'regNo' is not assigned and could be declared final
96106 src/com/gps/vo/VehicleInfo.java 60 Parameter 'packetTime' is not assigned and could be declared final
96107 src/com/gps/vo/VehicleInfo.java 72 Parameter 'eventCode' is not assigned and could be declared final
96108 src/com/gps/vo/VehicleInfo.java 84 Parameter 'eventName' is not assigned and could be declared final
96109 src/com/gps/vo/VehicleVO.java 3 headerCommentRequirement Required
96110 src/com/gps/vo/VehicleVO.java 5 fieldCommentRequirement Required
96111 src/com/gps/vo/VehicleVO.java 6 fieldCommentRequirement Required
96112 src/com/gps/vo/VehicleVO.java 7 fieldCommentRequirement Required
96113 src/com/gps/vo/VehicleVO.java 8 fieldCommentRequirement Required
96114 src/com/gps/vo/VehicleVO.java 9 fieldCommentRequirement Required
96115 src/com/gps/vo/VehicleVO.java 10 fieldCommentRequirement Required
96116 src/com/gps/vo/VehicleVO.java 11 fieldCommentRequirement Required
96117 src/com/gps/vo/VehicleVO.java 12 fieldCommentRequirement Required
96118 src/com/gps/vo/VehicleVO.java 13 fieldCommentRequirement Required
96119 src/com/gps/vo/VehicleVO.java 14 fieldCommentRequirement Required
96120 src/com/gps/vo/VehicleVO.java 15 fieldCommentRequirement Required
96121 src/com/gps/vo/VehicleVO.java 16 Variables should start with a lowercase character, 'TripType' starts with uppercase character.
96122 src/com/gps/vo/VehicleVO.java 16 fieldCommentRequirement Required
96123 src/com/gps/vo/VehicleVO.java 17 Variables should start with a lowercase character, 'TripStatus' starts with uppercase character.
96124 src/com/gps/vo/VehicleVO.java 17 fieldCommentRequirement Required
96125 src/com/gps/vo/VehicleVO.java 28 Parameter 'resetDistance' is not assigned and could be declared final
96126 src/com/gps/vo/VehicleVO.java 32 publicMethodCommentRequirement Required
96127 src/com/gps/vo/VehicleVO.java 35 Parameter 'heading' is not assigned and could be declared final
96128 src/com/gps/vo/VehicleVO.java 35 publicMethodCommentRequirement Required
96129 src/com/gps/vo/VehicleVO.java 48 Parameter 'distance' is not assigned and could be declared final
96130 src/com/gps/vo/VehicleVO.java 60 Parameter 'counter' is not assigned and could be declared final
96131 src/com/gps/vo/VehicleVO.java 72 Parameter 'isSMSSent' is not assigned and could be declared final
96132 src/com/gps/vo/VehicleVO.java 84 Parameter 'tripId' is not assigned and could be declared final
96133 src/com/gps/vo/VehicleVO.java 96 Parameter 'eventCode' is not assigned and could be declared final
96134 src/com/gps/vo/VehicleVO.java 108 Parameter 'speed' is not assigned and could be declared final
96135 src/com/gps/vo/VehicleVO.java 120 Parameter 'packetTime' is not assigned and could be declared final
96136 src/com/gps/vo/VehicleVO.java 132 Parameter 'lattitude' is not assigned and could be declared final
96137 src/com/gps/vo/VehicleVO.java 144 Parameter 'longitude' is not assigned and could be declared final
96138 src/com/gps/vo/VehicleVO.java 147 publicMethodCommentRequirement Required
96139 src/com/gps/vo/VehicleVO.java 150 Parameter 'tripType' is not assigned and could be declared final
96140 src/com/gps/vo/VehicleVO.java 150 publicMethodCommentRequirement Required
96141 src/com/gps/vo/VehicleVO.java 153 publicMethodCommentRequirement Required
96142 src/com/gps/vo/VehicleVO.java 156 Parameter 'tripStatus' is not assigned and could be declared final
96143 src/com/gps/vo/VehicleVO.java 156 publicMethodCommentRequirement Required
96144 src/com/gps/webservice/FenceCheckHelper.java 19 headerCommentRequirement Required
96145 src/com/gps/webservice/FenceCheckHelper.java 21 The Logger variable declaration does not contain the static and final modifiers
96146 src/com/gps/webservice/FenceCheckHelper.java 21 Use explicit scoping instead of the default package private level
96147 src/com/gps/webservice/FenceCheckHelper.java 21 fieldCommentRequirement Required
96148 src/com/gps/webservice/FenceCheckHelper.java 23 Found 'UR'-anomaly for variable 'fence' (lines '23'-'33').
96149 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'fenceList' is not assigned and could be declared final
96150 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'lat' is not assigned and could be declared final
96151 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'lon' is not assigned and could be declared final
96152 src/com/gps/webservice/FenceCheckHelper.java 23 Parameter 'vehicleId' is not assigned and could be declared final
96153 src/com/gps/webservice/FenceCheckHelper.java 23 publicMethodCommentRequirement Required
96154 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DD'-anomaly for variable 'stat' (lines '25'-'37').
96155 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DD'-anomaly for variable 'stat' (lines '25'-'41').
96156 src/com/gps/webservice/FenceCheckHelper.java 25 Found 'DU'-anomaly for variable 'stat' (lines '25'-'61').
96157 src/com/gps/webservice/FenceCheckHelper.java 27 Found 'DD'-anomaly for variable 'currentFence' (lines '27'-'47').
96158 src/com/gps/webservice/FenceCheckHelper.java 28 Found 'DU'-anomaly for variable 'fenceDAO' (lines '28'-'61').
96159 src/com/gps/webservice/FenceCheckHelper.java 28 Local variable 'fenceDAO' could be declared final
96160 src/com/gps/webservice/FenceCheckHelper.java 31 Local variable 'fence' could be declared final
96161 src/com/gps/webservice/FenceCheckHelper.java 33 Potential violation of Law of Demeter (method chain calls)
96162 src/com/gps/webservice/FenceCheckHelper.java 33 Potential violation of Law of Demeter (object not created locally)
96163 src/com/gps/webservice/FenceCheckHelper.java 34 Avoid if (x != y) ..; else ..;
96164 src/com/gps/webservice/FenceCheckHelper.java 34 Potential violation of Law of Demeter (object not created locally)
96165 src/com/gps/webservice/FenceCheckHelper.java 36 Avoid instantiating new objects inside loops
96166 src/com/gps/webservice/FenceCheckHelper.java 37 Potential violation of Law of Demeter (object not created locally)
96167 src/com/gps/webservice/FenceCheckHelper.java 41 Potential violation of Law of Demeter (object not created locally)
96168 src/com/gps/webservice/FenceCheckHelper.java 46 Potential violation of Law of Demeter (object not created locally)
96169 src/com/gps/webservice/FenceCheckHelper.java 46 There is log block not surrounded by if
96170 src/com/gps/webservice/FenceCheckHelper.java 46 There is log block not surrounded by if
96171 src/com/gps/webservice/FenceCheckHelper.java 52 Avoid catching NullPointerException; consider removing the cause of the NPE.
96172 src/com/gps/webservice/FenceCheckHelper.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96173 src/com/gps/webservice/FenceCheckHelper.java 54 There is log block not surrounded by if
96174 src/com/gps/webservice/FenceCheckHelper.java 58 There is log block not surrounded by if
96175 src/com/gps/webservice/MobileAlert.java 9 Comment is too large: Too many lines
96176 src/com/gps/webservice/MobileAlert.java 20 Comment is too large: Line too long
96177 src/com/gps/webservice/MobileAlert.java 22 Comment is too large: Line too long
96178 src/com/gps/webservice/MobileAlert.java 23 Comment is too large: Line too long
96179 src/com/gps/webservice/MobileAlert.java 24 Comment is too large: Line too long
96180 src/com/gps/webservice/MobileAlert.java 25 Comment is too large: Line too long
96181 src/com/gps/webservice/MobileAlert.java 26 Comment is too large: Line too long
96182 src/com/gps/webservice/MobileAlert.java 27 Comment is too large: Line too long
96183 src/com/gps/webservice/MobileAlert.java 28 Comment is too large: Line too long
96184 src/com/gps/webservice/MobileAlert.java 29 Comment is too large: Line too long
96185 src/com/gps/webservice/MobileAlert.java 44 fieldCommentRequirement Required
96186 src/com/gps/webservice/MobileAlert.java 46 fieldCommentRequirement Required
96187 src/com/gps/webservice/MobileAlert.java 48 fieldCommentRequirement Required
96188 src/com/gps/webservice/MobileAlert.java 50 fieldCommentRequirement Required
96189 src/com/gps/webservice/MobileAlert.java 52 fieldCommentRequirement Required
96190 src/com/gps/webservice/MobileAlert.java 54 fieldCommentRequirement Required
96191 src/com/gps/webservice/MobileAlert.java 56 fieldCommentRequirement Required
96192 src/com/gps/webservice/MobileAlert.java 57 fieldCommentRequirement Required
96193 src/com/gps/webservice/MobileAlert.java 71 Parameter 'value' is not assigned and could be declared final
96194 src/com/gps/webservice/MobileAlert.java 92 Parameter 'value' is not assigned and could be declared final
96195 src/com/gps/webservice/MobileAlert.java 113 Parameter 'value' is not assigned and could be declared final
96196 src/com/gps/webservice/MobileAlert.java 134 Parameter 'value' is not assigned and could be declared final
96197 src/com/gps/webservice/MobileAlert.java 155 Parameter 'value' is not assigned and could be declared final
96198 src/com/gps/webservice/MobileAlert.java 176 Parameter 'value' is not assigned and could be declared final
96199 src/com/gps/webservice/MobileAlert.java 197 Parameter 'value' is not assigned and could be declared final
96200 src/com/gps/webservice/MobileAlert.java 213 Parameter 'value' is not assigned and could be declared final
96201 src/com/gps/webservice/MobileAlertMessage.java 9 Comment is too large: Too many lines
96202 src/com/gps/webservice/MobileAlertMessage.java 20 Comment is too large: Line too long
96203 src/com/gps/webservice/MobileAlertMessage.java 22 Comment is too large: Line too long
96204 src/com/gps/webservice/MobileAlertMessage.java 23 Comment is too large: Line too long
96205 src/com/gps/webservice/MobileAlertMessage.java 24 Comment is too large: Line too long
96206 src/com/gps/webservice/MobileAlertMessage.java 25 Comment is too large: Line too long
96207 src/com/gps/webservice/MobileAlertMessage.java 40 fieldCommentRequirement Required
96208 src/com/gps/webservice/MobileAlertMessage.java 42 fieldCommentRequirement Required
96209 src/com/gps/webservice/MobileAlertMessage.java 44 fieldCommentRequirement Required
96210 src/com/gps/webservice/MobileAlertMessage.java 45 fieldCommentRequirement Required
96211 src/com/gps/webservice/MobileAlertMessage.java 64 Parameter 'value' is not assigned and could be declared final
96212 src/com/gps/webservice/MobileAlertMessage.java 85 Parameter 'value' is not assigned and could be declared final
96213 src/com/gps/webservice/MobileAlertMessage.java 106 Parameter 'value' is not assigned and could be declared final
96214 src/com/gps/webservice/MobileAlertMessage.java 122 Parameter 'value' is not assigned and could be declared final
96215 src/com/gps/webservice/MobileAlertMessageResponse.java 8 Comment is too large: Too many lines
96216 src/com/gps/webservice/MobileAlertMessageResponse.java 19 Comment is too large: Line too long
96217 src/com/gps/webservice/MobileAlertMessageResponse.java 21 Comment is too large: Line too long
96218 src/com/gps/webservice/MobileAlertMessageResponse.java 35 fieldCommentRequirement Required
96219 src/com/gps/webservice/MobileAlertMessageResponse.java 49 Parameter 'value' is not assigned and could be declared final
96220 src/com/gps/webservice/MobileAlertResponse.java 8 Comment is too large: Too many lines
96221 src/com/gps/webservice/MobileAlertResponse.java 19 Comment is too large: Line too long
96222 src/com/gps/webservice/MobileAlertResponse.java 21 Comment is too large: Line too long
96223 src/com/gps/webservice/MobileAlertResponse.java 35 fieldCommentRequirement Required
96224 src/com/gps/webservice/MobileAlertResponse.java 49 Parameter 'value' is not assigned and could be declared final
96225 src/com/gps/webservice/ObjectFactory.java 5 Comment is too large: Too many lines
96226 src/com/gps/webservice/ObjectFactory.java 24 Avoid unnecessary constructors - the compiler will generate these for you
96227 src/com/gps/webservice/ObjectFactory.java 24 Document empty constructor
96228 src/com/gps/webservice/PointInPolygon.java 14 Comment is too large: Too many lines
96229 src/com/gps/webservice/PointInPolygon.java 17 Comment is too large: Line too long
96230 src/com/gps/webservice/PointInPolygon.java 24 Comment is too large: Line too long
96231 src/com/gps/webservice/PointInPolygon.java 25 Comment is too large: Line too long
96232 src/com/gps/webservice/PointInPolygon.java 26 Comment is too large: Line too long
96233 src/com/gps/webservice/PointInPolygon.java 27 Comment is too large: Line too long
96234 src/com/gps/webservice/PointInPolygon.java 46 fieldCommentRequirement Required
96235 src/com/gps/webservice/PointInPolygon.java 47 fieldCommentRequirement Required
96236 src/com/gps/webservice/PointInPolygon.java 48 fieldCommentRequirement Required
96237 src/com/gps/webservice/PointInPolygon.java 50 fieldCommentRequirement Required
96238 src/com/gps/webservice/PointInPolygon.java 64 Parameter 'value' is not assigned and could be declared final
96239 src/com/gps/webservice/PointInPolygon.java 80 Parameter 'value' is not assigned and could be declared final
96240 src/com/gps/webservice/PointInPolygon.java 96 Parameter 'value' is not assigned and could be declared final
96241 src/com/gps/webservice/PointInPolygon.java 120 Parameter 'value' is not assigned and could be declared final
96242 src/com/gps/webservice/PointInPolygonResponse.java 8 Comment is too large: Too many lines
96243 src/com/gps/webservice/PointInPolygonResponse.java 19 Comment is too large: Line too long
96244 src/com/gps/webservice/PointInPolygonResponse.java 21 Comment is too large: Line too long
96245 src/com/gps/webservice/PointInPolygonResponse.java 35 fieldCommentRequirement Required
96246 src/com/gps/webservice/PointInPolygonResponse.java 49 Parameter 'value' is not assigned and could be declared final
96247 src/com/gps/webservice/PolygonRegion.java 13 Avoid unused imports such as 'org.jvnet.jax_ws_commons.thread_scope.ThreadScope'
96248 src/com/gps/webservice/PolygonRegion.java 20 The String literal "http://www.example.org/PolygonRegion/" appears 7 times in this file; the first occurrence is on line 20
96249 src/com/gps/webservice/PolygonRegion.java 34 Avoid modifiers which are implied by the context
96250 src/com/gps/webservice/PolygonRegion.java 52 Avoid modifiers which are implied by the context
96251 src/com/gps/webservice/PolygonRegion.java 58 Comment is too large: Too many lines
96252 src/com/gps/webservice/PolygonRegion.java 70 Comment is too large: Line too long
96253 src/com/gps/webservice/PolygonRegion.java 72 Comment is too large: Line too long
96254 src/com/gps/webservice/PolygonRegion.java 73 Comment is too large: Line too long
96255 src/com/gps/webservice/PolygonRegion.java 95 Avoid modifiers which are implied by the context
96256 src/com/gps/webservice/PolygonRegion.java 95 Method names should not start with capital letters
96257 src/com/gps/webservice/PolygonRegionSOAPImpl.java 25 Comment is too large: Too many lines
96258 src/com/gps/webservice/PolygonRegionSOAPImpl.java 29 Comment is too large: Line too long
96259 src/com/gps/webservice/PolygonRegionSOAPImpl.java 34 A high number of imports can indicate a high degree of coupling within an object.
96260 src/com/gps/webservice/PolygonRegionSOAPImpl.java 34 Possible God class (WMC=211, ATFD=287, TCC=0.07971014492753623)
96261 src/com/gps/webservice/PolygonRegionSOAPImpl.java 41 Avoid unused imports such as 'java.text.ParseException'
96262 src/com/gps/webservice/PolygonRegionSOAPImpl.java 77 Avoid really long classes.
96263 src/com/gps/webservice/PolygonRegionSOAPImpl.java 77 The class 'PolygonRegionSOAPImpl' has a Cyclomatic Complexity of 9 (Highest = 31).
96264 src/com/gps/webservice/PolygonRegionSOAPImpl.java 77 Too many fields
96265 src/com/gps/webservice/PolygonRegionSOAPImpl.java 77 headerCommentRequirement Required
96266 src/com/gps/webservice/PolygonRegionSOAPImpl.java 78 This class has too many methods, consider refactoring it.
96267 src/com/gps/webservice/PolygonRegionSOAPImpl.java 79 Comment is too large: Too many lines
96268 src/com/gps/webservice/PolygonRegionSOAPImpl.java 82 Comment is too large: Line too long
96269 src/com/gps/webservice/PolygonRegionSOAPImpl.java 92 The Logger variable declaration does not contain the static and final modifiers
96270 src/com/gps/webservice/PolygonRegionSOAPImpl.java 93 Comment is too large: Line too long
96271 src/com/gps/webservice/PolygonRegionSOAPImpl.java 94 fieldCommentRequirement Required
96272 src/com/gps/webservice/PolygonRegionSOAPImpl.java 95 fieldCommentRequirement Required
96273 src/com/gps/webservice/PolygonRegionSOAPImpl.java 96 Avoid unused private fields such as 'SENDERID'.
96274 src/com/gps/webservice/PolygonRegionSOAPImpl.java 96 fieldCommentRequirement Required
96275 src/com/gps/webservice/PolygonRegionSOAPImpl.java 97 Do not hard code the IP address
96276 src/com/gps/webservice/PolygonRegionSOAPImpl.java 97 fieldCommentRequirement Required
96277 src/com/gps/webservice/PolygonRegionSOAPImpl.java 98 fieldCommentRequirement Required
96278 src/com/gps/webservice/PolygonRegionSOAPImpl.java 99 fieldCommentRequirement Required
96279 src/com/gps/webservice/PolygonRegionSOAPImpl.java 100 Avoid unused private fields such as 'INITMESSAGE'.
96280 src/com/gps/webservice/PolygonRegionSOAPImpl.java 100 fieldCommentRequirement Required
96281 src/com/gps/webservice/PolygonRegionSOAPImpl.java 102 Avoid using implementation types like 'Hashtable'; use the interface instead
96282 src/com/gps/webservice/PolygonRegionSOAPImpl.java 102 Consider replacing this Hashtable with the newer java.util.Map
96283 src/com/gps/webservice/PolygonRegionSOAPImpl.java 102 Use explicit scoping instead of the default package private level
96284 src/com/gps/webservice/PolygonRegionSOAPImpl.java 102 fieldCommentRequirement Required
96285 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 Avoid using implementation types like 'Hashtable'; use the interface instead
96286 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 Consider replacing this Hashtable with the newer java.util.Map
96287 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 Use explicit scoping instead of the default package private level
96288 src/com/gps/webservice/PolygonRegionSOAPImpl.java 104 fieldCommentRequirement Required
96289 src/com/gps/webservice/PolygonRegionSOAPImpl.java 105 Avoid using implementation types like 'ArrayList'; use the interface instead
96290 src/com/gps/webservice/PolygonRegionSOAPImpl.java 105 Use explicit scoping instead of the default package private level
96291 src/com/gps/webservice/PolygonRegionSOAPImpl.java 105 fieldCommentRequirement Required
96292 src/com/gps/webservice/PolygonRegionSOAPImpl.java 107 Avoid using implementation types like 'Hashtable'; use the interface instead
96293 src/com/gps/webservice/PolygonRegionSOAPImpl.java 107 Consider replacing this Hashtable with the newer java.util.Map
96294 src/com/gps/webservice/PolygonRegionSOAPImpl.java 107 Use explicit scoping instead of the default package private level
96295 src/com/gps/webservice/PolygonRegionSOAPImpl.java 107 fieldCommentRequirement Required
96296 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 Avoid using implementation types like 'Hashtable'; use the interface instead
96297 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 Consider replacing this Hashtable with the newer java.util.Map
96298 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 Use explicit scoping instead of the default package private level
96299 src/com/gps/webservice/PolygonRegionSOAPImpl.java 109 fieldCommentRequirement Required
96300 src/com/gps/webservice/PolygonRegionSOAPImpl.java 110 Found non-transient, non-static member. Please mark as transient or provide accessors.
96301 src/com/gps/webservice/PolygonRegionSOAPImpl.java 110 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'lst_New' is not final.
96302 src/com/gps/webservice/PolygonRegionSOAPImpl.java 110 Use explicit scoping instead of the default package private level
96303 src/com/gps/webservice/PolygonRegionSOAPImpl.java 110 fieldCommentRequirement Required
96304 src/com/gps/webservice/PolygonRegionSOAPImpl.java 111 Found non-transient, non-static member. Please mark as transient or provide accessors.
96305 src/com/gps/webservice/PolygonRegionSOAPImpl.java 111 Use explicit scoping instead of the default package private level
96306 src/com/gps/webservice/PolygonRegionSOAPImpl.java 111 fieldCommentRequirement Required
96307 src/com/gps/webservice/PolygonRegionSOAPImpl.java 112 Found non-transient, non-static member. Please mark as transient or provide accessors.
96308 src/com/gps/webservice/PolygonRegionSOAPImpl.java 112 Use explicit scoping instead of the default package private level
96309 src/com/gps/webservice/PolygonRegionSOAPImpl.java 112 fieldCommentRequirement Required
96310 src/com/gps/webservice/PolygonRegionSOAPImpl.java 113 Avoid using redundant field initializer for 'bufferTime'
96311 src/com/gps/webservice/PolygonRegionSOAPImpl.java 113 fieldCommentRequirement Required
96312 src/com/gps/webservice/PolygonRegionSOAPImpl.java 115 Avoid using redundant field initializer for 'radius'
96313 src/com/gps/webservice/PolygonRegionSOAPImpl.java 115 fieldCommentRequirement Required
96314 src/com/gps/webservice/PolygonRegionSOAPImpl.java 117 fieldCommentRequirement Required
96315 src/com/gps/webservice/PolygonRegionSOAPImpl.java 118 fieldCommentRequirement Required
96316 src/com/gps/webservice/PolygonRegionSOAPImpl.java 119 Avoid unused private fields such as 'distStart'.
96317 src/com/gps/webservice/PolygonRegionSOAPImpl.java 119 fieldCommentRequirement Required
96318 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 Avoid unused private fields such as 'distSSRVM'.
96319 src/com/gps/webservice/PolygonRegionSOAPImpl.java 120 fieldCommentRequirement Required
96320 src/com/gps/webservice/PolygonRegionSOAPImpl.java 121 fieldCommentRequirement Required
96321 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Avoid unused private fields such as 'tblVehTrips'.
96322 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Avoid using implementation types like 'Hashtable'; use the interface instead
96323 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 Consider replacing this Hashtable with the newer java.util.Map
96324 src/com/gps/webservice/PolygonRegionSOAPImpl.java 122 fieldCommentRequirement Required
96325 src/com/gps/webservice/PolygonRegionSOAPImpl.java 124 Found non-transient, non-static member. Please mark as transient or provide accessors.
96326 src/com/gps/webservice/PolygonRegionSOAPImpl.java 124 Use explicit scoping instead of the default package private level
96327 src/com/gps/webservice/PolygonRegionSOAPImpl.java 124 fieldCommentRequirement Required
96328 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 A method/constructor shouldnt explicitly throw java.lang.Exception
96329 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Avoid really long methods.
96330 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'lat' is not assigned and could be declared final
96331 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'lon' is not assigned and could be declared final
96332 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'orgId' is not assigned and could be declared final
96333 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'packetTime' is not assigned and could be declared final
96334 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'vehicleId' is not assigned and could be declared final
96335 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 Parameter 'vehicleObj' is not assigned and could be declared final
96336 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 The method 'point1InPolygon' has a Cyclomatic Complexity of 24.
96337 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 The method point1InPolygon() has an NCSS line count of 108
96338 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 The method point1InPolygon() has an NPath complexity of 50305
96339 src/com/gps/webservice/PolygonRegionSOAPImpl.java 127 publicMethodCommentRequirement Required
96340 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Found 'DD'-anomaly for variable 'stat' (lines '129'-'225').
96341 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Found 'DD'-anomaly for variable 'stat' (lines '129'-'230').
96342 src/com/gps/webservice/PolygonRegionSOAPImpl.java 129 Found 'DD'-anomaly for variable 'stat' (lines '129'-'322').
96343 src/com/gps/webservice/PolygonRegionSOAPImpl.java 130 Found 'DD'-anomaly for variable 'inFence' (lines '130'-'171').
96344 src/com/gps/webservice/PolygonRegionSOAPImpl.java 130 Found 'DD'-anomaly for variable 'inFence' (lines '130'-'173').
96345 src/com/gps/webservice/PolygonRegionSOAPImpl.java 131 Found 'DD'-anomaly for variable 'trip' (lines '131'-'145').
96346 src/com/gps/webservice/PolygonRegionSOAPImpl.java 132 Found 'DD'-anomaly for variable 'fenceList' (lines '132'-'162').
96347 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Avoid declaring a variable if it is unreferenced before a possible exit point.
96348 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Avoid unused local variables such as 'supplyList'.
96349 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Found 'DU'-anomaly for variable 'supplyList' (lines '134'-'332').
96350 src/com/gps/webservice/PolygonRegionSOAPImpl.java 134 Local variable 'supplyList' could be declared final
96351 src/com/gps/webservice/PolygonRegionSOAPImpl.java 135 Found 'DD'-anomaly for variable 'currentFence' (lines '135'-'169').
96352 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Found 'DD'-anomaly for variable 'sessVal' (lines '136'-'205').
96353 src/com/gps/webservice/PolygonRegionSOAPImpl.java 136 Found 'DU'-anomaly for variable 'sessVal' (lines '136'-'332').
96354 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Found 'DD'-anomaly for variable 'finalMessge' (lines '137'-'293').
96355 src/com/gps/webservice/PolygonRegionSOAPImpl.java 137 Found 'DU'-anomaly for variable 'finalMessge' (lines '137'-'332').
96356 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 There is log block not surrounded by if
96357 src/com/gps/webservice/PolygonRegionSOAPImpl.java 140 There is log block not surrounded by if
96358 src/com/gps/webservice/PolygonRegionSOAPImpl.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96359 src/com/gps/webservice/PolygonRegionSOAPImpl.java 149 There is log block not surrounded by if
96360 src/com/gps/webservice/PolygonRegionSOAPImpl.java 160 Potential violation of Law of Demeter (object not created locally)
96361 src/com/gps/webservice/PolygonRegionSOAPImpl.java 160 Potential violation of Law of Demeter (object not created locally)
96362 src/com/gps/webservice/PolygonRegionSOAPImpl.java 160 There is log block not surrounded by if
96363 src/com/gps/webservice/PolygonRegionSOAPImpl.java 160 There is log block not surrounded by if
96364 src/com/gps/webservice/PolygonRegionSOAPImpl.java 161 Comment is too large: Line too long
96365 src/com/gps/webservice/PolygonRegionSOAPImpl.java 162 Potential violation of Law of Demeter (object not created locally)
96366 src/com/gps/webservice/PolygonRegionSOAPImpl.java 163 There is log block not surrounded by if
96367 src/com/gps/webservice/PolygonRegionSOAPImpl.java 163 There is log block not surrounded by if
96368 src/com/gps/webservice/PolygonRegionSOAPImpl.java 166 There is log block not surrounded by if
96369 src/com/gps/webservice/PolygonRegionSOAPImpl.java 166 There is log block not surrounded by if
96370 src/com/gps/webservice/PolygonRegionSOAPImpl.java 171 Avoid using if...else statements without curly braces
96371 src/com/gps/webservice/PolygonRegionSOAPImpl.java 173 Avoid using if...else statements without curly braces
96372 src/com/gps/webservice/PolygonRegionSOAPImpl.java 175 There is log block not surrounded by if
96373 src/com/gps/webservice/PolygonRegionSOAPImpl.java 175 There is log block not surrounded by if
96374 src/com/gps/webservice/PolygonRegionSOAPImpl.java 181 There is log block not surrounded by if
96375 src/com/gps/webservice/PolygonRegionSOAPImpl.java 181 There is log block not surrounded by if
96376 src/com/gps/webservice/PolygonRegionSOAPImpl.java 186 Avoid using if...else statements without curly braces
96377 src/com/gps/webservice/PolygonRegionSOAPImpl.java 188 Avoid using if...else statements without curly braces
96378 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
96379 src/com/gps/webservice/PolygonRegionSOAPImpl.java 190 There is log block not surrounded by if
96380 src/com/gps/webservice/PolygonRegionSOAPImpl.java 204 There is log block not surrounded by if
96381 src/com/gps/webservice/PolygonRegionSOAPImpl.java 204 There is log block not surrounded by if
96382 src/com/gps/webservice/PolygonRegionSOAPImpl.java 206 Avoid using Literals in Conditional Statements
96383 src/com/gps/webservice/PolygonRegionSOAPImpl.java 208 There is log block not surrounded by if
96384 src/com/gps/webservice/PolygonRegionSOAPImpl.java 208 There is log block not surrounded by if
96385 src/com/gps/webservice/PolygonRegionSOAPImpl.java 212 There is log block not surrounded by if
96386 src/com/gps/webservice/PolygonRegionSOAPImpl.java 212 There is log block not surrounded by if
96387 src/com/gps/webservice/PolygonRegionSOAPImpl.java 220 Comment is too large: Line too long
96388 src/com/gps/webservice/PolygonRegionSOAPImpl.java 221 Comment is too large: Line too long
96389 src/com/gps/webservice/PolygonRegionSOAPImpl.java 224 There is log block not surrounded by if
96390 src/com/gps/webservice/PolygonRegionSOAPImpl.java 224 There is log block not surrounded by if
96391 src/com/gps/webservice/PolygonRegionSOAPImpl.java 231 There is log block not surrounded by if
96392 src/com/gps/webservice/PolygonRegionSOAPImpl.java 231 There is log block not surrounded by if
96393 src/com/gps/webservice/PolygonRegionSOAPImpl.java 235 Comment is too large: Line too long
96394 src/com/gps/webservice/PolygonRegionSOAPImpl.java 239 Local variable 'school' could be declared final
96395 src/com/gps/webservice/PolygonRegionSOAPImpl.java 239 Potential violation of Law of Demeter (method chain calls)
96396 src/com/gps/webservice/PolygonRegionSOAPImpl.java 239 Potential violation of Law of Demeter (method chain calls)
96397 src/com/gps/webservice/PolygonRegionSOAPImpl.java 239 Potential violation of Law of Demeter (object not created locally)
96398 src/com/gps/webservice/PolygonRegionSOAPImpl.java 241 Local variable 'format' could be declared final
96399 src/com/gps/webservice/PolygonRegionSOAPImpl.java 241 When instantiating a SimpleDateFormat object, specify a Locale
96400 src/com/gps/webservice/PolygonRegionSOAPImpl.java 242 Local variable 'dateformat' could be declared final
96401 src/com/gps/webservice/PolygonRegionSOAPImpl.java 242 When instantiating a SimpleDateFormat object, specify a Locale
96402 src/com/gps/webservice/PolygonRegionSOAPImpl.java 243 Local variable 'date' could be declared final
96403 src/com/gps/webservice/PolygonRegionSOAPImpl.java 243 Potential violation of Law of Demeter (object not created locally)
96404 src/com/gps/webservice/PolygonRegionSOAPImpl.java 244 Local variable 'time' could be declared final
96405 src/com/gps/webservice/PolygonRegionSOAPImpl.java 244 Potential violation of Law of Demeter (object not created locally)
96406 src/com/gps/webservice/PolygonRegionSOAPImpl.java 245 Found 'DU'-anomaly for variable 'Packetformat' (lines '245'-'332').
96407 src/com/gps/webservice/PolygonRegionSOAPImpl.java 245 Local variable 'Packetformat' could be declared final
96408 src/com/gps/webservice/PolygonRegionSOAPImpl.java 245 The String literal "yyyy-MM-dd HH:mm:ss" appears 4 times in this file; the first occurrence is on line 245
96409 src/com/gps/webservice/PolygonRegionSOAPImpl.java 245 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
96410 src/com/gps/webservice/PolygonRegionSOAPImpl.java 245 When instantiating a SimpleDateFormat object, specify a Locale
96411 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Found 'DD'-anomaly for variable 'dateDiff' (lines '248'-'249').
96412 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Potential violation of Law of Demeter (method chain calls)
96413 src/com/gps/webservice/PolygonRegionSOAPImpl.java 248 Potential violation of Law of Demeter (method chain calls)
96414 src/com/gps/webservice/PolygonRegionSOAPImpl.java 250 Avoid using Literals in Conditional Statements
96415 src/com/gps/webservice/PolygonRegionSOAPImpl.java 253 Potential violation of Law of Demeter (object not created locally)
96416 src/com/gps/webservice/PolygonRegionSOAPImpl.java 254 Potential violation of Law of Demeter (object not created locally)
96417 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 There is log block not surrounded by if
96418 src/com/gps/webservice/PolygonRegionSOAPImpl.java 257 There is log block not surrounded by if
96419 src/com/gps/webservice/PolygonRegionSOAPImpl.java 259 Potential violation of Law of Demeter (object not created locally)
96420 src/com/gps/webservice/PolygonRegionSOAPImpl.java 259 The String literal "School" appears 4 times in this file; the first occurrence is on line 259
96421 src/com/gps/webservice/PolygonRegionSOAPImpl.java 260 Potential violation of Law of Demeter (object not created locally)
96422 src/com/gps/webservice/PolygonRegionSOAPImpl.java 263 Potential violation of Law of Demeter (object not created locally)
96423 src/com/gps/webservice/PolygonRegionSOAPImpl.java 270 Found 'DD'-anomaly for variable 'result1' (lines '270'-'285').
96424 src/com/gps/webservice/PolygonRegionSOAPImpl.java 270 Found 'DD'-anomaly for variable 'result1' (lines '270'-'288').
96425 src/com/gps/webservice/PolygonRegionSOAPImpl.java 270 Found 'DD'-anomaly for variable 'result1' (lines '270'-'291').
96426 src/com/gps/webservice/PolygonRegionSOAPImpl.java 271 Avoid using Literals in Conditional Statements
96427 src/com/gps/webservice/PolygonRegionSOAPImpl.java 273 Avoid if (x != y) ..; else ..;
96428 src/com/gps/webservice/PolygonRegionSOAPImpl.java 273 Potential violation of Law of Demeter (object not created locally)
96429 src/com/gps/webservice/PolygonRegionSOAPImpl.java 275 Local variable 'geoDao' could be declared final
96430 src/com/gps/webservice/PolygonRegionSOAPImpl.java 276 Local variable 'nxtFence' could be declared final
96431 src/com/gps/webservice/PolygonRegionSOAPImpl.java 276 Potential violation of Law of Demeter (object not created locally)
96432 src/com/gps/webservice/PolygonRegionSOAPImpl.java 276 Potential violation of Law of Demeter (object not created locally)
96433 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Local variable 'fenceDistance' could be declared final
96434 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Potential violation of Law of Demeter (object not created locally)
96435 src/com/gps/webservice/PolygonRegionSOAPImpl.java 277 Potential violation of Law of Demeter (object not created locally)
96436 src/com/gps/webservice/PolygonRegionSOAPImpl.java 278 Local variable 'speed' could be declared final
96437 src/com/gps/webservice/PolygonRegionSOAPImpl.java 279 Variables should start with a lowercase character, 'Expectedtime' starts with uppercase character.
96438 src/com/gps/webservice/PolygonRegionSOAPImpl.java 280 Avoid using Literals in Conditional Statements
96439 src/com/gps/webservice/PolygonRegionSOAPImpl.java 280 Avoid using if statements without curly braces
96440 src/com/gps/webservice/PolygonRegionSOAPImpl.java 283 Comment is too large: Line too long
96441 src/com/gps/webservice/PolygonRegionSOAPImpl.java 284 Potential violation of Law of Demeter (object not created locally)
96442 src/com/gps/webservice/PolygonRegionSOAPImpl.java 284 System.out.print is used
96443 src/com/gps/webservice/PolygonRegionSOAPImpl.java 285 Potential violation of Law of Demeter (method chain calls)
96444 src/com/gps/webservice/PolygonRegionSOAPImpl.java 285 Potential violation of Law of Demeter (object not created locally)
96445 src/com/gps/webservice/PolygonRegionSOAPImpl.java 285 Potential violation of Law of Demeter (object not created locally)
96446 src/com/gps/webservice/PolygonRegionSOAPImpl.java 285 The String literal "Organization: " appears 4 times in this file; the first occurrence is on line 285
96447 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Avoid using if...else statements without curly braces
96448 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Potential violation of Law of Demeter (method chain calls)
96449 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Potential violation of Law of Demeter (object not created locally)
96450 src/com/gps/webservice/PolygonRegionSOAPImpl.java 288 Potential violation of Law of Demeter (object not created locally)
96451 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Avoid using if...else statements without curly braces
96452 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Potential violation of Law of Demeter (method chain calls)
96453 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Potential violation of Law of Demeter (object not created locally)
96454 src/com/gps/webservice/PolygonRegionSOAPImpl.java 291 Potential violation of Law of Demeter (object not created locally)
96455 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 There is log block not surrounded by if
96456 src/com/gps/webservice/PolygonRegionSOAPImpl.java 292 There is log block not surrounded by if
96457 src/com/gps/webservice/PolygonRegionSOAPImpl.java 294 There is log block not surrounded by if
96458 src/com/gps/webservice/PolygonRegionSOAPImpl.java 294 There is log block not surrounded by if
96459 src/com/gps/webservice/PolygonRegionSOAPImpl.java 295 Found 'DD'-anomaly for variable 'mob' (lines '295'-'299').
96460 src/com/gps/webservice/PolygonRegionSOAPImpl.java 296 Comment is too large: Line too long
96461 src/com/gps/webservice/PolygonRegionSOAPImpl.java 298 System.out.print is used
96462 src/com/gps/webservice/PolygonRegionSOAPImpl.java 299 Potential violation of Law of Demeter (object not created locally)
96463 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 Avoid using if...else statements without curly braces
96464 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 There is log block not surrounded by if
96465 src/com/gps/webservice/PolygonRegionSOAPImpl.java 302 There is log block not surrounded by if
96466 src/com/gps/webservice/PolygonRegionSOAPImpl.java 303 Avoid using Literals in Conditional Statements
96467 src/com/gps/webservice/PolygonRegionSOAPImpl.java 305 The String literal " Total using first url" appears 4 times in this file; the first occurrence is on line 305
96468 src/com/gps/webservice/PolygonRegionSOAPImpl.java 305 The String literal " Total using second url" appears 4 times in this file; the first occurrence is on line 305
96469 src/com/gps/webservice/PolygonRegionSOAPImpl.java 305 The String literal "#################################Total sms sent:" appears 4 times in this file; the first occurrence is on line 305
96470 src/com/gps/webservice/PolygonRegionSOAPImpl.java 305 There is log block not surrounded by if
96471 src/com/gps/webservice/PolygonRegionSOAPImpl.java 305 There is log block not surrounded by if
96472 src/com/gps/webservice/PolygonRegionSOAPImpl.java 310 There is log block not surrounded by if
96473 src/com/gps/webservice/PolygonRegionSOAPImpl.java 310 There is log block not surrounded by if
96474 src/com/gps/webservice/PolygonRegionSOAPImpl.java 311 There is log block not surrounded by if
96475 src/com/gps/webservice/PolygonRegionSOAPImpl.java 311 There is log block not surrounded by if
96476 src/com/gps/webservice/PolygonRegionSOAPImpl.java 327 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96477 src/com/gps/webservice/PolygonRegionSOAPImpl.java 329 The String literal "Error at polygon service" appears 4 times in this file; the first occurrence is on line 329
96478 src/com/gps/webservice/PolygonRegionSOAPImpl.java 329 There is log block not surrounded by if
96479 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 A method/constructor shouldnt explicitly throw java.lang.Exception
96480 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 Avoid really long methods.
96481 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 Parameter 'lat' is not assigned and could be declared final
96482 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 Parameter 'lon' is not assigned and could be declared final
96483 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 Parameter 'packetTime' is not assigned and could be declared final
96484 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 Parameter 'vehicleId' is not assigned and could be declared final
96485 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 The method 'pointInPolygon' has a Cyclomatic Complexity of 30.
96486 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 The method pointInPolygon() has an NCSS line count of 103
96487 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 The method pointInPolygon() has an NPath complexity of 8140
96488 src/com/gps/webservice/PolygonRegionSOAPImpl.java 335 publicMethodCommentRequirement Required
96489 src/com/gps/webservice/PolygonRegionSOAPImpl.java 337 Avoid using Literals in Conditional Statements
96490 src/com/gps/webservice/PolygonRegionSOAPImpl.java 339 Local variable 'config' could be declared final
96491 src/com/gps/webservice/PolygonRegionSOAPImpl.java 340 Local variable 'props' could be declared final
96492 src/com/gps/webservice/PolygonRegionSOAPImpl.java 340 Potential violation of Law of Demeter (object not created locally)
96493 src/com/gps/webservice/PolygonRegionSOAPImpl.java 341 Potential violation of Law of Demeter (object not created locally)
96494 src/com/gps/webservice/PolygonRegionSOAPImpl.java 342 Potential violation of Law of Demeter (object not created locally)
96495 src/com/gps/webservice/PolygonRegionSOAPImpl.java 343 Potential violation of Law of Demeter (object not created locally)
96496 src/com/gps/webservice/PolygonRegionSOAPImpl.java 344 Potential violation of Law of Demeter (object not created locally)
96497 src/com/gps/webservice/PolygonRegionSOAPImpl.java 345 Potential violation of Law of Demeter (object not created locally)
96498 src/com/gps/webservice/PolygonRegionSOAPImpl.java 346 There is log block not surrounded by if
96499 src/com/gps/webservice/PolygonRegionSOAPImpl.java 346 There is log block not surrounded by if
96500 src/com/gps/webservice/PolygonRegionSOAPImpl.java 349 Local variable 'daoVeh' could be declared final
96501 src/com/gps/webservice/PolygonRegionSOAPImpl.java 350 Local variable 'vehicleObj' could be declared final
96502 src/com/gps/webservice/PolygonRegionSOAPImpl.java 350 Potential violation of Law of Demeter (object not created locally)
96503 src/com/gps/webservice/PolygonRegionSOAPImpl.java 351 Local variable 'orgId' could be declared final
96504 src/com/gps/webservice/PolygonRegionSOAPImpl.java 351 Potential violation of Law of Demeter (method chain calls)
96505 src/com/gps/webservice/PolygonRegionSOAPImpl.java 351 Potential violation of Law of Demeter (object not created locally)
96506 src/com/gps/webservice/PolygonRegionSOAPImpl.java 352 Comment is too large: Line too long
96507 src/com/gps/webservice/PolygonRegionSOAPImpl.java 353 Potential violation of Law of Demeter (object not created locally)
96508 src/com/gps/webservice/PolygonRegionSOAPImpl.java 355 There is log block not surrounded by if
96509 src/com/gps/webservice/PolygonRegionSOAPImpl.java 355 There is log block not surrounded by if
96510 src/com/gps/webservice/PolygonRegionSOAPImpl.java 356 A method should have only one exit point, and that should be the last statement in the method
96511 src/com/gps/webservice/PolygonRegionSOAPImpl.java 359 There is log block not surrounded by if
96512 src/com/gps/webservice/PolygonRegionSOAPImpl.java 359 There is log block not surrounded by if
96513 src/com/gps/webservice/PolygonRegionSOAPImpl.java 361 Found 'DD'-anomaly for variable 'inFence' (lines '361'-'416').
96514 src/com/gps/webservice/PolygonRegionSOAPImpl.java 361 Found 'DU'-anomaly for variable 'inFence' (lines '361'-'548').
96515 src/com/gps/webservice/PolygonRegionSOAPImpl.java 363 Found 'DD'-anomaly for variable 'currentFence' (lines '363'-'381').
96516 src/com/gps/webservice/PolygonRegionSOAPImpl.java 365 Found 'DD'-anomaly for variable 'sessVal' (lines '365'-'370').
96517 src/com/gps/webservice/PolygonRegionSOAPImpl.java 369 There is log block not surrounded by if
96518 src/com/gps/webservice/PolygonRegionSOAPImpl.java 369 There is log block not surrounded by if
96519 src/com/gps/webservice/PolygonRegionSOAPImpl.java 371 Avoid using Literals in Conditional Statements
96520 src/com/gps/webservice/PolygonRegionSOAPImpl.java 373 There is log block not surrounded by if
96521 src/com/gps/webservice/PolygonRegionSOAPImpl.java 373 There is log block not surrounded by if
96522 src/com/gps/webservice/PolygonRegionSOAPImpl.java 377 There is log block not surrounded by if
96523 src/com/gps/webservice/PolygonRegionSOAPImpl.java 377 There is log block not surrounded by if
96524 src/com/gps/webservice/PolygonRegionSOAPImpl.java 395 Avoid if (x != y) ..; else ..;
96525 src/com/gps/webservice/PolygonRegionSOAPImpl.java 408 There is log block not surrounded by if
96526 src/com/gps/webservice/PolygonRegionSOAPImpl.java 408 There is log block not surrounded by if
96527 src/com/gps/webservice/PolygonRegionSOAPImpl.java 410 Comment is too large: Line too long
96528 src/com/gps/webservice/PolygonRegionSOAPImpl.java 420 Found 'DD'-anomaly for variable 'dateDiff' (lines '420'-'421').
96529 src/com/gps/webservice/PolygonRegionSOAPImpl.java 420 Potential violation of Law of Demeter (method chain calls)
96530 src/com/gps/webservice/PolygonRegionSOAPImpl.java 420 Potential violation of Law of Demeter (method chain calls)
96531 src/com/gps/webservice/PolygonRegionSOAPImpl.java 426 Avoid using if...else statements without curly braces
96532 src/com/gps/webservice/PolygonRegionSOAPImpl.java 426 There is log block not surrounded by if
96533 src/com/gps/webservice/PolygonRegionSOAPImpl.java 426 There is log block not surrounded by if
96534 src/com/gps/webservice/PolygonRegionSOAPImpl.java 427 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96535 src/com/gps/webservice/PolygonRegionSOAPImpl.java 429 There is log block not surrounded by if
96536 src/com/gps/webservice/PolygonRegionSOAPImpl.java 429 There is log block not surrounded by if
96537 src/com/gps/webservice/PolygonRegionSOAPImpl.java 430 Avoid printStackTrace(); use a logger call instead.
96538 src/com/gps/webservice/PolygonRegionSOAPImpl.java 430 Potential violation of Law of Demeter (object not created locally)
96539 src/com/gps/webservice/PolygonRegionSOAPImpl.java 436 Local variable 'vehId' could be declared final
96540 src/com/gps/webservice/PolygonRegionSOAPImpl.java 447 Local variable 'mngrObj' could be declared final
96541 src/com/gps/webservice/PolygonRegionSOAPImpl.java 448 Potential violation of Law of Demeter (object not created locally)
96542 src/com/gps/webservice/PolygonRegionSOAPImpl.java 450 There is log block not surrounded by if
96543 src/com/gps/webservice/PolygonRegionSOAPImpl.java 450 There is log block not surrounded by if
96544 src/com/gps/webservice/PolygonRegionSOAPImpl.java 453 Comment is too large: Line too long
96545 src/com/gps/webservice/PolygonRegionSOAPImpl.java 454 Potential violation of Law of Demeter (method chain calls)
96546 src/com/gps/webservice/PolygonRegionSOAPImpl.java 456 Comment is too large: Line too long
96547 src/com/gps/webservice/PolygonRegionSOAPImpl.java 457 Local variable 'tmr' could be declared final
96548 src/com/gps/webservice/PolygonRegionSOAPImpl.java 458 Potential violation of Law of Demeter (method chain calls)
96549 src/com/gps/webservice/PolygonRegionSOAPImpl.java 458 Potential violation of Law of Demeter (method chain calls)
96550 src/com/gps/webservice/PolygonRegionSOAPImpl.java 460 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96551 src/com/gps/webservice/PolygonRegionSOAPImpl.java 461 There is log block not surrounded by if
96552 src/com/gps/webservice/PolygonRegionSOAPImpl.java 466 Avoid if (x != y) ..; else ..;
96553 src/com/gps/webservice/PolygonRegionSOAPImpl.java 469 Avoid unused local variables such as 'SeqFence'.
96554 src/com/gps/webservice/PolygonRegionSOAPImpl.java 469 Found 'DD'-anomaly for variable 'SeqFence' (lines '469'-'475').
96555 src/com/gps/webservice/PolygonRegionSOAPImpl.java 469 Found 'DD'-anomaly for variable 'SeqFence' (lines '469'-'481').
96556 src/com/gps/webservice/PolygonRegionSOAPImpl.java 469 Found 'DU'-anomaly for variable 'SeqFence' (lines '469'-'548').
96557 src/com/gps/webservice/PolygonRegionSOAPImpl.java 469 Variables should start with a lowercase character, 'SeqFence' starts with uppercase character.
96558 src/com/gps/webservice/PolygonRegionSOAPImpl.java 471 Avoid using Literals in Conditional Statements
96559 src/com/gps/webservice/PolygonRegionSOAPImpl.java 473 Potential violation of Law of Demeter (method chain calls)
96560 src/com/gps/webservice/PolygonRegionSOAPImpl.java 474 Avoid using if statements without curly braces
96561 src/com/gps/webservice/PolygonRegionSOAPImpl.java 475 Found 'DU'-anomaly for variable 'SeqFence' (lines '475'-'548').
96562 src/com/gps/webservice/PolygonRegionSOAPImpl.java 475 Potential violation of Law of Demeter (method chain calls)
96563 src/com/gps/webservice/PolygonRegionSOAPImpl.java 479 Potential violation of Law of Demeter (method chain calls)
96564 src/com/gps/webservice/PolygonRegionSOAPImpl.java 480 Avoid using if statements without curly braces
96565 src/com/gps/webservice/PolygonRegionSOAPImpl.java 481 Found 'DU'-anomaly for variable 'SeqFence' (lines '481'-'548').
96566 src/com/gps/webservice/PolygonRegionSOAPImpl.java 481 Potential violation of Law of Demeter (method chain calls)
96567 src/com/gps/webservice/PolygonRegionSOAPImpl.java 487 Avoid variables with short names like c
96568 src/com/gps/webservice/PolygonRegionSOAPImpl.java 487 Local variable 'c' could be declared final
96569 src/com/gps/webservice/PolygonRegionSOAPImpl.java 488 Potential violation of Law of Demeter (object not created locally)
96570 src/com/gps/webservice/PolygonRegionSOAPImpl.java 488 Potential violation of Law of Demeter (object not created locally)
96571 src/com/gps/webservice/PolygonRegionSOAPImpl.java 489 Potential violation of Law of Demeter (object not created locally)
96572 src/com/gps/webservice/PolygonRegionSOAPImpl.java 489 Potential violation of Law of Demeter (object not created locally)
96573 src/com/gps/webservice/PolygonRegionSOAPImpl.java 490 Potential violation of Law of Demeter (object not created locally)
96574 src/com/gps/webservice/PolygonRegionSOAPImpl.java 490 Potential violation of Law of Demeter (object not created locally)
96575 src/com/gps/webservice/PolygonRegionSOAPImpl.java 491 Potential violation of Law of Demeter (object not created locally)
96576 src/com/gps/webservice/PolygonRegionSOAPImpl.java 491 There is log block not surrounded by if
96577 src/com/gps/webservice/PolygonRegionSOAPImpl.java 491 There is log block not surrounded by if
96578 src/com/gps/webservice/PolygonRegionSOAPImpl.java 492 Comment is too large: Line too long
96579 src/com/gps/webservice/PolygonRegionSOAPImpl.java 493 Potential violation of Law of Demeter (object not created locally)
96580 src/com/gps/webservice/PolygonRegionSOAPImpl.java 495 There is log block not surrounded by if
96581 src/com/gps/webservice/PolygonRegionSOAPImpl.java 495 There is log block not surrounded by if
96582 src/com/gps/webservice/PolygonRegionSOAPImpl.java 498 A method should have only one exit point, and that should be the last statement in the method
96583 src/com/gps/webservice/PolygonRegionSOAPImpl.java 498 Avoid using if...else statements without curly braces
96584 src/com/gps/webservice/PolygonRegionSOAPImpl.java 502 Local variable 'geoDAO' could be declared final
96585 src/com/gps/webservice/PolygonRegionSOAPImpl.java 504 Avoid using Literals in Conditional Statements
96586 src/com/gps/webservice/PolygonRegionSOAPImpl.java 505 Avoid using if...else statements without curly braces
96587 src/com/gps/webservice/PolygonRegionSOAPImpl.java 505 Potential violation of Law of Demeter (method chain calls)
96588 src/com/gps/webservice/PolygonRegionSOAPImpl.java 505 Potential violation of Law of Demeter (method chain calls)
96589 src/com/gps/webservice/PolygonRegionSOAPImpl.java 505 Potential violation of Law of Demeter (object not created locally)
96590 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Avoid using if...else statements without curly braces
96591 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Potential violation of Law of Demeter (method chain calls)
96592 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Potential violation of Law of Demeter (method chain calls)
96593 src/com/gps/webservice/PolygonRegionSOAPImpl.java 507 Potential violation of Law of Demeter (object not created locally)
96594 src/com/gps/webservice/PolygonRegionSOAPImpl.java 511 Potential violation of Law of Demeter (object not created locally)
96595 src/com/gps/webservice/PolygonRegionSOAPImpl.java 511 There is log block not surrounded by if
96596 src/com/gps/webservice/PolygonRegionSOAPImpl.java 511 There is log block not surrounded by if
96597 src/com/gps/webservice/PolygonRegionSOAPImpl.java 512 Potential violation of Law of Demeter (object not created locally)
96598 src/com/gps/webservice/PolygonRegionSOAPImpl.java 512 Potential violation of Law of Demeter (object not created locally)
96599 src/com/gps/webservice/PolygonRegionSOAPImpl.java 521 There is log block not surrounded by if
96600 src/com/gps/webservice/PolygonRegionSOAPImpl.java 521 There is log block not surrounded by if
96601 src/com/gps/webservice/PolygonRegionSOAPImpl.java 527 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96602 src/com/gps/webservice/PolygonRegionSOAPImpl.java 529 There is log block not surrounded by if
96603 src/com/gps/webservice/PolygonRegionSOAPImpl.java 536 There is log block not surrounded by if
96604 src/com/gps/webservice/PolygonRegionSOAPImpl.java 536 There is log block not surrounded by if
96605 src/com/gps/webservice/PolygonRegionSOAPImpl.java 541 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96606 src/com/gps/webservice/PolygonRegionSOAPImpl.java 543 There is log block not surrounded by if
96607 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Parameter 'currentFence' is not assigned and could be declared final
96608 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Parameter 'packetTime' is not assigned and could be declared final
96609 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Parameter 'sessVal' is not assigned and could be declared final
96610 src/com/gps/webservice/PolygonRegionSOAPImpl.java 550 Parameter 'vehicleId' is not assigned and could be declared final
96611 src/com/gps/webservice/PolygonRegionSOAPImpl.java 552 Found 'DD'-anomaly for variable 'tripList' (lines '552'-'558').
96612 src/com/gps/webservice/PolygonRegionSOAPImpl.java 553 Found 'DD'-anomaly for variable 'firstFence' (lines '553'-'565').
96613 src/com/gps/webservice/PolygonRegionSOAPImpl.java 553 Found 'DU'-anomaly for variable 'firstFence' (lines '553'-'585').
96614 src/com/gps/webservice/PolygonRegionSOAPImpl.java 554 Found 'DD'-anomaly for variable 'currentTrip' (lines '554'-'562').
96615 src/com/gps/webservice/PolygonRegionSOAPImpl.java 554 Found 'DU'-anomaly for variable 'currentTrip' (lines '554'-'585').
96616 src/com/gps/webservice/PolygonRegionSOAPImpl.java 560 Avoid using Literals in Conditional Statements
96617 src/com/gps/webservice/PolygonRegionSOAPImpl.java 560 Potential violation of Law of Demeter (object not created locally)
96618 src/com/gps/webservice/PolygonRegionSOAPImpl.java 565 Potential violation of Law of Demeter (object not created locally)
96619 src/com/gps/webservice/PolygonRegionSOAPImpl.java 568 Potential violation of Law of Demeter (object not created locally)
96620 src/com/gps/webservice/PolygonRegionSOAPImpl.java 568 Potential violation of Law of Demeter (object not created locally)
96621 src/com/gps/webservice/PolygonRegionSOAPImpl.java 571 There is log block not surrounded by if
96622 src/com/gps/webservice/PolygonRegionSOAPImpl.java 571 There is log block not surrounded by if
96623 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 There is log block not surrounded by if
96624 src/com/gps/webservice/PolygonRegionSOAPImpl.java 574 There is log block not surrounded by if
96625 src/com/gps/webservice/PolygonRegionSOAPImpl.java 578 A method should have only one exit point, and that should be the last statement in the method
96626 src/com/gps/webservice/PolygonRegionSOAPImpl.java 578 Avoid using if...else statements without curly braces
96627 src/com/gps/webservice/PolygonRegionSOAPImpl.java 580 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96628 src/com/gps/webservice/PolygonRegionSOAPImpl.java 582 Avoid printStackTrace(); use a logger call instead.
96629 src/com/gps/webservice/PolygonRegionSOAPImpl.java 582 Potential violation of Law of Demeter (object not created locally)
96630 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Parameter 'currentFence' is not assigned and could be declared final
96631 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Parameter 'packetTime' is not assigned and could be declared final
96632 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Parameter 'sessVal' is not assigned and could be declared final
96633 src/com/gps/webservice/PolygonRegionSOAPImpl.java 588 Parameter 'vehicleId' is not assigned and could be declared final
96634 src/com/gps/webservice/PolygonRegionSOAPImpl.java 591 Found 'DD'-anomaly for variable 'tripList' (lines '591'-'599').
96635 src/com/gps/webservice/PolygonRegionSOAPImpl.java 592 Found 'DD'-anomaly for variable 'lastFence' (lines '592'-'611').
96636 src/com/gps/webservice/PolygonRegionSOAPImpl.java 592 Found 'DU'-anomaly for variable 'lastFence' (lines '592'-'665').
96637 src/com/gps/webservice/PolygonRegionSOAPImpl.java 593 Found 'DD'-anomaly for variable 'currentTrip' (lines '593'-'607').
96638 src/com/gps/webservice/PolygonRegionSOAPImpl.java 593 Found 'DD'-anomaly for variable 'nextTrip' (lines '593'-'628').
96639 src/com/gps/webservice/PolygonRegionSOAPImpl.java 593 Found 'DU'-anomaly for variable 'currentTrip' (lines '593'-'665').
96640 src/com/gps/webservice/PolygonRegionSOAPImpl.java 593 Found 'DU'-anomaly for variable 'nextTrip' (lines '593'-'665').
96641 src/com/gps/webservice/PolygonRegionSOAPImpl.java 593 Use one line for each declaration, it enhances code readability.
96642 src/com/gps/webservice/PolygonRegionSOAPImpl.java 604 Avoid using Literals in Conditional Statements
96643 src/com/gps/webservice/PolygonRegionSOAPImpl.java 604 Potential violation of Law of Demeter (object not created locally)
96644 src/com/gps/webservice/PolygonRegionSOAPImpl.java 606 Potential violation of Law of Demeter (object not created locally)
96645 src/com/gps/webservice/PolygonRegionSOAPImpl.java 606 There is log block not surrounded by if
96646 src/com/gps/webservice/PolygonRegionSOAPImpl.java 606 There is log block not surrounded by if
96647 src/com/gps/webservice/PolygonRegionSOAPImpl.java 609 Avoid if (x != y) ..; else ..;
96648 src/com/gps/webservice/PolygonRegionSOAPImpl.java 611 Potential violation of Law of Demeter (object not created locally)
96649 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 Potential violation of Law of Demeter (object not created locally)
96650 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 Potential violation of Law of Demeter (object not created locally)
96651 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 There is log block not surrounded by if
96652 src/com/gps/webservice/PolygonRegionSOAPImpl.java 613 There is log block not surrounded by if
96653 src/com/gps/webservice/PolygonRegionSOAPImpl.java 615 Avoid using Literals in Conditional Statements
96654 src/com/gps/webservice/PolygonRegionSOAPImpl.java 616 Avoid using if...else statements without curly braces
96655 src/com/gps/webservice/PolygonRegionSOAPImpl.java 618 Avoid using if...else statements without curly braces
96656 src/com/gps/webservice/PolygonRegionSOAPImpl.java 620 There is log block not surrounded by if
96657 src/com/gps/webservice/PolygonRegionSOAPImpl.java 620 There is log block not surrounded by if
96658 src/com/gps/webservice/PolygonRegionSOAPImpl.java 627 There is log block not surrounded by if
96659 src/com/gps/webservice/PolygonRegionSOAPImpl.java 627 There is log block not surrounded by if
96660 src/com/gps/webservice/PolygonRegionSOAPImpl.java 632 Avoid if (x != y) ..; else ..;
96661 src/com/gps/webservice/PolygonRegionSOAPImpl.java 635 Potential violation of Law of Demeter (object not created locally)
96662 src/com/gps/webservice/PolygonRegionSOAPImpl.java 635 There is log block not surrounded by if
96663 src/com/gps/webservice/PolygonRegionSOAPImpl.java 635 There is log block not surrounded by if
96664 src/com/gps/webservice/PolygonRegionSOAPImpl.java 638 There is log block not surrounded by if
96665 src/com/gps/webservice/PolygonRegionSOAPImpl.java 638 There is log block not surrounded by if
96666 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 Potential violation of Law of Demeter (object not created locally)
96667 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 There is log block not surrounded by if
96668 src/com/gps/webservice/PolygonRegionSOAPImpl.java 641 There is log block not surrounded by if
96669 src/com/gps/webservice/PolygonRegionSOAPImpl.java 646 There is log block not surrounded by if
96670 src/com/gps/webservice/PolygonRegionSOAPImpl.java 646 There is log block not surrounded by if
96671 src/com/gps/webservice/PolygonRegionSOAPImpl.java 650 There is log block not surrounded by if
96672 src/com/gps/webservice/PolygonRegionSOAPImpl.java 650 There is log block not surrounded by if
96673 src/com/gps/webservice/PolygonRegionSOAPImpl.java 654 There is log block not surrounded by if
96674 src/com/gps/webservice/PolygonRegionSOAPImpl.java 654 There is log block not surrounded by if
96675 src/com/gps/webservice/PolygonRegionSOAPImpl.java 655 A method should have only one exit point, and that should be the last statement in the method
96676 src/com/gps/webservice/PolygonRegionSOAPImpl.java 660 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96677 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 Avoid printStackTrace(); use a logger call instead.
96678 src/com/gps/webservice/PolygonRegionSOAPImpl.java 662 Potential violation of Law of Demeter (object not created locally)
96679 src/com/gps/webservice/PolygonRegionSOAPImpl.java 669 Parameter 'nextTrip' is not assigned and could be declared final
96680 src/com/gps/webservice/PolygonRegionSOAPImpl.java 669 Parameter 'sessVal' is not assigned and could be declared final
96681 src/com/gps/webservice/PolygonRegionSOAPImpl.java 669 Parameter 'time' is not assigned and could be declared final
96682 src/com/gps/webservice/PolygonRegionSOAPImpl.java 672 Local variable 'cal' could be declared final
96683 src/com/gps/webservice/PolygonRegionSOAPImpl.java 673 Found 'DD'-anomaly for variable 'nxtTriptime' (lines '673'-'689').
96684 src/com/gps/webservice/PolygonRegionSOAPImpl.java 674 Found 'DD'-anomaly for variable 'packTime' (lines '674'-'678').
96685 src/com/gps/webservice/PolygonRegionSOAPImpl.java 677 There is log block not surrounded by if
96686 src/com/gps/webservice/PolygonRegionSOAPImpl.java 677 There is log block not surrounded by if
96687 src/com/gps/webservice/PolygonRegionSOAPImpl.java 680 Potential violation of Law of Demeter (object not created locally)
96688 src/com/gps/webservice/PolygonRegionSOAPImpl.java 681 Avoid using Literals in Conditional Statements
96689 src/com/gps/webservice/PolygonRegionSOAPImpl.java 682 Potential violation of Law of Demeter (object not created locally)
96690 src/com/gps/webservice/PolygonRegionSOAPImpl.java 683 Potential violation of Law of Demeter (object not created locally)
96691 src/com/gps/webservice/PolygonRegionSOAPImpl.java 685 Potential violation of Law of Demeter (object not created locally)
96692 src/com/gps/webservice/PolygonRegionSOAPImpl.java 686 Potential violation of Law of Demeter (object not created locally)
96693 src/com/gps/webservice/PolygonRegionSOAPImpl.java 689 Potential violation of Law of Demeter (object not created locally)
96694 src/com/gps/webservice/PolygonRegionSOAPImpl.java 691 There is log block not surrounded by if
96695 src/com/gps/webservice/PolygonRegionSOAPImpl.java 691 There is log block not surrounded by if
96696 src/com/gps/webservice/PolygonRegionSOAPImpl.java 692 Useless parentheses.
96697 src/com/gps/webservice/PolygonRegionSOAPImpl.java 693 A method should have only one exit point, and that should be the last statement in the method
96698 src/com/gps/webservice/PolygonRegionSOAPImpl.java 696 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96699 src/com/gps/webservice/PolygonRegionSOAPImpl.java 698 Avoid printStackTrace(); use a logger call instead.
96700 src/com/gps/webservice/PolygonRegionSOAPImpl.java 698 Potential violation of Law of Demeter (object not created locally)
96701 src/com/gps/webservice/PolygonRegionSOAPImpl.java 699 A method should have only one exit point, and that should be the last statement in the method
96702 src/com/gps/webservice/PolygonRegionSOAPImpl.java 704 Parameter 'tripList' is not assigned and could be declared final
96703 src/com/gps/webservice/PolygonRegionSOAPImpl.java 705 Parameter 'currentTrip' is not assigned and could be declared final
96704 src/com/gps/webservice/PolygonRegionSOAPImpl.java 707 Found 'DD'-anomaly for variable 'tripNext' (lines '707'-'713').
96705 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96706 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96707 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96708 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96709 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96710 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 Potential violation of Law of Demeter (method chain calls)
96711 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 There is log block not surrounded by if
96712 src/com/gps/webservice/PolygonRegionSOAPImpl.java 711 There is log block not surrounded by if
96713 src/com/gps/webservice/PolygonRegionSOAPImpl.java 712 Potential violation of Law of Demeter (method chain calls)
96714 src/com/gps/webservice/PolygonRegionSOAPImpl.java 718 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96715 src/com/gps/webservice/PolygonRegionSOAPImpl.java 720 Avoid printStackTrace(); use a logger call instead.
96716 src/com/gps/webservice/PolygonRegionSOAPImpl.java 720 Potential violation of Law of Demeter (object not created locally)
96717 src/com/gps/webservice/PolygonRegionSOAPImpl.java 725 Method names should not start with capital letters
96718 src/com/gps/webservice/PolygonRegionSOAPImpl.java 725 Parameter 'currentFence' is not assigned and could be declared final
96719 src/com/gps/webservice/PolygonRegionSOAPImpl.java 725 Parameter 'packetTime' is not assigned and could be declared final
96720 src/com/gps/webservice/PolygonRegionSOAPImpl.java 725 Parameter 'vehicleId' is not assigned and could be declared final
96721 src/com/gps/webservice/PolygonRegionSOAPImpl.java 725 publicMethodCommentRequirement Required
96722 src/com/gps/webservice/PolygonRegionSOAPImpl.java 729 Local variable 'dataOrg' could be declared final
96723 src/com/gps/webservice/PolygonRegionSOAPImpl.java 730 Local variable 'vehVO' could be declared final
96724 src/com/gps/webservice/PolygonRegionSOAPImpl.java 731 Local variable 'formater' could be declared final
96725 src/com/gps/webservice/PolygonRegionSOAPImpl.java 731 When instantiating a SimpleDateFormat object, specify a Locale
96726 src/com/gps/webservice/PolygonRegionSOAPImpl.java 732 There is log block not surrounded by if
96727 src/com/gps/webservice/PolygonRegionSOAPImpl.java 732 There is log block not surrounded by if
96728 src/com/gps/webservice/PolygonRegionSOAPImpl.java 734 Potential violation of Law of Demeter (method chain calls)
96729 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Ensure that resources like this Connection object are closed after use
96730 src/com/gps/webservice/PolygonRegionSOAPImpl.java 735 Local variable 'con' could be declared final
96731 src/com/gps/webservice/PolygonRegionSOAPImpl.java 736 Avoid variables with short names like st
96732 src/com/gps/webservice/PolygonRegionSOAPImpl.java 736 Ensure that resources like this java.sql.Statement object are closed after use
96733 src/com/gps/webservice/PolygonRegionSOAPImpl.java 736 Local variable 'st' could be declared final
96734 src/com/gps/webservice/PolygonRegionSOAPImpl.java 736 Potential violation of Law of Demeter (object not created locally)
96735 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 Avoid if (x != y) ..; else ..;
96736 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 Potential violation of Law of Demeter (object not created locally)
96737 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 Potential violation of Law of Demeter (object not created locally)
96738 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 Potential violation of Law of Demeter (object not created locally)
96739 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 The String literal "','" appears 4 times in this file; the first occurrence is on line 737
96740 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 There is log block not surrounded by if
96741 src/com/gps/webservice/PolygonRegionSOAPImpl.java 737 There is log block not surrounded by if
96742 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Avoid if (x != y) ..; else ..;
96743 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Local variable 'update' could be declared final
96744 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Potential violation of Law of Demeter (object not created locally)
96745 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Potential violation of Law of Demeter (object not created locally)
96746 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Potential violation of Law of Demeter (object not created locally)
96747 src/com/gps/webservice/PolygonRegionSOAPImpl.java 738 Potential violation of Law of Demeter (object not created locally)
96748 src/com/gps/webservice/PolygonRegionSOAPImpl.java 740 Avoid using Literals in Conditional Statements
96749 src/com/gps/webservice/PolygonRegionSOAPImpl.java 742 There is log block not surrounded by if
96750 src/com/gps/webservice/PolygonRegionSOAPImpl.java 742 There is log block not surrounded by if
96751 src/com/gps/webservice/PolygonRegionSOAPImpl.java 744 Potential violation of Law of Demeter (object not created locally)
96752 src/com/gps/webservice/PolygonRegionSOAPImpl.java 745 Potential violation of Law of Demeter (object not created locally)
96753 src/com/gps/webservice/PolygonRegionSOAPImpl.java 747 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96754 src/com/gps/webservice/PolygonRegionSOAPImpl.java 749 There is log block not surrounded by if
96755 src/com/gps/webservice/PolygonRegionSOAPImpl.java 750 Avoid printStackTrace(); use a logger call instead.
96756 src/com/gps/webservice/PolygonRegionSOAPImpl.java 756 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
96757 src/com/gps/webservice/PolygonRegionSOAPImpl.java 756 Parameter 'currentFence' is not assigned and could be declared final
96758 src/com/gps/webservice/PolygonRegionSOAPImpl.java 756 Parameter 'inFence' is not assigned and could be declared final
96759 src/com/gps/webservice/PolygonRegionSOAPImpl.java 756 Parameter 'packetTime' is not assigned and could be declared final
96760 src/com/gps/webservice/PolygonRegionSOAPImpl.java 756 Parameter 'vehicleId' is not assigned and could be declared final
96761 src/com/gps/webservice/PolygonRegionSOAPImpl.java 758 There is log block not surrounded by if
96762 src/com/gps/webservice/PolygonRegionSOAPImpl.java 758 There is log block not surrounded by if
96763 src/com/gps/webservice/PolygonRegionSOAPImpl.java 761 Found 'DU'-anomaly for variable 'Correcttrip' (lines '761'-'812').
96764 src/com/gps/webservice/PolygonRegionSOAPImpl.java 761 Local variable 'Correcttrip' could be declared final
96765 src/com/gps/webservice/PolygonRegionSOAPImpl.java 761 Variables should start with a lowercase character, 'Correcttrip' starts with uppercase character.
96766 src/com/gps/webservice/PolygonRegionSOAPImpl.java 766 There is log block not surrounded by if
96767 src/com/gps/webservice/PolygonRegionSOAPImpl.java 766 There is log block not surrounded by if
96768 src/com/gps/webservice/PolygonRegionSOAPImpl.java 767 Local variable 'daoObj' could be declared final
96769 src/com/gps/webservice/PolygonRegionSOAPImpl.java 769 Local variable 'reportDao' could be declared final
96770 src/com/gps/webservice/PolygonRegionSOAPImpl.java 774 Potential violation of Law of Demeter (method chain calls)
96771 src/com/gps/webservice/PolygonRegionSOAPImpl.java 774 Potential violation of Law of Demeter (object not created locally)
96772 src/com/gps/webservice/PolygonRegionSOAPImpl.java 779 Potential violation of Law of Demeter (method chain calls)
96773 src/com/gps/webservice/PolygonRegionSOAPImpl.java 779 Potential violation of Law of Demeter (method chain calls)
96774 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 Potential violation of Law of Demeter (method chain calls)
96775 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 Potential violation of Law of Demeter (method chain calls)
96776 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 There is log block not surrounded by if
96777 src/com/gps/webservice/PolygonRegionSOAPImpl.java 781 There is log block not surrounded by if
96778 src/com/gps/webservice/PolygonRegionSOAPImpl.java 782 Local variable 'daoObj' could be declared final
96779 src/com/gps/webservice/PolygonRegionSOAPImpl.java 783 Local variable 'reportDao' could be declared final
96780 src/com/gps/webservice/PolygonRegionSOAPImpl.java 795 There is log block not surrounded by if
96781 src/com/gps/webservice/PolygonRegionSOAPImpl.java 795 There is log block not surrounded by if
96782 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 Potential violation of Law of Demeter (method chain calls)
96783 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 Potential violation of Law of Demeter (method chain calls)
96784 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 There is log block not surrounded by if
96785 src/com/gps/webservice/PolygonRegionSOAPImpl.java 800 There is log block not surrounded by if
96786 src/com/gps/webservice/PolygonRegionSOAPImpl.java 801 Local variable 'daoObj' could be declared final
96787 src/com/gps/webservice/PolygonRegionSOAPImpl.java 802 Local variable 'reportDao' could be declared final
96788 src/com/gps/webservice/PolygonRegionSOAPImpl.java 808 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96789 src/com/gps/webservice/PolygonRegionSOAPImpl.java 810 The String literal "error:" appears 4 times in this file; the first occurrence is on line 810
96790 src/com/gps/webservice/PolygonRegionSOAPImpl.java 810 There is log block not surrounded by if
96791 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Avoid unused method parameters such as 'packetTime'.
96792 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'packetTime' is not assigned and could be declared final
96793 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'session' is not assigned and could be declared final
96794 src/com/gps/webservice/PolygonRegionSOAPImpl.java 815 Parameter 'vehicleId' is not assigned and could be declared final
96795 src/com/gps/webservice/PolygonRegionSOAPImpl.java 821 Local variable 'startFence' could be declared final
96796 src/com/gps/webservice/PolygonRegionSOAPImpl.java 828 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96797 src/com/gps/webservice/PolygonRegionSOAPImpl.java 830 There is log block not surrounded by if
96798 src/com/gps/webservice/PolygonRegionSOAPImpl.java 835 Comment is too large: Line too long
96799 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
96800 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Avoid really long methods.
96801 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'currentFence' is not assigned and could be declared final
96802 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'currentLat' is not assigned and could be declared final
96803 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'currentLon' is not assigned and could be declared final
96804 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'inPolygon' is not assigned and could be declared final
96805 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'packetTime' is not assigned and could be declared final
96806 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'sessVal' is not assigned and could be declared final
96807 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 Parameter 'vehicleId' is not assigned and could be declared final
96808 src/com/gps/webservice/PolygonRegionSOAPImpl.java 836 The method 'infence' has a Cyclomatic Complexity of 21.
96809 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Potential violation of Law of Demeter (method chain calls)
96810 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Useless parentheses.
96811 src/com/gps/webservice/PolygonRegionSOAPImpl.java 843 Useless parentheses.
96812 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
96813 src/com/gps/webservice/PolygonRegionSOAPImpl.java 845 There is log block not surrounded by if
96814 src/com/gps/webservice/PolygonRegionSOAPImpl.java 846 A method should have only one exit point, and that should be the last statement in the method
96815 src/com/gps/webservice/PolygonRegionSOAPImpl.java 850 Found 'DD'-anomaly for variable 'seqFence' (lines '850'-'860').
96816 src/com/gps/webservice/PolygonRegionSOAPImpl.java 850 Found 'DD'-anomaly for variable 'seqFence' (lines '850'-'866').
96817 src/com/gps/webservice/PolygonRegionSOAPImpl.java 851 Local variable 'currentId' could be declared final
96818 src/com/gps/webservice/PolygonRegionSOAPImpl.java 856 Avoid using Literals in Conditional Statements
96819 src/com/gps/webservice/PolygonRegionSOAPImpl.java 858 Found 'DU'-anomaly for variable 'stopTime' (lines '858'-'945').
96820 src/com/gps/webservice/PolygonRegionSOAPImpl.java 859 Avoid using if statements without curly braces
96821 src/com/gps/webservice/PolygonRegionSOAPImpl.java 860 Potential violation of Law of Demeter (method chain calls)
96822 src/com/gps/webservice/PolygonRegionSOAPImpl.java 864 Found 'DU'-anomaly for variable 'stopTime' (lines '864'-'945').
96823 src/com/gps/webservice/PolygonRegionSOAPImpl.java 865 Avoid using if statements without curly braces
96824 src/com/gps/webservice/PolygonRegionSOAPImpl.java 866 Potential violation of Law of Demeter (method chain calls)
96825 src/com/gps/webservice/PolygonRegionSOAPImpl.java 869 There is log block not surrounded by if
96826 src/com/gps/webservice/PolygonRegionSOAPImpl.java 869 There is log block not surrounded by if
96827 src/com/gps/webservice/PolygonRegionSOAPImpl.java 872 Avoid if (x != y) ..; else ..;
96828 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 Avoid using if...else statements without curly braces
96829 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 Do not add empty strings
96830 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 Potential violation of Law of Demeter (method chain calls)
96831 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 Potential violation of Law of Demeter (method chain calls)
96832 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 There is log block not surrounded by if
96833 src/com/gps/webservice/PolygonRegionSOAPImpl.java 873 There is log block not surrounded by if
96834 src/com/gps/webservice/PolygonRegionSOAPImpl.java 875 Avoid using if...else statements without curly braces
96835 src/com/gps/webservice/PolygonRegionSOAPImpl.java 875 There is log block not surrounded by if
96836 src/com/gps/webservice/PolygonRegionSOAPImpl.java 875 There is log block not surrounded by if
96837 src/com/gps/webservice/PolygonRegionSOAPImpl.java 876 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96838 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 There is log block not surrounded by if
96839 src/com/gps/webservice/PolygonRegionSOAPImpl.java 878 There is log block not surrounded by if
96840 src/com/gps/webservice/PolygonRegionSOAPImpl.java 879 Avoid printStackTrace(); use a logger call instead.
96841 src/com/gps/webservice/PolygonRegionSOAPImpl.java 879 Potential violation of Law of Demeter (object not created locally)
96842 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Position literals first in String comparisons
96843 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Potential violation of Law of Demeter (object not created locally)
96844 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Potential violation of Law of Demeter (object not created locally)
96845 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Potential violation of Law of Demeter (object not created locally)
96846 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Useless parentheses.
96847 src/com/gps/webservice/PolygonRegionSOAPImpl.java 883 Useless parentheses.
96848 src/com/gps/webservice/PolygonRegionSOAPImpl.java 885 There is log block not surrounded by if
96849 src/com/gps/webservice/PolygonRegionSOAPImpl.java 885 There is log block not surrounded by if
96850 src/com/gps/webservice/PolygonRegionSOAPImpl.java 889 A method should have only one exit point, and that should be the last statement in the method
96851 src/com/gps/webservice/PolygonRegionSOAPImpl.java 893 There is log block not surrounded by if
96852 src/com/gps/webservice/PolygonRegionSOAPImpl.java 893 There is log block not surrounded by if
96853 src/com/gps/webservice/PolygonRegionSOAPImpl.java 897 A method should have only one exit point, and that should be the last statement in the method
96854 src/com/gps/webservice/PolygonRegionSOAPImpl.java 899 Comment is too large: Line too long
96855 src/com/gps/webservice/PolygonRegionSOAPImpl.java 902 There is log block not surrounded by if
96856 src/com/gps/webservice/PolygonRegionSOAPImpl.java 902 There is log block not surrounded by if
96857 src/com/gps/webservice/PolygonRegionSOAPImpl.java 906 A method should have only one exit point, and that should be the last statement in the method
96858 src/com/gps/webservice/PolygonRegionSOAPImpl.java 908 Potential violation of Law of Demeter (method chain calls)
96859 src/com/gps/webservice/PolygonRegionSOAPImpl.java 908 Potential violation of Law of Demeter (method chain calls)
96860 src/com/gps/webservice/PolygonRegionSOAPImpl.java 908 Potential violation of Law of Demeter (object not created locally)
96861 src/com/gps/webservice/PolygonRegionSOAPImpl.java 910 There is log block not surrounded by if
96862 src/com/gps/webservice/PolygonRegionSOAPImpl.java 910 There is log block not surrounded by if
96863 src/com/gps/webservice/PolygonRegionSOAPImpl.java 918 Found 'DD'-anomaly for variable 'dateDiff' (lines '918'-'919').
96864 src/com/gps/webservice/PolygonRegionSOAPImpl.java 918 Potential violation of Law of Demeter (method chain calls)
96865 src/com/gps/webservice/PolygonRegionSOAPImpl.java 918 Potential violation of Law of Demeter (method chain calls)
96866 src/com/gps/webservice/PolygonRegionSOAPImpl.java 924 There is log block not surrounded by if
96867 src/com/gps/webservice/PolygonRegionSOAPImpl.java 924 There is log block not surrounded by if
96868 src/com/gps/webservice/PolygonRegionSOAPImpl.java 926 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96869 src/com/gps/webservice/PolygonRegionSOAPImpl.java 928 There is log block not surrounded by if
96870 src/com/gps/webservice/PolygonRegionSOAPImpl.java 928 There is log block not surrounded by if
96871 src/com/gps/webservice/PolygonRegionSOAPImpl.java 929 Avoid printStackTrace(); use a logger call instead.
96872 src/com/gps/webservice/PolygonRegionSOAPImpl.java 929 Potential violation of Law of Demeter (object not created locally)
96873 src/com/gps/webservice/PolygonRegionSOAPImpl.java 933 A method should have only one exit point, and that should be the last statement in the method
96874 src/com/gps/webservice/PolygonRegionSOAPImpl.java 936 A method should have only one exit point, and that should be the last statement in the method
96875 src/com/gps/webservice/PolygonRegionSOAPImpl.java 936 Avoid using if...else statements without curly braces
96876 src/com/gps/webservice/PolygonRegionSOAPImpl.java 939 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96877 src/com/gps/webservice/PolygonRegionSOAPImpl.java 940 Potential violation of Law of Demeter (object not created locally)
96878 src/com/gps/webservice/PolygonRegionSOAPImpl.java 940 There is log block not surrounded by if
96879 src/com/gps/webservice/PolygonRegionSOAPImpl.java 941 Avoid printStackTrace(); use a logger call instead.
96880 src/com/gps/webservice/PolygonRegionSOAPImpl.java 941 Potential violation of Law of Demeter (object not created locally)
96881 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Avoid really long methods.
96882 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Avoid reassigning parameters such as 'currentFence'
96883 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Method names should not start with capital letters
96884 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Parameter 'msgType' is not assigned and could be declared final
96885 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Parameter 'packetTime' is not assigned and could be declared final
96886 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Parameter 'sessionVal' is not assigned and could be declared final
96887 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 Parameter 'vehicleId' is not assigned and could be declared final
96888 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 The method 'SendSMS' has a Cyclomatic Complexity of 15.
96889 src/com/gps/webservice/PolygonRegionSOAPImpl.java 947 The method SendSMS() has an NPath complexity of 1140
96890 src/com/gps/webservice/PolygonRegionSOAPImpl.java 950 Avoid using if statements without curly braces
96891 src/com/gps/webservice/PolygonRegionSOAPImpl.java 951 A method should have only one exit point, and that should be the last statement in the method
96892 src/com/gps/webservice/PolygonRegionSOAPImpl.java 953 Local variable 'school' could be declared final
96893 src/com/gps/webservice/PolygonRegionSOAPImpl.java 953 Potential violation of Law of Demeter (method chain calls)
96894 src/com/gps/webservice/PolygonRegionSOAPImpl.java 953 Potential violation of Law of Demeter (method chain calls)
96895 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Avoid declaring a variable if it is unreferenced before a possible exit point.
96896 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Avoid unused local variables such as 'formatter'.
96897 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Found 'DU'-anomaly for variable 'formatter' (lines '955'-'1,053').
96898 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 Local variable 'formatter' could be declared final
96899 src/com/gps/webservice/PolygonRegionSOAPImpl.java 955 When instantiating a SimpleDateFormat object, specify a Locale
96900 src/com/gps/webservice/PolygonRegionSOAPImpl.java 956 Local variable 'format' could be declared final
96901 src/com/gps/webservice/PolygonRegionSOAPImpl.java 956 When instantiating a SimpleDateFormat object, specify a Locale
96902 src/com/gps/webservice/PolygonRegionSOAPImpl.java 957 Local variable 'dateformat' could be declared final
96903 src/com/gps/webservice/PolygonRegionSOAPImpl.java 957 When instantiating a SimpleDateFormat object, specify a Locale
96904 src/com/gps/webservice/PolygonRegionSOAPImpl.java 958 Found 'DU'-anomaly for variable 'Packetformat' (lines '958'-'1,053').
96905 src/com/gps/webservice/PolygonRegionSOAPImpl.java 958 Local variable 'Packetformat' could be declared final
96906 src/com/gps/webservice/PolygonRegionSOAPImpl.java 958 Variables should start with a lowercase character, 'Packetformat' starts with uppercase character.
96907 src/com/gps/webservice/PolygonRegionSOAPImpl.java 958 When instantiating a SimpleDateFormat object, specify a Locale
96908 src/com/gps/webservice/PolygonRegionSOAPImpl.java 959 Local variable 'date' could be declared final
96909 src/com/gps/webservice/PolygonRegionSOAPImpl.java 959 Potential violation of Law of Demeter (object not created locally)
96910 src/com/gps/webservice/PolygonRegionSOAPImpl.java 960 Local variable 'time' could be declared final
96911 src/com/gps/webservice/PolygonRegionSOAPImpl.java 960 Potential violation of Law of Demeter (object not created locally)
96912 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Found 'DD'-anomaly for variable 'dateDiff' (lines '963'-'964').
96913 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Potential violation of Law of Demeter (method chain calls)
96914 src/com/gps/webservice/PolygonRegionSOAPImpl.java 963 Potential violation of Law of Demeter (method chain calls)
96915 src/com/gps/webservice/PolygonRegionSOAPImpl.java 966 Potential violation of Law of Demeter (object not created locally)
96916 src/com/gps/webservice/PolygonRegionSOAPImpl.java 967 Potential violation of Law of Demeter (object not created locally)
96917 src/com/gps/webservice/PolygonRegionSOAPImpl.java 970 Potential violation of Law of Demeter (object not created locally)
96918 src/com/gps/webservice/PolygonRegionSOAPImpl.java 973 Local variable 'result1' could be declared final
96919 src/com/gps/webservice/PolygonRegionSOAPImpl.java 973 Potential violation of Law of Demeter (method chain calls)
96920 src/com/gps/webservice/PolygonRegionSOAPImpl.java 974 There is log block not surrounded by if
96921 src/com/gps/webservice/PolygonRegionSOAPImpl.java 974 There is log block not surrounded by if
96922 src/com/gps/webservice/PolygonRegionSOAPImpl.java 975 Found 'DD'-anomaly for variable 'finalMessge' (lines '975'-'977').
96923 src/com/gps/webservice/PolygonRegionSOAPImpl.java 980 Avoid printStackTrace(); use a logger call instead.
96924 src/com/gps/webservice/PolygonRegionSOAPImpl.java 980 Potential violation of Law of Demeter (object not created locally)
96925 src/com/gps/webservice/PolygonRegionSOAPImpl.java 983 There is log block not surrounded by if
96926 src/com/gps/webservice/PolygonRegionSOAPImpl.java 983 There is log block not surrounded by if
96927 src/com/gps/webservice/PolygonRegionSOAPImpl.java 984 Found 'DD'-anomaly for variable 'mob' (lines '984'-'1,023').
96928 src/com/gps/webservice/PolygonRegionSOAPImpl.java 984 Found 'DU'-anomaly for variable 'mob' (lines '984'-'1,053').
96929 src/com/gps/webservice/PolygonRegionSOAPImpl.java 985 Comment is too large: Line too long
96930 src/com/gps/webservice/PolygonRegionSOAPImpl.java 987 System.out.print is used
96931 src/com/gps/webservice/PolygonRegionSOAPImpl.java 989 Avoid declaring a variable if it is unreferenced before a possible exit point.
96932 src/com/gps/webservice/PolygonRegionSOAPImpl.java 989 Found 'DU'-anomaly for variable 'geoDAO' (lines '989'-'1,053').
96933 src/com/gps/webservice/PolygonRegionSOAPImpl.java 989 Local variable 'geoDAO' could be declared final
96934 src/com/gps/webservice/PolygonRegionSOAPImpl.java 991 Avoid using Literals in Conditional Statements
96935 src/com/gps/webservice/PolygonRegionSOAPImpl.java 992 Avoid using if...else statements without curly braces
96936 src/com/gps/webservice/PolygonRegionSOAPImpl.java 992 Found 'DU'-anomaly for variable 'nxtId' (lines '992'-'1,053').
96937 src/com/gps/webservice/PolygonRegionSOAPImpl.java 994 Avoid using if...else statements without curly braces
96938 src/com/gps/webservice/PolygonRegionSOAPImpl.java 994 Found 'DU'-anomaly for variable 'nxtId' (lines '994'-'1,053').
96939 src/com/gps/webservice/PolygonRegionSOAPImpl.java 996 Avoid using if statements without curly braces
96940 src/com/gps/webservice/PolygonRegionSOAPImpl.java 996 Potential violation of Law of Demeter (method chain calls)
96941 src/com/gps/webservice/PolygonRegionSOAPImpl.java 999 Avoid using Literals in Conditional Statements
96942 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1001 Avoid if (x != y) ..; else ..;
96943 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1003 Potential violation of Law of Demeter (object not created locally)
96944 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 Potential violation of Law of Demeter (method chain calls)
96945 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 Potential violation of Law of Demeter (method chain calls)
96946 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 Potential violation of Law of Demeter (method chain calls)
96947 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 Potential violation of Law of Demeter (method chain calls)
96948 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 There is log block not surrounded by if
96949 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1005 There is log block not surrounded by if
96950 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1010 There is log block not surrounded by if
96951 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1010 There is log block not surrounded by if
96952 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 Potential violation of Law of Demeter (method chain calls)
96953 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 Potential violation of Law of Demeter (method chain calls)
96954 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 Potential violation of Law of Demeter (method chain calls)
96955 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 Potential violation of Law of Demeter (method chain calls)
96956 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 There is log block not surrounded by if
96957 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1019 There is log block not surrounded by if
96958 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1022 There is log block not surrounded by if
96959 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1022 There is log block not surrounded by if
96960 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1023 Potential violation of Law of Demeter (object not created locally)
96961 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 Avoid using if...else statements without curly braces
96962 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 There is log block not surrounded by if
96963 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1027 There is log block not surrounded by if
96964 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1029 Avoid using Literals in Conditional Statements
96965 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1031 There is log block not surrounded by if
96966 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1031 There is log block not surrounded by if
96967 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1033 Found 'DD'-anomaly for variable 'type' (lines '1,033'-'1,035').
96968 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1034 Avoid using Literals in Conditional Statements
96969 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1034 Avoid using if statements without curly braces
96970 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1040 There is log block not surrounded by if
96971 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1041 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
96972 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1043 There is log block not surrounded by if
96973 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1048 There is log block not surrounded by if
96974 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1048 There is log block not surrounded by if
96975 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1049 There is log block not surrounded by if
96976 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1049 There is log block not surrounded by if
96977 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1052 There is log block not surrounded by if
96978 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1052 There is log block not surrounded by if
96979 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1055 Parameter 'packetTime' is not assigned and could be declared final
96980 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1055 Parameter 'stopTime' is not assigned and could be declared final
96981 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1059 There is log block not surrounded by if
96982 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1059 There is log block not surrounded by if
96983 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1062 Local variable 'stopCal' could be declared final
96984 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1063 Potential violation of Law of Demeter (object not created locally)
96985 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1064 Potential violation of Law of Demeter (object not created locally)
96986 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1065 Potential violation of Law of Demeter (object not created locally)
96987 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 Potential violation of Law of Demeter (object not created locally)
96988 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 There is log block not surrounded by if
96989 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1067 There is log block not surrounded by if
96990 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1068 Potential violation of Law of Demeter (object not created locally)
96991 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1068 There is log block not surrounded by if
96992 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1068 There is log block not surrounded by if
96993 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1069 Potential violation of Law of Demeter (object not created locally)
96994 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1069 Potential violation of Law of Demeter (object not created locally)
96995 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1069 Potential violation of Law of Demeter (object not created locally)
96996 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1069 Potential violation of Law of Demeter (object not created locally)
96997 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1071 There is log block not surrounded by if
96998 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1071 There is log block not surrounded by if
96999 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1072 A method should have only one exit point, and that should be the last statement in the method
97000 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1076 There is log block not surrounded by if
97001 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1076 There is log block not surrounded by if
97002 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1080 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97003 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1082 There is log block not surrounded by if
97004 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1082 There is log block not surrounded by if
97005 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1087 Parameter 'currentTrip' is not assigned and could be declared final
97006 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1087 Parameter 'packetTime' is not assigned and could be declared final
97007 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1087 Parameter 'sessVal' is not assigned and could be declared final
97008 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Found 'DD'-anomaly for variable 'hours' (lines '1,088'-'1,095').
97009 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Found 'DD'-anomaly for variable 'hours' (lines '1,088'-'1,098').
97010 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Found 'DD'-anomaly for variable 'minutes' (lines '1,088'-'1,096').
97011 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Found 'DD'-anomaly for variable 'minutes' (lines '1,088'-'1,099').
97012 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1088 Use one line for each declaration, it enhances code readability.
97013 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1092 There is log block not surrounded by if
97014 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1092 There is log block not surrounded by if
97015 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1093 Local variable 'stopCal' could be declared final
97016 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1094 Avoid using Literals in Conditional Statements
97017 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1101 There is log block not surrounded by if
97018 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1101 There is log block not surrounded by if
97019 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1103 Potential violation of Law of Demeter (object not created locally)
97020 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1104 Potential violation of Law of Demeter (object not created locally)
97021 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1107 Potential violation of Law of Demeter (object not created locally)
97022 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1107 There is log block not surrounded by if
97023 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1107 There is log block not surrounded by if
97024 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 Potential violation of Law of Demeter (object not created locally)
97025 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 There is log block not surrounded by if
97026 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1108 There is log block not surrounded by if
97027 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 Potential violation of Law of Demeter (object not created locally)
97028 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 Potential violation of Law of Demeter (object not created locally)
97029 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 Potential violation of Law of Demeter (object not created locally)
97030 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1109 Potential violation of Law of Demeter (object not created locally)
97031 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1111 There is log block not surrounded by if
97032 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1111 There is log block not surrounded by if
97033 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1112 A method should have only one exit point, and that should be the last statement in the method
97034 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1116 There is log block not surrounded by if
97035 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1116 There is log block not surrounded by if
97036 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1117 A method should have only one exit point, and that should be the last statement in the method
97037 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97038 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 There is log block not surrounded by if
97039 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1121 There is log block not surrounded by if
97040 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 Parameter 'Fence' is not assigned and could be declared final
97041 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 Parameter 'currentLat' is not assigned and could be declared final
97042 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 Parameter 'currentLon' is not assigned and could be declared final
97043 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1128 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
97044 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1131 There is log block not surrounded by if
97045 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1131 There is log block not surrounded by if
97046 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1132 Avoid unnecessary if..then..else statements when returning booleans
97047 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1134 A method should have only one exit point, and that should be the last statement in the method
97048 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1138 A method should have only one exit point, and that should be the last statement in the method
97049 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97050 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1141 There is log block not surrounded by if
97051 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1141 There is log block not surrounded by if
97052 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1147 Parameter 'Fence' is not assigned and could be declared final
97053 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1147 Parameter 'currentLat' is not assigned and could be declared final
97054 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1147 Parameter 'currentLon' is not assigned and could be declared final
97055 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1147 Variables should start with a lowercase character, 'Fence' starts with uppercase character.
97056 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1150 Found 'DD'-anomaly for variable 'result' (lines '1,150'-'1,163').
97057 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1156 Local variable 'currentDistance' could be declared final
97058 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 There is log block not surrounded by if
97059 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1159 There is log block not surrounded by if
97060 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1162 There is log block not surrounded by if
97061 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1162 There is log block not surrounded by if
97062 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97063 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1168 Potential violation of Law of Demeter (object not created locally)
97064 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1168 There is log block not surrounded by if
97065 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 Parameter 'lat1' is not assigned and could be declared final
97066 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 Parameter 'lat2' is not assigned and could be declared final
97067 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 Parameter 'lon1' is not assigned and could be declared final
97068 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 Parameter 'lon2' is not assigned and could be declared final
97069 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1174 Parameter 'unit' is not assigned and could be declared final
97070 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1175 Local variable 'theta' could be declared final
97071 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1176 Found 'DD'-anomaly for variable 'dist' (lines '1,176'-'1,177').
97072 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1180 Avoid using Literals in Conditional Statements
97073 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1180 Use equals() to compare strings instead of '==' or '!='
97074 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1182 Avoid using Literals in Conditional Statements
97075 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1182 Use equals() to compare strings instead of '==' or '!='
97076 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1185 This statement may have some unnecessary parentheses
97077 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1185 Useless parentheses.
97078 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1188 Parameter 'deg' is not assigned and could be declared final
97079 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1189 Useless parentheses.
97080 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1192 Parameter 'rad' is not assigned and could be declared final
97081 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1193 Useless parentheses.
97082 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 A method/constructor shouldnt explicitly throw java.lang.Exception
97083 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Parameter 'lat' is not assigned and could be declared final
97084 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Parameter 'lon' is not assigned and could be declared final
97085 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Parameter 'packetTime' is not assigned and could be declared final
97086 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 Parameter 'vehicleId' is not assigned and could be declared final
97087 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1196 publicMethodCommentRequirement Required
97088 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1198 Found 'DD'-anomaly for variable 'fenceList' (lines '1,198'-'1,209').
97089 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1201 Avoid declaring a variable if it is unreferenced before a possible exit point.
97090 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1201 Avoid unused local variables such as 'sessVal'.
97091 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1201 Found 'DU'-anomaly for variable 'sessVal' (lines '1,201'-'1,222').
97092 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1201 Local variable 'sessVal' could be declared final
97093 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1207 There is log block not surrounded by if
97094 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1207 There is log block not surrounded by if
97095 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1208 Comment is too large: Line too long
97096 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1211 Local variable 'currentFence' could be declared final
97097 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1213 There is log block not surrounded by if
97098 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1213 There is log block not surrounded by if
97099 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1217 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97100 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1219 There is log block not surrounded by if
97101 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 A method/constructor shouldnt explicitly throw java.lang.Exception
97102 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Parameter 'lat' is not assigned and could be declared final
97103 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Parameter 'lon' is not assigned and could be declared final
97104 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Parameter 'packetTime' is not assigned and could be declared final
97105 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Parameter 'tripid' is not assigned and could be declared final
97106 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 Parameter 'vehicleId' is not assigned and could be declared final
97107 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1224 publicMethodCommentRequirement Required
97108 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1226 Found 'DD'-anomaly for variable 'fenceList' (lines '1,226'-'1,234').
97109 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1229 Avoid declaring a variable if it is unreferenced before a possible exit point.
97110 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1229 Avoid unused local variables such as 'sessVal'.
97111 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1229 Found 'DU'-anomaly for variable 'sessVal' (lines '1,229'-'1,247').
97112 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1229 Local variable 'sessVal' could be declared final
97113 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1236 Local variable 'currentFence' could be declared final
97114 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97115 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1244 There is log block not surrounded by if
97116 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1249 Found 'UR'-anomaly for variable 'fence' (lines '1,249'-'1,262').
97117 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1249 Parameter 'fenceList' is not assigned and could be declared final
97118 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1249 Parameter 'lat' is not assigned and could be declared final
97119 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1249 Parameter 'lon' is not assigned and could be declared final
97120 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1249 Parameter 'vehicleId' is not assigned and could be declared final
97121 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1251 Found 'DD'-anomaly for variable 'stat' (lines '1,251'-'1,268').
97122 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1251 Found 'DD'-anomaly for variable 'stat' (lines '1,251'-'1,273').
97123 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1251 Found 'DU'-anomaly for variable 'stat' (lines '1,251'-'1,294').
97124 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1253 Found 'DD'-anomaly for variable 'currentFence' (lines '1,253'-'1,280').
97125 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1256 Local variable 'fence' could be declared final
97126 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1262 Potential violation of Law of Demeter (method chain calls)
97127 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1264 Avoid if (x != y) ..; else ..;
97128 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1264 Potential violation of Law of Demeter (object not created locally)
97129 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1267 Avoid instantiating new objects inside loops
97130 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1269 Comment is too large: Line too long
97131 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1279 Potential violation of Law of Demeter (object not created locally)
97132 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1279 There is log block not surrounded by if
97133 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1279 There is log block not surrounded by if
97134 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1284 Avoid empty if statements
97135 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1289 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97136 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1291 There is log block not surrounded by if
97137 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 Parameter 'port' is not assigned and could be declared final
97138 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 Parameter 'proxy' is not assigned and could be declared final
97139 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 Parameter 'queryString' is not assigned and could be declared final
97140 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 Parameter 'url' is not assigned and could be declared final
97141 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1296 publicMethodCommentRequirement Required
97142 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1298 Found 'DD'-anomaly for variable 'stat' (lines '1,298'-'1,304').
97143 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1300 Local variable 'httpGps' could be declared final
97144 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1304 Potential violation of Law of Demeter (object not created locally)
97145 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1307 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97146 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1309 Potential violation of Law of Demeter (object not created locally)
97147 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1309 There is log block not surrounded by if
97148 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Found 'UR'-anomaly for variable 'geofence' (lines '1,314'-'1,334').
97149 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Found 'UR'-anomaly for variable 'geofence' (lines '1,314'-'1,336').
97150 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'currentFence' is not assigned and could be declared final
97151 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'message' is not assigned and could be declared final
97152 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'msgType' is not assigned and could be declared final
97153 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'password' is not assigned and could be declared final
97154 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'port' is not assigned and could be declared final
97155 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'proxy' is not assigned and could be declared final
97156 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'senderId' is not assigned and could be declared final
97157 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'url' is not assigned and could be declared final
97158 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Parameter 'username' is not assigned and could be declared final
97159 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 Rather than using a lot of String arguments, consider using a container object for those values.
97160 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1314 publicMethodCommentRequirement Required
97161 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1316 Found 'DD'-anomaly for variable 'stat' (lines '1,316'-'1,324').
97162 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1318 Found 'DU'-anomaly for variable 'httpGps' (lines '1,318'-'1,349').
97163 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1318 Local variable 'httpGps' could be declared final
97164 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1324 Potential violation of Law of Demeter (object not created locally)
97165 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1328 Local variable 'mappedFences' could be declared final
97166 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1330 Avoid using Literals in Conditional Statements
97167 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1330 Potential violation of Law of Demeter (object not created locally)
97168 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1330 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
97169 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1332 Local variable 'geofence' could be declared final
97170 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1334 Avoid using if...else statements without curly braces
97171 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1334 Potential violation of Law of Demeter (object not created locally)
97172 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1336 Avoid using if...else statements without curly braces
97173 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1336 Potential violation of Law of Demeter (object not created locally)
97174 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1341 Comment is too large: Line too long
97175 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1344 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97176 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1346 Potential violation of Law of Demeter (object not created locally)
97177 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1346 There is log block not surrounded by if
97178 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'currentFence' is not assigned and could be declared final
97179 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'message' is not assigned and could be declared final
97180 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'password' is not assigned and could be declared final
97181 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'port' is not assigned and could be declared final
97182 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'proxy' is not assigned and could be declared final
97183 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'senderId' is not assigned and could be declared final
97184 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'url' is not assigned and could be declared final
97185 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Parameter 'username' is not assigned and could be declared final
97186 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 Rather than using a lot of String arguments, consider using a container object for those values.
97187 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1351 publicMethodCommentRequirement Required
97188 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1353 Found 'DD'-anomaly for variable 'stat' (lines '1,353'-'1,358').
97189 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1355 Local variable 'httpGps' could be declared final
97190 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1358 Potential violation of Law of Demeter (object not created locally)
97191 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97192 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1363 Potential violation of Law of Demeter (object not created locally)
97193 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1363 There is log block not surrounded by if
97194 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Avoid really long methods.
97195 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Method names should not start with capital letters
97196 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Parameter 'lat' is not assigned and could be declared final
97197 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Parameter 'lon' is not assigned and could be declared final
97198 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Parameter 'packetTime' is not assigned and could be declared final
97199 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 Parameter 'vehicleId' is not assigned and could be declared final
97200 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 The method 'WhetherInterested' has a Cyclomatic Complexity of 31.
97201 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 The method WhetherInterested() has an NCSS line count of 140
97202 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1375 The method WhetherInterested() has an NPath complexity of 191523
97203 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1377 There is log block not surrounded by if
97204 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1377 There is log block not surrounded by if
97205 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1379 Found 'DD'-anomaly for variable 'stat' (lines '1,379'-'1,428').
97206 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1379 Found 'DU'-anomaly for variable 'stat' (lines '1,379'-'1,623').
97207 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1380 Found 'DU'-anomaly for variable 'format' (lines '1,380'-'1,623').
97208 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1380 Local variable 'format' could be declared final
97209 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1380 When instantiating a SimpleDateFormat object, specify a Locale
97210 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1381 Found 'DD'-anomaly for variable 'intime' (lines '1,381'-'1,425').
97211 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1381 Found 'DU'-anomaly for variable 'intime' (lines '1,381'-'1,623').
97212 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 Local variable 'formatter' could be declared final
97213 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1382 When instantiating a SimpleDateFormat object, specify a Locale
97214 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1383 Found 'DU'-anomaly for variable 'datOrg' (lines '1,383'-'1,623').
97215 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1383 Local variable 'datOrg' could be declared final
97216 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1384 Found 'DU'-anomaly for variable 'vehDAO' (lines '1,384'-'1,623').
97217 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1384 Local variable 'vehDAO' could be declared final
97218 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1385 Local variable 'detailsDAO' could be declared final
97219 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1386 Found 'DU'-anomaly for variable 'currentTrip' (lines '1,386'-'1,623').
97220 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1387 Found 'DU'-anomaly for variable 'populator' (lines '1,387'-'1,623').
97221 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1387 Local variable 'populator' could be declared final
97222 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1388 Found 'DU'-anomaly for variable 'prevLoc' (lines '1,388'-'1,623').
97223 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1389 Found 'DU'-anomaly for variable 'startFence' (lines '1,389'-'1,623').
97224 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1390 Found 'DU'-anomaly for variable 'distance' (lines '1,390'-'1,623').
97225 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1391 Found 'DU'-anomaly for variable 'prevLat' (lines '1,391'-'1,623').
97226 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1391 Found 'DU'-anomaly for variable 'prevLng' (lines '1,391'-'1,623').
97227 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1391 Use one line for each declaration, it enhances code readability.
97228 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Found 'DU'-anomaly for variable 'dataOrg' (lines '1,393'-'1,623').
97229 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1393 Local variable 'dataOrg' could be declared final
97230 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1394 Found 'DD'-anomaly for variable 'vehVO' (lines '1,394'-'1,430').
97231 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1394 Found 'DU'-anomaly for variable 'vehVO' (lines '1,394'-'1,623').
97232 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1395 Found 'DD'-anomaly for variable 'speed' (lines '1,395'-'1,431').
97233 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1395 Found 'DU'-anomaly for variable 'speed' (lines '1,395'-'1,623').
97234 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1400 Potential violation of Law of Demeter (object not created locally)
97235 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1400 There is log block not surrounded by if
97236 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1400 There is log block not surrounded by if
97237 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1401 Avoid using Literals in Conditional Statements
97238 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1404 Local variable 'config' could be declared final
97239 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1405 Local variable 'props' could be declared final
97240 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1405 Potential violation of Law of Demeter (object not created locally)
97241 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1406 Potential violation of Law of Demeter (object not created locally)
97242 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1407 Potential violation of Law of Demeter (object not created locally)
97243 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1408 Potential violation of Law of Demeter (object not created locally)
97244 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1409 Potential violation of Law of Demeter (object not created locally)
97245 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1410 Potential violation of Law of Demeter (object not created locally)
97246 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1411 There is log block not surrounded by if
97247 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1411 There is log block not surrounded by if
97248 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1413 Potential violation of Law of Demeter (object not created locally)
97249 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1413 Useless parentheses.
97250 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1415 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97251 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1417 There is log block not surrounded by if
97252 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 Avoid printStackTrace(); use a logger call instead.
97253 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1418 Potential violation of Law of Demeter (object not created locally)
97254 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Avoid using Literals in Conditional Statements
97255 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Avoid using if statements without curly braces
97256 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Potential violation of Law of Demeter (method chain calls)
97257 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Potential violation of Law of Demeter (method chain calls)
97258 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1422 Potential violation of Law of Demeter (object not created locally)
97259 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1423 A method should have only one exit point, and that should be the last statement in the method
97260 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1425 Potential violation of Law of Demeter (object not created locally)
97261 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1426 There is log block not surrounded by if
97262 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1426 There is log block not surrounded by if
97263 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1430 Potential violation of Law of Demeter (object not created locally)
97264 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1431 Potential violation of Law of Demeter (object not created locally)
97265 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1433 Potential violation of Law of Demeter (object not created locally)
97266 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 Potential violation of Law of Demeter (object not created locally)
97267 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 Potential violation of Law of Demeter (object not created locally)
97268 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 Potential violation of Law of Demeter (object not created locally)
97269 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 There is log block not surrounded by if
97270 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1435 There is log block not surrounded by if
97271 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1444 Potential violation of Law of Demeter (object not created locally)
97272 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1444 Potential violation of Law of Demeter (object not created locally)
97273 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1445 There is log block not surrounded by if
97274 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1445 There is log block not surrounded by if
97275 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1447 Potential violation of Law of Demeter (object not created locally)
97276 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1447 Potential violation of Law of Demeter (object not created locally)
97277 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 Potential violation of Law of Demeter (object not created locally)
97278 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 Potential violation of Law of Demeter (object not created locally)
97279 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 There is log block not surrounded by if
97280 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1449 There is log block not surrounded by if
97281 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1455 Potential violation of Law of Demeter (method chain calls)
97282 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1455 Potential violation of Law of Demeter (object not created locally)
97283 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1455 Potential violation of Law of Demeter (object not created locally)
97284 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1456 Potential violation of Law of Demeter (object not created locally)
97285 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1456 Potential violation of Law of Demeter (object not created locally)
97286 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1456 Potential violation of Law of Demeter (object not created locally)
97287 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1456 There is log block not surrounded by if
97288 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1456 There is log block not surrounded by if
97289 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1457 Potential violation of Law of Demeter (object not created locally)
97290 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1457 There is log block not surrounded by if
97291 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1457 There is log block not surrounded by if
97292 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1458 Potential violation of Law of Demeter (object not created locally)
97293 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1458 Potential violation of Law of Demeter (object not created locally)
97294 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1459 Potential violation of Law of Demeter (object not created locally)
97295 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1460 Potential violation of Law of Demeter (object not created locally)
97296 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1464 Local variable 'daoVeh' could be declared final
97297 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1465 Local variable 'vehicleObj' could be declared final
97298 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1465 Potential violation of Law of Demeter (object not created locally)
97299 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1466 Local variable 'orgId' could be declared final
97300 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1466 Potential violation of Law of Demeter (method chain calls)
97301 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1466 Potential violation of Law of Demeter (object not created locally)
97302 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1469 Potential violation of Law of Demeter (method chain calls)
97303 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1469 Potential violation of Law of Demeter (method chain calls)
97304 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1469 Potential violation of Law of Demeter (object not created locally)
97305 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1469 Potential violation of Law of Demeter (object not created locally)
97306 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1470 Potential violation of Law of Demeter (method chain calls)
97307 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1470 Potential violation of Law of Demeter (method chain calls)
97308 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1470 Potential violation of Law of Demeter (object not created locally)
97309 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Potential violation of Law of Demeter (method chain calls)
97310 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Potential violation of Law of Demeter (method chain calls)
97311 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1471 Potential violation of Law of Demeter (object not created locally)
97312 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1473 Potential violation of Law of Demeter (object not created locally)
97313 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1473 There is log block not surrounded by if
97314 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1473 There is log block not surrounded by if
97315 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 Potential violation of Law of Demeter (object not created locally)
97316 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 There is log block not surrounded by if
97317 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1474 There is log block not surrounded by if
97318 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 Potential violation of Law of Demeter (method chain calls)
97319 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1478 Potential violation of Law of Demeter (method chain calls)
97320 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1482 There is log block not surrounded by if
97321 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1482 There is log block not surrounded by if
97322 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 Potential violation of Law of Demeter (object not created locally)
97323 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 Potential violation of Law of Demeter (object not created locally)
97324 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 Potential violation of Law of Demeter (object not created locally)
97325 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 There is log block not surrounded by if
97326 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1484 There is log block not surrounded by if
97327 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1487 Avoid if (x != y) ..; else ..;
97328 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1487 Potential violation of Law of Demeter (object not created locally)
97329 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
97330 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Potential violation of Law of Demeter (object not created locally)
97331 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1489 Useless parentheses.
97332 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1491 Potential violation of Law of Demeter (object not created locally)
97333 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1491 There is log block not surrounded by if
97334 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1491 There is log block not surrounded by if
97335 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1496 Potential violation of Law of Demeter (object not created locally)
97336 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1498 Potential violation of Law of Demeter (object not created locally)
97337 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1498 There is log block not surrounded by if
97338 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1498 There is log block not surrounded by if
97339 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1502 Potential violation of Law of Demeter (object not created locally)
97340 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1502 There is log block not surrounded by if
97341 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1502 There is log block not surrounded by if
97342 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1507 Potential violation of Law of Demeter (object not created locally)
97343 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (method chain calls)
97344 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (method chain calls)
97345 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (object not created locally)
97346 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (object not created locally)
97347 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1510 Potential violation of Law of Demeter (object not created locally)
97348 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1512 There is log block not surrounded by if
97349 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1512 There is log block not surrounded by if
97350 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1514 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97351 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1516 There is log block not surrounded by if
97352 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1519 Potential violation of Law of Demeter (object not created locally)
97353 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1521 There is log block not surrounded by if
97354 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1521 There is log block not surrounded by if
97355 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1529 There is log block not surrounded by if
97356 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1529 There is log block not surrounded by if
97357 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1533 Avoid using Literals in Conditional Statements
97358 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1533 Avoid using if statements without curly braces
97359 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1536 Local variable 'mngrObj' could be declared final
97360 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1537 Potential violation of Law of Demeter (method chain calls)
97361 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1537 Potential violation of Law of Demeter (method chain calls)
97362 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1537 Potential violation of Law of Demeter (object not created locally)
97363 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Potential violation of Law of Demeter (object not created locally)
97364 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1541 Useless parentheses.
97365 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1543 Potential violation of Law of Demeter (object not created locally)
97366 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1543 Potential violation of Law of Demeter (object not created locally)
97367 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1543 Potential violation of Law of Demeter (object not created locally)
97368 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1543 There is log block not surrounded by if
97369 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1543 There is log block not surrounded by if
97370 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1545 Potential violation of Law of Demeter (object not created locally)
97371 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1546 Potential violation of Law of Demeter (object not created locally)
97372 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1547 Potential violation of Law of Demeter (object not created locally)
97373 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1548 Potential violation of Law of Demeter (object not created locally)
97374 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1549 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97375 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1551 There is log block not surrounded by if
97376 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1551 There is log block not surrounded by if
97377 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1556 Local variable 'locdao' could be declared final
97378 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1558 Local variable 'trips' could be declared final
97379 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1558 Potential violation of Law of Demeter (object not created locally)
97380 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1559 Avoid using Literals in Conditional Statements
97381 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1559 Potential violation of Law of Demeter (object not created locally)
97382 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1559 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
97383 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1561 Local variable 'tripId' could be declared final
97384 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1562 Potential violation of Law of Demeter (object not created locally)
97385 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1562 Potential violation of Law of Demeter (object not created locally)
97386 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1568 Potential violation of Law of Demeter (object not created locally)
97387 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1569 Avoid if (x != y) ..; else ..;
97388 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1571 Potential violation of Law of Demeter (object not created locally)
97389 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Potential violation of Law of Demeter (object not created locally)
97390 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1572 Potential violation of Law of Demeter (object not created locally)
97391 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1573 Potential violation of Law of Demeter (object not created locally)
97392 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1573 Potential violation of Law of Demeter (object not created locally)
97393 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1574 Potential violation of Law of Demeter (object not created locally)
97394 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1576 There is log block not surrounded by if
97395 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1576 There is log block not surrounded by if
97396 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1578 Potential violation of Law of Demeter (object not created locally)
97397 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1580 Potential violation of Law of Demeter (object not created locally)
97398 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1581 Potential violation of Law of Demeter (object not created locally)
97399 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1581 Potential violation of Law of Demeter (object not created locally)
97400 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1582 Potential violation of Law of Demeter (object not created locally)
97401 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1583 Potential violation of Law of Demeter (object not created locally)
97402 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1588 Avoid using if...else statements without curly braces
97403 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1588 There is log block not surrounded by if
97404 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1588 There is log block not surrounded by if
97405 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1596 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97406 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1597 There is log block not surrounded by if
97407 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1597 There is log block not surrounded by if
97408 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1598 Avoid printStackTrace(); use a logger call instead.
97409 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1598 Potential violation of Law of Demeter (object not created locally)
97410 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1600 There is log block not surrounded by if
97411 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1600 There is log block not surrounded by if
97412 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1602 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97413 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1604 There is log block not surrounded by if
97414 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1605 Avoid printStackTrace(); use a logger call instead.
97415 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1605 Potential violation of Law of Demeter (object not created locally)
97416 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1612 There is log block not surrounded by if
97417 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1612 There is log block not surrounded by if
97418 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1617 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97419 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1619 There is log block not surrounded by if
97420 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Method names should not start with capital letters
97421 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'RFID_No' is not final.
97422 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Parameter 'RFID_No' is not assigned and could be declared final
97423 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Parameter 'lat' is not assigned and could be declared final
97424 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Parameter 'lon' is not assigned and could be declared final
97425 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Parameter 'packetTime' is not assigned and could be declared final
97426 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Parameter 'vehicleId' is not assigned and could be declared final
97427 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 The method 'UpdateRfidHistory' has a Cyclomatic Complexity of 16.
97428 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 The method UpdateRfidHistory() has an NPath complexity of 507
97429 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 Variables should start with a lowercase character, 'RFID_No' starts with uppercase character.
97430 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1626 publicMethodCommentRequirement Required
97431 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1629 There is log block not surrounded by if
97432 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1629 There is log block not surrounded by if
97433 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1630 Avoid declaring a variable if it is unreferenced before a possible exit point.
97434 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1633 Local variable 'session' could be declared final
97435 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1634 Avoid using Literals in Conditional Statements
97436 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1635 Avoid using if...else statements without curly braces
97437 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1637 Avoid using if...else statements without curly braces
97438 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1639 Avoid declaring a variable if it is unreferenced before a possible exit point.
97439 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1641 Avoid using Literals in Conditional Statements
97440 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1641 Avoid using if statements without curly braces
97441 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1643 Local variable 'formatter' could be declared final
97442 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1643 When instantiating a SimpleDateFormat object, specify a Locale
97443 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Avoid declaring a variable if it is unreferenced before a possible exit point.
97444 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Avoid unused local variables such as 'dte'.
97445 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Local variable 'dte' could be declared final
97446 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1644 Potential violation of Law of Demeter (object not created locally)
97447 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1646 Potential violation of Law of Demeter (method chain calls)
97448 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1646 Potential violation of Law of Demeter (method chain calls)
97449 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1649 Avoid using if statements without curly braces
97450 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1650 A method should have only one exit point, and that should be the last statement in the method
97451 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1652 Local variable 'trip_details' could be declared final
97452 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1652 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'trip_details' is not final.
97453 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1658 There is log block not surrounded by if
97454 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1658 There is log block not surrounded by if
97455 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1660 There is log block not surrounded by if
97456 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1660 There is log block not surrounded by if
97457 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1663 Comment is too large: Line too long
97458 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1664 Comment is too large: Line too long
97459 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1666 Local variable 'rfDao' could be declared final
97460 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1667 Potential violation of Law of Demeter (object not created locally)
97461 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (method chain calls)
97462 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (object not created locally)
97463 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (object not created locally)
97464 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (object not created locally)
97465 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (object not created locally)
97466 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1670 Potential violation of Law of Demeter (object not created locally)
97467 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1672 Assigning an Object to null is a code smell. Consider refactoring.
97468 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1675 There is log block not surrounded by if
97469 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1675 There is log block not surrounded by if
97470 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 There is log block not surrounded by if
97471 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1678 There is log block not surrounded by if
97472 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1679 Local variable 'mngrObj' could be declared final
97473 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1680 Position literals first in String comparisons
97474 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1680 Potential violation of Law of Demeter (object not created locally)
97475 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1681 Avoid using if...else statements without curly braces
97476 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1683 Avoid using if...else statements without curly braces
97477 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1685 There is log block not surrounded by if
97478 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1685 There is log block not surrounded by if
97479 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1687 Potential violation of Law of Demeter (object not created locally)
97480 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1689 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97481 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1691 There is log block not surrounded by if
97482 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1692 There is log block not surrounded by if
97483 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1694 A method should have only one exit point, and that should be the last statement in the method
97484 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1701 There is log block not surrounded by if
97485 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1701 There is log block not surrounded by if
97486 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1703 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97487 src/com/gps/webservice/PolygonRegionSOAPImpl.java 1705 There is log block not surrounded by if
97488 src/com/gps/webservice/PolygonRegion_Service.java 19 The String literal "http://www.example.org/PolygonRegion/" appears 4 times in this file; the first occurrence is on line 19
97489 src/com/gps/webservice/PolygonRegion_Service.java 24 Avoid excessively long variable names like POLYGONREGION_WSDL_LOCATION
97490 src/com/gps/webservice/PolygonRegion_Service.java 24 fieldCommentRequirement Required
97491 src/com/gps/webservice/PolygonRegion_Service.java 31 Avoid printStackTrace(); use a logger call instead.
97492 src/com/gps/webservice/PolygonRegion_Service.java 36 Parameter 'serviceName' is not assigned and could be declared final
97493 src/com/gps/webservice/PolygonRegion_Service.java 36 Parameter 'wsdlLocation' is not assigned and could be declared final
97494 src/com/gps/webservice/PolygonRegion_Service.java 36 publicMethodCommentRequirement Required
97495 src/com/gps/webservice/PolygonRegion_Service.java 40 publicMethodCommentRequirement Required
97496 src/com/gps/webservice/PolygonRegion_Service.java 49 The String literal "PolygonRegionSOAP" appears 4 times in this file; the first occurrence is on line 49
97497 src/com/gps/webservice/PolygonRegion_Service.java 57 Comment is too large: Line too long
97498 src/com/gps/webservice/PolygonRegion_Service.java 62 Parameter 'features' is not assigned and could be declared final
97499 src/com/gps/webservice/WhetherInterested.java 12 Comment is too large: Too many lines
97500 src/com/gps/webservice/WhetherInterested.java 23 Comment is too large: Line too long
97501 src/com/gps/webservice/WhetherInterested.java 25 Comment is too large: Line too long
97502 src/com/gps/webservice/WhetherInterested.java 26 Comment is too large: Line too long
97503 src/com/gps/webservice/WhetherInterested.java 27 Comment is too large: Line too long
97504 src/com/gps/webservice/WhetherInterested.java 41 fieldCommentRequirement Required
97505 src/com/gps/webservice/WhetherInterested.java 42 fieldCommentRequirement Required
97506 src/com/gps/webservice/WhetherInterested.java 43 fieldCommentRequirement Required
97507 src/com/gps/webservice/WhetherInterested.java 44 fieldCommentRequirement Required
97508 src/com/gps/webservice/WhetherInterested.java 58 Parameter 'value' is not assigned and could be declared final
97509 src/com/gps/webservice/WhetherInterested.java 74 Parameter 'value' is not assigned and could be declared final
97510 src/com/gps/webservice/WhetherInterested.java 98 Parameter 'packetTime' is not assigned and could be declared final
97511 src/com/gps/webservice/WhetherInterested.java 107 Parameter 'value' is not assigned and could be declared final
97512 src/com/gps/webservice/WhetherInterestedResponse.java 8 Comment is too large: Too many lines
97513 src/com/gps/webservice/WhetherInterestedResponse.java 19 Comment is too large: Line too long
97514 src/com/gps/webservice/WhetherInterestedResponse.java 21 Comment is too large: Line too long
97515 src/com/gps/webservice/WhetherInterestedResponse.java 35 fieldCommentRequirement Required
97516 src/com/gps/webservice/WhetherInterestedResponse.java 49 Parameter 'value' is not assigned and could be declared final
97517 src/test/TestACReport.java 14 headerCommentRequirement Required
97518 src/test/TestACReport.java 17 JUnit tests should include assert() or fail()
97519 src/test/TestACReport.java 17 publicMethodCommentRequirement Required
97520 src/test/TestACReport.java 20 Local variable 'inputList' could be declared final
97521 src/test/TestACReport.java 21 Local variable 'fromDate' could be declared final
97522 src/test/TestACReport.java 22 Local variable 'toDate' could be declared final
97523 src/test/TestACReport.java 24 Local variable 'dateFormat' could be declared final
97524 src/test/TestACReport.java 24 When instantiating a SimpleDateFormat object, specify a Locale
97525 src/test/TestACReport.java 28 Local variable 'acReport' could be declared final
97526 src/test/TestACReport.java 29 Local variable 'result' could be declared final
97527 src/test/TestACReport.java 30 Potential violation of Law of Demeter (object not created locally)
97528 src/test/TestACReport.java 30 System.out.print is used
97529 src/test/TestACReport.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
97530 src/test/TestACReport.java 32 Avoid printStackTrace(); use a logger call instead.
97531 src/test/TestEventNotificationDAO.java 13 headerCommentRequirement Required
97532 src/test/TestEventNotificationDAO.java 16 Found 'UR'-anomaly for variable 'e' (lines '16'-'22').
97533 src/test/TestEventNotificationDAO.java 16 publicMethodCommentRequirement Required
97534 src/test/TestEventNotificationDAO.java 18 System.out.print is used
97535 src/test/TestEventNotificationDAO.java 19 Local variable 'rep' could be declared final
97536 src/test/TestEventNotificationDAO.java 20 Local variable 'MsgTxt' could be declared final
97537 src/test/TestEventNotificationDAO.java 20 Variables should start with a lowercase character, 'MsgTxt' starts with uppercase character.
97538 src/test/TestEventNotificationDAO.java 21 Local variable 'e' could be declared final
97539 src/test/TestEventNotificationDAO.java 22 System.out.print is used
97540 src/test/TestEventNotificationDAO.java 24 JUnit assertions should include a message
97541 src/test/TestEventNotificationDAO.java 28 Found 'UR'-anomaly for variable 'e' (lines '28'-'34').
97542 src/test/TestEventNotificationDAO.java 28 publicMethodCommentRequirement Required
97543 src/test/TestEventNotificationDAO.java 30 System.out.print is used
97544 src/test/TestEventNotificationDAO.java 31 Local variable 'rep' could be declared final
97545 src/test/TestEventNotificationDAO.java 32 Local variable 'MsgTxt' could be declared final
97546 src/test/TestEventNotificationDAO.java 32 Variables should start with a lowercase character, 'MsgTxt' starts with uppercase character.
97547 src/test/TestEventNotificationDAO.java 33 Local variable 'e' could be declared final
97548 src/test/TestEventNotificationDAO.java 34 System.out.print is used
97549 src/test/TestEventNotificationDAO.java 36 JUnit assertions should include a message
97550 src/test/TestEventNotificationDAO.java 36 Potential violation of Law of Demeter (object not created locally)
97551 src/test/TestGeofenceData.java 3 Avoid unused imports such as 'java.util.ArrayList'
97552 src/test/TestGeofenceData.java 4 Avoid unused imports such as 'java.util.List'
97553 src/test/TestGeofenceData.java 6 Avoid unused imports such as 'org.json.JSONString'
97554 src/test/TestGeofenceData.java 8 Avoid unused imports such as 'com.gps.automation.JSONConverter'
97555 src/test/TestGeofenceData.java 11 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
97556 src/test/TestGeofenceData.java 11 headerCommentRequirement Required
97557 src/test/TestGeofenceData.java 12 Parameter 'args' is not assigned and could be declared final
97558 src/test/TestGeofenceData.java 12 publicMethodCommentRequirement Required
97559 src/test/TestGeofenceData.java 13 Comment is too large: Too many lines